Ubuntu Pastebin

Paste from longsleep at Wed, 4 Jan 2017 20:45:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
root@pine64:~/probert# python3 probert/network.py                               
xxx (6, 4098)                                                                   
set_link_flags failed                                                           
Traceback (most recent call last):                                              
  File "probert/network.py", line 443, in wlan_event                            
    self.rtlistener.set_link_flags(ifindex, IFF_UP)                             
RuntimeError: rtnl_link_change failed -16                                       
xxx (5, 4098)                                                                   
set_link_flags failed                                                           
Traceback (most recent call last):                                              
  File "probert/network.py", line 443, in wlan_event                            
    self.rtlistener.set_link_flags(ifindex, IFF_UP)                             
RuntimeError: rtnl_link_change failed -16                                       
{1: <__main__.NetworkInfo object at 0x7fb4802630>,                              
 2: <__main__.NetworkInfo object at 0x7fb4802da0>,                              
 3: <__main__.NetworkInfo object at 0x7fb480a588>,                              
 4: <__main__.NetworkInfo object at 0x7fb480acc0>,                              
 5: <__main__.NetworkInfo object at 0x7fb480c390>,                              
 6: <__main__.NetworkInfo object at 0x7fb480cc18>}                              
{1: <__main__.NetworkInfo object at 0x7fb4802630>,                              
 2: <__main__.NetworkInfo object at 0x7fb4802da0>,                              
 3: <__main__.NetworkInfo object at 0x7fb480a588>,            
Download as text