| Author |
Message |
Levaly
Joined: 01 Jan 2012
Posts: 3
|
| Posted: Sun Jan 01, 2012 12:35 pm Post subject: Dropbox |
|
|
Has anyone managed to run Droppox on their linode server? I tried on a CentOS 5.6 and on a Fedora linode. I followed the instructions on dropbox website for linux install, and also tried installing via yum. All cases no luck.
Everytime I try to run it I get the following message:
"
Couldn't start Dropbox
This is usually because of a permissions error. Errors can also be caused by your home folder being stored on a network share.
Get more help at https://www.dropbox.com/c/help/permissions_error?cl=en_U
"
Thanks in advance,
Lev |
|
| Back to top |
|
hybinet
Joined: 02 May 2008
Posts: 1058
|
| Posted: Sun Jan 01, 2012 4:16 pm Post subject: |
|
|
| Which user are you running Dropbox as? Does this user have a home directory? Is the home directory writable by the user? Is the user's dropbox folder writable by the user? (These things are commonly overlooked when you use root to create directory hierarchies.) |
|
| Back to top |
|
Levaly
Joined: 01 Jan 2012
Posts: 3
|
| Posted: Mon Jan 02, 2012 12:26 pm Post subject: |
|
|
| Running as root, homedir is /root |
|
| Back to top |
|
hybinet
Joined: 02 May 2008
Posts: 1058
|
| Posted: Mon Jan 02, 2012 1:39 pm Post subject: |
|
|
| Try running it as a different user with a home directory in /home/username. There's a chance that Dropbox doesn't like /root. (Besides, it's a bad idea to run programs like this as root.) |
|
| Back to top |
|
Levaly
Joined: 01 Jan 2012
Posts: 3
|
| Posted: Mon Jan 02, 2012 2:15 pm Post subject: |
|
|
| Yeah, that worked. Thanks |
|
| Back to top |
|
| |