PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit Gentoo-rc-script net.lo



Ghostblade0
07.12.05, 13:04
Hallöchen zusammen,

Ich hab ein kleines Problem mit dem rc-script net.lo auf einem LiveCD-System.
Beim booten bleibt das Script hängen, und wenn ich es stoppen oder nachstarten will bekomme ich folgende Meldung:

# /etc/init.d/net.lo stop
* WARNING: you are stopping a boot service.
* Stopping lo
* ifconfig does not support the required function provides

strace sagt dazu folgendes:

...
[pid 9215] stat64(".", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=120, ...}) = 0
[pid 9215] stat64("/bin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/sbin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/bin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/sbin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/local/sbin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/local/sbin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/local/bin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/sbin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/bin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/sbin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/bin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/opt/bin/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] stat64("/usr/i686-pc-linux-gnu/gcc-bin/3.3.6/ifconfig_provides", 0xbfee5300) = -1 ENOENT (No such file or directory)
[pid 9215] munmap(0xb7fd2000, 4096) = 0
[pid 9215] exit_group(1) = ?
Process 9215 detached
[pid 9211] <... read resumed> "", 128) = 0
[pid 9211] close(3) = 0
[pid 9211] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
[pid 9211] rt_sigaction(SIGINT, {0x807e510, [], 0}, {0x808e260, [], 0}, 8) = 0
[pid 9211] waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 9215
[pid 9211] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 9211] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 9211] waitpid(-1, 0xbfee5218, WNOHANG) = -1 ECHILD (No child processes)
[pid 9211] sigreturn() = ? (mask now [])
[pid 9211] rt_sigaction(SIGINT, {0x808e260, [], 0}, {0x807e510, [], 0}, 8) = 0
[pid 9211] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[pid 9211] write(1, " \33[31;01m*\33[0m ifconfig does"..., 76 * ifconfig does not support the required function provides
...

ifconfig_provides gibt es nicht (equery b)

Hat jemand ne Idee wie ich das fixen kann?

So long...