Jeg har forsøgt at install ubuntu one på ubuntu server 12.04
Men får denne besked når jeg køre u1sdtool --start:
root@nectioon-home-server:~# u1sdtool --start
Traceback (most recent call last):
File "/usr/bin/u1sdtool", line 44, in <module>
bus = dbus.SessionBus(mainloop=loop)
File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
har fulgt denne mini guide: https://wiki.ubuntu.com/UbuntuOne/Headless
Alt går fint lige end til jeg skal starte ubuntu one op..
dog er jeg i tviel om denne linje:
4. The line starting oauth= will be made of four separate colon-separated sections like aaaa:bbbb:cccc:dddd. Take the cccc:dddd part and add to ~/.config/ubuntuone/syncdaemon.conf as the oauth parameter under __main__ section (this is ini-style file:(
[__main__]
oauth=hPQWPsH:rhOokmNiRuuoiHe...
da ~/.config/ubuntuone/syncdaemon.conf ikke fandtes i forvejen oprettet jeg den bare med indeholdet:
[__main__]
oauth=bla bla
Ved i hvad der er galt?