Web UI does not work from default install (2.1.0~bzr-2009-0ubuntu1)l
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cobbler (Ubuntu) |
Fix Released
|
Medium
|
Dustin Kirkland |
Bug Description
Binary package hint: cobbler
On a fresh installation of Natty Alpha 3 then running apt-get install cobbler there are several issues with the default install - the web UI will not work.
There are several broken symlinks and Apache modules which do not get enabled by the default install.
The following steps must be taken in order to obtain a functional web UI at http://
#######
Cobbler inital config on natty-alpha3
#######
apt-get install cobbler
a2enmod proxy_http
cd /etc/apache2/conf.d
ln -s /etc/cobbler/
Edit cobbler_web.conf and comment out line 9 so it reads
------
#CustomLog logs/access_log combined env=!dontlog
------
cd /var/www
rm cobbler_
ln -s /usr/share/
#######
Configure cobbler to allow logins
#######
Edit /etc/cobbler/
Change the line which reads
-----------------
[authentication]
module = authn_denyall
-----------------
So that it actually says
-----------------
[authentication]
module = authn_configfile
-----------------
###############
Now add a user
###############
htdigest /etc/cobbler/
#######
Restart all services
#######
service apache2 stop
service cobbler stop
service apache2 start
service apache2 start
If someone can ammend the default package then I'm happy to re-test
Related branches
Changed in cobbler (Ubuntu): | |
assignee: | nobody → Dustin Kirkland (kirkland) |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: patch |
Changed in cobbler (Ubuntu): | |
status: | Triaged → In Progress |
This bug was fixed in the package cobbler - 2.1.0-0ubuntu1
---------------
cobbler (2.1.0-0ubuntu1) natty; urgency=low
* New upstream release.
* Make it a bit more easier to configure cobbler_web (LP: #741661)
* Drop java dependencies since cobbler4j is no longer shipped upstream.
-- Chuck Short <email address hidden> Thu, 31 Mar 2011 08:54:56 -0400