Re: [Apcupsd-users] apcupsd 3.14.0 ether/net loses sync?
Brought to you by:
adk0212
|
From: Adam K. <akr...@ro...> - 2007-03-25 16:30:36
|
Jan Ceuleers wrote: > Adam Kropelin wrote: >> Could you strace pid 1032 instead? > > [root@skr03 root]# !ps > ps -aux --forest | grep apc > root 1016 0.0 0.7 10224 964 ? S Mar21 0:05 > /sbin/apcupsd -f > root 1027 0.0 0.7 10224 964 ? S Mar21 0:00 \_ > /sbin/apcupsd > root 1032 0.0 0.7 10224 964 ? S Mar21 0:00 \_ > /sbin/apc > [root@skr03 root]# strace -p 1032 > accept(6, <unfinished ...> 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. Unfortunately I still cannot provoke a lockup. Could you also please strace pid 1016 for completeness? Thanks... --Adam |