[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2016-02-17 Thread Postmaster FNWI
Same bug on Ubuntu 14.04LTS (all sub-versions). Problem lies in the
'dropbox update' which is run during the installation and also will be
run when users start dropbox while it is out-of-date.

In python function 'download_file_chuck' a test is made:
if progress == size: break

which should have been:
if progress >= size: break

because the download chunk sizes will not always add up exactly to the
number of expected bytes (i.e. size).

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


Re: [Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2015-04-27 Thread Chow Loong Jin
On Mon, Apr 27, 2015 at 07:09:00AM -, Nadia Diraä wrote:
 I have the same problem: in software center there is always an
 installation busy, blockiing everything. I tried several of the
 workarounds stated above an trying to reinstall but I get this:
 
 cd ~ wget -0 - https://www.dropbox.com/download?plat=lnx.x86; | tar xzf
 -
 
 gzip: stdin: unexpected end of file
 tar: Child returned status 1
 tar: Error is not recoverable: exiting now
 
 What can I try next?

Well, you got the command wrong for starters.

cd ~; wget -O - https://www.dropbox.com/download?plat=lnx.x86; | tar
xzf -

That's a capital O, not a zero, and you missed the semicolon before
wget.

-- 
Kind regards,
Loong Jin

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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

[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2015-04-27 Thread Nadia Diraä
I have the same problem: in software center there is always an
installation busy, blockiing everything. I tried several of the
workarounds stated above an trying to reinstall but I get this:

cd ~ wget -0 - https://www.dropbox.com/download?plat=lnx.x86; | tar xzf
-

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

What can I try next?

Nadia

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2015-02-11 Thread Gerald D. Otis
I still have a problem. I have been trying to purge nautilus-dropbox but
the error message I get says:

Unable to lock the administration directory (/var/lib/dpkg/), is another
process using it?

When I run sudo pkill PROCESS, nothing happens and I still have the same
problem I started with.

I have a dropbox icon but it doesn't do anything and there is a dropbox
python script file and nautilus file in usr/bin but they can't be
removed because the owner is root.

Any ideas on how to remove the remnants of the failed dropbox install?

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


Re: [Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2015-02-11 Thread Chow Loong Jin
On Wed, Feb 11, 2015 at 10:24:20PM -, Gerald D. Otis wrote:
 I still have a problem. I have been trying to purge nautilus-dropbox but
 the error message I get says:
 
 Unable to lock the administration directory (/var/lib/dpkg/), is another
 process using it?
 
 When I run sudo pkill PROCESS, nothing happens and I still have the same
 problem I started with.

Um, what's PROCESS? /var/lib/dpkg/ being locked means dpkg, or apt-get or
aptitude or software-center, or something of that sort is still running.

 I have a dropbox icon but it doesn't do anything and there is a dropbox
 python script file and nautilus file in usr/bin but they can't be
 removed because the owner is root.
 
 Any ideas on how to remove the remnants of the failed dropbox install?

If you can't find and kill the package manager process that has hung, try
rebooting, and then purging it again.

-- 
Kind regards,
Loong Jin

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2014-10-20 Thread Stein Lee
** Also affects: dropbox-share
   Importance: Undecided
   Status: New

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

To manage notifications about this bug go to:
https://bugs.launchpad.net/dropbox-share/+bug/1016559/+subscriptions

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2014-10-20 Thread Alin Andrei
** No longer affects: dropbox-share

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2014-08-29 Thread HansBKK
Still an issue with a fully-up-to-date 12.04 Unity.

install nautilus-dropbox via the dropbox.com official PPA, but cancel
when it says to start.

then install the actual DB binaries via the manual method from the
website.

if you have multiple accounts, must do this for EACH home folder -
installs to .dropbox-dist

most howto's talk about starting via the daemon directly (dropboxd) but
I found as long as the nautilus-dropbox package completed OK dropbox
start works just fine, but it is running the above daemon behind the
scenes.

http://askubuntu.com/questions/126198/how-to-install-dropbox

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2013-10-08 Thread Chinmay Rajhans
I tried all the other methods:
Only this method as stated by previous user has worked for me:

Commands:
cd /usr/bin
then
sudo cp dropbox dropbox1
then
create a new file called dropbox using command
sudo gedit dropbox
then write this:

#!/bin/bash

~/.dropbox-dist/dropboxd

then save and exit.
Then restart the computer.

This starts Dropbox automatically at startup.
Thank you.

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2013-10-07 Thread Chinmay Rajhans
I was trying to use Dropbox on Ubuntu 12.04.

It is having many problems: 1) Dropbox is not automatically starting on
its own. 2) At start, when I login into the user, it asks me, dropbox
needs root access so asks for admin password. 3) I need to manually
start dropbox daemon using command: ~/.dropbox-dist/dropboxd

Any solutions exist so that Dropbox will start on its own without
needing to enter anything or starting anything.

Thank you in advance.

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2013-08-20 Thread Pedro Nunes
The problem still occurs on Xubuntu 13.04 :(

** Also affects: dropbox-share
   Importance: Undecided
   Status: New

** No longer affects: dropbox-share

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2013-04-10 Thread Gorka Navarrete
I am having a very similar problem in 13.04 64-bit where the
installation of nautilus-dropbox stalls at Downloading dropbox...
100%.

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2013-04-04 Thread SteVe Cook
This doesn't appear to be fixed.  I just tried to install nautilus-
dropbox on a fresh (fully update) install of 12.04.2 and got  the same
error.

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-12-14 Thread Alin Andrei
** No longer affects: dropbox-share

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-12-14 Thread Pradeep
** Also affects: dropbox-share
   Importance: Undecided
   Status: New

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

To manage notifications about this bug go to:
https://bugs.launchpad.net/dropbox-share/+bug/1016559/+subscriptions

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-10-22 Thread Chu
It says here fix released, but the problem still occurs in 12.10...

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-10-15 Thread Robert Los
Hi guys,

I might have found the problem. I tried to install dropbox on a fresh linux 
laptop but already copied my home directory to it. That contained the 
.dropbox-dist directory which caused a lot of problems.
Completely purging dropbox with
$ sudo dpkg --purge dropbox
$ rm -r .dropbox-dist

and installing from www.dropbox.com
solved all the problems.

Cheers

Robert

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-06-27 Thread Raphaël Hertzog
Marking the bug as fixed since this has been fixed on the server side
and we don't need any change on the package.

David, do you plan to reinstate the redirection to https at some point?
If yes, we might still want to get the package updated in 12.04. Also
the Debian freeze is close (30 June) so it would be good if I could get
the updated version in Debian Wheezy.

** No longer affects: software-center (Ubuntu)

** Changed in: nautilus-dropbox (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-06-27 Thread Kev MacFarlane
Thanks, tried to download about eight times while problem was going on,
and had so much problem. Just installed properly without a worry, so i
think, yes the bug is fixed wrt installation. Very happy.

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


Re: [Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-06-27 Thread AlainODea
Thank you David :)

That is a solid solution.  I am glad to have this fixed.  DropBox is a
great service and a smooth install experience that you deliver helps
reinforce that.

Best,
Alain

On 26 June 2012 23:37, David Euresti 1016...@bugs.launchpad.net wrote:

 Hey guys,
 The issue has been fixed server side by not using https for the
 downloader.  Since the downloader also uses pgp to verify the binaries it
 should be as secure as it was before.  Soon we will put out a new version
 of the package that will use https correctly.
 Thanks,
 David

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (973021).
 https://bugs.launchpad.net/bugs/1016559

 Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1016559/+subscriptions


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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-06-26 Thread David Euresti
Hey guys,
The issue has been fixed server side by not using https for the downloader.  
Since the downloader also uses pgp to verify the binaries it should be as 
secure as it was before.  Soon we will put out a new version of the package 
that will use https correctly.
Thanks,
David

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


[Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-06-26 Thread Evan
Thank you so much David. I'm installing it now, and can't wait to update
it! I've reinstalled Dropbox so many times already, one more time
couldn't hurt.

Evan

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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


Re: [Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-06-26 Thread Robert Rice
Muchas Gracias!

Rob Rice

On Tue, Jun 26, 2012 at 7:37 PM, David Euresti
1016...@bugs.launchpad.netwrote:

 Hey guys,
 The issue has been fixed server side by not using https for the
 downloader.  Since the downloader also uses pgp to verify the binaries it
 should be as secure as it was before.  Soon we will put out a new version
 of the package that will use https correctly.
 Thanks,
 David

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1018076).
 https://bugs.launchpad.net/bugs/1016559

 Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

 Status in “nautilus-dropbox” package in Ubuntu:
  Confirmed
 Status in “software-center” package in Ubuntu:
  Confirmed

 Bug description:
  When trying to install nautilus-dropbox in Ubuntu 12.04, the installation
 hangs while showing the message Downloading Dropbox... 99%.
  I just confirmed that this happens on a fresh install of Ubuntu 12.04.

  To recreate:
  - Install Ubuntu 12.04
  - Enter command: sudo apt-get install nautilus-dropbox

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1016559/+subscriptions



-- 
Robert Rice
Cell: 734 846-4070

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

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

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