| View previous topic :: View next topic |
| Author |
Message |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
Posted: Thu Nov 11, 2010 3:58 pm Post subject: Ubuntu One |
|
|
| Ubuntu One on Gentoo. Is it possible? |
|
| Back to top |
|
 |
nightmorph Developer


Joined: 23 Jan 2005 Posts: 1385 Location: SoCal
|
Posted: Thu Nov 11, 2010 10:14 pm Post subject: |
|
|
You should have at least searched Google before posting. I see you've been posting the same question in other forums. Top Google results:
Ubuntu One Ports at the Ubuntu Wiki
Step-by-step instructions. Note, however, that the author of this post and the creator of the Ubuntu One overlay is no longer using Gentoo. Don't expect updates or fixes.
The Ubuntu One overlay for Gentoo _________________ <UzzaDead> What is CONFIG_USB_MON?
<petteyg> A Jamaican USB configuration?
dirtyepic: "We have more cupholders."
GDP || PR
Last edited by nightmorph on Fri Nov 12, 2010 4:30 pm; edited 1 time in total |
|
| Back to top |
|
 |
keet Guru

Joined: 09 Sep 2008 Posts: 335
|
Posted: Thu Nov 11, 2010 10:16 pm Post subject: |
|
|
According to https://launchpad.net/ubuntuone, "The Ubuntu One client software and protocol libraries are open source." Thus it seems at least theoretically possible. The source code is on that website. What exactly would you want to do with it?
Edit: The post above wasn't here when I was typing. At least this one helps my post count. I'll be "l33t" before I know the first thing about Gentoo :p |
|
| Back to top |
|
 |
ToeiRei Veteran


Joined: 03 Jan 2005 Posts: 1146 Location: Austria
|
Posted: Thu Nov 11, 2010 10:28 pm Post subject: |
|
|
What's that personal cloud all about? Just from the security point of view you store your data outside somewhere and keep computers in sync regarding PIM and so on which could be done using a simple groupware server like OpenXchange disregarding the Music Store...
Don't get me wrong, I don't want to bash the service here - just trying to understand. _________________ Blog | btrfs | Please stand by - The mailer daemon is busy burning your messages in hell... |
|
| Back to top |
|
 |
tomk Administrator


Joined: 23 Sep 2003 Posts: 7124 Location: Sat in front of my computer
|
Posted: Fri Nov 12, 2010 9:09 am Post subject: |
|
|
Moved from Other Things Gentoo to Unsupported Software as it's not officially supported. _________________ Search | Read | Answer | Report | Strip |
|
| Back to top |
|
 |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
Posted: Wed Nov 24, 2010 2:35 pm Post subject: |
|
|
I can't get it work since i "/usr/local/portage/layman/make.conf" doesn't exist.
I downloaded the *.tar.gz from launchpad, installed (./config...) and when running ubuntu-preferences i get:
| Quote: | Traceback (most recent call last):
File "/usr/local/bin/ubuntuone-preferences", line 36, in <module>
from oauth import oauth
ImportError: No module named oauth
|
ubuntu-launch doesn't do anything. |
|
| Back to top |
|
 |
devsk Advocate


Joined: 24 Oct 2003 Posts: 2693 Location: Bay Area, CA
|
Posted: Wed Nov 24, 2010 4:02 pm Post subject: |
|
|
| JuszR wrote: | I can't get it work since i "/usr/local/portage/layman/make.conf" doesn't exist.
I downloaded the *.tar.gz from launchpad, installed (./config...) and when running ubuntu-preferences i get:
| Quote: | Traceback (most recent call last):
File "/usr/local/bin/ubuntuone-preferences", line 36, in <module>
from oauth import oauth
ImportError: No module named oauth
|
ubuntu-launch doesn't do anything. | May be esearch oath helps...
| Code: |
* dev-python/oauth
Latest version available: 1.0.1
Latest version installed: [ Not Installed ]
Size of files: 9 kB
Homepage: http://pypi.python.org/pypi/oauth
Description: Python OAuth module
License: MIT
* dev-python/oauth2
Latest version available: 1.2.1
Latest version installed: [ Not Installed ]
Size of files: 24 kB
Homepage: http://pypi.python.org/pypi/oauth2
Description: Library for OAuth version 1.0a.
License: MIT
|
|
|
| Back to top |
|
 |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
Posted: Wed Nov 24, 2010 4:24 pm Post subject: |
|
|
I tried that already but i can't install them:
| Quote: | | dev-python/oauth [ Masked ] |
So i did:
| Code: | | echo "=dev-python/oauth2" >> /etc/portage/package.keywords |
and when emerge:
| Quote: | | Invalid atom in /etc/portage/package.keywords: =dev-python/oauth2 |
|
|
| Back to top |
|
 |
i92guboj Moderator


