[opensuse-factory] rescue system networking issues
Hi, I stumbled across a few issues in an attempt to recover from a failed tumbleweed upgrade (power loss due to prolonged upgrade time this weekend with my ThinkPad X1 Gen 1). A couple of shared libs (e.g. upower) sizes were zero.. Let's sort those issues out before creating bugzilla incidents. After booting from an USB stick with 20190607, I was presented with a couple of disturbing "Login Service" failures. Almost related, the shell prompt is significantly delayed (~30 sec) after entering login id root. "systemctl status systemd-logind.service" says, it is respawning too fast.. Hopefully related, besides tty1, there were no additional consoles available. Hrmpf. Next, I've tried to setup wifi networking, derived from the usual wired sequence: $ dhcpcd $ ip link set wlp3s0 up $ iwconfig wlp3s0 essid "XXX" only to find out, that iwconfig is not able to connect to a WPA/WPA2 network. Okay, it needs wpa_supplicant then, hrmpf. $ wpa_supplicant -B -i wlp3s0 -c /etc/wpa_supplicant/wpa_supplicant.conf Successfully initialized wpa_supplicant CTRL: Invalid group 'wheel' Failed... $ sed -i 's/wheel/root/' /etc/wpa_supplicant/wpa_supplicant.conf Now, wpa_supplicant succeeds.. $ wpa_cli
scan OK add_network 0 0 set_network 0 ssid "ESSID" OK set_network 0 psk "passphrase" OK enable_network 0 OK .... Ctrl-D
$ dhcpcd wlp3s0 wlp3s0 up Hooray. But I don't exactly like this procedure, to put it gently. Which one deserves a bugzilla record? Cheers, Pete -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Yesterday, booting in rescue mode, I did notice the failure to start the systemd-logind service and the delayed root login which initially made me think it was irremediably stuck. No issue with WiFi and I could enter SSID and password. But, and that's another issue, the rescue boot was totally freezed at the detecting hardware stage if I left my TB3 dock connected with plugged Ethernet and other peripherals. Had to unplug it for it to boot and use WiFi. No issue with this dock on regular TW. On 17/06/2019 18:52, Hans-Peter Jansen wrote:
Hi,
I stumbled across a few issues in an attempt to recover from a failed tumbleweed upgrade (power loss due to prolonged upgrade time this weekend with my ThinkPad X1 Gen 1). A couple of shared libs (e.g. upower) sizes were zero..
Let's sort those issues out before creating bugzilla incidents.
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Hans-Peter Jansen
-
Michael Pujos