Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Using SSH to install Dropbox

  • This topic is empty.
Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #41555
    chrisburton
    Participant

    I’m trying to install Dropbox onto my hosting server using SSH.

    I’ll be honest, I have no idea what I’m doing and after following a tutorial, I’m getting some sort of error.

    I’m using the command that Dropbox says to use.

    Command:

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

    Error:

    Connecting to http://www.dropbox.com|199.47.217.170|:443… connected.
    ERROR: cannot verify http://www.dropbox.com’s certificate, issued by `/C=US/O=Thawte, Inc./CN=Thawte SSL CA’:
    Unable to locally verify the issuer’s authority.
    To connect to http://www.dropbox.com insecurely, use `–no-check-certificate’.
    Unable to establish SSL connection.

    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Error exit delayed from previous errors

    If I use `–no-check-certificate-`, I get:

    wget: unrecognized option `–no-check-certificate-‘

    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error exit delayed from previous errors

    Not sure what this is about: https://www.dropbox.com/help/247/en

    #118753
    DustinWoods
    Member

    Not sure if this will work, but can you use http instead of https? Not sure if you need to use --no-check-certificate with that or not.

    #118754
    DustinWoods
    Member

    Oh, and just to be clear, I mean using http://www.dropbox.com/download?plat=lnx.x86" instead of https://www.dropbox.com/download?plat=lnx.x86".

    #118755
    chrisburton
    Participant

    Will try, thank you @DustinWoods.

    #118756
    chrisburton
    Participant

    This is what I get when I try using `http` instead of `https`

    –2012-12-23 13:00:42– http://www.dropbox.com/download?plat=lnx.x86
    Resolving http://www.dropbox.com… 199.47.217.170, 199.47.217.171, 199.47.216.170, …
    Connecting to http://www.dropbox.com|199.47.217.170|:80… connected.
    HTTP request sent, awaiting response… 302 FOUND
    Location: https://www.dropbox.com/download?plat=lnx.x86 [following]
    –2012-12-23 13:00:42– https://www.dropbox.com/download?plat=lnx.x86
    Connecting to http://www.dropbox.com|199.47.217.170|:443… connected.
    ERROR: cannot verify http://www.dropbox.com’s certificate, issued by `/C=US/O=Thawte, Inc./CN=Thawte SSL CA’:
    Unable to locally verify the issuer’s authority.
    To connect to http://www.dropbox.com insecurely, use `–no-check-certificate’.
    Unable to establish SSL connection.

    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Error exit delayed from previous errors

    #118758
    chrisburton
    Participant

    I think I got it. At least it downloaded something. The issue was that I was using `no-check-certificate-` when I should have just used `no-check-certificate`.

    #118760
    chrisburton
    Participant

    I may need help following the rest of the steps.

    I tried

    ~/.dropbox-dist/dropboxd

    which returned

    -jailshell: /home/username/.dropbox-dist/dropboxd: No such file or directory

    #118763
    DustinWoods
    Member

    Hmm, can you check if the downloaded file was unzipped? If it didn’t, you’ll probably see dropbox-lnx.x86-1.6.10.tar.gz sitting in your directory.

    Try tar xzf dropbox-lnx.x86-1.6.10.tar.gz
    and then ~/.dropbox-dist/dropboxd

    #118764
    chrisburton
    Participant

    @DustinWoods Basically what I did was login to CPanel > File Manager > Root > Click on the file and hit unzip. That created the correct folders.

    Now in the command line, I keep getting “Please visit this link to connect..” blah blah.

    #118766
    DustinWoods
    Member

    Oh perfect! Dropbox says you have to visit the link to set up a Dropbox account. Then you should be good to go.

    #118767
    chrisburton
    Participant

    @DustinWoods I did actually link it but the terminal keeps displaying the link and won’t stop. Haha. No idea what to do now.

    #118771
    chrisburton
    Participant

    Wow. Just got it. I was trying to hit Cntrl + C to copy the link but that just kills the terminal running.

    #118772
    DustinWoods
    Member

    Haha, that always gets me too

    #118775
    chrisburton
    Participant

    All right. I’m on the very last step and of course I can’t figure this out either.
    http://getkirby.com/blog/kirby-meets-dropbox

    The part that starts at Connect Kirby with Dropbox. I tried that command with my correct file paths and it just hangs there and does nothing in the terminal.

    #118776
    DustinWoods
    Member

    Are you talking about this part: ln -s /var/www/mykirbysite.com/content ~/Dropbox/mykirbysite?

Viewing 15 posts - 1 through 15 (of 26 total)
  • The forum ‘Other’ is closed to new topics and replies.