Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Has anyone tried to compile the Linux Dropbox client on the DNS-323? (https://www.dropbox.com/downloading?os=lnx)
I think it would be extremely useful, imagine adding/retrieving files to/from you NAS from any Internet enabled device, without the hassle of configuring VPN/Port forwarding/Dynamic DNS. According to the README, its dependencies are:
libnautilus-extension-dev
libnotify-dev
I searched the forum but couldn't find any references to those packages.
Offline
I was also considering getting dropbox to work on my 323 and would like to hear from the experts if it is possible. My linux skill level is just not enough to comprehend crosscompiling (finally gave up on rtorrent+wtorrent crosscompiled from ubuntu) but I am willing to experiment.
Last edited by zuluwalker (2009-11-28 11:53:16)
Offline
I don't like to "bump" old threads, but has anyone had any progress with Dropbox on the DNS-323?
Offline
Running dropbox on the 323 would be very cool.
One way that you can sort of *fake* it is to periodically sync a "shadow dropbox" folder on the 323 with another "real dropbox" folder someplace else on your network, on a machine running a supported dropbox client. Can use something like rsync for this. But it would be much nicer to have it running on the 323 itself.
Looking at things a *little* bit:
The nautilus extension would not be needed. That is a plugin for the "file explorer" on the desktop. Since there is no desktop, probably don't need it. Same with libnotify-dev, as that is a desktop notification library.
I'm thinking that only the dropbox daemon needs to be built and not the nautilus plugin, so the dependencies are not really required. I could be wrong as I have not looked at the source yet. There are also command line interfaces for the daemon. So it might be possible.
If I dig into this any deeper, I'll post here again.
Offline
OK, to follow up:
See
http://forums.dropbox.com/topic.php?id=13031
The daemon part of Dropbox is closed-source, so there is currently no way to build it for ARM. However, this thread implies that they might release an ARM binary some time this year. Hopefully it will be compatible with the ARM in the 323.
I guess watch the Dropbox website for an announcement!
BTW, the source code that you can download for Linux is just for the Nautilus extension.
Offline
Anyone with a dropbox account can vote for this feature request:
https://www.dropbox.com/votebox/358/linux-arm-support
It might move it up the priority list even though it's supposedly coming "some time this year" since there aren't that many votes for it -- especially since there aren't any beta ("forum") builds for ARM yet and it's almost November.
Oh, and here's another more recent thread on Dropbox for ARM:
http://forums.dropbox.com/topic.php?id= … ost-147125
Offline
Thanks. I voted.
One thing that we'll have to consider if/when they build it for ARM is disk spin down. Our kernel is 2.6.12 and does not have iNotify support in it, at least in FW 1.07. I think that it is the same in 1.08. The DropBox daemon is going to have to monitor the dropbox folder for changes somehow, and that might involve actually doing periodic disk accesses without iNotify. It'd be a bummer if they build it for kernels > 2.6.12.
Update: Wikipedia notes that iNotify can be compiled into the 2.6.12 kernel - dunno if that will help us or not.
Last edited by karlrado (2010-10-27 18:18:06)
Offline
I voted too, thanks for the link.
AH
Offline
If you can't get iNotify run and put the storage on a flash drive.
Offline