You are not logged in.

#1 2011-03-21 09:58:51

matthewbpt
Member
Registered: 2011-03-21
Posts: 12

dropbox problem

I have a problem with both the dropbox and dropbox-experimental packages from AUR. When I run it from the command line I get the message bash: /usr/bin/dropboxd: cannot execute binary file . I can't get it to work :S
Any suggestions?

Cheers
Matt

Offline

#2 2011-03-21 10:15:57

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: dropbox problem

/usr/bin/dropbox is a symlink to /opt/dropbox/dropboxd, which is a script which calls /opt/dropbox/dropbox. Check if that last file can be executed, and if not, why not. There's too many possible reasons why it may not work, wrong architecture etc.

It works here.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2011-03-21 10:20:45

matthewbpt
Member
Registered: 2011-03-21
Posts: 12

Re: dropbox problem

Running /opt/dropbox/dropboxd has exactly the same result :S I don't know where to start to fix it. I have all the dependencies listed.

Edit: Architecture is i686, kernel 2.6.37-ARCH

Last edited by matthewbpt (2011-03-21 10:21:51)

Offline

#4 2011-03-21 10:23:01

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: dropbox problem

Of course it would have the same result, its a symlink to a script, both would run exactly the same.

Check if the BINARY is executable (or even if its the right architecture). If you don't know how to do that, search and find out.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#5 2011-03-21 10:41:01

matthewbpt
Member
Registered: 2011-03-21
Posts: 12

Re: dropbox problem

I already tried chmodding it with no difference, first thing I did... The PKGBUILD file downloaded dropbox-lnx.x86-1.1.3.tar.gz to build, which indicates it's the right architecture. Hmm ... I really am stumped

Offline

#6 2011-03-21 10:51:55

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: dropbox problem

How do you initiate it?

sh dropbox

or

./dropbox

Often one works while the other doesn't (anybody know why?).


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#7 2011-03-21 10:59:49

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: dropbox problem

toad wrote:

How do you initiate it?

sh dropbox

or

./dropbox

Often one works while the other doesn't (anybody know why?).

Because the first does not require the file to be executable.

Offline

#8 2011-03-21 11:11:06

matthewbpt
Member
Registered: 2011-03-21
Posts: 12

Re: dropbox problem

That, as expected, doesn't work for me either.

Offline

#9 2011-03-21 11:44:40

matthewbpt
Member
Registered: 2011-03-21
Posts: 12

Re: dropbox problem

I managed to install dropbox by downloading the source tarball from https://www.dropbox.com/downloading?os=lnx and compiling it, it just wouldn't work for me the AUR way, but this way works just as well. Thanks for the help.

Offline

Board footer

Powered by FluxBB