2016-12-23 08:05:59,789 subiquitycore.core:159 Exception in controller.run():
Traceback (most recent call last):
File "/usr/share/subiquity/subiquitycore/core.py", line 154, in run
self.common['controllers'][k] = klass(self.common)
File "/usr/share/subiquity/subiquitycore/controllers/network.py", line 327, in init
self.observer.start()
File "/usr/share/subiquity/subiquitycore/controllers/network.py", line 226, in start
fds = super().start()
File "/usr/lib/python3/dist-packages/probert/network.py", line 319, in start
self.wlan_listener.start()
RuntimeError: nl_get_multicast_ids failed: -2
On 2 Jan 2017 07:30, "Simon Eisenmann" ***@***.***> wrote:
Why can the nl80211 lister fail in the first place? I have the problem
with porting snappy to Pine64. See https://bugs.launchpad.net/
ubuntu/+source/subiquity/+bug/1652262 for the bug entry.
2016-12-23 08:05:59,789 subiquitycore.core:159 Exception in
controller.run():
Traceback (most recent call last):
File "/usr/share/subiquity/subiquitycore/core.py", line 154, in run
self.common['controllers'][k] = klass(self.common)
File "/usr/share/subiquity/subiquitycore/controllers/network.py", line
327, in *init*
self.observer.start()
File "/usr/share/subiquity/subiquitycore/controllers/network.py", line
226, in start
fds = super().start()
File "/usr/lib/python3/dist-packages/probert/network.py", line 319, in
start
self.wlan_listener.start()
RuntimeError: nl_get_multicast_ids failed: -2
I also tried to replicate the issue with a simple c program, but there it
works just fine. See https://gist.github.com/longsleep/
03e034a8cd27e112ed64968df8b37501 for the code.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<09c4491#commitcomment-20335829>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApBFqHau6miDMeoV8tUQVqqELl3Na6uks5rN_C3gaJpZM4LYwKC>
.
longsleep repliedJan 1, 2017
Why can the nl80211 lister fail in the first place? I have the problem with porting snappy to Pine64. See https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1652262 for the bug entry.
2016-12-23 08:05:59,789 subiquitycore.core:159 Exception in controller.run():
Traceback (most recent call last):
File "/usr/share/subiquity/subiquitycore/core.py", line 154, in run
self.common['controllers'][k] = klass(self.common)
File "/usr/share/subiquity/subiquitycore/controllers/network.py", line 327, in init
self.observer.start()
File "/usr/share/subiquity/subiquitycore/controllers/network.py", line 226, in start
fds = super().start()
File "/usr/lib/python3/dist-packages/probert/network.py", line 319, in start
self.wlan_listener.start()
RuntimeError: nl_get_multicast_ids failed: -2
I also tried to replicate the issue with a simple c program, but there it works just fine. See https://gist.github.com/longsleep/03e034a8cd27e112ed64968df8b37501 for the code.
mwhudson repliedJan 1, 2017