On Fri, Jul 02, 2004 at 08:35:15PM -0500, extrinsik wrote: > Well, I reinstalled with _ALL_ base packages and network packages, and > it still gives me the same error. (Also, I'm using the bare.i kernel). One thing that you can try is using strace to find out what address family and protocol you don't have. If you have a small program that fails in this way run it like this: strace -o /tmp/trace -e trace=socket foo Then look at /tmp/trace to see what is going on. Example: nate at candle:~$ strace -o /tmp/trace -e trace=socket fetchmail ... nate at candle:/tmp$ cat trace socket(PF_FILE, SOCK_STREAM, 0) = 3 socket(PF_FILE, SOCK_STREAM, 0) = 3 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 socket(PF_FILE, SOCK_STREAM, 0) = 3 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3 socket(PF_FILE, SOCK_STREAM, 0) = 4 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4 socket(PF_FILE, SOCK_STREAM, 0) = 5 socket(PF_FILE, SOCK_STREAM, 0) = 5 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 5 Nate _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota Help beta test TCLUG's potential new home: http://plone.mn-linux.org Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list