我已尝试从此[1]文章中指定的AWS ECS实例连接到Dropbox帐户,但不幸的是我注意到存在权限问题。我正在使用的用户拥有所有权限,所有端口都是开放的。下面我已经粘贴了失败的守护进程启动日志。
[ec2-user@ip-10-179-221-31 ~]$ ~/.dropbox-dist/dropboxd
Couldn't start Dropbox.
This is usually because of a permissions error. Storing your home folder on a network share can also cause an error.
Get more help at https://www.dropbox.com/c/help/permissions_error
Please contact Dropbox support with the following info for help:
/tmp/dropbox_errorTC7IXY.txt
有没有办法在AWS上使用Dropbox?
[1] http://ged.msu.edu/angus/tutorials-2011/installing-dropbox.html
答案 0 :(得分:1)
事实证明,这只是一个语言环境问题。解决方案是设置LC_ALL
和LANG
env变量:
[ec2-user@ip-10-111-184-40 ~]$ export LC_ALL=en_US.UTF-8
[ec2-user@ip-10-111-184-40 ~]$ export LANG=en_US.UTF-8