On Feb 3, 2009, at 3:31 PM, Jo Rhett wrote:
cfservd is crashing after a file is copied. Below is the debug output. I'm happy to test in any useful way...

You can ignore this report. The problem here was obvious. We have observed in the past that some of the freebsd upgrade scripts miss removing old libraries during an upgrade. This was one of those cases. This is now working fine.

# ldd /usr/local/sbin/cfservd
/usr/local/sbin/cfservd:
        libdb-4.7.so.0 => /usr/local/lib/libdb-4.7.so.0 (0x480f7000)
        libpthread.so.2 => /usr/lib/libpthread.so.2 (0x48227000)
        libcrypto.so.4 => /lib/libcrypto.so.4 (0x4824c000)
        libm.so.4 => /lib/libm.so.4 (0x4833f000)
        libc.so.6 => /lib/libc.so.6 (0x48355000)
        libpthread.so.2 => /lib/libpthread.so.2 (0x4843c000)

# ls -la /lib/libpthread.so.2
-r--r--r--  1 root  wheel  140200 Nov 25 22:01 libpthread.so.2

# ls -la /usr/lib/libpthread.so.2
-r--r--r--  1 root  wheel  140112 Nov  3  2005 libpthread.so.2

# rm /usr/lib/libpthread.so.2

--
Jo Rhett
Net Consonance : consonant endings by net philanthropy, open source and other randomness


_______________________________________________
Bug-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/bug-cfengine

Reply via email to