[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2014-12-03 Thread Rolf Leggewie
karmic has seen the end of its life and is no longer receiving any updates. Marking the karmic task for this ticket as Won't Fix. ** Changed in: nfs-utils (Ubuntu Karmic) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2011-01-27 Thread Bruno Rocha Coutinho
I couldn't reproduce what I said on comment #15. Maybe it was using an old version of upstart. Now I'm getting errors on sm-notify. Probebly I'm seeing bug #690401 or #525154. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-12-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/ubuntu/natty/nfs-utils/1.2.2-4ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/484209 Title: /etc/init/statd.conf: race with portmap startup -- ubuntu-bugs

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-12-03 Thread Steve Langasek
I have a workstation that the fix dosn't worked too. I'm not gettting errors on start portmap but on status portmap | grep -q start/running because status portmap is returning start/spawned. That would indicate a separate bug in upstart itself. The upstart author has repeatedly assured us

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-11-26 Thread Bruno Rocha Coutinho
I have a workstation that the fix dosn't worked too. I'm not gettting errors on start portmap but on status portmap | grep -q start/running because status portmap is returning start/spawned. Puting sleep 1 afeter start portmap || true worked, probably because it gave portmap time to start up

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-11-26 Thread Bruno Rocha Coutinho
In the problematic workstation I'm using Ubuntu 10.04.1 LTS, fully updated. -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-09-18 Thread Ricardo Pérez López
I have the same problem using Ubuntu Server 10.04.1 LTS, fully updated. Sometimes statd starts during system boot and sometimes don't. I resolve it replacing the start on ... line with: start on runlevel [2] -- /etc/init/statd.conf: race with portmap startup

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-09-18 Thread Ricardo Pérez López
Needless to say that the bug fix doesn't work for me... Why /etc/init/statd.conf says: start on (started portmap or mounting TYPE=nfs) (requiring portmap to be started before starting the statd job) and later it tries to run portmap manually in the pre-start script? I can't see the point. I

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-05-20 Thread Atti
Same problem with Lucid, I actually solved it by adding exec rpc.statd -L $STATDOPTS before status portmap | grep -q start/ || start portmap my statd.conf file actually is: [...] [ x$NEED_STATD != xno ] || { stop; exit 0; } start portmap || true exec rpc.statd -L

Re: [Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-05-20 Thread Steve Langasek
On Thu, May 20, 2010 at 07:00:20PM -, Atti wrote: Same problem with Lucid, I actually solved it by adding exec rpc.statd -L $STATDOPTS before status portmap | grep -q start/ || start portmap Utterly broken. If you do that, 'status statd' will correctly report that the job is *not*

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-04-10 Thread Travis Tabbal
I am also seeing this in Karmic, I'm also in Xen here. Please update the script. It took me quite some time to find this bug report via Google. -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a member of

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-03-06 Thread Mikkel Christensen
I can confirm that this issue exists in Karmic! I applied Malcolm's fix to /etc/init/statd.conf, and I was able to start statd with: sudo start statd -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-03-06 Thread Mikkel Christensen
Sorry, my above comment got posted before I was done writing. Before applying Malcolm's patch, I got: start: Job failed to start when I tried to start statd. This problem was preventing me from using NFS shares mounted by autofs. Needless to say, it was a critical problem for me that users

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-02-25 Thread Steve Langasek
Any kernel panics you're seeing in the reiserfs kernel module are bugs in that driver and have nothing to do with this bug report. -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-02-24 Thread bamyasi
Yes, I can confirm this race condition exists in Karmic, experiencing it every time I shutdown our file server. To add insult to injury, the race also causes random crashes in reiserfs kernel module here (NULL pointer, kernel BUG) forcing full filesystem scan on next boot. Which takes ca. 4 hours

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-01-18 Thread Steve Langasek
** Also affects: nfs-utils (Ubuntu Karmic) Importance: Undecided Status: New ** Also affects: nfs-utils (Ubuntu Lucid) Importance: Medium Assignee: Steve Langasek (vorlon) Status: Fix Released ** Changed in: nfs-utils (Ubuntu Karmic) Status: New = Triaged --

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-01-17 Thread Lennart Karssen
I second C Snover's remark. I was bitten by this bug in Karmic. The proposed fix works for me. -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-01-17 Thread K-B
I have tried to confirm this fix in karmic (bug #504776) in my setup, but I have not been successful to prove that this is the case. -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a member of Ubuntu

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2010-01-05 Thread C Snover
This bug exists in karmic, unfixed; is there a reason that nfs-utils 1.2.0-2ubuntu9 was packaged and released for lucid only? -- /etc/init/statd.conf: race with portmap startup https://bugs.launchpad.net/bugs/484209 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2009-11-17 Thread Steve Langasek
Confirmed, there's a race condition here. The race-free fix would be: start portmap || true status portmap | grep -q start/running ** Changed in: nfs-utils (Ubuntu) Importance: Undecided = Medium ** Changed in: nfs-utils (Ubuntu) Status: New = Triaged ** Changed in:

[Bug 484209] Re: /etc/init/statd.conf: race with portmap startup

2009-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package nfs-utils - 1:1.2.0-2ubuntu9 --- nfs-utils (1:1.2.0-2ubuntu9) lucid; urgency=low * debian/nfs-common.statd.upstart: check for a started portmap in a non-racy manner. LP: #484209. -- Steve Langasek steve.langa...@ubuntu.com Tue, 17 Nov 2009