This patch worked for me.
Taken changes from /etc/init.d/proftpd in 16.04
service proftpd restart
ok
service proftpd reload
ok
logrotate -f /etc/logrotate.d/proftpd-basic
ok
Can anyone else try this as well?
** Patch added: "with changes taken from /etc/init.d/proftpd in 16.04"
https://
>I have discovered another strange behavior: the command w or who doesn't show
>nis user anymore on all upgraded, not propper >working machines.
This seems to concern lightdm
See
https://bugs.launchpad.net/ubuntu/precise/+source/lightdm/+bug/870297
--
You received this bug notification because
>I believe the right place to export ON_BOOT=y is part of the
>/etc/init/portmap-wait.conf job. You should be able to confirm this >locally
>by changing this line:
>
> start portmap || true
>
>to:
>
> start portmap ON_BOOT=y || true
Changing this line worked for me.
ypbind started successfull
>This shows that ypbind is being started as soon as portmap starts. But the
>start condition for ypbind is:
>
>start on (started portmap ON_BOOT=
> or (started portmap ON_BOOT=y
> and ((filesystem and static-network-up) or failsafe-boot)))
>So it appears that portmap is being
>I'm still lacking the debugging information to see why it's starting before
>networking for you. For that I need to see the syslog output of a boot with
>--verbose.
changed grub parameters to nosplash debug --verbose and I am attaching
the syslog file
Do you want also the syslog if the static i
>alex, vagk: could each of you please set YPBINDARGS="-no-dbus -debug" in
>/etc/default/nis, reboot, and attach /var/log/upstart/ypbind.log so we can
>see exactly what's failing?
Here is an excerpt of the /var/log/upstart/ypbind.log when it fails to
start
Setting NIS doma
I am having similar issues concerning nis after upgrading to ubuntu
12.04
ypbind does not start on boot.
The status command does not show a running process
service ypbind status
ypbind start/running
nor
ps -A | grep ypbind
I inserted
exec > /var/log/nis-debug.log 2>&1
in /etc/init/y