I was having problem in my ubuntu machine that the dropbox was not running, because it did not started at reboot.
The command dropbox autostart y
did not work, and I tried it running as root or my normal user.
So to solved it I decide to use cron, so I run crontab -e
and add the line
@reboot $HOME/.dropbox-dist/dropboxd
This did it, now I get dropbox running after a reboot.