27th March 2017, 5:48
(This post was last modified: 28th March 2017, 7:22 by kdemeoz.
Edit Reason: Solved
)
Hi
<<TOWER>> For the 4th(?) time just now, since upgrading to Kernel 4.8.0-42 [on whatever date it became available in Update Manager], during ordinary Maui 17.03 usage (ie, just doing all my usual day to day stuff], Tower abruptly lost all network connections. The SysTray widget icon visually gives no indication of any abnormal state when this occurs, but all internet-facing pgms instantly lose connectivity. Running my bash script to reset the network connections, &/or directly running the specific command itself, fail with a peculiar lack of permissions error*:
It's NOT a modem fault, nor an ISP fault, as other devices continue to connect to the internet via modem at these times just fine. Furthermore, 100% of the time that this random failure manifests, rebooting Tower immediately reinstates its connectivity without further intervention by me.
To the best of my recollection, this failure never occurred with any of the earlier 4.8.0-x kernels i've used since my upgrade to HWE 16.04.2, ie, i suspect specifically 4.8.0-42. When i did the enforced reboot a few minutes ago, i chose to use the previous kernel, 4.8.0-41, to test my hypothesis.
Does anyone else have any suspicions wrt 4.8.0-42?
* Oh dear. I just retried my bash script, & the raw command, since reboot [with everything apparently all good again], & they both failed with the same permissions rejection. I cannot understand this; my bash script used to be reliable. I don't know when something changed that now causes this problem.
<<TOWER>> For the 4th(?) time just now, since upgrading to Kernel 4.8.0-42 [on whatever date it became available in Update Manager], during ordinary Maui 17.03 usage (ie, just doing all my usual day to day stuff], Tower abruptly lost all network connections. The SysTray widget icon visually gives no indication of any abnormal state when this occurs, but all internet-facing pgms instantly lose connectivity. Running my bash script to reset the network connections, &/or directly running the specific command itself, fail with a peculiar lack of permissions error*:
Code:
GA-Z97-HD3:~/Documents/1. Home/Computer/Linux/My Bash Scripts$ sudo ./Refresh_network_connections_\(sudo\).sh
bash: /usr/bin/sudo: Permission denied
GA-Z97-HD3:~/Documents/1. Home/Computer/Linux/My Bash Scripts$ sudo systemctl restart network-manager
bash: /usr/bin/sudo: Permission denied
It's NOT a modem fault, nor an ISP fault, as other devices continue to connect to the internet via modem at these times just fine. Furthermore, 100% of the time that this random failure manifests, rebooting Tower immediately reinstates its connectivity without further intervention by me.
To the best of my recollection, this failure never occurred with any of the earlier 4.8.0-x kernels i've used since my upgrade to HWE 16.04.2, ie, i suspect specifically 4.8.0-42. When i did the enforced reboot a few minutes ago, i chose to use the previous kernel, 4.8.0-41, to test my hypothesis.
Does anyone else have any suspicions wrt 4.8.0-42?
* Oh dear. I just retried my bash script, & the raw command, since reboot [with everything apparently all good again], & they both failed with the same permissions rejection. I cannot understand this; my bash script used to be reliable. I don't know when something changed that now causes this problem.