• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

(gelöst)Knetworkmanager startet nicht

schlappi

Member
Hallo,
mein Knetworkmanager startet nicht.habe im
yast -->Netzwerkgeräte-->Netzwerkkarte-->Globale Optionen einen Häckchen bei Benutzergesteuerte mithilfe von Network Managergemacht.

Und in /var/log/NetworkManager ist die meldung:

MAy 14 00:01:41 localhost syslog-ng(2298) : last message repeated 9 times
May 14 00:01:46 linux-ql3u NetworkManager : <info> Error getting killswitch
power arguments: org.freedesktop .DBus.Error Invalidargs - Argument 0 is
specified to be of type "uint32", but is actually of type "init32"

woran liegt es das er nicht starte etwa an dem uint 32 bzw.init32?
wenn ja wie kann ich das beheben

thorsten
 
A

Anonymous

Gast
Zwei Konsolen öffnen.

1. Konsole

Code:
su

(Passwort)

tail -F /var/log/messages
und laufen lassen.

2. Konsole

Code:
grep NETWORKMANAGER /etc/sysconfig/network/*

cat /etc/SuSE-release

rpm -qa --queryformat '%{name}-%{version}-%{release}-%{arch}\n'| grep -Ei 'network|kdebase|kdelibs|dbus|libnl' | sort

su

(Passwort)

rcdbus status

rcdbus restart

rcnetwork restart

Ausgaben aus _beiden_ Konsolen posten.
 
OP
S

schlappi

Member
hallo

Ausgabe aus Konsole 1:

Koskon@localhost:~> su
Passwort:
localhost:/home/Koskon # tail -F /var/log/messages
May 14 07:54:13 linux-ql3u kdm: :0[2475]: pam_unix2(xdm:auth): conversation failed
May 14 07:54:28 linux-ql3u kernel: NET: Registered protocol family 4
May 14 07:54:29 linux-ql3u kernel: NET: Registered protocol family 3
May 14 07:54:29 linux-ql3u kernel: NET: Registered protocol family 5
May 14 07:55:22 linux-ql3u gconfd (Koskon-3811): (Version 2.20.0) wird gestartet, Prozesskennung 3811, Benutzer »Koskon«
May 14 07:55:22 linux-ql3u gconfd (Koskon-3811): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
May 14 07:55:22 linux-ql3u gconfd (Koskon-3811): Die Adresse »xml:readwrite:/home/Koskon/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
May 14 07:55:22 linux-ql3u gconfd (Koskon-3811): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
May 14 07:55:22 linux-ql3u gconfd (Koskon-3811): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.schemas« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
May 14 07:56:36 linux-ql3u su: (to root) Koskon on /dev/pts/1
May 14 08:07:44 linux-ql3u su: (to root) Koskon on /dev/pts/2
May 14 08:08:05 linux-ql3u powersaved[3017]: WARNING (filter_function:201) Hal service stopped. Battery information no longer available
May 14 08:08:05 linux-ql3u dhcdbd: dbus_svc_init failed: (null) (null)
May 14 08:08:05 linux-ql3u powersaved[3017]: ERROR (filter_function:98) DBus daemon disconnected. Trying to reconnect...
May 14 08:08:05 linux-ql3u avahi-daemon[2815]: Disconnected from D-Bus, exiting.
May 14 08:08:05 linux-ql3u avahi-daemon[2815]: Got SIGQUIT, quitting.
May 14 08:08:05 linux-ql3u avahi-daemon[2815]: Leaving mDNS multicast group on interface eth1.IPv4 with address 192.168.2.100.
May 14 08:08:05 linux-ql3u avahi-dnsconfd[2831]: read(): EOF
May 14 08:08:08 linux-ql3u powersaved[3017]: ERROR (dbus_reconnect:54) Reconnected to dbus daemon
May 14 08:08:09 linux-ql3u dhcdbd: Started up.
May 14 08:08:21 linux-ql3u rcnetwork: Shutting down the NetworkManager
May 14 08:08:22 linux-ql3u dhclient: receive_packet failed on eth1: Network is down
May 14 08:08:22 linux-ql3u rcnetwork: Shutting down the DHCP DBUS Daemon
May 14 08:08:22 linux-ql3u rcnetwork: Shutting down the NetworkManagerDispatcher
May 14 08:08:23 linux-ql3u rcnetwork: Starting the DHCP DBUS Daemon
May 14 08:08:23 linux-ql3u rcnetwork: Starting the NetworkManagerDispatcher
May 14 08:08:23 linux-ql3u rcnetwork: Starting the NetworkManager
May 14 08:08:23 linux-ql3u dhcdbd: Started up.
May 14 08:08:23 linux-ql3u kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready
May 14 08:08:23 linux-ql3u kernel: eth0: link down
May 14 08:08:23 linux-ql3u kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
May 14 08:08:23 linux-ql3u dhclient: receive_packet failed on eth1: Network is down

und Ausgabe Konsole 2

Koskon@localhost:~> grep NETWORKMANAGER /etc/sysconfig/network/*
/etc/sysconfig/network/config:NETWORKMANAGER="yes"
/etc/sysconfig/network/config:# This variable has no effect if NETWORKMANAGER=no
/etc/sysconfig/network/config:# This variable has no effect if NETWORKMANAGER=no
grep: /etc/sysconfig/network/ifcfg-eth1: Keine Berechtigung
grep: /etc/sysconfig/network/providers: Keine Berechtigung
Koskon@localhost:~> cat /etc/SuSE-release
openSUSE 10.3 (i586)
VERSION = 10.3
Koskon@localhost:~> rpm -qa --queryformat '%{name}-%{release}-%{arch}\n' grep -Ei 'network kdebase kdelibs dbus libnl'sort
i
grep-28-i586
Koskon@localhost:~> su
Passwort:
localhost:/home/Koskon # rcdbus status
Checking for service D-Bus daemon running
localhost:/home/Koskon # rcdbus restart
Shutting down D-Bus daemon done
Starting D-Bus daemonUnknown username "gdm" in message bus configuration file
done
localhost:/home/Koskon # rcnetwork restart
Shutting down the NetworkManager done
Shutting down the DHCP DBUS Daemon done
Shutting down the NetworkManagerDispatcher done
Starting the DHCP DBUS Daemon done
Starting the NetworkManagerDispatcher done
Starting the NetworkManager done
localhost:/home/Koskon #
 
OP
S

schlappi

Member
hallo,
so hoffe nun ist es richtig
Konsole 1

Koskon@localhost:~> su
Passwort:
localhost:/home/Koskon # tail -F /var/log/messages
May 14 11:15:13 localhost ifdown: irda0
May 14 11:15:13 localhost ifdown: No configuration found for irda0
May 14 11:15:13 localhost ifdown: Nevertheless the interface will be shut down.
May 14 11:15:13 localhost network: Starting the DHCP DBUS Daemon
May 14 11:15:13 localhost network: Starting the NetworkManagerDispatcher
May 14 11:15:13 localhost network: Starting the NetworkManager
May 14 11:15:13 localhost kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready
May 14 11:15:13 localhost dhcdbd: Started up.
May 14 11:15:14 localhost kernel: eth0: link down
May 14 11:15:14 localhost kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
May 14 11:17:18 localhost su: (to root) Koskon on /dev/pts/2
May 14 11:18:18 localhost powersaved[3837]: WARNING (filter_function:201) Hal service stopped. Battery information no longer available
May 14 11:18:18 localhost powersaved[3837]: ERROR (filter_function:98) DBus daemon disconnected. Trying to reconnect...
May 14 11:18:18 localhost avahi-daemon[3728]: Disconnected from D-Bus, exiting.
May 14 11:18:18 localhost avahi-daemon[3728]: Got SIGQUIT, quitting.
May 14 11:18:18 localhost dhcdbd: dbus_svc_init failed: (null) (null)
May 14 11:18:18 localhost avahi-dnsconfd[3741]: read(): EOF
May 14 11:18:21 localhost powersaved[3837]: ERROR (dbus_reconnect:54) Reconnected to dbus daemon
May 14 11:18:21 localhost dhcdbd: Started up.
May 14 11:18:36 localhost rcnetwork: Shutting down the NetworkManager
May 14 11:18:36 localhost rcnetwork: Shutting down the DHCP DBUS Daemon
May 14 11:18:36 localhost rcnetwork: Shutting down the NetworkManagerDispatcher
May 14 11:18:36 localhost ifdown: eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
May 14 11:18:36 localhost ifdown: No configuration found for eth0
May 14 11:18:36 localhost ifdown: Nevertheless the interface will be shut down.
May 14 11:18:36 localhost ifdown: eth1 device: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
May 14 11:18:37 localhost ifdown: irda0
May 14 11:18:37 localhost ifdown: No configuration found for irda0
May 14 11:18:37 localhost ifdown: Nevertheless the interface will be shut down.
May 14 11:18:37 localhost rcnetwork: Starting the DHCP DBUS Daemon
May 14 11:18:37 localhost rcnetwork: Starting the NetworkManagerDispatcher
May 14 11:18:37 localhost rcnetwork: Starting the NetworkManager
May 14 11:18:37 localhost kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready
May 14 11:18:37 localhost dhcdbd: Started up.
May 14 11:18:37 localhost kernel: eth0: link down
May 14 11:18:37 localhost kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready

Konsole 2:

oskon@localhost:~> grep NETWORKMANAGER /etc/sysconfig/network/*
/etc/sysconfig/network/config:NETWORKMANAGER="yes"
/etc/sysconfig/network/config:# This variable has no effect if NETWORKMANAGER=no
/etc/sysconfig/network/config:# This variable has no effect if NETWORKMANAGER=no
grep: /etc/sysconfig/network/ifcfg-eth1: Keine Berechtigung
grep: /etc/sysconfig/network/providers: Keine Berechtigung
Koskon@localhost:~> cat /etc/SuSE-release
openSUSE 10.3 (i586)
VERSION = 10.3
Koskon@localhost:~> rpm -qa --queryformat '%{name}-%{version}-%{release}-%{arch}\n'| grep -Ei 'network|kdebase|kdelibs|dbus|libnl' | sort

dbus-1-1.0.2-59.4-i586
dbus-1-glib-0.74-25.1-i586
dbus-1-qt3-0.62-110.1-i586
dbus-1-x11-1.0.2-67.3-i586
kdebase3-3.5.7-87.5-i586
kdebase3-beagle-3.5.7-87.5-i586
kdebase3-kdm-3.5.7-87.5-i586
kdebase3-ksysguardd-3.5.7-87.5-i586
kdebase3-nsplugin-3.5.7-87.5-i586
kdebase3-samba-3.5.7-87.5-i586
kdebase3-session-3.5.7-87.5-i586
kdebase3-SuSE-10.3-152-i586
kdebase4-runtime-3.93.0.svn712052-11-i586
kdelibs3-3.5.7-72.9-i586
kdelibs3-default-style-3.5.7-72.9-i586
kdelibs3-doc-3.5.7-72.9-i586
kdelibs4-3.93.0.svn712047-6.2-i586
kdelibs4-core-3.93.0.svn712047-6.2-i586
kdenetwork3-3.5.7-64-i586
kdenetwork3-InstantMessenger-3.5.7-64-i586
kdenetwork3-news-3.5.7-64-i586
libnl-1.0-81-i586
libqt4-dbus-1-4.3.1-23.4-i586
NetworkManager-0.6.5-37.4-i586
NetworkManager-kde-0.2r674918-55-i586
NetworkManager-kde-devel-0.2r674918-55-i586
NetworkManager-novellvpn-0.3.2-179-i586
NetworkManager-novellvpn-kde-0.1-90-i586
NetworkManager-openvpn-0.3.2cvs20060202-173-i586
NetworkManager-openvpn-kde-0.2r674918-55-i586
NetworkManager-vpnc-0.5.0cvs20060202-175-i586
NetworkManager-vpnc-kde-0.2r674918-55-i586
yast2-network-2.15.81-2-i586
Koskon@localhost:~>
Koskon@localhost:~> su
Passwort:
localhost:/home/Koskon # rcdbus status
Checking for service D-Bus daemon running
localhost:/home/Koskon # rcdbus restart
Shutting down D-Bus daemon done
Starting D-Bus daemonUnknown username "gdm" in message bus configuration file
done
localhost:/home/Koskon # rcnetwork restart
Shutting down the NetworkManager done
Shutting down the DHCP DBUS Daemon done
Shutting down the NetworkManagerDispatcher done
Shutting down network interfaces:
eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
No configuration found for eth0
Nevertheless the interface will be shut down. done
eth1 device: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) done
irda0
No configuration found for irda0
Nevertheless the interface will be shut down. done
Shutting down service network . . . . . . . . . . . . . done.
Starting the DHCP DBUS Daemon done
Starting the NetworkManagerDispatcher done
Starting the NetworkManager done
localhost:/home/Koskon #


Als ich das in der 2ten Konsole eingegeben habe ist der firefox in den offline modus gegangen.


thorsten
 
A

Anonymous

Gast
Und was genau läuft nun nicht?

In der Ausgabe der messages ist keine Fehlermeldung zu sehen, die eth1 und den NWM betrift.

Das hier:

Code:
May 14 11:18:37 localhost kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready
ist zwar eine "Fehlermeldung", diese muss aber nicht zwingend etwas besagen, da sie vor dem Start des DHCP-Clients auftritt, also bevor das Device aktiviert wird.

Was mich aber zusätzlich wundert:

Wieso sind denn diese kde4-Pakete installiert, obwohl da zumindest laut der obigen Ausgabe keine kde4-Anwendung auf der Kiste ist?

Dann braucht man auch keine libs/core Pakete von KDE4.

Die Fehlermeldung betrifft kpowersave und die Batterieanzeige, hat also mit NWM nicht die Bohne zu tun.

Und das Phänomen "Firefox geht in den Offline-Modus" ist so gewollt, wenn (egal ob via NWM oder via IFUP) keine aktive Netzwerkverbindung vorhanden ist (was beim rcnetwork restart im ersten Teil ja passiert), dann geht der Fuchs automatisch offline.

http://www.linux-tips-and-tricks.de/index.php/content/view/52/76/

Mal das Script ausführen, falls wirklich Verbindungsprobleme bestehen.

Und falls dieses Verhalten nach Installation irgendwelcher KDE4-Pakete auftrat, dann weisst Du ja jetzt, was als erstes zu tun ist.
 
OP
S

schlappi

Member
Hallo
ich habe das Script
http://www.linux-tips-and-tricks.de/index.php/content/view/52/76/
ausgeführt.Es hat keine offentsichtliche Konfigurationsfehler gefunden.
Soll ich die Ausgabe von den Script mal Posten oder bestimmte Auszüge davon?
Habedann die KDE 4 Pakete gelöscht(waren spiele).
Aber der KNW startet immer noch nicht.

Thorsten
 
OP
S

schlappi

Member
das problem besteht darin das wenn ich auf den knetworkmanager klicke nix passiert.Und ich wissen will warum es net geht
 
OP
S

schlappi

Member
na wenn ich einen rechtsklick mache habe ich die auswahl zwischen
knetworkmanager-knopf verschieben , knetworkmanager - knopf entfernen ,knetworkmanager - knopf einrichten
 

Grothesk

Ultimate Guru
Keine Ahnung was du da genau machst. Jedenfalls ist das nicht das normale KDE-Verhalten des Applets. Du musst schon auf das Icon klicken und nicht daneben auf das Systray.
Mach mal bitte einen Screenshot von der Aktion.
 
OP
S

schlappi

Member
also ich gehe mit der maus auf das symbol,mache einen rechtsklick da kann man net viel falsch machen
 
Oben