Dropbox On CentOS Server
Posted: Tue Dec 06, 2011 7:11 pm
Hi,
I've been trying to follow the following guide to installing Dropbox on my CentOS 5.x Plesk 8.6 server. Plan is to use dropbox as a cloud backup of websites, as it's cheaper than signing up to AWS or similar.
http://lassebunk.dk/2011/03/16/linux-dr ... te-backup/
Guide worked fine, until I ran the command to start dropbox
For some reason I just can't get it to work. Could it be ASL interfering with it, or that I'm using the 32bit dropbox install on the art.i686.PAE kernel?
Thanks
I've been trying to follow the following guide to installing Dropbox on my CentOS 5.x Plesk 8.6 server. Plan is to use dropbox as a cloud backup of websites, as it's cheaper than signing up to AWS or similar.
http://lassebunk.dk/2011/03/16/linux-dr ... te-backup/
Guide worked fine, until I ran the command to start dropbox
Code: Select all
[root@s1 ~]# ~/.dropbox-dist/dropbox
Traceback (most recent call last):
File "__main__dropbox__.py", line 70, in <module>
File "arch/__init__.py", line 25, in <module>
File "arch/linux/tracing.py", line 44, in <module>
MemoryError
[root@s1 ~]#
Thanks