Hi.
I’ve my OpenSuse installed both on laptop and PC.
The kNetworkManager works well on the laptop both on user account and root account. It connects to my mobile broadband fine.
The problem appeared on my PC.
When I log into root account - everything seems to be fine, It connects through knetworkmanager - The cellular connection gets activated, I see X and a heart near “Activated”. root account reads my DNS’es from resolv.conf
When I only log into the user account (not as root), the knetworkmanager connects - but as I’ve checked - it seems that it doesn’t use the DNS adresses I’ve entered in resolv.conf (netconfig_dns_policy is set to “”) so I can manually add openDNS to the resolv.conf). It just connects -
I did CHMOD the files resolv.conf and config in sysconfig/network - no luck.
The only way to bypass this is logging to root first - connect there, then switch to user while staying connected… but I think it’s an annoying solution.
logs contain this when connecting from user account:
May 16 10:30:52 jaychyl-1-linux pppd[24965]: Plugin /usr/lib/pppd/2.4.4/nm-pppd-plugin.so loaded.
May 16 10:30:52 jaychyl-1-linux pppd[24965]: pppd 2.4.5 started by root, uid 0
May 16 10:30:52 jaychyl-1-linux pppd[24965]: Using interface ppp0
May 16 10:30:52 jaychyl-1-linux pppd[24965]: Connect: ppp0 <--> /dev/ttyUSB0
May 16 10:30:52 jaychyl-1-linux pppd[24965]: CHAP authentication succeeded
May 16 10:30:52 jaychyl-1-linux pppd[24965]: CHAP authentication succeeded
May 16 10:31:00 jaychyl-1-linux pppd[24965]: Could not determine remote IP address: defaulting to 10.64.64.64
May 16 10:31:00 jaychyl-1-linux pppd[24965]: local IP address 109.243.18.118
May 16 10:31:00 jaychyl-1-linux pppd[24965]: remote IP address 10.64.64.64
May 16 10:31:00 jaychyl-1-linux pppd[24965]: Script /etc/ppp/ip-up finished (pid 24966), status = 0x0
May 16 10:31:01 jaychyl-1-linux if-up.d/21-dhcpcd-hook-samba: No dhcpcd info nor dhclient leases file found for ppp0.
May 16 10:31:01 jaychyl-1-linux sm-notify[25092]: Already notifying clients; Exiting!
May 16 10:31:07 jaychyl-1-linux pppd[24965]: Terminating on signal 15
May 16 10:31:07 jaychyl-1-linux pppd[24965]: Connect time 0.2 minutes.
May 16 10:31:07 jaychyl-1-linux pppd[24965]: Sent 0 bytes, received 0 bytes.
May 16 10:31:07 jaychyl-1-linux dbus-daemon: Rejected send message, 1 matched rules; type="error", sender=":1.54" (uid=0 pid=5921 comm="/usr/sbin/NetworkManager) interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply=0 destination=":1.73" (uid=0 pid=24965 comm="/usr/sbin/pppd))
May 16 10:31:07 jaychyl-1-linux dbus-daemon: Rejected send message, 1 matched rules; type="error", sender=":1.54" (uid=0 pid=5921 comm="/usr/sbin/NetworkManager) interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply=0 destination=":1.73" (uid=0 pid=24965 comm="/usr/sbin/pppd))
May 16 10:31:07 jaychyl-1-linux dbus-daemon: Rejected send message, 1 matched rules; type="error", sender=":1.54" (uid=0 pid=5921 comm="/usr/sbin/NetworkManager) interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply=0 destination=":1.73" (uid=0 pid=24965 comm="/usr/sbin/pppd))
May 16 10:31:07 jaychyl-1-linux pppd[24965]: Connection terminated.
May 16 10:31:07 jaychyl-1-linux dbus-daemon: Rejected send message, 1 matched rules; type="error", sender=":1.54" (uid=0 pid=5921 comm="/usr/sbin/NetworkManager) interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply=0 destination=":1.73" (uid=0 pid=24965 comm="/usr/sbin/pppd))
May 16 10:31:07 jaychyl-1-linux pppd[24965]: Script /etc/ppp/ip-down finished (pid 25100), status = 0x0
May 16 10:31:07 jaychyl-1-linux pppd[24965]: Exit.
May 16 10:31:08 jaychyl-1-linux modem-manager: Got failure code 3: No carrier
As user, at the beginning it also created it’s own DNS resolv file…weird
May 16 09:34:57 jaychyl-1-linux dns-resolver: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched...
May 16 09:34:57 jaychyl-1-linux dns-resolver: You can find my version in /etc/resolv.conf.netconfig
May 16 09:34:57 jaychyl-1-linux ip-up: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched...
May 16 09:34:57 jaychyl-1-linux ip-up: You can find my version in /etc/resolv.conf.netconfig ...