1

I have some issues getting dropbox to run on Centos 6.3. These issues started after I recently got a security warning to upgrade Dropbox. Before this, the older version (not sure which one exactly) has been running fine for ~2+ years.

The install I did was:

Download: https://www.dropbox.com/download?dl=packages/fedora/nautilus-dropbox-1.6.2-1.fedora.x86_64.rpm

Install: yum localinstall nautilus-dropbox-1.6.2-1.fedora.x86_64.rpm

After this: dropbox start -i

It downloads successfully, but then when I do:

dropbox start

I get the message:

Dropbox isn't running!

Dropbox is already running!

And nothing else happens.

What could be the problem here?

6
  • Try renaming ~/.dropbox or moving it somewhere else from home dir. Commented Dec 16, 2014 at 11:59
  • Thanks for the reply. Tried this, and the ~/.dropbox gets re-created, but the problem remains the same... Commented Dec 16, 2014 at 12:32
  • Can you run ps aux | grep dropbox ? May be it's already running? Well since it's creating new folder, it means it is running, can you try to upload some files? Commented Dec 16, 2014 at 13:23
  • Yes, looks like it is running indeed. But it is not linked to my account atm. And since it I cannot access the GUI of dropbox, I cannot link it I guess... Commented Dec 16, 2014 at 14:51
  • Actually you can use it in gui-less mode, check link Commented Dec 16, 2014 at 15:22

1 Answer 1

1

I got this temporary solution from dropbox

killall dropbox rm ~/.dropbox-dist/dropbox-lnx.x86*/libxml2.so.2 ~/.dropbox-dist/dropboxd & 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.