Firstly, yes, I did reboot, I usually do after a zypper dup, and I also tend to shut my laptop down rather than just suspend it. So it’s had several reboots since finishing the update yesterday evening.
I have tried with a new user, and the new user also gets the seg fault - and of course cannot use nm-applet for long enough to be able to connect to a wifi AP
There was an issue with netconfig update -f in that the update yesterday seems to have hard-coded my works static search into
/etc/sysconfig/network/config
NETCONFIG_DNS_STATIC_SEARCHLIST="dns-01.wibble.net"
which I’ve (redacted above) and manually removed, and re-run
sudo netconfig update -f
/etc/resolv.conf looks now as I’d expect, with just the two nameserver entries that are provided by my wifi AP
zypper repos:
sudo zypper lr -d
Repository priorities are without effect. All enabled repositories share the same priority.
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+---------------------+--------------------------------------------+---------+-----------+---------+----------+--------+------------------------------------------------------------------------------------------+--------
1 | Wine | Wine | No | ---- | ---- | 97 | rpm-md | http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ |
2 | dvd | dvd | Yes | (r ) Yes | Yes | 99 | rpm-md | http://opensuse-guide.org/repo/openSUSE_Tumbleweed/ |
3 | home_Vayun | Vayun's Home Project (openSUSE_Tumbleweed) | No | ---- | ---- | 99 | rpm-md | http://download.opensuse.org/repositories/home:/Vayun/openSUSE_Tumbleweed/ |
4 | openSUSE-20180120-0 | openSUSE-20180120-0 | No | ---- | ---- | 99 | yast2 | hd:///?device=/dev/disk/by-id/usb-TOSHIBA_TransMemory_54B80A3FA788C191E0025070-0:0-part2 |
5 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ |
6 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ |
7 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/ |
8 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/ |
9 | repo-source | openSUSE-Tumbleweed-Source | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/source/tumbleweed/repo/oss/ |
10 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |
Now, there wre some issues with the zypper dup yesterday, in that there were some ghc packages that were required to be downgraded
The following 7 packages are going to be downgraded:
ghc-array ghc-base ghc-binary ghc-bytestring ghc-containers ghc-deepseq ghc-text
and it was not able to confirm the checksums of the downloaded package in those cases and asked me to discard them
I’ve re-run zypper dup this morning and it has successfully downgraded those packages this time.
However I don’t think haskell is likely to be affecting nm-applet…
I’ve tried running a strace on nm-applet but that froze my session when nm-applet tried to roll-down, and I ended up having to Ctrl-Alt-F1 and kill -9 the strace from there…
I’m just going to try and re-install the package that includes nm-applet, but I’m going to post this first…