Sie sind nicht angemeldet.

1

01.12.2005, 15:28

[gelöst] ifplugd haengt...

Hello!

Moechte gerne ifplugd verwenden (notebook).

/etc/init.d/net.eth0 (start | stop) fuktioniert perfekt (mit dhcpcd)

wenn ich eth0 dann stoppe und stattdessen ifplugd starten will sagt der mir zwar, dass ifplugd fuer eth0 erfolgreich gestartet wurde, ifconfig findet dann eth0 aber nicht und wenn ich mit ifplugd status ueberpruefe ist der start-prozess ewigs am haengen...

das ganze sieht etwa so aus:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
trix kusi # /etc/init.d/net.eth0 stop
 * Unmounting network filesystems ...                                                                                                                      [ ok ]
 * Stopping eth0
 *   Bringing down eth0
 *     Stopping dhcpcd on eth0 ...                                                                                                                         [ ok ]
 *     Shutting down eth0 ...                                                                                                                              [ ok ]

trix kusi # /etc/init.d/ifplugd start
 * Starting ifplugd: eth0                                                                                                                                  [ ok ]

trix kusi # /etc/init.d/ifplugd status
 * status:  started
eth0 ifplugd process for device eth0 running as pid 16897.
                                                                                                                                                           [ ok ]

trix kusi # ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:656 (656.0 b)  TX bytes:656 (656.0 b)



wo koennte das Problem liegen???

eine log-Datei von ifplugd habe ich bis jetzt nicht ausmachen koennen...

Gruss Kusi

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »kusi« (01.12.2005, 17:52)


2

01.12.2005, 17:51

ok, problem selber geloest... :rolleyes:

in der infplugd.conf den parameter AUTO="yes" gestellt und schon klappt es...

obwohl da eine Warnung mit link auf einen bug (http://bugs.gentoo.org/show_bug.cgi?id=28362) aber das scheint geloest zu sein...