[Bug 1246245] Re: proftpd service fails to restart (including via logrotate)

2016-07-15 Thread vagk
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://

[Bug 1007293] Re: nis doesn't work anymore after upgrade to 12.04

2012-06-18 Thread vagk
>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

[Bug 1007293] Re: nis doesn't work anymore after upgrade to 12.04

2012-06-06 Thread vagk
>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

[Bug 1007293] Re: nis doesn't work anymore after upgrade to 12.04

2012-06-05 Thread vagk
>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

[Bug 1007293] Re: nis doesn't work anymore after upgrade to 12.04

2012-06-05 Thread vagk
>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

[Bug 1007293] Re: nis doesn't work anymore after upgrade to 12.04

2012-06-05 Thread vagk
>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

[Bug 1007293] Re: nis doesn't work anymore after upgrade to 12.04

2012-06-04 Thread vagk
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