Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-24 Thread Steve M. Robbins
On August 23, 2013 01:44:12 PM Timur Birsh wrote: On Thu, Aug 22, 2013 at 08:54 -0500, Steve M. Robbins wrote: Perhaps I should put create_cache_dir() call in 'restart' command. Perhaps you can code it so that restart just calls stop and then start? That seems to be a fairly common

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-23 Thread Timur Birsh
On Thu, Aug 22, 2013 at 08:54 -0500, Steve M. Robbins wrote: Perhaps I should put create_cache_dir() call in 'restart' command. Perhaps you can code it so that restart just calls stop and then start? That seems to be a fairly common idiom. Yep, 'restart' calls 'stop' and then 'start' which

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-22 Thread Timur Birsh
On Wed, Aug 21, 2013 at 23:25 -0500, Steve M. Robbins wrote: root@riemann{~}ls -la /run/inadyn ls: cannot access /run/inadyn: No such file or directory root@riemann{~}ls -la /var/log/inadyn total 16 drwxr-xr-x 2 debian-inadyn debian-inadyn 4096 Aug 10 10:08 . drwxr-xr-x 27 root

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-22 Thread Steve M. Robbins
On August 22, 2013 03:27:56 PM Timur Birsh wrote: On Wed, Aug 21, 2013 at 23:25 -0500, Steve M. Robbins wrote: root@riemann{~}ls -la /run/inadyn ls: cannot access /run/inadyn: No such file or directory root@riemann{~}ls -la /var/log/inadyn total 16 drwxr-xr-x 2 debian-inadyn

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-21 Thread Steve M. Robbins
On August 20, 2013 02:58:27 PM Timur Birsh wrote: The package had installed w/o any errors? I don't recall seeing any install errors. Would you please uninstall the package completely (w/ run/log dirs, config) and install it again. OK. Right after install please run following

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-20 Thread Timur Birsh
On Mon, Aug 19, 2013 at 12:33 -0500, Steve M. Robbins wrote: Attached in file typescript. Note that /run/inadyn was originally owned by root. As you see in the log file, the daemon failed to run. I manually changed the owner, then re-started the daemon using sudo /etc/init.d/inadyn

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-19 Thread Timur Birsh
Hi, Thanks for your report. On Sun, Aug 18, 2013 at 17:45 -0500, Steve M. Robbins wrote: Package: inadyn Version: 1.99.4-1 Followup-For: Bug #711226 Hi, I ran into this problem on a new install of 1.99.4-1. Would you please show log messages and output of the following commands: $ ls

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-19 Thread Steve M. Robbins
On Mon, Aug 19, 2013 at 02:09:48PM +0600, Timur Birsh wrote: Would you please show log messages Attached in file inadyn.log. and output of the following commands: $ ls -la /run/inadyn $ ls -la /var/log/inadyn $ getent passwd debian-inadyn $ getent group debian-inadyn Attached in

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-08-18 Thread Steve M. Robbins
Package: inadyn Version: 1.99.4-1 Followup-For: Bug #711226 Hi, I ran into this problem on a new install of 1.99.4-1. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-07-19 Thread Timur Birsh
On Thu, Jul 18, 2013 at 18:31 +0200, Bzzz wrote: O_o, there's quite a bug in the latest pkg!: # chown root:inadyn /run/inadyn/ chown: invalid group: `root:inadyn' # chown inadyn:root /run/inadyn/ chown: invalid user: `inadyn:root' Hmm, inadyn's user/group are debian-inadyn. Would you

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-07-18 Thread Timur Birsh
Hi, On Fri, Jun 07, 2013 at 18:47 +0200, Bzzz wrote: That I did, unfortunately: # dpkg -i inadyn_1.98.1+git20130517-3_i386.deb Selecting previously unselected package inadyn. (Reading database ... 388562 files and directories currently installed.) Unpacking inadyn (from

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-06-07 Thread Timur Birsh
On Thu, Jun 06, 2013 at 11:46 +0200, Bzzz wrote: Did you start inadyn using /etc/init.d/inadyn script? Now that you ask, I'm not so sureā€¦ So, I just purge the pkg and reinstall it; bug is confirmed: tail /var/log/inadyn/inadyn.log Thu Jun 6 11:31:34 2013: Failed opening pidfile

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-06-07 Thread Timur Birsh
On Fri, Jun 07, 2013 at 15:41 +0200, Bzzz wrote: On Fri, 7 Jun 2013 14:38:54 +0600 Huu, I never used mentors and all what I see on it is a link to a .dsc source package. I already saw such an extension when compiling regular packages, but I don't have any clue about how to do that directly

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-06-05 Thread Bzzz
Package: inadyn Version: 1.98.1+git20130517-2 Severity: grave Tags: upstream Justification: renders package unusable Dear Maintainer, * What led up to the situation? Installing configuring inadyn and trying to start it. * What exactly did you do (or not do) that was effective (or

Bug#711226: inadyn: Can't start because of wrong owner of /run/inadyn

2013-06-05 Thread Timur Birsh
Hi, Thanks for your report. On Wed, Jun 05, 2013 at 19:08 +0200, Bzzz wrote: A glance at the log file shows that inadyn is unable to write to /run/inadyn; a check confirmed that /run/inadyn has 755 root:root, an owner changer fixed that: 755 debian-inadyn:debian-inadyn. This joins the