[chirp_users] VX-6 Clone Upload Hangs?

Carter, Steve
Wed Apr 18 17:14:34 PDT 2012


After getting my cable working so Chirp can download (clone) from my VX-6, now it hangs on the upload!  This doesn't appear to be cable related – things start to go south in the debug log (below) with some file permission errors.  But I installed this from an account with full admin privileges and run it from that same account.  And is the eventual failure because of this?  The clone/Tx progress bar indicates the transmission at least gets started before the hang…

Configuration: Chirp 0.2.2 and python runtime on a Mac OSX 10.6 machine.

Thanks, Steve

------------
Debug log after normal start…

<snip>
Cross Mode supported: False
Comment supported: False
/Applications/chirp-0.2.2.app/Contents/MacOS/../Resources/chirp/chirpw:132: GtkWarning: Attempting to store changes into `/Users/scarter/.local/share/recently-used.xbel', but failed: Failed to create file '/Users/scarter/.local/share/recently-used.xbel.5Q6JCW': No such file or directory
  gtk.main()
/Applications/chirp-0.2.2.app/Contents/MacOS/../Resources/chirp/chirpw:132: GtkWarning: Attempting to set the permissions of `/Users/scarter/.local/share/recently-used.xbel', but failed: No such file or directory
  gtk.main()
/Applications/chirp-0.2.2.app/Contents/MacOS/../Resources/chirp/chirpw:132: GtkWarning: Attempting to store changes into `/Users/scarter/.local/share/recently-used.xbel', but failed: Failed to create file '/Users/scarter/.local/share/recently-used.xbel.VQ5JCW': No such file or directory
  gtk.main()
Clone thread started
-- Exception: --
Traceback (most recent call last):
  File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirpui/clone.py", line 220, in run
    self.__radio.sync_out()
  File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirp/yaesu_clone.py", line 183, in sync_out
    clone_out(self)
  File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirp/yaesu_clone.py", line 120, in clone_out
    radio.status_fn, radio._block_size)
  File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirp/yaesu_clone.py", line 81, in chunk_write
    pipe.write(chunk)
  File "/opt/kk7ds/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialposix.py", line 485, in write
    raise SerialException('write failed: %s' % (v,))
SerialException: write failed: [Errno 9] Bad file descriptor
------
Clone failed: write failed: [Errno 9] Bad file descriptor
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/opt/kk7ds/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirpui/clone.py", line 233, in run
    self.__radio.pipe.close()
  File "/opt/kk7ds/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialposix.py", line 419, in close
    os.close(self.fd)
OSError: [Errno 9] Bad file descriptor

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20120419/3333e13d/attachment.html 


More information about the chirp_users mailing list