[00:11] duanedesign, looks like bug #575817 [00:11] Launchpad bug 575817 in ubuntuone-client "Interrupted upload is not retried" [High,Fix committed] https://launchpad.net/bugs/575817 [00:14] rye: ahh thank you [00:14] will look at that [00:14] duanedesign, but it looks like it could drop one file, but not all [00:16] duanedesign, no, that's not it [00:17] i believe that bug will need to be forked out since there is only a disconnect pretty much long time ago === cpg|away is now known as cpg [03:47] Hello [03:47] Joshua [03:48] Did you happen to get a hold of a developer to look into my download issues? [03:49] Duane... How about you? [03:50] honk [03:52] honk\ [03:52] honk [03:52] honk [03:52] honk [03:52] honk [03:53] I don't think it's fair that I purchased a album and I'm not entitled to download it [03:53] honk [03:53] honk === cpg is now known as cpg|biab [05:22] When will Tomboy note synchronization be re-enabled? I want to do a clean install of 10.04, but not being able to sync my notes is holding that up, as I don't want to lose recent changes that haven't yet synchronized. === cpg|biab is now known as cpg [06:36] tritium: notes synchronisation has not been disabled. Only bookmarks & contacts sync are disabled atm [07:18] kermiac: any idea why it's not working, then? [08:29] morning all [08:38] hi duanedesign :) [08:54] anyone know a good workaround &/or master bug for "gnomekeyring.IOError:"? I've seen a couple of bug reports with this error lately [09:32] hi everyone ! I have a problem with UbuntuOne, plz help me http://paste.ubuntu.com/433231/ [09:33] I have a problem with UbuntuOne, plz help me http://paste.ubuntu.com/433231/ === cpg is now known as cpg|away [09:38] if today said majic "h0nk" word i would have asked him to check whether seahorse can start and see whether starting gnome-keyring fixes that [09:42] ah, that answers my earlier question - thanks rye :) Do we have a master bug for that gnomekeyring.IOError? I've seen a few of them lately [09:43] kermiac, i believe it is gnome keyring that quits unexpectedly and since people tend to use browsers that do not store credentials in gnome-keyring they probably will face the issue only with ubuntuone [09:44] kermiac, nobody hits keyring usually... for now [09:45] rye, yeah thanks :) I've seen this issue popping up in relation to a few packages (like gwibber) lately. seems likely that it might be a gnome-keyring issue [09:46] kermiac, we do not make gnome-keyring quit usually [09:49] rye: yes, I understand that :) seems like a lot of people are having gnome-keyring either not start or start too slowly (this is just my understanding of the issue - I could be totally wrong). also, it seems like jdobrien is working on this same issue in bug 567194 [09:49] Launchpad bug 567194 in ubuntuone-client "Lucid (64 bit built 4/20/10) Ubuntuone not synchronizing, -preferences not starting" [High,New] https://launchpad.net/bugs/567194 [09:49] although that bug report mentions x64 specifically [09:50] hi, is there a KDE client for ubuntu-one available for Kubuntu lucid ? [09:52] rye: another quick example of this issue is bug 579158. [09:52] Launchpad bug 579158 in ubuntuone-client "nothing happens when i click on the ubuntu one icon from the menu or the me menu" [Undecided,Incomplete] https://launchpad.net/bugs/579158 [11:21] I have a problem, I signed up for ubuntuone account few months ago and got contacts and all synced fine. After upgrade to Lucid things started going a bit south. I have two machines running 10.04 connecting to it and I get nasty replication errors in desktop couch log on both machines. I have tried wiping all traces of ubuntu one on 1 box, deleting the tokens and connecting it back. Even wiped desktopcouch but it happens again. Been searching the forums bu [12:03] I understand there is a Windows client in the works. Does anyone know what the progress on this is? [12:16] I understand there is a Windows client in the works. Does anyone know what the progress on this is? [13:35] ey guys [13:35] anyone knows when the contac database will be back again? [13:36] i've just downloaded ubuntu one on my iphone and cant wait to try it^^ [13:38] I need my notes ;) [13:41] ciao === sniper is now known as Guest79174 === Nick_ is now known as Guest895 === Chex- is now known as Chex [15:46] are there any plans to add versioning to ubuntu one? [16:13] ahh the contact database is gone, that explains my problems :) [16:47] whom do I cry to about syncdaemon code business? [16:48] apachelogger, a lot of people [16:48] what's up? [16:48] main.py queries gnomekeyring for the access token [16:49] instead it should query via dbus to com.ubuntuone.Authentication [16:49] dobey, verterok, around? [16:50] apachelogger: are you sure about that? :) [16:50] about the usage of keyring or the dbus query? [16:50] * apachelogger can do authentication via a Qt+KWallet implementation of com.ubuntuone.Authentication now [16:50] well, if syncdaemon gets changed around to not enforce a secret storage backend [16:51] apachelogger: but com.ubuntuone.Authentication doesn't return the token, also isn't secure enough to pass tokens around via DBus, that's plain tetxt [16:51] *text [16:52] * apachelogger is wondering how the common secrets daemon will handle that stuff [16:52] apachelogger: com.ubuntuone.Authentication sends a NewCredentials signal with: realm, consumer_key [16:52] verterok: not sure this is relevant to the discussion, but at one time there was talk of using python-keyring [16:52] apachelogger: the "client" needs to get the token from the secure storage [16:53] joshuahoover: yes, I know, but for some reason we didn't do it [16:53] in that case we need a class to try obtaining the token from either gnomekeyring or kwallet [16:53] verterok: yeah, i never got a reason for why, maybe we should bring it back up for maverick? === beuno is now known as beuno-lunch [16:54] apachelogger: python-keyring do that! :) [16:54] or implement that inline in syncdaemon's main.py if you will [16:54] verterok: well... then... ;) [16:55] apachelogger, joshuahoover: dobey might know better about why we didn't use python-keyring for lucid [16:55] joshuahoover: indeed :) [16:55] verterok: right, dobey and/or statik...they were the ones originally requesting it and then decided not to request it be included in main [16:57] * verterok looks at dobey/statik :) [16:58] apachelogger: if we can't use python-keyring, we can add a sort of plugin mechanism, so you can hook whatever you need to use kwallet [16:59] a *very* simple/naive plugin kind of stuff [16:59] verterok: related to python-keyring, i was (slightly) surprised that there doesn't appear to be a gnome-keyring/kwallet/keychain equivalent for windows (that is part of the os, anyway) [17:00] joshuahoover: I think there is a crypto-storage in windows [17:00] verterok: i'll send an email to the team list to see if it makes sense to include python-keyring in maverick [17:00] verterok: i don't recall there being one...for ie, yes (similar to firefox) but i don't think there is one system wide...maybe win7? not sure [17:01] joshuahoover: in python-keyring slang it's called: Win32CryptoKeyring [17:01] joshuahoover: check http://pypi.python.org/pypi/keyring :) [17:01] joshuahoover: win 2k+ [17:03] apachelogger: you'r working in python? I mean the KDE integration it's in python or C++? [17:04] c++ [17:04] verterok: ah yes, i saw that...just wondered why it was listed as something different than the gnome, kde, os x equivalents [17:04] of course parts could be done in python, like curerntly the desktopcouch pairing is still done in python ;) [17:06] apachelogger: we could isolate the keyring access to oauthdesktop, and use the OAuthClient in oauthdesktop.main, so there is a single place where the keyring is accessed [17:06] apachelogger: that way support for kwallet/python-keyring should be a lot simple [17:06] apachelogger: and make sure desktopcouch use the same stuff ;) [17:07] *nod* [17:08] of course we should keep in mind that at some point org.freedesktop.Secret.Service will arrive and basically obsolete the different code for kwally and gnome-keyring altogether [17:08] apachelogger: and it should be a quite simpel branch to do it (use oauthdesktop.auth.AuthorisationClient in syncdaemon) [17:09] apachelogger: indeed, so keeping the access to the keyring in a single place will make that change also easier :) [17:09] right :) [17:16] Hello [17:16] hi leonel [17:17] Any plans to take Ubuntu one to the server .. I mean use ubuntu one without any graphican environment ? [17:17] s/graphican/graphical [17:19] leonel: i don't believe it's on our list for maverick but i'm sure we'd welcome contributions to help us get there sooner :) [17:19] so the only "solution" now is to install gnome --no-install-recommends and install ubuntu one on the server then access with vnc ? [17:20] leonel: i think so unless verterok or someone else knows of a better way [17:21] leonel: you need dbus and gnome-keyring in order to make it work, so yes.. :/ [17:22] thanks === teknico_ is now known as teknico [17:59] ahall: right now the Sync between your desktops and the cloud is currently disabled. [17:59] for Contacts === beuno-lunch is now known as beuno [18:06] i feel relieved there is an explanation :) [18:12] ahall: Should be back up very soon [18:14] thanks for that [18:18] any plans for a windows client for ubuntuone? [18:19] josephnexus, yes, within the next 6 months we plan to release one [18:21] and for mac? [18:22] there are no plans for max at the moment [18:22] ok [18:22] although it shouldn't be super hard to port I think [18:22] * josephnexus just wanted to check [18:22] yeah [18:22] we do have a contact sync client for the iphone [18:28] but not the n900 :-(\ [18:28] not super well on the n900 [18:28] it doesn't have good support for syncml [18:28] is there a way to be a reseller for the service? [18:28] * josephnexus has a lot of clientelle and would rather see them supporting canonical [18:29] josephnexus, you should get in touch with matt.griffin@canonical.com about that [18:32] k, thanks [18:33] guys I am having a problem with ubuntuone, [18:33] pookito, what's the problem? [18:33] for some reason UO is not working with Kubuntu and I need to download a file [18:33] go to one.ubuntu.com/files [18:33] in your browser [18:33] I know can do it via Web UI but I do not know how [18:34] you should be able to log in from the site I just sent you and grab it [18:34] give me a sec [18:35] it is only giving me the uption to upload, new folder and share. but that's is it [18:35] I try clicking in more at the left but the download option is not there [18:35] pookito, what browser are you using? [18:36] konqueror [18:36] would it be possible for you to try firefox? [18:36] pookito, try something else [18:36] firefox, chromium [18:36] maybe we have a bug [18:36] sure, I'll use ff [18:36] what version of konqueror? [18:42] beuno: the latest version which came up with kubuntu 10.04 [18:42] I think it does have a bug, since it did not want to work with ff either [18:42] pookito, gotcha. I will need to test that. Did firefox give you metter results? [18:43] well, that is very very odd then [18:43] pookito, do you have javascript enabled? [18:43] I had to right click on the file and then save as [18:43] or link save as [18:43] that is super odd [18:43] I had a couple of copies in the file [18:43] the one which was as a folder did not work [18:43] right, you can't download folders [18:43] but the one which was compress I was able to download it as a save as link [18:44] yeah, yay for progressive enhancement [18:44] I added that in exactly for that [18:44] javascript failing [18:44] Thanks beuno, [18:44] pookito, but you have something wrong in your system [18:44] I appreciated, I really needed those files [18:45] well [18:45] the web ui works on all browsers I can test [18:45] it's been working like that for me since it came out [18:45] the only difference [18:45] is that now, ubuntuone does not want to work with kubuntu [18:45] and I do not like gnome at all [18:46] pookito, so when you click on "more" for a file, it doesn't expand and show you a "download" link? [18:46] I downloaded all the dependencies and still UO does not work, I do not know how [18:46] well [18:46] beuno, any plans for adding versioning (example: see this file from a week ago) [18:46] josephnexus, yes sir [18:46] it's in our Maverick roadmap [18:47] so in the next 6 months [18:47] it does expand but it does not show the download link [18:47] pookito, what happens if you just click on the file you need? [18:47] or are you trying to grab a folder? [18:47] pookito, for files? or folders? [18:47] beuno, if you can get versioning going on, i know i'd sign up [18:47] :-D [18:47] svn is too... svnish [18:47] :-P [18:48] josephnexus, it will happen! [18:48] well, now in ff it does not open it goes inside of the folder like in a window, but it does not show the download === teknico is now known as teknico_away [18:49] now, I can see that the files I can download right away [18:49] thanks bueno [18:49] bueno, I won't take more of your time [18:49] pookito, no worries [19:18] dear u1, please actually give me my song now... it's on remote storage, but won't come down the pipe. it's been hours. no love, directhex === teknico is now known as teknico_away [19:24] hello directhex [19:26] afternoon [19:29] hallo [19:29] hi beep_gr [19:33] directhex: having trouble syncing? [19:33] I made a mistake and I synchronized a non ubuntu one folder and when the folder added to ubuntu one web site, i deleted it from nautilus file manager but it didn't removed from the site [19:34] beep_gr, it takes a while to delete a lot of files [19:34] you can, however, delete it from thr web ui [19:34] when i press more, there is no delete option [19:34] duanedesign, yeah, waiting for a purchased track to show up locally. a track i bought after it was pretty much instant [19:35] beep_gr: if you run the command : u1sdtool --list-folders you can see if the UDF is still listed [19:35] beep_gr, ah, it's a UDF [19:36] yes and i tried to remove them, the command was correct but when i check if it still shared, the folders are still visible [19:37] what is udf? [19:37] directhex: what does the command u1sdtool -s return. You can post multiple lines at http://paste.ubuntu.com [19:37] beep_gr: User Designated Folder [19:37] duanedesign, idle, processing queues. [19:40] one folder has the name router (if I understand what you ask) [19:44] directhex: try the command: touch ~/.ubuntuone/Purcharsed\ from\ Ubuntu\ One/placeholder; u1sdtool --quit; u1sdtool --connect [19:45] it creates an empty file in your purchased folder then restarts ubuntu one [19:46] beep_gr: does the folder show up? The one you want to be deleted. [19:47] yes [19:48] duanedesign, seems to have come down on disk, but the u1ms widget hasn't acknowledged that detail. hrm. [19:48] * directhex smells more unicode failure [19:48] hi all -- i am unable to launch ubuntu one, it says: Failed to execute child process "ubuntuone-client-applet" (No such file or directory) [19:48] beep_gr: there is a command you can use to remove that folder [19:49] probably the site is mixed up because when i syncronized for the first time, i deleted it from my computer, when i restored it and the site has something like broken link and it cannot connect into the restored folder [19:49] beuno: i'm good friends with an awesome band, how would they go about adding their music to the music store for sale? [19:49] josephnexus, via 7digital afaik [19:49] josephnexus, we don't currently have control over what goes there, so yeah, via 7digital [19:50] beep_gr: https://wiki.ubuntu.com/UbuntuOne/FAQ#How%20do%20I%20stop%20synchronizing%20a%20folder%20outside%20my%20~/Ubuntu%20One%20folder [19:51] when i right click into the folder (via nautilus) and choose to synchronize to ubuntu one, the option 'stop synchronizing' is to visible. [19:52] when i remove the folders via u1sdtool --unsubscribe-folder and i give the command u1sdtool --list-folders, the folders are still on [19:53] is there a way to remove the folders via website? There must be a broken link and the synch is not possible [19:54] beep_gr: you sure you have the folderID right? The command should look like. u1sdtool --unsubscribe-folder=c4d1e6f9-931b-45c6-8fac-83039081524 [19:55] yes... and the is no error report [19:55] hmm [19:56] monkey_dust: hello [19:56] monkey_dust: what version of Ubuntu One are you running? dpkg -l ubuntuone-client [19:57] the newer versions do not have the applet [20:04] duanedesign, http://paste.ubuntu.com/433500/ [20:06] monkey_dust: yeah, that version does not have the applet [20:06] it was replaced by ubuntuone-preferences [20:06] duanedesign, it keeps mentioning this applet -- i have been using lucid since beta1, dunno what changed in ubuntuone since [20:08] monkey_dust: Ubuntu One is mentioning the applet? [20:08] i also looked for a .ubuntuone map [20:09] you are not typing in 'ubuntuone-applet' into the Terminal? [20:09] duanedesign, when i click Appl > Internet > Ubuntuone [20:09] monkey_dust: ahh [20:09] monkey_dust: you are still on Karmic? [20:10] a light starts ti shine? :) [20:10] no lucid, after dist-upgrade, no fresh install [20:10] The newer versions of Ubuntu One are started by either going to the Me Menu (in Lucid) or going to System > Preferences > Ubuntu One (in Karmic) [20:11] monkey_dust: i am sorry you just told me you were running lucid :P [20:11] yes lucid [20:11] duanedesign: aren't they automagically running as a service? [20:11] that way if your user isn't logged in it still syncs? [20:11] duanedesign, Ubuntu One is in the Me Menu, but does nothing when i click it [20:12] monkey_dust: not sure why it left the entry in your Menu under pplications > Internet. You can probablly delete that. Or change the command it runs to ubuntuone-preferences [20:12] monkey_dust: can you open a Terminal [20:12] and run ubuntuone-preferences [20:13] monkey_dust: hopefully it will spit out a clue as to why its not starting. [20:14] duanedesign, http://paste.ubuntu.com/433503/ [20:17] monkey_dust: can you post your ~/.config/ubuntuone/syncdaemon.conf [20:21] duanedesign, Ubuntu One works fine in the guest session, is there some way this could help to solve the problem? [20:23] josephnexus: https://wiki.ubuntu.com/UbuntuOne/FAQ#How%20do%20independent%20artists%20from%20the%20Ubuntu%20community%20get%20their%20songs%20into%20the%20store? [20:23] monkey_dust: can you post your ~/.config/ubuntuone/syncdaemon.conf [20:23] at pastebin [20:25] duanedesign, http://paste.ubuntu.com/433507/ [20:27] aha [20:27] monkey_dust: quit the syncdaemon with the command: u1sdtool -q [20:28] duanedesign, stopped ok [20:28] monkey_dust: then delete that file ( it willl be reproduced) rm ~/.config/ubuntuone/syncdaemon.conf [20:28] then launch Ubuntu One normally [20:28] not better [20:31] monkey_dust: ok [20:34] monkey_dust: try this command u1sdtool -q; killall ubuntuone-login; killall ubuntuone-preferences; u1sdtool -c [20:35] seems like ubuntuone requires networkmanager to be present, what if you are on a static IP and remove networkmanager [20:36] ah nvm there is a bug for that [20:37] that's my situation, yes, static IP, no network manager -- after the command: Operation not permitted [20:37] ahall: i am not certain but i think the newer versions do not require network manager [20:37] i'm up to date and just see an exception in the syncdaemon-exceptions.log though [20:37] ahall: do you have the bug # [20:37] 357395 [20:38] there was another one that was flagged as a duplicate of this one [20:38] ahall: what is the exception? [20:38] can i paste here? it's only 3 lines [20:38] if its not to bad, i am sure it will be fine [20:39] 2010-05-14 20:28:49,109 - dbus.proxies - ERROR - Introspect error on org.freedesktop.NetworkManager:/org/freedesktop/NetworkManager: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files [20:39] 2010-05-14 20:28:49,134 - ubuntuone.SyncDaemon.DBus - ERROR - Error while getting the NetworkManager state org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files [20:39] ok [20:39] bug 357395 [20:39] Launchpad bug 357395 in ubuntuone-client "ubuntuone-client requires NetworkManager" [Medium,Fix released] https://launchpad.net/bugs/357395 [20:44] that page is about karmic (and jaunty), not about lucid [20:44] yeah this must be a different issue [20:45] monkey_dust: ok try the command: gnome-keyring-daemon; ubuntuone-preferences [20:46] duanedesign, yes, asks for the keyring pasword, then a lot of technical stuff, but then: Got empty result for devices list. [20:47] http://paste.ubuntu.com/433519/ [20:50] monkey_dust: can you open Open Applications->Accessories->Passwords and Encryption Keys [20:51] duanedesign, yes [20:51] look for the Ubuntu ONe Token [20:51] duanedesign, Ubuntu One seems to launch but finds no device [20:53] monkey_dust: the empty device list is bug 576263 [20:53] Launchpad bug 576263 in ubuntuone-client "Ubuntu One Preferences - "Got empty result for devices list."" [Medium,In progress] https://launchpad.net/bugs/576263 [20:53] duanedesign, does this mean that it is all due to a known bug?:s [20:54] the workaround for that bug is to delete your Token and reauthorize your computer [20:59] duanedesign, yes, that did the trick, tnx, but shouldn't there be an icon in the notification area? [21:03] thanks duanedesign , you're the best, it seems to work just fine :) [21:04] monkey_dust: great! [21:04] thanks for being so patient :) [21:06] i used to be a technical helpdesk agent, that helps ;) [21:08] ahall: is your issue that it is not connecting or just not syncing files? === cpg|away is now known as cpg [21:18] anyone know if i can remove a song or an album from the basket of ubuntu one in rhythmbox? [21:20] tull: you should be able to click on the small "x" next to the song price in your "basket" [21:20] resolved: there is a simple X [21:20] thank you [21:20] tull: :) === apachelogger is now known as electrolysis === electrolysis is now known as PyObjectPtr [21:57] hey guys I'm new to Ubunto One; is there a way to preserve execute privs on a file that's shared? Its not in the Ubuntu One folder, but in a different one that works fine for synching the actual files. [21:58] Its not that annoying to chmod on my scripts I'm working on when I work on them on a new station, but if theres a setting to change that it would be preferable [22:02] CogitoErgoSam, there isn't anything at the moment [22:02] we're aware of it, and will eventually fix it, but it's not on the immediate roadmap [22:02] Ok, sounds good. [22:04] hi, is the contacts synchronization still disabled? [22:04] elleuca, it is [22:04] we're very very very close to re-enabling it [22:04] we need to perform some final tests [22:05] On a semi-related topic, are there any event scripts that run when ubuntu one starts synching, ends synching, etc. Something that could be hooked onto? [22:05] beuno, thanks, I'll wait :) [22:05] CogitoErgoSam, I think dbus [22:05] verterok would know more [22:05] but he seems gone for the week [22:06] okey dokey, I'll make a note. That approach could provide a quick fix for the execute privs [22:09] CogitoErgoSam, you can raise that in the users mailing list [22:09] the smartest people will be able to answer there :) [22:09] Thanks, I'll check it out. === cpg is now known as cpg|brb