Public bug reported:

Binary package hint: cobbler

Performing :

1) bzr co lp:~ubuntu-virt/cobbler/ubuntu

2) Apply patches as found.

3) verify patches applied : 
--
tests@ubuntucobbler:~/ubuntu# quilt applied
01-ubuntu-webroot.patch
03-localboot-value.patch
04-logfile-check.patch
11_support-other-wol-tools.patch
21_cobbler_use_netboot.patch
22_re-enable_debmirror.patch
30_cobbler4j_redstone.patch
--

4) attempt make && make install results in : 
--
....
Writing /usr/local/lib/python2.7/dist-packages/cobbler-2.1.0.egg-info
chown -R apache /usr/share/cobbler/web
chown: invalid user: `apache'
make: *** [install] Error 1
--

Suggested patch : 
--
=== modified file 'Makefile'
--- Makefile    2011-01-13 22:05:33 +0000
+++ Makefile    2011-01-27 17:49:22 +0000
@@ -37,7 +37,7 @@
 
 install: build
        python setup.py install -f
-       chown -R apache /usr/share/cobbler/web
+       chown -R www-data /usr/share/cobbler/web
 
 debinstall:
        python setup.py install -f --root $(DESTDIR)

--

** Affects: cobbler (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in ubuntu.
https://bugs.launchpad.net/bugs/708808

Title:
  Makefile changes ownership of web directory to 'apache', not 'www-
  data'.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to