=== dendro-afk is now known as dendrobates [00:43] newboon2age_: are you still there? [00:48] Chipaca: yes [00:49] Chipaca: do you have some info on running ubuntuOne on either Kubuntu or Windows? [00:49] newboon2age_: on kubuntu, it should just work, except for the nautilus integration :) [00:49] newboon2age_: windows, not there yet. Work has started. [00:51] newboon2age_: as it stands, the file sync aspect of Ubuntu One gives very little feedback about what's going on, which you might find disconcerting until you get a feel for how it works [00:51] newboon2age_: you can install magicicada to help you understand what's going on [00:51] newboon2age_: sudo add-apt-repository ppa:chicharreros/ppa; sudo apt-get update; sudo apt-get install magicicada [00:54] i wrote a forum entry on what i'd gotten working so far: http://ubuntuforums.org/showthread.php?t=1522137 [00:56] Chipaca: when you say 'nautilus integration' do you really mean Dolphin integration? and are you talking about the gnome client (which i loaded) or a kde client (which i haven't succeed in finding/installing yet? [00:56] newboon2age_: no, I meant nautilus integration. You don't have nautilus, I presume, so you miss out on that === 13WAAGRQG is now known as cB === cB is now known as 13WAAGRQG [01:12] And is the client called Desktop Couch? Or is Desktop Couch a component that the client works together with (then what is the name of the client?) Chipaca [01:12] newboon2age_: phew, many questions, give me a second [01:13] newboon2age_: ubuntuone-client-gnome has essentially three parts [01:15] newboon2age_: the first is ubuntuone-preferences, which is a gtk application that talks to syncdaemon (the Ubuntu One file syncing client daemon) over dbus and to the Ubuntu One web services REST API, and provides a measure of control over what gets synced and such [01:16] newboon2age_: the second is ubuntuone-login, which is a background helper script that aides in signing up and authenticating to Ubuntu One, as well as pairing your local couchdb with the Ubuntu One couchdb [01:17] newboon2age_: the third is the nautilus integration, this is an extension for nautilus that talks over dbus with syncdaemon to perform different actions and report on the state of synchronization [01:18] newboon2age_: you with me so far? [01:18] Chipaca: yup [01:18] newboon2age_: Desktop Couch is a thin layer of python that makes it easier / possible to have a couchdb per user, and is not (at this moment in time) related to file synchronization [01:19] newboon2age_: it is in couch that you will find your contacts, your notes, your gwibber accounts (and messages, for now) [01:20] newboon2age_: you can browse your local couch using futon: point your browser at ~/.local/share/desktop-couch/couchdb.html [01:20] newboon2age_: unfortunately we've had to disable the public-facing couch in the datacenter for now, but it'll be back soon [01:21] Chipaca: I was listening to a FLOSS Weekly podcast w/ someone with the first name of Stewart who i guess must work w/ you (i looked up and see you're a developer at Canonical) and he was talking a lot about Desktop Couch and from what he said it sounded like Desktop Couch was the client and was the thing that had to be ported to different platforms to get them working. Just so ya know where i was getting that from... Chipaca [01:21] newboon2age_: Stuart Langridge, probably [01:21] newboon2age_: aquarius in irc, usually hangs around here [01:22] newboon2age_: Ubuntu One has two main building blocks: file sync'ing, and DesktopCouch [01:22] Chipaca: thank you for taking the time to explain it more in depth. I'll post your explanation so others can benefit from it too... [01:22] newboon2age_: everybody gets what file syncing is about [01:22] newboon2age_: we need to explain DesktopCouch more :) [01:23] newboon2age_: thank you for taking the time to write it up [01:24] Chipaca: is the ubuntu login script what the ulsdtool is working with? [01:25] and then it might follow that the ubuntu login script starts sync daemon? [01:25] newboon2age_: u1sdtool talks to syncdaemon over dbus [01:26] ubuntuone-login script only needs to run once, to store the secret in the keychain [01:26] newboon2age_: and to pair the couch [01:26] newboon2age_: both syncdaemon and ubuntuone-login are started by dbus activation [01:28] i just had files disappear from my ubuntuone directory again, so I updated the bug i created: https://bugs.launchpad.net/ubuntuone-client/+bug/599583 [01:28] Launchpad bug 599583 in ubuntuone-client "files in the "Ubuntu One" folder periodically dissappear (affects: 1) (heat: 6)" [Undecided,New] [01:28] so in your three part breakdown is the syncdaemon a forth part or is it part of one of the others? [01:38] Chipaca: ^^^^ [01:38] bj0: please tell me you enabled debug in the syncdaemon config :) [01:38] newboon2age_: the three parts of ubuntuone-client-gnome do not include syncdaemon [01:38] uh, no one told me about any debug enabling when i was in here last :b [01:38] newboon2age_: because syncdaemon is not gnome-dependant (except for the keyring, which we are yet to have a good cross-desktop replacement for) [01:38] Chipaca: oh, that was a three part breakdown of ubuntuone-client-gnome, gotcha... [01:38] bj0: I love your use case :) [01:38] bj0: oooh! weird exceptions [01:38] use case? you mean encryption? :) [01:38] bj0: would it be possible for you to enable debug and re-enable syncing and reproduce the problem? [01:38] how do i enable debugging? [01:38] Chipaca: so when i installed ubuntuone-client-gnome was syncdaemon a dependeny that was also pulled in, or is that something that's already part of the desktop that UbuntuOne takes advantage of? [01:38] bj0: I always said it should be possible to use ecryptfs inside a synced folder :) [01:38] it might take a few days for the files to disappear again, it took 3 days this last time [01:38] newboon2age_: yep [01:38] yea, I am paranoid about backing up files to the internet without encryption :) [01:38] Chipaca: yep to which? its a dependency pulled in? [01:38] newboon2age_: it's a dep [01:38] bj0: in ~/.config/ubuntuone/syncdaemon.conf [01:38] bj0: section [__main__] [01:38] Chipaca: thanks for your explanation, i'll post it... [01:38] bj0: log_level = DEBUG [01:38] k its enabled, now i just need to wait... [01:38] bj0: can you confirm that the logs are now much more verbose? [01:38] yea they have DEBUG statements [01:38] sweet [01:38] bj0: ok, I'll poke facu about your bug anyway because the exceptions might make sense to him even without the debug, but he'll certainly need the debug logs to figure out how it got into the state the exception will tell him it's in [01:38] k [01:38] bj0: I hope this isn't a weird inotify-doesn't-really-work-inside-ecryptfs thing [01:38] bj0: if it is, I'll be a very sad penguin [01:38] :( [01:38] bj0: hopefully it's just a bug about the way pyinotify handles the weird ecryptfs filenames :) [01:38] ok, enough of this, I need to sleep or I'll never get up [01:38] yea thats gotta make debugging a little tougher with those weird names [01:38] later [01:38] cheers [01:38] newboon2age_: i thought rye did a good job of explaining the Ubuntu One bits in this blog post http://blog.rtg.in.ua/2009/11/ubuntu-one.html [01:43] duanedesign: thanks i'll take a look at that. [01:43] Chipaca: cheers! [01:56] duanedesign: Chipaca: I posted your info at http://ubuntuforums.org/showthread.php?p=9536059#post9536059 [02:04] looks good newboon2age_ [02:05] duanedesign: i figure if we can post things to the forums that's the first step to getting the info more accessible and then at some point we might turn them into wiki pages... === 13WAAGRQG is now known as cB === cB is now known as 13WAAGRQG [03:04] Hi, i payed for 50GB 2 dayes ago, but i am only getting 2. [03:05] My AJenbo Account page accuratly sayes that i have a 50GB subscription, and alows me to down grade, but the meater is 2GB 100%, and my Dashboard and Ubuntu One client sayes i am using 2GB of 2GB === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === SpyderBite is now known as Spyder|zzz === cpg is now known as cpg|brb === cpg|brb is now known as cpg === cpg is now known as cpg|away === cpg|away is now known as cpg [07:01] Sigh... all my MP3s has been renamed .u1conflict again :/ [07:01] elzapp: that is odd [07:01] you wouldnt think mp3s would change? [07:03] no. This also happened with my F-Spot archive a while back, which caused me a major pain in the behind. [07:04] All with files that has never changed since the initial add to u1 [07:04] unless the playcount metadata is being updated [07:05] I don't think that's in the file === cpg is now known as cpg|away [07:30] elzapp: rye might be on soon, If you can catch him he might be able to help. [07:39] The thing is, I have no idea when this happened, so there's no logs [07:54] hi [07:54] any developers on? === cpg|away is now known as cpg [08:07] ping verterok [08:08] oops === zyga is now known as zyga_away === lifeless_ is now known as lifeless === lifeless_ is now known as lifeless === cpg is now known as cpg|away === BlackZ_ is now known as BlackZ === zyga_away is now known as zyga === lifeless_ is now known as lifeless [11:34] Hi guys, I just need to clarify something regarding https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/582674 [11:34] How do I "delete UDF metadata and directory"? [11:34] Launchpad bug 582674 in ubuntuone-client (Ubuntu) "second ubuntu one client reports 'Synchronization complete' and doesn't sync anymore (affects: 1) (heat: 8)" [Undecided,New] [11:36] honk === lifeless_ is now known as lifeless [11:57] don't worry figured out how to do this === yofel_ is now known as yofel === lifeless_ is now known as lifeless [12:39] rhlee: get it taken care of? [12:43] duanedesign: Yeah I found yesterday's irc logs and found verterok's instructions. [12:43] duanedesign: I deleted the udf (udfs?) metadata and it starts syncing again, so the fix works. But it starts from the beginning again. [12:43] duanedesign: Is there any way to force u1 to do a local rescan, so that it only downloads the required files rather than overwriting them? Like with torrents. [12:44] rhlee: not that i am aware of [12:47] duanedesign: But how does u1 keep track of which files need to be synced? It can just rely on inotify or whatever the api is. I mean what happens if a file is changed while u1sd is down? [12:48] rhlee: it does perform a local_rescan [12:49] rhlee: which logs had veteroks fix? [12:50] duanedesign: http://irclogs.ubuntu.com/2010/05/19/%23ubuntuone.html [12:51] thank you rhlee [12:53] duanedesign: np, But I take it I can't force u1 to perform a local_rescan until u1 it is in a idle state? Or can I? [12:53] duanedesign: I just want to be able to resume a >500mb sync. The u1 servers are under a massive load (due to people like me) which makes syncs slow as molasses. === JUMPA is now known as jumpa [13:08] rhlee: it should do a local_rescan everytime you start up the syndaemon. So u1sdtool -q; u1sdtool -c and server_rescan will be the last thing it does before connecting to the server [13:15] duanedesign: Sorry I'm just going to head out to lunch now. [13:15] duanedesign: I use Magicicada to inspect the content queue. Before I disconnect u1sd I have 38 files in the queue and shrinking, when I u1sdtool -q; u1sdtool -c, the queue jumps back up to 218 and it starts from the same file all over again. I.e. it overwrites the files it has already downloaded after I delete the udf metadata. [13:16] hmm === lifeless_ is now known as lifeless [13:52] elzapp: you still there? [14:02] Chipaca: do you have any thoughts on elzaps problem, why that would happen? [14:09] duanedesign: I suspect an old client [14:37] bug 552870 still seems to be a relevant bug. I am unable to stop publishing files via the client and the webUI. [14:37] Launchpad bug 552870 in ubuntuone-client (Ubuntu) (and 1 other project) "Stop publish does not disable the publicly shared file (affects: 2) (heat: 37)" [Undecided,Fix released] https://launchpad.net/bugs/552870 === dendrobates is now known as dendro-afk [14:40] hi [14:48] duanedesign: why are you unable to stop publishing? === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [15:08] Chipaca: i select stop publishing but the file is still available at the url [15:18] Chipaca: hmm. i think i need to debug more. It seems to be working for some files.. [15:20] duanedesign: if you find you can reproduce it, please let us know [15:20] duanedesign: the last time it was a squid issue [15:20] and squids are slippery, y'know? [15:21] lol. and good fried with soy sauce and a touch of wasabi and ginger [15:29] Chipaca: looks like i can only reproduce it reliably with .pdf files === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [15:55] I'm still having the issue where every folder in nautilus has a band at the top that says "Ubuntu One disabled" and an enable button (On Maverick)... [15:56] funkyHat: you are wanting to get rid of that? [15:56] duanedesign: I'd quite like to, yes [15:58] duanedesign: an option on the right click menu would be ok, this I just find obnoxious [15:59] funkyHat: you are not the first to express that opinion [16:00] duanedesign: I'd be surprised if I was [16:02] hey all. quick q to see if "the fix is out there"... ubuntu 10.04, new ubuntuone user, failure to complete registration/auth process via "Me" menu. Something about failiure to open URL and "midbrowser" something...? [16:03] latest bindwood 1.04 in firefox etc. [16:03] grumpygrandpa: are you using Firefox [16:03] yes sir [16:03] oop [16:03] :) [16:04] I have restarted FF, but not the laptop... [16:05] and now opening Ubuntu One from the Me Menu gives the same response or does it open the Ubuntu One Preferences [16:06] err msg: Authorization Error, Error showing url: Failed to execute chi..."midbrowser" (No such file or directory) [16:07] I checked the installed packages for 'ubuntuone' and the list that comes up are all installed... [16:09] oops, sorry, opening from Me menu (eventuall) triggers the popup [16:09] grumpygrandpa: grumpygrandpa check System->Preferences->Preferred Applications and see what your web browser is set to there [16:09] make sure its firefox [16:09] sometimes it gets set to 'custom' [16:10] oooh! it was set to 'Custom %s' midbrowser... I have selected FF... trying it out [16:10] aha [16:14] Yep, that was it. Your Kung-Fu is strong, thanks Duane. Next issue? The name info under the Me menu window is stubbornly "unknown". Mebbe a restart of everything before proceeding? [16:16] cheers! [16:20] @duane: Thanks man, all fixed. Restart allowed the 'auth this machine' process etc. Cheers.. [16:21] great! [16:21] duanedesign: I'm filing a bug, I had a look but didn't find it already reported [16:22] funkyHat: file a bug and post the bug number here please [16:22] i''ll triage it for you and try and get it looked at by the right people [16:22] bug #601102 [16:22] Launchpad bug 601102 in ubuntuone-client (Ubuntu) "ubuntu one disabled notice in every nautilus window (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/601102 [16:22] cool === jamesh_ is now known as jamesh === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === cpg|away is now known as cpg === cpg is now known as cpg|brb === cpg|brb is now known as cpg === cpg is now known as cpg|brb === Spyder|Netbook is now known as SpyderBite === SpyderBite is now known as Spyder|Netbook === Spyder|zzz is now known as SpyderBite === cpg|brb is now known as cpg === cpg is now known as cpg|away === cpg|away is now known as cpg === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [21:47] Chipaca: and anyone else who knows: According to this article there was to be a big push at Pycon to get UbuntuOne working on Windoze. Did this happen and where's the project at? Does it have its own project site? Info please: http://www.geek.com/articles/news/ubuntu-one-cloud-storage-coming-to-windows-20100125/ === cpg is now known as cpg|away [21:58] it looks like lucio torre was designated as the 'sprint leader', but i'm only finding the main ubuntuone client on launchpad, nothing about the Windows version. [21:58] honk === jumpa is now known as JUMPA === cpg|away is now known as cpg [22:27] is there any benifit for ubuntu if I buy via music store isntead of amazon ? - amazon would be 20ct cheaper, but don't know wether cannonical will get money from 7digital for purchases [22:29] we get some money when you buy via the music store [22:29] and you get the mustic stored in U1 directly, giving you a nice backup [22:33] lifeless: can you give any info on what's happening with UbuntuOne for Windows (see my previous questions) or know who to ask? [22:34] I don't have any info sorry [22:34] you said __lucio__ was involved? I'd ask him. [22:41] lifeless - thx a lot I'll keep this in mind === dendrobates is now known as dendro-afk === cpg is now known as cpg|away [22:44] lifeless: thing is there's no contact info for him on launchpad. Does he ever come around here (irc)? [22:48] newboon2age_: there is no ubuntu one for windows yet [22:48] newboon2age_: there will be soon [22:49] newboon2age_: __lucio__'s work was awesome, but it was proof-of-concept, not something we can ship. Its most lasting contribution was a branch that separates out the unix-specific pieces of code, which is a branch which we'll be merging this coming week (I hope) === cpg|away is now known as cpg [23:06] Chipaca: thanks for that info. is the project getting some focus and push? What kind of timeline should we be looking to? Are testers needed? [23:08] newboon2age_: testers are not needed yet, because we have just finished hiring a person that will do it, but I expect it to come together rapidly over the next few months [23:10] okay, thank you for the word... i'm thinking of writing a wishlist/bug report for it. what do you think? [23:11] Chipaca: ^^^ [23:12] also Chipaca do you think that ubuntuone-client-gnome would have a chance of working on 'Portable Ubuntu' under Windows? [23:13] re the wishlist: sure, go ahead. Assign the bug to manuel.delapena@canonical.com. [23:14] newboon2age_: re portable ubuntu: I have no idea. [23:14] newboon2age_: what is portable ubuntu? [23:14] my ubuntu is portable! [23:14] I port it around inside my laptop :) [23:15] Chipaca: its kinda like the equivalent of Wine but reverse [23:17] newboon2age_: I have no idea. Does inotify work? [23:17] Chipaca: http://www.ubuntugeek.com/portable-ubuntu-ubuntu-system-running-as-a-windows-application.html [23:18] Chipaca: i haven't tried it yet. But would inotify be the main requirement? They just published the 'tres' version in like april and while its not Lucid, its not too old. [23:18] Chipaca: i was just thinking of it as a possible workaround in the meantime... [23:19] newboon2age_: inotify is the most linux-specific chunk. The next one in the list of things that are hard on windows is dbus. [23:19] Chipaca: so if i were thinking of ubuntu versions how far back would it work on? Jaunty? any earlier? [23:20] jaunty is the earliest, and I think nobody's tested that one in a while [23:20] AFAIK our last jaunty user left it a few weeks ago [23:21] Chipaca: left as in upgraded or left the testing ? [23:21] upgraded [23:21] Chipaca: okay that gives me a decent idea. Thank you again for your time. [23:21] np [23:39] Chipaca: I'm not seeing how to change it into a wishlist item, could you tell me how? https://bugs.launchpad.net/ubuntuone-client/+bug/601218 [23:39] Launchpad bug 601218 in ubuntuone-client "UbuntuOne not available MS Windows (affects: 1) (heat: 6)" [Undecided,New] [23:44] Chipaca: duanedesign: can someone tell me how to change a bug i wrote into a wishlist item? [23:45] newboon2age_: done [23:46] newboon2age_: click on the "pencil" under Importance [23:47] Chipaca: thank you... [23:47] Chipaca: oh, i think i don't have the power to do that (yet) [23:48] Chipaca: no pencil for me... [23:49] weird [23:49] ok [23:51] newboon2age_: what bug is it [23:55] duanedesign: thanks, Chipaca just got it. its https://bugs.launchpad.net/ubuntuone-client/+bug/601218 [23:55] Launchpad bug 601218 in ubuntuone-client "UbuntuOne not available for MS Windows (affects: 1) (heat: 6)" [Wishlist,New] [23:56] Chipaca: at some point i'll appeal to the powers that be for it... no worries...