The officially official Devuan Forum!

You are not logged in.

#1 2021-10-02 17:44:39

durham
Member
Registered: 2021-09-04
Posts: 36  

connman failing in a strange new way

I'm running Devuan Chimera amd64.

So today connman (a network manager) failed in a strange and new way. I lost net (nothing strange in that).  Then it got strange.  The icon in the tool tray brought up an empty window instead of the usual list of network interfaces. it was as if someone has opened up my computer and removed all network cards.

Then I decided to see what was up from the console:

root@moonshadow:~ # connmanctl technologies
Error: The name net.connman was not provided by any .service files
root@moonshadow:~ #

Rebooted.  Got net, yay.
For comparison, here is some normal output from connmanctl:

bob@moonshadow:~ $ connmanctl technologies
/net/connman/technology/p2p
  Name = P2P
  Type = p2p
  Powered = False
  Connected = False
  Tethering = False
/net/connman/technology/ethernet
  Name = Wired
  Type = ethernet
  Powered = True
  Connected = False
  Tethering = False
/net/connman/technology/wifi
  Name = WiFi
  Type = wifi
  Powered = True
  Connected = True
  Tethering = False
bob@moonshadow:~ $

question
Has anyone else had this happen?


A dangerous technology is one that is available only to an elite group  -- George M. Ewing, Analog, April 1977

Offline

#2 2021-10-02 22:32:33

GlennW
Member
From: Brisbane, Australia
Registered: 2019-07-18
Posts: 582  

Re: connman failing in a strange new way

No, my wireless stopped working too. But with the command I get...

glenn@asus-r552jv:~$ connmanctl technologies
/net/connman/technology/ethernet
  Name = Wired
  Type = ethernet
  Powered = True
  Connected = True
  Tethering = False
/net/connman/technology/bluetooth
  Name = Bluetooth
  Type = bluetooth
  Powered = False
  Connected = False
  Tethering = False
/net/connman/technology/wifi
  Name = WiFi
  Type = wifi
  Powered = True
  Connected = False
  Tethering = False
glenn@asus-r552jv:~$ 

Although I have no wifi devices listed in the networking app in the taskbar.

I have been watching to see if there was something I have done to disable the wifi, bluetooth seems to work, but I haven't found a use for it.

it was as if someone has opened up my computer and removed all network cards.

Currently, I'm using ipheth tethering from my phone, which works while I'm not at home but it a bit of a pain to get going.

I'm following with interest. Thank you for the tips.


pic from 1993, new guitar day.

Online

#3 2021-10-07 13:58:09

bgstack15
Member
Registered: 2018-02-04
Posts: 205  

Re: connman failing in a strange new way

I'm not an expert, but it sounds like your connman daemon wasn't being activated correctly. I'm going to guess it's a dbus-activated daemon. Although perhaps rfkill could have been triggered and somehow the network cards were disabled.
What you could do next time, is see if lower-level tools can see the network cards:

$ ip link

It's possible that restarting dbus would have worked, although historically I never got a dbus restart to actually operate correctly (on CentOS, but same bucket of poison, eh).

sudo service dbus restart

Although in Debian-based distros like our beloved Devuan, perhaps this would work:

sudo service networking restart

This space intentionally left blank.

Offline

#4 2021-10-08 04:08:12

durham
Member
Registered: 2021-09-04
Posts: 36  

Re: connman failing in a strange new way

Thank you for the replies. The idea of restarted the connman daemon had never occurred to me. The next time it happens, I'll try that.

p.s. Would this be a good way to restart connman?

/etc/init.d/connman restart

From other distros I'm used to starting and stopping daemons that way, the service command is new to me.


A dangerous technology is one that is available only to an elite group  -- George M. Ewing, Analog, April 1977

Offline

#5 2021-10-08 22:57:45

GlennW
Member
From: Brisbane, Australia
Registered: 2019-07-18
Posts: 582  

Re: connman failing in a strange new way

Hi, for me...

ip link gives

glenn@asus-r552jv:~$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
    link/ether 40:16:7e:00:db:32 brd ff:ff:ff:ff:ff:ff
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
    link/ether 24:0a:64:64:39:c5 brd ff:ff:ff:ff:ff:ff
4: eth1: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 96:ea:32:35:c6:55 brd ff:ff:ff:ff:ff:ff
glenn@asus-r552jv:~$ 

"service dbus restart" , works but disconnects the network first, then I have to struggle (multiple tries) to reconnect tethering.

"service networking restart" , attempts to reconnect, usually failing because the usb cable needs to be detached several times before a reconnect, sometimes rebooting works, but always a manual cable reconnect is required.

Thank you for your consideration...

edit > "service connman start" seems to help.

Last edited by GlennW (2021-10-09 06:22:22)


pic from 1993, new guitar day.

Online

#6 2021-10-09 15:11:16

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: connman failing in a strange new way

GlennW wrote:

"service networking restart" , attempts to reconnect, usually failing because the usb cable needs to be detached several times before a reconnect, sometimes rebooting works, but always a manual cable reconnect is required.

Note that the networking service controls ifupdown (/etc/network/interfaces{,.d/*}) and so should not affect connman.

Last edited by Head_on_a_Stick (2021-10-09 15:11:34)


Brianna Ghey — Rest In Power

Offline

Board footer