Re: [gentoo-user] Network is not starting

2006-07-25 Thread Richard Fish
On 7/24/06, Adrian Vraciu [EMAIL PROTECTED] wrote: On Monday 24 July 2006 19:39, Richard Fish wrote: # strace -f ifconfig -a Ok, thanks. I've looked through the sources for ifconfig (net-tools-1.60), and based on the strace output you provided, I don't see how it can be getting to the No

Re: [gentoo-user] Network is not starting

2006-07-25 Thread Adrian Vraciu
On Tuesday 25 July 2006 11:37, Richard Fish wrote: man, you are awesome thank you very much. i've re-emerged net-tools and all is perfect nowthank you again!!! Ok, thanks. I've looked through the sources for ifconfig (net-tools-1.60), and based on the strace output you provided, I

Re: [gentoo-user] Network is not starting

2006-07-24 Thread Richard Fish
On 7/23/06, Adrian Vraciu [EMAIL PROTECTED] wrote: # ifconfig -a No usable address families found. socket: No such file or directory Hmm, not good. What is the output of: 1. cat /proc/net/protocols 2. cat /proc/net/dev 3. ls -lA /proc/net -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Network is not starting

2006-07-24 Thread adrian790
Quoting Richard Fish [EMAIL PROTECTED]: varky adrian # cat /proc/net/protocols protocol size sockets memory press maxhdr slab module cl co di ac io in de sh ss gs se re sp bi br ha uh gp em PACKET 340 -1 -1 NI 0 no kernel n n n n n n n n n n n n n

Re: [gentoo-user] Network is not starting

2006-07-24 Thread Richard Fish
On 7/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Richard Fish [EMAIL PROTECTED]: varky adrian # cat /proc/net/protocols Well everything in kernel-land looks ok to me. Can you send the output of: strace -f ifconfig -a -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Network is not starting

2006-07-24 Thread Adrian Vraciu
On Monday 24 July 2006 19:39, Richard Fish wrote: # strace -f ifconfig -a execve(/sbin/ifconfig, [ifconfig, -a], [/* 61 vars */]) = 0 uname({sys=Linux, node=varky, ...}) = 0 brk(0) = 0x8057000 access(/etc/ld.so.preload, R_OK) = -1 ENOENT (No such file or

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Rumen Yotov
On Sun, 23 Jul 2006 09:13:47 +0300 Adrian Vraciu [EMAIL PROTECTED] wrote: I had the bad surprise the see the next error when my system boots, and is about starting the netowrk services: Starting eth0 No usable addresses families found socket: no such file or directory *eth0 does not exist

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
On Sunday 23 July 2006 09:55, Rumen Yotov wrote: Hi, First run etc-update or dispatch-conf to see if there're any conf files to update. Next check /etc/conf.d/net file which may have been overwritten by some update. Edit it and make the necessary configurations again. Check ethX existance

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Hans-Werner Hilse
Hi, On Sun, 23 Jul 2006 10:02:49 +0300 Adrian Vraciu [EMAIL PROTECTED] wrote: # ifconfig -a No usable address families found. socket: No such file or directory You seem to have no IP protocol support compiled into your kernel. Or is there a module reg. IP support that you need to modprobe

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
On Sunday 23 July 2006 15:01, Hans-Werner Hilse wrote: Hi, On Sun, 23 Jul 2006 10:02:49 +0300 Adrian Vraciu [EMAIL PROTECTED] wrote: # ifconfig -a No usable address families found. socket: No such file or directory You seem to have no IP protocol support compiled into your kernel. Or

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
On Sunday 23 July 2006 15:01, Hans-Werner Hilse wrote: Hi, On Sun, 23 Jul 2006 10:02:49 +0300 Adrian Vraciu [EMAIL PROTECTED] wrote: # ifconfig -a No usable address families found. socket: No such file or directory You seem to have no IP protocol support compiled into your kernel. Or

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
On Sunday 23 July 2006 15:01, Hans-Werner Hilse wrote: Hi, On Sun, 23 Jul 2006 10:02:49 +0300 Adrian Vraciu [EMAIL PROTECTED] wrote: # ifconfig -a No usable address families found. socket: No such file or directory You seem to have no IP protocol support compiled into your kernel. Or

RE: [gentoo-user] Network is not starting

2006-07-23 Thread Zinn, Stefan
Can you find any hints in the messages about this issue? -Original Message- From: Adrian Vraciu [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 4:16 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Network is not starting On Sunday 23 July 2006 15:01, Hans-Werner

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
: Sunday, July 23, 2006 4:16 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Network is not starting On Sunday 23 July 2006 15:01, Hans-Werner Hilse wrote: Hi, On Sun, 23 Jul 2006 10:02:49 +0300 Adrian Vraciu [EMAIL PROTECTED] wrote: # ifconfig -a No usable address

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Randy Barlow
Adrian Vraciu wrote: On Sunday 23 July 2006 17:41, Zinn, Stefan wrote: did you saw some interesting hints? i can't find one, right now i'm very frustrated about this issue. I think he meant to check /var/log/messages - anything interesting in there? R -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
On Sunday 23 July 2006 19:19, Randy Barlow wrote: nothing interesting there :( Adrian Vraciu wrote: On Sunday 23 July 2006 17:41, Zinn, Stefan wrote: did you saw some interesting hints? i can't find one, right now i'm very frustrated about this issue. I think he meant to check

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Rumen Yotov
Adrian Vraciu wrote: On Sunday 23 July 2006 15:01, Hans-Werner Hilse wrote: Hi, On Sun, 23 Jul 2006 10:02:49 +0300 Adrian Vraciu [EMAIL PROTECTED] wrote: # ifconfig -a No usable address families found. socket: No such file or directory You seem to have no IP protocol support compiled

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
On Sunday 23 July 2006 19:42, Rumen Yotov wrote: the init scripts are ok. but there is no eth0 and eth1, although wehn i run dhcpcd eth0 i can make my internet connection to work fine.ifconfig says clearly that i don't have any eth0 and eth1. where the hell are eth0 and eth1? and how can i

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Nick Rout
what does ls -l /etc/init.d/net* tell you? On Sun, 23 Jul 2006 19:28:37 +0300 Adrian Vraciu wrote: On Sunday 23 July 2006 19:19, Randy Barlow wrote: nothing interesting there :( Adrian Vraciu wrote: On Sunday 23 July 2006 17:41, Zinn, Stefan wrote: did you saw some interesting

Re: [gentoo-user] Network is not starting

2006-07-23 Thread Adrian Vraciu
On Monday 24 July 2006 06:38, Nick Rout wrote: $ ls -l /etc/init.d/net* lrwxrwxrwx 1 root root 6 Jul 23 20:27 /etc/init.d/net.eth0 - net.lo lrwxrwxrwx 1 root root18 Jul 23 17:47 /etc/init.d/net.eth1 - /etc/init.d/net.lo -rwxr-xr-x 1 root root 24324 Jul 23 20:27 /etc/init.d/net.lo