[00:18] ajmitch, around? [00:20] rodrigo_: yes [00:21] ajmitch, fixed it! [00:21] ajmitch, pushing the branch for you to look at it [00:21] great, I hope by some sane method? [00:22] ajmitch, looks so [00:23] ajmitch, https://code.edge.launchpad.net/~rodrigo-moya/libubuntuone/fix-mono-bindings/+merge/33851 [00:23] good, because I would have been embarassed to have that hack uploaded :) [00:23] * ajmitch wishes the merge diffs were generated faster :) [00:24] ajmitch, it was plan B, if I had failed, I was going to merge it [00:24] but don't tell anyone :) [00:24] I won't :) [00:24] this looks far nicer [00:24] why it stopped working, or why it worked before, it's a mistery to me [00:25] I think it was a fluke that it worked before, becuase it was ignoring the syncdaemondownload definition which wasn't needed [00:25] the .sources.in file was wrong [00:25] it had ubuntuone-sharp.dll, while it needs to have there the name of the lib it binds [00:25] because it only needs to bind the u1-music-store.* files? [00:27] either way I'm glad to see it resolved without bloodshed [00:28] ajmitch, yes, I guess it gets confused by the other .[ch] [00:32] ajmitch, can you test it to double check? [00:32] sure [00:32] I should probably try & build the banshee extensions against it too [00:33] can you reject my merge proposal? [00:34] or I could just delete the MP [00:41] ajmitch, yes [00:42] ok, time for dinner [00:42] ajmitch, ping me tomorrow if you find any problem, or comment on the merge proposal [00:44] Hi all :) Is there a possibility to tell U1 not to sync some special files ? I want to sync some folders that are SVNized, and I don't want the .svn files to be synced, because it makes sync last veeeeerrrry long [00:51] lalejand, yes [00:51] there is an ignore file [00:51] * beuno tries to remember where that file lives [00:52] beuno : great !! Where is it ? [00:52] * beuno tries to remember where that file lives >>> ah sorry [00:53] lalejand, /etc/xdg/ubuntuone/syncdaemon.conf [00:53] under ignore.default [00:53] thx !!! [00:55] it's only a system-wide default? [00:56] yes, AFAIK [00:57] I know, I know, you want bzr-style ignores [00:57] luckily, the client is open source \o/ [00:57] heh [00:57] trying to convince me to hack on it, are you? :) [00:58] what? no... you're imagining things while you fire up $favorite_editor to hack on it... [00:58] actually starting off with grep & less [00:59] ;) [00:59] because it should at least work in ~/.local, I think [01:01] * ajmitch may have to look at it later :) [01:06] beuno : if I want to ignore .svn folders, I have to add a line like : \A\..*\.svn\Z ? [01:06] btw, .svn should be ignored by default no ? [01:07] it depends, some strange people might want to keep their checkouts in a U1 folder [01:07] it's sort of useful to do that with bzr branches [01:07] ok [01:08] if I want to ignore .svn folders, I have to add a line like : \A\..*\.svn\Z ? [01:11] * ajmitch isn't sure what regex would be needed to match the directory, it'd depend on whether the ignore syntax worked on a full path or not [01:14] almitch : ahm. Someone can help me ? [01:15] beuno probably knows more than me, but the ignore code looks to match on filenames, not directory names at the moment [01:16] beuno, ajmitch : I see that in the file : http://pastebin.com/FjtrbdKK [01:16] yes, that's the default list of regexes. From what I just looked at, that would match files matching that, not whole paths [01:17] ah [01:19] ajmitch : "From what I just looked at, that would match files matching that, not whole paths" >>> it means that it's not good for what I want to do ? [01:19] right [01:20] I haven't tried it out to see if there's some other code to ignore directories, but that's what a 2-minute search tells me [01:20] do you see another solution for my synced .svn folders ? [01:20] ok [01:21] * ajmitch has to head out now, sorry I can't help more [01:23] ajmitch : okay thanks anyway [01:24] beuno : do you know how I would have to write the ignore line in order to get my .svn folders not to be synced ? [01:29] or someone else ? === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [08:43] Hello [08:43] I need some help any one alive ?! === yofel_ is now known as yofel [09:32] morning all [10:10] Hi all, in the /etc/xdg/ubuntuone/syncdaemon.conf file, there is an ignore list. I want to ignore .svn folders, but I don't understand the syntax [10:11] hello lalejand [10:12] Hi duanedesign [10:12] lalejand: i think i did that once...let me look [10:12] yep [10:14] btw, why is this conf file not in the home folder ? [10:15] lalejand: it is the system wide defaults [10:15] their is a syncdaemon.conf in your home [10:16] duanedesign : ah ? And I can put an ignore list inside ? [10:16] were you can adjust settings for specific users [10:18] lalejand: loooks like that ignore list uses regular experssion syntax [10:19] lalejand: what type of files are you wanting to ignore? It was SVN files wasn't it? [10:20] .svn folders [10:20] I mean all files and folders related to svn [10:20] I think they are all in .svn folders [10:21] I see that in the conf file : http://pastebin.com/tuaBKkPU but I don't know how I would have to write it [10:25] rye: ping [10:26] i have only started to learn reg ex. I am not quite sure the difference in \A.*\.swpx\Z \A\..*\.tmp\Z [10:27] i think we want something like: \A.*\.svn\Z [10:36] duanedesign : ok thanks [10:36] lalejand: i am trying to test that now.... [10:37] ah ok [10:37] lalejand: have to step away for a second... [10:37] ok, in order to test it, I have to quit and restart u1syncd ? [10:38] I added that line to the file http://pastebin.com/b5BSDJ86 [10:38] lalejand: yeah. if you want to do it from the terminal. u1sdtool -q; u1sdtool -c [10:38] ok i'll try [10:39] i created a folder .svn and put a blank file inside. [10:39] ill check it when i get back, or if you have any success..or not, let me know [10:39] and maybe we can get a regular expression guru in here to help us :) [10:40] ok, "u1sdtool -c &" if I want to still use the terminal right ? [10:41] u1sdtool -c will return you to a prompt, so no need for the & [10:41] or "restart" button in the U1 pref window does the same no ? [10:41] ah ok [10:46] duanedesign : ahm, looks like it doesn't work. I have files like : 2010-08-27 11:45:43,407 - ubuntuone.SyncDaemon.EQ - DEBUG - Adding general inotify watch to '/home/lalejand/Documents/ODIGI/OdigiImmo/odigiImmoTotal/tests/.svn' [10:48] "... lines like ..." [10:49] duanedesign : maybe because some .svn folders where maybe already synced ? [11:17] duanedesign, hi, sorry for late reply, that regexp applies to file names only :( [11:17] * ajmitch said that a few hours ago [11:18] but good to get confirmation of it [11:19] ajmitch, heh, my router dies during multicast traffic storms so that's why I was not able to read what you've said, but now the ISP turned multicast off on my port so I am back to stable internets [11:20] * rye definitely needs to upgrade openwrt install on his router [11:20] ouch :) [11:21] * ajmitch is used to using irssi+ssh+screen, so things generally don't get lost that way :) [11:37] rye, duanedesign : what do I have to write if I want to ignore .svn folders ? [11:59] does someone know what I have to write if I want to ignore .svn folders ? [12:01] lalejand: i think from what rye was saying that ignore list is only for files [12:02] Argh [12:03] duanedesign, rye : I thought he/she was talking about the line you wrote [12:06] bug 617041 [12:06] Launchpad bug 617041 in ubuntu-sso-client (Ubuntu) (and 1 other project) "Stuck and 100% CPU usage (affects: 15) (dups: 2) (heat: 80)" [Critical,Triaged] https://launchpad.net/bugs/617041 [12:07] lalejand, i am filing a bug about not being able to ignore the folders, well, searching for one if it exists.. [12:10] rye : :) thx [12:13] rye : should I connect my self to some ppa repo for U1 (if it exists) ? [12:13] rye : I filled this one bug 625194 this morning [12:14] Launchpad bug 625194 in ubuntuone-client (Ubuntu) "Enhancement : graphical interface for ignore list (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/625194 [12:14] lalejand, well, since the fix has not yet been made there is no ppa that can be used [12:14] rye : ok, but just in general, if some other bugs are fixed, is it a good idea to use the ppa ? [12:15] bug #625249 [12:15] Launchpad bug 625249 in ubuntuone-client "Syncdaemon should support ignoring folders using regexp (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/625249 === zyga is now known as zyga-lunch [12:22] rye: you could still use the existing regular expression if it was matching on the whole path rather than splitting into dirname,filename [12:23] ajmitch, that would require some compatibility layer to be created since already existing regexps are operating only on files, with \A meaning the beginning of the string containing the filename, not the folder name/path, etc [12:24] I guess it'd depend on what the current regexes are that people are using [12:24] but I would like to have them match on the full path, it doesn't look to be too hard to add in [12:27] * ajmitch might look at a patch for it tomorrow if noone gets to it [12:27] ajmitch, no, it is not hard, full path - /home/ajmitch/Projects/.svn ? and match /.svn/ part ? or folder only? [12:29] * ajmitch will think about it when it's not late evening :) === zyga is now known as zyga-3g === teknico_ is now known as teknico_away [13:42] maverick users, do not remove your ubuntuone token from the keyring - it won't work after that even if you reauthorize! === dendro-afk is now known as dendrobates [14:09] rye: glad you said something. I was about to remove mine and reauthorize. I am getting AUTH_FAILED [14:10] duanedesign, have you removed the token from /account/machines too ? [14:10] duanedesign, well, it can't be worse than AUTH_FAILED though [14:10] rye: no i havent touched the tokens [14:11] rye: i just noticed this morning, after the latest update I did, that U1 was not connecting. [14:12] I launched U1 and got the new authorize your computer window. I clicked 'I already have an account' at the bottom and entered email and password [14:12] duanedesign, welcome to the club :( [14:13] ;) [14:13] ok, ill hang tight while you guys do your magic :) [14:13] duanedesign, there needs to be some server-side support for Ubuntu SSO tokens - see them @ https://login.ubuntu.com/+applications and it is not there as far as I understand [14:15] ahhh === JUMPA is now known as jumpa === dendrobates is now known as dendro-afk [16:20] hola [16:21] recibo un mensaje de error al intentar arrancar ubuntu one: Authrization Error: OcurriĆ³ un error al mostrar el u...existe el archivo o directorio) alguien sabe que puedo hacer? === jumpa is now known as JUMPA === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [17:23] rodrigo_: I don't think bug #623655 is fixed. seb128 marked it as fixed, I kicked it back down to confirmed with a reason why and then you marked it fixed again [17:23] Launchpad bug 623655 in libubuntuone (Ubuntu Maverick) (and 2 other projects) "Error prevents enabling store plugin (affects: 8) (heat: 40)" [High,Fix released] https://launchpad.net/bugs/623655 [17:24] rodrigo_: I was using that version of libubuntuone when I contacted you the other day [17:26] jdstrand, lunch now, bbiab and look at it === beuno is now known as beuno-lunch [18:21] Hi all; Can some1 help me to install ubuntu One ? i can't find Add this Computer button === beuno-lunch is now known as beuno === teknico is now known as teknico_away [19:41] jdstrand, ok, back, looking now... [19:42] jdstrand, the problem with "ImportError: No module named gtkwidgets" is indeed fixed [19:42] jdstrand, does it say the same thing for you now with the latest updates? [19:43] jdstrand, your traceback seems to be a different bug, let me find it [19:50] jdstrand, https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox-ubuntuone-music-store/+bug/624616 [19:50] Launchpad bug 624616 in rhythmbox-ubuntuone-music-store (Ubuntu Maverick) (and 1 other project) "rhythmbox-ubuntuone-music-store without icon (affects: 2) (heat: 10)" [Undecided,Incomplete] [19:51] kklimonda, ping [20:02] rodrigo_: ask in spanish. maybe you can get more info that way. :) [20:02] (for the no icon bug) [20:02] hola amigos, quiĆ©n puede ayudarme :) [20:02] ah, ok [20:06] rodrigo_: sorry, missed your question [20:06] oi, locas de espana [20:06] jdstrand, : [20:06] jdstrand, ok, back, looking now... [20:06] jdstrand, the problem with "ImportError: No module named gtkwidgets" is indeed fixed [20:06] jdstrand, does it say the same thing for you now with the latest updates? [20:06] jdstrand, your traceback seems to be a different bug, let me find it [20:06] jdstrand, https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox-ubuntuone-music-store/+bug/624616 [20:06] Launchpad bug 624616 in rhythmbox-ubuntuone-music-store (Ubuntu Maverick) (and 1 other project) "rhythmbox-ubuntuone-music-store without icon (affects: 2) (heat: 10)" [Undecided,Incomplete] [20:07] rodrigo_: oh, right. it looks like maybe the plug-in API broke in an update of rhythmbox perhaps? [20:08] hmm, it might be, works ok for me though [20:08] and I'm up-to-date [20:08] I think [20:08] * rodrigo_ re-checks [20:09] hmm [20:09] rodrigo_: that looks like my bug indeed. the trace is the same except I only uhave ubuntuone and not all the stores7digital.com [20:09] rodrigo_: that isn't how I would describe it though [20:10] rodrigo_: I mean, yes, the icon is missing, but that suggests maybe there is something else I can do to get to it. it isn't in my list at all [20:10] jdstrand, open a new one then, the bug we closed was about the plugin not finding the libu1 python bindings [20:10] jdstrand, oh, yeah, the summary of the bug seems to be wrong [20:11] rodrigo_: I'm confused-- you want me to open a new bug for the trace that is the same for bug #624616 ? [20:11] Launchpad bug 624616 in rhythmbox-ubuntuone-music-store (Ubuntu Maverick) (and 1 other project) "rhythmbox-ubuntuone-music-store without icon (affects: 2) (heat: 10)" [Undecided,Incomplete] https://launchpad.net/bugs/624616 [20:11] jdstrand, ah, no, if it's the same, just add any info to that one [20:12] I don't think I have anything new to add at this time [20:12] rodrigo_: thanks for looking at it [20:12] jdstrand, ok, np [20:13] jdstrand, you have latest rhythmbox, right? [20:14] 0.13.0git20100819-0ubuntu1 [20:15] rodrigo_: ^ checked LP, yes [20:15] jdstrand, ok, still cheking here, inet connection here is horrible [20:19] ok, I'm not up-to-date, updating now [20:43] rodrigo_: pong [20:46] kklimonda, nothing now, your branch is merged [20:47] thanks [20:54] jdstrand, ok, I get the same error :( === dendrobates is now known as dendro-afk [22:33] to whom it may concern [22:35] nessita: did I miss something or does ubuntu-sso-client not care whether the user actually wants to sign up for tips and updates? [22:36] the users that have created new mobile accounts (username/password) during last 7 days pair will not be able to use mobile contacts syncing. The reason is known but cannot be immediately fixed [22:37] See https://wiki.ubuntu.com/UbuntuOne/Status [22:38] apache2logger: that's true :-) [22:38] apache2logger: we can t fo anything with that right now [22:38] can't do* [22:38] I think the checkbox should be hidden then ;) [22:40] nessita: UI for the KDE platform is pretty much done btw [22:41] apache2logger: awesome! need a review or something? I can take a look (next week, right now we're closing a very heavy sprint) [22:42] nessita: I still need to get it hooked up with the backend and give it a proper test run [22:43] FTR: it is available at https://code.edge.launchpad.net/~apachelogger/ubuntu-sso-client/kdeui [22:43] apache2logger: perfect [22:44] apache2logger: did you find out what the seg fault was? [22:44] nessita: yeah, temporary flux in libdbus [22:44] apache2logger: bummer :-. [22:44] :-/ [22:44] and I installed ubuntu-desktop to see if it was something in KDE, now I am running gnome ;) [22:45] KDE stuff doesnt look half bad in gnome actually ;) http://aplg.kollide.net/images/osiris/011.png [22:47] let's see... [23:41] looking through bugs on launchpad, but not seeing this... since doing apt-get upgarde last night, ubuntu one isn't syncing... ?