[Bug 708808] [NEW] Makefile changes ownership of web directory to 'apache', not 'www-data'.
Patrick Dubois
pdubois at revolutionlinux.com
Thu Jan 27 18:43:52 UTC 2011
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 at 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'.
More information about the Ubuntu-server-bugs
mailing list