Gentoo Archives: gentoo-user

From: Adrian Vraciu <adrian790@××××××××××.ro>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Network is not starting
Date: Mon, 24 Jul 2006 17:42:17
Message-Id: 200607242010.12885.adrian790@catv.embit.ro
In Reply to: Re: [gentoo-user] Network is not starting by Richard Fish
1 On Monday 24 July 2006 19:39, Richard Fish wrote:
2 # strace -f ifconfig -a
3 execve("/sbin/ifconfig", ["ifconfig", "-a"], [/* 61 vars */]) = 0
4 uname({sys="Linux", node="varky", ...}) = 0
5 brk(0) = 0x8057000
6 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
7 directory)
8 open("/etc/ld.so.cache", O_RDONLY) = 3
9 fstat64(3, {st_mode=S_IFREG|0644, st_size=90931, ...}) = 0
10 mmap2(NULL, 90931, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f8f000
11 close(3) = 0
12 open("/lib/libc.so.6", O_RDONLY) = 3
13 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\200"..., 512) =
14 512
15 fstat64(3, {st_mode=S_IFREG|0755, st_size=1209816, ...}) = 0
16 mmap2(0x49cc3000, 1146076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
17 0) = 0x49cc3000
18 madvise(0x49cc3000, 1146076, MADV_SEQUENTIAL|0x1) = 0
19 mmap2(0x49dd5000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
20 MAP_DENYWRITE, 3, 0x112) = 0x49dd5000
21 mmap2(0x49dd9000, 7388, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
22 MAP_ANONYMOUS, -1, 0) = 0x49dd9000
23 close(3) = 0
24 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
25 0xb7f8e000
26 mprotect(0x49dd5000, 4096, PROT_READ) = 0
27 mprotect(0x494a2000, 4096, PROT_READ) = 0
28 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7f8ea90, limit:1048575,
29 seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1,
30 seg_not_present:0, useable:1}) = 0
31 munmap(0xb7f8f000, 90931) = 0
32 open("/dev/urandom", O_RDONLY) = 3
33 read(3, "\366\370\264\224", 4) = 4
34 close(3) = 0
35 brk(0) = 0x8057000
36 brk(0x8078000) = 0x8078000
37 uname({sys="Linux", node="varky", ...}) = 0
38 access("/proc/net", R_OK) = 0
39 access("/proc/net/unix", R_OK) = 0
40 socket(PF_FILE, SOCK_DGRAM, 0) = 3
41 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
42 access("/proc/net/if_inet6", R_OK) = -1 ENOENT (No such file or
43 directory)
44 access("/proc/net/ax25", R_OK) = -1 ENOENT (No such file or
45 directory)
46 access("/proc/net/rose", R_OK) = -1 ENOENT (No such file or
47 directory)
48 access("/proc/net/ipx", R_OK) = -1 ENOENT (No such file or
49 directory)
50 access("/proc/net/appletalk", R_OK) = -1 ENOENT (No such file or
51 directory)
52 access("/proc/sys/net/econet", R_OK) = -1 ENOENT (No such file or
53 directory)
54 access("/proc/sys/net/ash", R_OK) = -1 ENOENT (No such file or
55 directory)
56 access("/proc/net/x25", R_OK) = -1 ENOENT (No such file or
57 directory)
58 write(2, "No usable address families found"..., 34No usable address families
59 found.
60 ) = 34
61 write(2, "socket: No such file or director"..., 34socket: No such file or
62 directory
63 ) = 34
64 exit_group(1) = ?
65 Process 11166 detached
66
67
68 > Well everything in kernel-land looks ok to me. Can you send the output of:
69 >
70 > strace -f ifconfig -a
71 >
72 > -Richard
73
74 --
75 Best Regards,
76 Adrian Vraciu
77 --
78 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Network is not starting Richard Fish <bigfish@××××××××××.org>