connmand crashes in wifi plugin
Bug #620503 reported by
Connel Hooley
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Connection Manager |
Triaged
|
High
|
Kalle Valo | ||
Network Menu |
Invalid
|
Medium
|
Kalle Valo |
Bug Description
I am trying to connect to my Wi-Fi 802.11 G network that is secured with WPA or WPA2 Personal encryption. I followed the following here http://
Changed in connman: | |
status: | New → Confirmed |
Changed in indicator-network: | |
status: | New → Confirmed |
Changed in connman: | |
assignee: | nobody → Kalle Valo (kvalo) |
Changed in indicator-network: | |
assignee: | nobody → Kalle Valo (kvalo) |
summary: |
- Network indicator doesn't work. It just says "command not available" + connmand crashes in wifi plugin |
Changed in indicator-network: | |
importance: | Undecided → Medium |
Changed in connman: | |
importance: | Undecided → High |
status: | Confirmed → Triaged |
Changed in indicator-network: | |
status: | Confirmed → Invalid |
To post a comment you must log in.
I believe it actually says "connmand not available", meaning that connmand (Connection Manager daemon) is not running for some reason. I'm guessing that connmand doesn't start because NetworkManager is already running.
To debug this, first check that connman is installed:
dpkg -l connman
Syslog might contain hints why connman is not starting:
grep connmand /var/log/syslog
And then check that connmand is running and NetworkManager is not:
ps aux | less
Also you might want to revisit the installation instructions here:
https:/ /wiki.ubuntu. com/ConnMan/ Installation