Joined: 30 Nov 2004 Posts: 9476 Location: Córdoba (Spain)
|
Posted: Wed Nov 24, 2010 4:33 pm Post subject: |
|
|
Please, first install and configure layman. Then proceed with the overlay way.
http://www.gentoo.org/proj/en/overlays/userguide.xml
Otherwise you will have to figure the dependencies yourself and look for them (they should come indicated in the README files from that tarball or a similar file, or maybe the ubuntu one web site). _________________ Gentoo Handbook | My website |
|
| Back to top |
|
 |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
Posted: Wed Nov 24, 2010 6:05 pm Post subject: |
|
|
Fine, i had to add
=gnome-extra/ubuntuone-client-1.1.4
=net-misc/ubuntuone-storage-protocol-1.1.3
=dev-python/configglue-0.2
=dev-python/oauth-1.0
=dev-python/oauth-1.0.1
=dev-libs/protobuf-2.3.0-r1
=dev-libs/protobuf-2.3.0
and install
simplejson
httplib2
I think now it works. |
|
| Back to top |
|
 |
gcb Tux's lil' helper

Joined: 08 Feb 2012 Posts: 80
|
Posted: Sun Mar 25, 2012 7:26 pm Post subject: |
|
|
| keet wrote: | According to https://launchpad.net/ubuntuone, "The Ubuntu One client software and protocol libraries are open source." Thus it seems at least theoretically possible. The source code is on that website. What exactly would you want to do with it?
Edit: The post above wasn't here when I was typing. At least this one helps my post count. I'll be "l33t" before I know the first thing about Gentoo :p |
hum...
from https://wiki.ubuntu.com/UbuntuOne/TechnicalDetails
| Quote: | | ... access to this remote disk space is via an invented-here communication protocol called "u1storage". |
| Quote: | u1sync-tool
Command line utility to control the behaviour of a running u1sync-agent instance. The tool does not perform any actions directly, but sends messages to the running agent.
There is one implementation, which is written in Python (GPLv3). |
So i think it's just a matter of running this python script? i'm about to find out which libs it uses. |
|
| Back to top |
|
 |
gcb Tux's lil' helper

Joined: 08 Feb 2012 Posts: 80
|
|
| Back to top |
|
 |
gcb Tux's lil' helper

Joined: 08 Feb 2012 Posts: 80
|
|
| Back to top |
|
 |
gcb Tux's lil' helper

Joined: 08 Feb 2012 Posts: 80
|
Posted: Sun Mar 25, 2012 7:41 pm Post subject: |
|
|
ok, ignore last post... this package is just a bunch of wrappers for the syncdaemon.
the few times it actually interacts with ubuntu one (as most of the code is local FS monitoring) it calls the python package ubuntuone.storageprotocol which is not in this package. |
|
| Back to top |
|
 |
gcb Tux's lil' helper

Joined: 08 Feb 2012 Posts: 80
|
|
| Back to top |
|
 |
gcb Tux's lil' helper

Joined: 08 Feb 2012 Posts: 80
|
Posted: Mon Mar 26, 2012 6:29 am Post subject: |
|
|
| giving up again. will just use the web iinterface when i'm on gentoo. |
|
| Back to top |
|
 |
nickel Tux's lil' helper


Joined: 21 Oct 2005 Posts: 126
|
Posted: Thu Jun 07, 2012 9:57 am Post subject: |
|
|
it emerges correctly. But there isn't a gentoo-ubuntu overlay anymore. And the files versions are a little old.
when i try to run ubuntuone-preferences, i get this error: "Authorization Error Expired timestamp: given 1270656738... greater difference than threshold 900".
I looked it up and it has something to do with the system time, which is pretty weird, since my time is correct.
Any ideas, how i solve this? |
|
| Back to top |
|
 |
chiefbag Guru


Joined: 01 Oct 2010 Posts: 425 Location: The Kingdom of Kerry
|
Posted: Thu Jun 07, 2012 10:53 am Post subject: |
|
|
Why would you bother with that crap anyhow?
If you want to backup your files to a cloud service consider something like the following using Amazon s3
Setup and Amazon account and a use a simple cron such as below.
| Code: | | s3cmd sync /home_dir s3://my-remote-bucket |
_________________ A place for useful technical information |
|
| Back to top |
|
 |
nickel Tux's lil' helper


Joined: 21 Oct 2005 Posts: 126
|
Posted: Fri Jun 08, 2012 2:22 pm Post subject: |
|
|
thx for yur answer.
I gave up. I install ubuntu . For some reason, i don't like it at all!
Anyhow, i wanted ubuntu one music, because i can stream m music anywhere.
I use also dropbox. For smaller things, is pretty good. Is faster than ubuntu one!
I give s3 a try. |
|
| Back to top |
|
 |
|