LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-15-2015, 04:56 AM   #1
NotAComputerGuy
Member
 
Registered: Jun 2012
Distribution: Linux Mint - Debian Edition
Posts: 349

Rep: Reputation: 13
Headless Dropbox - OpenMediaVault


I'm looking to setup my 'server' so it's synced with my Dropbox. I followed the guide below.

http://rkulla.blogspot.co.uk/2014/03...s-dropbox.html

I've created a user called dropbox and used that instead of "user1" etc.

I've got the following issue:
Code:
$ sudo service dropbox status
dropboxd for USER dropbox: not running.

$ sudo service dropbox start
Starting dropbox...

$ sudo service dropbox status
dropboxd for USER dropbox: not running.

$ ./dropbox.py status
Syncing (10,848 files remaining, 14 mins left)
Downloading 10,848 files (LAN) (3,839 KB/sec, 14 mins left)
Something's very wrong here. Please could anyone help me.

Thanks
 
Old 12-15-2015, 05:21 AM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
You should find out why dropboxd is not running.

First, is it really not running? Use ps -ef to find out. On my system (Centos 6.7), it looks like this:
Code:
bbausch  26416     1  0 15:01 ?        00:00:21 /home/bbausch/.dropbox-dist/dropbox-lnx.x86_64-3.12.5/dropbox
Then, find the dropbox log file and see what it contains.
Finally, run the dropbox program manually. Perhaps you will get more information about the error.

There is also https://www.dropbox.com/c/help.
 
Old 12-15-2015, 12:51 PM   #3
NotAComputerGuy
Member
 
Registered: Jun 2012
Distribution: Linux Mint - Debian Edition
Posts: 349

Original Poster
Rep: Reputation: 13
Aye, Dropbox is running. Perhaps I should worry less about what that script is supposed to do and accept it appears to be working. :/
 
Old 12-15-2015, 06:40 PM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Not very satisfactory, right? Something is wrong.

This is how the dropbox service detects its status:
Code:
[ -f /etc/sysconfig/dropbox ] && . /etc/sysconfig/dropbox
...
status() {
    for dbuser in $DROPBOX_USERS; do
        dbpid=`pgrep -u $dbuser dropbox | grep -v grep`
        if [ -z $dbpid ] ; then
            echo "dropboxd for USER $dbuser: not running."
        else
            echo "dropboxd for USER $dbuser: running (pid $dbpid)"
        fi
    done
}
In the dropbox config file, I find DROPBOX_USERS=bbausch. Perhaps that's missing or wrong on your computer.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] OpenVPN - OpenMediaVault NotAComputerGuy Linux - Newbie 7 09-30-2015 11:35 AM
OpenMediaVault 1.0 (NAS) released FBSD Linux - Server 0 09-18-2014 11:45 PM
LXer: OpenMediaVault 1.0 review LXer Syndicated Linux News 0 09-17-2014 07:33 PM
OpenMediaVault Mount Problems Blipside Linux - Server 2 08-01-2012 11:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration