Comments on Running A File- And Print-Server With eBox On Ubuntu 8.04 Server
Running A File- And Print-Server With eBox On Ubuntu 8.04 Server This article shows how to run a file- and print-server for small and medium enterprises (SME) on one single Ubuntu 8.04 server. It is very easy to set up, and management is done with an easy-to-use web interface called eBox so once the system is set up, you can forget about the command line. eBox was developed to administrate advanced services for corporate networks.
8 Comment(s)
Comments
If you did something wrong and/or would like to change some settings, you need to do the following for complete uninstall (don't need "sudo" if logged in as root):
sudo apt-get remove --purge "^ebox-.*"
sudo apt-get remove --purge libebox
Also see: http://forum.ebox-platform.com/index.php?topic=687.0
Hi Falko,
I believe a comment needs to be added at the end of page 2 about changing the port to eg 444 instead 443 when running a web/intranet server from the same server. Apache2 uses 443.
Best Wishes
Jim R
Please add this MODS as fix for my problem
STEP 1: sudo vim /etc/apt/sources.list
STEP 2: change entry from "deb http://ppa.launchpad.net/juruen/ubuntu hardy main"
to "deb http://ppa.launchpad.net/ebox/ubuntu hardy main"
STEP 3: sudo apt-get update
STEP 4: apt-get install "^ebox-.*"
FIXED!!!
Where do you guys get firefox or any other browser?
8.04 server does not come with firefox that I can find, and when I download it and install it it gives off an error of some kind which I cannot remember, but that is immaterial...Falco just kicked firefox into gear and I see no way...I even installed kde and xwindows for a graphical environment, and still firefox won't run.
by the time you get to this stage you should be using a different computer to log in to the server. the server edition of ubuntu doesn't include a gui for the simple fact that it is a server & not a desktop machine. you can even disconnect the keyboard & monitor from the server box now. use the terminal on another linux machine or putty for windows to log in remotely, or your favourite web browser to access the server's web interface.
I noticed that this tutorial recommends to disable all of AppArmor. Unless you have a very specific need to do so, this is not recommended. In particular, there have been vulnerabilities in CUPS that the apparmor profile proactively protected against on systems that did not apply the security updates in a timely manner. The apparmor profiles shipped in Ubuntu are designed to work with the default installation. If a particular profile is causing you trouble, please disable the profile or put it in complain mode, and leave the other profiles that are not causing problems to do their jobs. Better yet, file a bug. :) See my blog entry athttp://penguindroppings.wordpress.com/2009/07/07/should-i-disable-apparmor/ for details.
great article, thanks for sharing.