cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Organizing your research is important to easily review and share it. Learn how Kim uses Dropbox to gather and organize her research right here.

Apps and Installations

Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Comments

Re: Stuck on "upgrading dropbox"

Re: Stuck on "upgrading dropbox"

DBOnLinux
Helpful | Level 5

Thank you for this solution. I appreciate it. However, it is only partial - as my post further down explains.

Re: Stuck on "upgrading dropbox"

Dinsdale
Helpful | Level 5

I was in the same situation as the others here on the current opensuse level.  I tried to adapt ngtr's solution without really understanding it and got into a situation where dropbox was trying to reinstall - and then hanging on 98% - on every new session.

Running "dropbox start" from the command line showed that something was looking for "libatomic.so.1" so I installed the newest libatomic package (not the gcc7 one, that would have been next) and now everything appears to work again.

Ugly.  Very ugly.

Re: Stuck on "upgrading dropbox"

Goodboi
Explorer | Level 4

I had same issue on Fedora 31, to fix that install libatomic:

sudo dnf install libatomic

Re: Stuck on "upgrading dropbox"

vespa
New member | Level 2

Thanks for the libatomic advice. I'm also on Fedora 31 and can confirm installing libatomic and restarting dropbox fixed the issue for me as well.

Re: Stuck on "upgrading dropbox"

kumpa
Explorer | Level 4

yup, worked for me too on fedora 26

Re: Stuck on "upgrading dropbox"

szydra
New member | Level 2

On Ubuntu 18.04 running:

apt-get install libatomic-ops-dev

solved the problem.

Re: Stuck on "upgrading dropbox"

Dinsdale
Helpful | Level 5

I thought  libatomic-ops-dev  was gcc7 based, the  libatomic1 I installed is based on gcc8.  There was no research on my part when I installed it, it was a case of "see if this works".  It did.

I don't know how anyone else approached this but I entered "dropbox start" in a console-window and the error message made it clear what was missing.

Re: Stuck on "upgrading dropbox"

szydra
New member | Level 2

@DinsdaleFor me libatomic-ops-dev worked (no error in console), however after your post I tried libatomic1 and it worked, too.

Re: Stuck on "upgrading dropbox"

Dinsdale
Helpful | Level 5

A big - and strange - new development.

I have a second machine which also uses Dropbox and which was also exhibiting the same symptoms.  So I installed libatomic1 there, logged out and logged in again.  Dropbox then announced that it was "Up to date".

Strange is: I had reinstalled Dropbox on my first machine and now have 85.4.155 there.  This second machine claims to have 84.4.170 but is "Up to date".

Re: Stuck on "upgrading dropbox"

danielbradley
New member | Level 2

This is still ocurring, i.e. Linux update is failing and stalling the Dropbox service.

 

$ ./dropbox.py status

Upgrading Dropbox...

 

If you have downloaded the above python "dropbox.py" script from the Dropbox Linux page, you can do the following to at least get the Dropbox service running again:

 

$ ./dropbox.py stop

Dropbox daemon stopped.

 

$ ./dropbox.py start

Starting Dropbox...dropbox: locating interpreter

...

 

Regards,

Daniel.

Need more support?