有没有人成功安装Dropbox并在OpenBSD上正确运行dropbox(FreeBSD也对我有用。)?我是从源代码构建的,一切都可以正常安装,但是当我尝试启动它时:
$ python /usr/bin/dropbox start
Starting Dropbox...
The Dropbox daemon is not installed!
Run "dropbox start -i" to install the daemon
$ ssh root@localhost
root@localhost's password:
<snip>
# python /usr/bin/dropbox start -i
Starting Dropbox...
Dropbox is the easiest way to share and store your files online.
Want to learn more? Head to http://www.dropbox.com/
In order to use Dropbox, you must download the proprietary daemon. [y/n] y
Error: Platform not supported
因此,我从http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall签出了命令行客户端和纯文本内容,但是当然是针对Linux预先编译的。
任何人都尝试解决此问题并获得DropBox / BSD组合的解决方法吗?
我继续插话,最后遇到了一个表演障碍:amd64上没有针对openbsd的Linux仿真。游戏结束。抱歉打扰每个人的时间。
啊。Dropbox 仍然不支持Mac OS X(使用BSD变体内核)作为命令行工具-意味着通过命令行重启后,仍然无法远程重启它!
—
迈克尔
我有两个想法:1.使用Dropbox API构建一个简单的客户端:dropbox.com/developers/documentation/http/overview 2.在Linux虚拟机中运行Dropbox。在这种情况下,可以使VM中的Dropbox文件夹对主机可用(例如,使用Samba)。
—
jsb
/usr/bin/dropbox
在文本编辑器中打开,搜索Error: Platform not supported
消息并在此处发布相应的代码行(也就是上面的几行和下面的几行)?由于它是Python脚本,因此如果只是对官方支持平台的检查,则可能可以对其进行一些更改。