*** This bug is a duplicate of bug 1016559 ***
    https://bugs.launchpad.net/bugs/1016559

I am having the same problem. If I try to finish the installation with
"dropbox start -i" it also freezes at 99%. Here is the traceback I get
after I enter CTRL-C once I'm tired of waiting on it. It is also using
100% of the cpu, even though downloading has stalled. BTW

$ sudo dropbox start -i
Starting Dropbox...
Downloading Dropbox... 99%^CTraceback (most recent call last):e. Want to learn 
more? Head to http://www.dropbox.com/
Traceback (most recent call last):
  File "/usr/bin/dropbox", line 1384, in <module>
  File "/usr/bin/dropbox", line 1384, in <module>
    ret = main(sys.argv)
    ret = main(sys.argv)
  File "/usr/bin/dropbox", line 1373, in main
KeyboardInterrupt
    result = commands[argv[i]](argv[i+1:])
  File "/usr/bin/dropbox", line 806, in update
    download()File "/usr/bin/dropbox", line 212, in download_file_chunk
  File "/usr/bin/dropbox", line 534, in download
    progress = one_chunk.next()[0]
  File "/usr/bin/dropbox", line 212, in download_file_chunk
    yield (progress, True)
KeyboardInterrupt


There is a while-loop at line 534, which will never stop unless it gets
a StopIteration exception. I modified the download_file_chunk() function
with the attached diff to cause it stop the iteration if no new data is
being read. This prevented the infinite loop, but now I am getting an
exception when it tries to verify the gpg signature.


$ sudo dropbox start -i
Starting Dropbox...
Dropbox is the easiest way to share and store your files online. Want to learn 
more? Head to http://www.dropbox.com/

Downloading Dropbox... 100%
Traceback (most recent call last):
  File "/usr/bin/dropbox", line 1386, in <module>
    ret = main(sys.argv)
  File "/usr/bin/dropbox", line 1375, in main
    result = commands[argv[i]](argv[i+1:])
  File "/usr/bin/dropbox", line 808, in update
    download()
  File "/usr/bin/dropbox", line 547, in download
    name, i, total = one_member.next()
  File "/usr/bin/dropbox", line 269, in unpack
    if not verify_signature(StringIO.StringIO(DROPBOX_PUBLIC_KEY), signature, 
self.local_file):
  File "/usr/bin/dropbox", line 201, in verify_signature
    sigs = ctx.verify(sig_file, plain_file, None)
gpgme.GpgmeError: (7, 58, u'No data')
The installation of Dropbox failed.


** Patch added: "dropbox.patch"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1017006/+attachment/3204796/+files/dropbox.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017006

Title:
  package nautilus-dropbox 0.7.1-2 failed to install/upgrade: el
  subproceso instalado el script post-installation blocks after dropbox
  package has been downloaded a 99%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1017006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to