Wolfgang, which version of Ubuntu are you using? At a fresh install of
Ubuntu 12.04 LTS (without the transitional dhcp3-server package
installed) the directory /var/run/dhcp3-server/ does not exist.
For you, instead of patching the isc-dhcp-server script,
ln -s /var/run/dhcp3-server/dhcpd.pid /va
The comment above saying that dhcp should be started correctly put me on the
track
I had to change /etc/init.d/isc-dhcp-server script
changing DHCPDPID to /var/run/dhcp3-server/dhcpd.pid
from /var/run/dpcpd.pid
/var/run can not be written to from the daemon user
--
You received this bug notif
My network configuration fails on the same pro problem and the symbolic link
ln -s /var/run/dhcp-server/dhcpd.pid /var/run/dhcpd.pid
workaround does not work for me.
I consider this bug *very* severe. I can't use any network features without
runing a manual fix afer *every* single boot
I am most
I have the issue with last week's isc-dhcp-server, ubuntu 12.04 LTS.
That package uses /var/run/dhcpd.run and does NOT use the sub-directory
/var/run/dhcp-server (as claimed by Jamie Strandboge (jdstrand)).
The solution for me was to add a symbolic link (as root):
ln -s /var/run/dhcp-server/dhcpd
The permission error is due to the fact that dhcpd is being started with
no arguments and attempting to create the .pid file in a directory it
does not have access to. If instead, it is started as 'dhcpd -pf
/var/run/dhcp-server/dhcpd.pid' it will succeed in creating its pid file
and reading its
** Tags added: server-o-rs
** Changed in: isc-dhcp (Ubuntu)
Importance: Undecided => Medium
** Changed in: isc-dhcp (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
** Changed in: isc-dhcp (Ubuntu)
Assignee: (unassigned) => Ubuntu Server Team (ubuntu-server)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776945
Title:
Apparmor results in denying operation m
** Changed in: isc-dhcp (Ubuntu)
Status: Incomplete => New
** Changed in: isc-dhcp (Ubuntu)
Assignee: Jamie Strandboge (jdstrand) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
Hi Jamie,
Apology but i think this is not a bug, as i reported earlier.
The dhcpd.conf is being written by cobbler and that is why i was getting the
Apparmor error.
Maybe we need to write a policy in Apparmor to allow the writing of
/etc/cobbler/dhcp.template to /etc/dhcpd.conf :)
--
You rec
Thank you for using Ubuntu and filing a bug. By default, isc-dhcp-
server's dhcpd will use /var/run/dhcp-server/dhcpd.pid, and this is
allowed by the AppArmor profile. /etc/dhcpd.conf is also a non-default
(though common outside of Ubuntu) location for the configuration file,
so it appears you are
10 matches
Mail list logo