Hey,
before I can upload I've to fix this smaller error, when starting up
after showing the configuration window and klicking on "save".
Traceback (most recent call last):
File "/sbin/wifi-radar", line 3374, in <module>
main_radar_window = radar_window(confFile, apQueue, commQueue,
logger, exit_event) File "/sbin/wifi-radar", line 883, in __init__
self.edit_preferences(self.preferences_button)
File "/sbin/wifi-radar", line 1211, in edit_preferences
prefs.save()
File "/sbin/wifi-radar", line 2005, in save
self.confFile.write()
File "/sbin/wifi-radar", line 2817, in write
os.rename(tempfilename, self.filename)
OSError: [Errno 18] Invalid cross-device link
this completly freezes wifi-radar,
The reason is that /etc and /tmp are different devices so os.rename
fails.
Greetings
Winnie
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]