Yes, I just added this bug trying to fix one of the Ubuntu bugs. I am working on this and will report back soon.
On Mon, Jul 6, 2009 at 2:49 PM, Patrick Winnertz <win...@debian.org> wrote: > 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 > > > > -- Sean Robinson WiFi Radar - http://wifi-radar.berlios.de Python WiFi - http://pythonwifi.wikispot.org