Bug#754218: boot hangs forever on LSB job "raise network interfaces"
sergio
mailbox at sergio.spb.ru
Thu Sep 4 01:47:35 BST 2014
On 09/04/2014 04:29 AM, Michael Biebl wrote:
> Could you please send me all files from /etc/network/ and
> /etc/dhcp/ (as tarball).
There are no custom files in /etc/network, do you really need them?
% ls -R /etc/network
/etc/network:
if-down.d/ if-post-down.d/ if-pre-up.d/ if-up.d/ interfaces.d/
interfaces run@
/etc/network/if-down.d:
openvpn* upstart* wpasupplicant@
/etc/network/if-post-down.d:
hostapd@ wpasupplicant@
/etc/network/if-pre-up.d:
ethtool* hostapd@ wpasupplicant@
/etc/network/if-up.d:
ethtool* mountnfs* openssh-server* openvpn* upstart* wpasupplicant@
/etc/network/interfaces.d:
%
And only dhcpd.conf is modified in /etc/dhcp :
% ls -R /etc/dhcp
/etc/dhcp:
dhclient-exit-hooks.d/ dhcpd.conf dhcpd.conf.orig
/etc/dhcp/dhclient-exit-hooks.d:
ntp
% cat /etc/dhcp/dhcpd.conf | grep -v '^#' | grep -v '^$'
authoritative;
log-facility local7;
default-lease-time 600;
max-lease-time 7200;
deny bootp;
ddns-update-style none;
option pcode code 100 = text;
option tcode code 101 = text;
subnet 192.168.9.0 netmask 255.255.255.0 {
range 192.168.9.64 192.168.9.127;
option routers 192.168.9.1;
option domain-name "foo";
option domain-name-servers 192.168.5.1;
option ntp-servers 192.168.9.1;
option tcode "Europe/Moscow";
}
--
sergio.
More information about the Pkg-systemd-maintainers
mailing list