Ubuntu 24.04 is spamming several of these entries in syslog: wpa_supplicant[1736]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=390000 The solution is to raise the wpa_supplicant logging level and restart networking: mkdir -p /etc/systemd/system/wpa_supplicant.service.d/ vi /etc/systemd/system/wpa_supplicant.service.d/log.conf # add these lines [Service] LogLevelMax=4 # save & quit systemctl daemon-reload systemctl restart wpa_supplicant.service systemctl restart NetworkManager.service
Tag: Troubleshooting
Android: “something went wrong and you need to sign in again” loop
I recently had trouble setting up a Google workspace account on my Android phone. Symptoms:- The phone persistently displays "Something went wrong and you need to sign in again". On clicking that, you get the same message again.- The phone persistently displays "android account action required". On clicking that, you get the same message again.- … Continue reading Android: “something went wrong and you need to sign in again” loop
Microsoft Teams video freezing
I usually don't write about the Microsoft Windows ecosystem, but this one took a while to figure out and I hope it saves other people time. The setup: Microsoft Windows, the Teams application, a Canon EOS camera attached over a no-name HDMI-to-USB video grabber being used as a web cam. The issue: video sporadically freezes … Continue reading Microsoft Teams video freezing
Azure diaries: InUseSubnetCannotBeDeleted
When re-deploying a Bicep template that defines a vnet with subnets, I get the error "InUseSubnetCannotBeDeleted". It seems like ARM is trying to re-create the nested subnets, even though they haven't changed. The solution is to add a redundant reference to all subnets via the "existing" keyword. resource websiteVnet 'Microsoft.Network/virtualNetworks@2021-02-01' = { name: 'vnet${sfx}001' location: … Continue reading Azure diaries: InUseSubnetCannotBeDeleted
Skype/Snap menus are blank
Under Ubuntu 22.04, when Skype is installed as a snap, some menus are blank (+ it keeps freezing the entire computer sometimes). There's a simple workaround [1]: disable "access to opengl" in the snap store properties. I don't know, yet, what else this'll break... but we'll find out soon. [1] Some snap application menus don't … Continue reading Skype/Snap menus are blank

