jessie: help debugging NFS shares not mounted at boot, double mounts with mount -a, and @reboot cronjobs
Sandro Tosi
morph at debian.org
Tue Feb 9 18:14:01 GMT 2016
Hey Michael!
On Tue, Feb 9, 2016 at 5:07 PM, Michael Biebl <biebl at debian.org> wrote:
> Am 09.02.2016 um 16:40 schrieb Sandro Tosi:
>> Hi guys! do you have any idea of what is going on on these machines?
>> can you help us fixing it? can we provide more information to pinpoint
>> the origin of the issue? thanks!!
>
> Can you post more details about your network configuration (like your
> /etc/network/interfaces).
sure here it is:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# eth0 aka admin1
auto eth0
iface eth0 inet static
address XXX.YYY.54.100
netmask 255.255.252.0
gateway XXX.YYY.52.1
post-up /sbin/ip link set eth0 alias "admin1"
can i provide more details? what do you think it would be interesting?
> Seems like ifplugd is used which is started after systemd has tried to
> mount the remote NFS shares.
shouldnt that prevent all NFS shares to be mounted and not just one of them?
> Fwiw, you get a more verbose boot log by adding
> systemd.log_level=debug
> to the kernel command line. I personally also prefer to omit "the -x"
> when running journalctl, to omit the catalog messages. It makes the log
> more readable.
Thanks for the info! let me know if you want me to generate a boot log
with the debug level activated.
Thanks,
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi
More information about the Pkg-systemd-maintainers
mailing list