Re: [Apcupsd-users] apcupsd 3.14.0 ether/net loses sync?
Brought to you by:
adk0212
|
From: Adam K. <akr...@ro...> - 2007-03-25 17:34:15
|
Jan Ceuleers wrote: > Adam Kropelin wrote: >> Ok, *that* is the nis server thread. I forced my test system to use >> LinuxThreads instead of NPTL and I now have threads that match yours. > > FWIW: I think the behaviour on my system matches that shown in section > "Testing apcupsd" of the manual (with each thread showing up as a > separate process in ps fax output). > >> Unfortunately I still cannot provoke a lockup. Could you also please >> strace pid 1016 for completeness? Thanks... > > [root@skr03 root]# strace -p 1016 > read(8, <unfinished ...> > [root@skr03 root]# kill -SIGCONT 1016 Stuck on a read() call... That's amusing. How long did you let it sit before interrupting the strace? What does 'lsof -p 1016' say? --Adam |