Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
that sounds.. weird?
I don't know much about the topic, my first guess would be that the service waits on some answer from the hardware.
I'd assume NetworkManager logs to some extend, I'd check those logs -
ltlian21964yHalf of the network issues I've had in any linux distro has been due to competing network managers. It can be as pain to troubleshoot depending on what all you have installed to troubleshoot it.
-
@ltlian This is a relatively new Arch install (September) and I don't remember installing anything other than networkmanager.
-
@halfflat To be pedantic, that's CapitalCase. camelCase doesn't have the initial letter uppercased.
-
@Berkmann18 Yes, thank you. PascalCase*. Got mixed up because if you capitalize every word in a sentence, it's called Capitcal Casing, and is formally defined by e.g. MLA or Perdue.
-
NetworkManager is indeed a hit or miss especially on Arch-based distros (at least in my experience).
netctl has been more reliable on Arch. -
It might not be a problem related to NetworkManager at all.
NetworkManaged uses DBUS and several services for device / connection / service interop.
Could be driver / udev issue, hanging external service / command like VPN, kernel issue, ACPI bug, ....
If you want to find the cuplrit, you should check out the logs. Usually network manager is quite chatty.
dmesg / journalctl / syslog.
It - could - be Network Manager, but if it's exactly 10 seconds it sounds more like NM is waiting for something it doesn't get. -
It was an Intel shared bluetooth/wifi card, I noticed that discord starts plinging like crazy the moment I disconnect my headset so I googled for bluetooth/wifi interference and got my answer in 10s from the wiki.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Riddle me this: (Arch) Whenever network connection is lost, NetworkManager freezes for a good 10s. Neither nmcli nor nmtui nor client applications get anything back from it during this time. After that 10s, it detects that the connection was lost and continues normal operation.
question
freeze
arch
networkmanager
linux