/srv/irclogs.ubuntu.com/2011/04/11/#ubuntuone.txt

karnigood morning!07:03
faganmorning all07:13
karnihi faga07:14
karnihi *fagan07:14
faganralsina: ping me when you are ready for food07:16
=== Stecchino_ is now known as Stecchino
JamesTaitGreetings, all!10:29
faganmorning JamesTait10:30
LBoI'm syncing my ~/.filezilla folder with ubuntu one10:39
LBoBut when I log in to the webinterface and select that folder I can't see any files10:39
LBoAnd there should be some xml files10:40
LBoHas this anything to do with the dot?10:40
Chipacanope10:52
ChipacaLBo: nope10:52
ChipacaLBo: how many files are there in ~/.filezilla?10:52
ChipacaLBo: or rather, has your syncdaemon finished syncing it all10:53
LBoChipaca: 11 files (all xml)10:53
Chipacastrange10:53
ChipacaLBo: what version of ubuntuone-client do you have?10:54
LBoAnd the ubuntu one desktop client says: "File sync is up to date"10:54
LBo1.5.8-0ubuntu210:54
ChipacaLBo: natty, good10:56
ChipacaLBo: hmm... there is a bug whereby you create the udf and then are not subscribed to it (if you disconnect syncdaemon in the middle of the creation process)10:56
LBoOK10:57
ChipacaLBo: so, check the u1 control panel, make sure the cloud folder is checked10:57
ChipacaLBo: i.e. that you're subscribed to that folder10:57
Chipacayou're probably not10:57
LBoIndeed I'm not10:57
Chipacatadaa10:57
LBoOK. Gonna try that :)10:57
LBoThanks10:57
LBoYes, I can see them now. Works like a charm10:58
ChipacaLBo: excellent. sorry you stumbled across that bug. should be fixed before release :)10:59
LBoThat's what the beta's are for10:59
Chipacabah, there's actually two bugs10:59
Chipacaone is already fixed in nightlies10:59
Chipacathe other will probably be shipped as is :-/10:59
LBoToo bad :(11:00
LBoAre the ubuntuone bugs entered in launchpad?11:00
Chipacayep11:00
LBoOK. Then I now where to search next time11:00
Chipacayou've probably hit #75260211:01
Chipacawhich *is* going to be fixed11:02
Chipacathere's another one that is similar and rarer, and is not getting fixed11:02
* Chipaca goes looking for it11:03
dholbachhiya11:10
dholbachdoes anyone know if bug 663001 is easy to fix?11:10
ubot4Launchpad bug 663001 in libubuntuone "My Downloads page shows incorrect status for songs with some non-English characters (affects: 4) (heat: 23)" [High,Confirmed] https://launchpad.net/bugs/66300111:10
Chipacaubot4: that's either fixed or in the process of being fixed11:12
ubot4Chipaca: Error: I am only a bot, please don't think I'm intelligent :)11:12
Chipacaum11:12
Chipacadholbach: ^11:12
dholbachChipaca, awesome - that's great news - as soon as I get a nightlies update for libubuntuone I'll test again11:13
dholbachChipaca, I take it back11:15
dholbachit's fixed11:15
dholbachwell done!11:15
dholbach:-D11:15
Chipacaanything else you want me to have fixed for you?11:15
* dholbach draws out the long list of U1 wishlist bugs11:16
dholbach:-P11:16
Chipacadobey: I think that was you fixing it; if so, plz update the status of bug 66300111:16
ubot4Launchpad bug 663001 in libubuntuone "My Downloads page shows incorrect status for songs with some non-English characters (affects: 4) (heat: 23)" [High,Confirmed] https://launchpad.net/bugs/66300111:16
dholbachI think the most obvious and important stuff is fixed :)11:16
Chipacadholbach: i think so too11:16
Chipacadholbach: evo u1 contacts are working even for people with nightlies as of right now11:17
Chipacarodrigo_: good work on that :)11:17
dholbachChipaca, alright, added a comment to the bug11:17
Chipacadholbach: tks11:18
rodrigo_Chipaca, yeah, it was completely broken, so not hard to fix :)11:21
ryerodrigo_, ping13:02
ryerodrigo_, do you have some 5 minutes to talk about Tomboy sync addin implementation13:03
ryehm, many rodrigos :)13:04
rodrigo__rye, yes13:04
rodrigo__rye, there's only a real one :)13:05
ryerodrigo__, baseically I am interested in GetConfigSettings of U1SyncServiceAddin - can we simply issue SSO requests every time we perform a sync? Tomboy keeps its own copy of the SSO tokens that may become invalid with no way to update them in Tomboy except of clearing the tokens and re-sync which will create conflicts...13:05
ryewell, there is a script to do that but it is not that user-friendly13:05
rodrigo__rye, we can do that, yes13:06
rodrigo__rye, although I'm not sure if it's called every time tomboy starts, let me check the code13:06
ryerodrigo_, Now I wonder whether I have already filed a bug about this13:06
ryerodrigo_, hm, there is an IsConfigured call ..13:07
rodrigo__rye, yes, if it is, GetConfigSettings won't be called, afair13:08
rodrigo__rye, so i guess the best thing is to check if it would work by adding that code13:08
ryerodrigo__, it is not that critical but it would save the users from wondering why their tomboy sync fails to work but files are being happily synced13:10
ryerodrigo__, by the way, awesome work at evolution contacts!13:10
rodrigo__rye, right, but the tokens-are-lost problem has been around for a long time, so maybe we should fix it in the server13:10
=== rodrigo__ is now known as rodrigo_
rodrigo_rye, so, why do the tokens become invalid?13:12
ryerodrigo_, no, that's not that issue, the losing tokens is one issue but e.g. if I have removed my machine and then re-added the tokens (in case I found that e.g. i have committed my OAuth tokens to the bzr, like I recently did :) ), then I go to web ui, remove the machine and reauthorize.13:12
rodrigo_rye, ah, but that won't work, tomboy needs to do its own oauth dance, iirc13:13
ryerodrigo_, but tomboy keeps its own copy of the tokens so it continues banging its head against 401 Unauthorized response with no way to update the token stored within gconf13:13
rodrigo_rye, right13:13
ryerodrigo_, why? SSO should provide the credentials, and if there are none, then register the machine to Ubuntu One13:13
ryelike it does now, I suppose13:13
rodrigo_rye, iirc, the u1 addin just does the initial authentication, once done, tomboy gets the settings from gconf13:15
ryewhich reminds me that I need to edit the FAQ....13:15
rodrigo_rye, since I'm not sure right now, the best thing would be to replace the GetConfigSettings with calls to ubuntu-sso and see if it works13:15
rodrigo_there's already code in that adding to talk to sso, so shouldn't be hard13:16
rodrigo_addin13:16
ryerodrigo_, ok, I will file a bug if there is none and will assign to you :)13:16
dobeyChipaca: i haven't looked at that bug yet; but rye said he replicated it.13:54
ryedobey, what bug?13:55
Chipacabug 663001?13:55
ubot4Launchpad bug 663001 in libubuntuone "My Downloads page shows incorrect status for songs with some non-English characters (affects: 4) (heat: 23)" [High,Confirmed] https://launchpad.net/bugs/66300113:55
dobeyyes13:55
dobeyrye: ^^ that one13:55
Chipacarye: can you try to rerepliplicacate?13:55
ryedobey, ah, yes, should I re-try this with nightlies?13:55
* rye does not like banshee :)13:55
ryeso he hasn't started it since the last replipliplication13:56
dobeyrye: well, with ibubuntuone 0.9.2 and banshee 2.0.0-1ubuntu2, or rbox + rhythmbox-ubuntuone-music-store 0.2.013:56
* rye upgrades to the latest things13:56
mandeldobey: ping13:57
dobeymandel: hi13:59
mandeldobey: hello :)13:59
mandeldobey: I was wondering if you had the time to re-review this guy: https://code.launchpad.net/~mandel/ubuntuone-dev-tools/qtreactor/+merge/5534914:00
mandelralsina: also, if you can ^14:00
ralsinahi dobey!14:00
ralsinadid you guys all agree to take monday off after I left on friday?14:00
ralsinamandel: got it!14:00
dobeyralsina: no, i figured i need to be around today and tomorrow to deal with any possible emergencies before beta and shepherd the server changes we need for amz through :)14:01
alecuhello14:01
mattgriffindobey: ping14:02
ralsinadobey: yeah, indeed14:02
dobeymattgriffin: pang. what's up?14:02
ralsinagood news, the freeze is not as hard as we thought on friday14:02
ralsinaholaalecu14:02
alecuralsina, good news indeed14:03
mattgriffindobey: hi :) since bug #661292 was already accepted into maverick-proposed, should it be in natty now? i just updated and still see this issue with published folders.14:03
ubot4Launchpad bug 661292 in ubuntuone-client (Ubuntu Maverick) (and 4 other projects) "Nautilus is not aware of published files (affects: 7) (dups: 4) (heat: 53)" [Medium,Fix released] https://launchpad.net/bugs/66129214:03
alecuralsina, are we having the standup, or should I take kindergarten first?14:03
alecuI mean "take amelia to kinder"14:03
ralsinaalecu: yeah. It seems it's more like a "release candidate" freeze than a beta freeze, but we can upload tomorrow and, with a review, they may still go in.14:04
alecucool14:04
ralsinayou mean as take them hostage? ;-)14:04
ralsinatake her to kindergarten, I know what you did on friday anyway14:04
=== franxesk is now known as franxesk_afk
alecuralsina, jajaja. How's london treating you?14:05
dobeymattgriffin: no, i didn't get time to look at it yet. and the code is different between 1.4 and trunk, for it :(14:05
mattgriffindobey: ah. ok14:06
ralsinasame for all the people that were on BA last week, so, no need for standup today14:06
alecuralsina, ack. anyway:14:06
alecuBLOCKED: I have a turn scheduled midday at the passport office for a renewal14:06
ralsinaalecu: have fun!14:08
alecuralsina, they scheduled the turn, so I guess it should be fast :P14:09
ralsinaalecu: nice, everyone is nice and tries to understand what I say.14:09
ralsinaalecu: well, it's a new procedure, you may get lucky.14:10
ryedobey, Freeway To Üsküdar - Brooklyn Funk Essentials14:12
ryeIn the Buzzbag14:12
ryeTransferring to your Ubuntu One storage14:12
ryedobey, and local/server hash for this is equal14:13
dobeyrye: hrmm. and it is in the library?14:14
ryedobey, well, it has been downloaded already; in rhythmbox it also says it is being transferred14:14
ryedobey, and yes, it is in rb library14:15
dobeyrye: ok, cool. can you state all that info in the bug please :)14:15
ryelibubuntuone 0.9.2+r133~natty1, rhythmbox-ubuntuone-music-store 0.2.0-0ubuntu114:17
mandelralsina: just found this, it is worth a try: http://www.twistedmatrix.com/pipermail/twisted-python/2003-May/004132.html14:20
mandelralsina: even better: http://www.twistedmatrix.com/pipermail/twisted-python/2006-June/013442.html14:29
ralsinamandel: \o/14:31
ralsinamandel: stealing is GOOD14:31
mandelralsina: I'm guessing that taking a look at that implementation and try to do a similar thing should do the trick, and the comment is way more recent14:33
ralsinayeah, and that part is maintained, so...14:34
nessitahello everyone! did I miss the stand up?14:38
mandelnessita: there was no AFAIK14:40
mandelnot many people around here today...14:40
nessitamandel: hey there! how's the spring going?14:40
mandelnessita: fine, not yet at full speed, but we needed to organize first14:41
mandelwe will gain speed later :P14:41
ralsinawe will roll downhill like a wrecking ball full of coding win14:42
ralsinadobey: ping?14:43
dobeyhola14:44
ralsinadobey: hi, can you re-review mandel's branch? your needsfixing is blocking us :-)14:44
dobeyralsina, mandel: done, but a fe wmore needs fixings i found.14:55
mandeldobey: ok, let me take alook14:55
mandeldobey: sure, I missed all those 'manuel brain fucks', I'll fixe them right away14:59
dobeyok, i need to go wake up fully, brb15:07
ralsinadobey: cool, will do15:09
* alecu is updating the desktop computer, after a week sprinting at the laptop15:12
mandelralsina: https://code.launchpad.net/~mandel/ubuntu-sso-client/windows_ui_4/+merge/5630815:27
Chipacaooh! I can ping clarita_ and it appears on the screen up there?15:49
Chipacaor maybe not15:49
Chipacamaybe it's clarita?15:49
dobeyguess i need to find me an atx case and a power supply16:09
mandeldobey: I think it should be fixed by now: https://code.launchpad.net/~mandel/ubuntuone-dev-tools/qtreactor/+merge/5534916:21
dobeymandel: ok, looking again then :)16:21
mandeldobey: thx!16:22
dobeymandel: https://github.com/ghtdak/qtreactori16:22
mandeldobey: I know I screwed up somewhere....16:22
* mandel punches himself in the face16:22
mandeldobey: sorted16:24
dobeymandel: approved now.16:28
mandeldobey: thx!!!! and sorry for screwing up the url :)16:29
* alecu has shed some hair, and is now heading for the passport office, for a renewal.16:29
alecuttyl16:29
dobeyheh16:30
mandelcan I have a review fort this: https://code.launchpad.net/~mandel/ubuntu-sso-client/windows_ui_416:41
dobeymandel: you need some # pylint: disable= entries for your devtools branch i think16:43
ralsina Chipaca: ping, your phone is making funny noises16:43
mandeldobey: oh, looking16:43
dobeyralsina: it's just MI-6 calling him16:44
mandeldobey: is that the windows_ui_4 branch?16:44
mandelor the dev-tools one?16:44
dobeymandel: devtools16:44
Chipacaralsina: thanks, going16:45
mandeldobey: I though I ran them… maybe I had all the dependencies and that is why I did not get the issues16:45
mandellet me see16:45
mandeldobey: are the XXX comments meant to stop a branch from landing?16:47
mandel218 at u1lint16:47
dobeymandel: no16:47
dobeymandel: you probably did get the one about app being unused, but just ignored it :)16:48
mandeldobey: I got the app one and my brain blocked it :P16:54
mandeldobey: I'm also getting the XXX but is weird...16:55
mandel218 in bin/u1ling...16:55
dobeymandel: yes, the XXX is supposed to get printed, but not cause a failure17:00
mandeldobey: cool, I did not know that17:00
dobeymandel: the XXX is there in u1lint to test that, so that if it does fail, tarmac and stuff complains and we can fix it :)17:00
mandelah, hehe17:00
mandeldobey: the other warn is due to python-qt not being installed, do you have control on the machine that uns it?17:01
mandels/uns/runs17:02
mandelI can disable the error, but maybe having pyqt there is a good idea17:02
dobeyugh. it requires so much stuff17:05
mandeldobey: I can disable the issue is just a comment and not much work17:07
mandeldobey: but I think that if we can have all the dependencies, it would be nice to have them17:07
mandeldobey: let me know what is better for you and I'll do it :)17:07
dobeyi installed python-qt4 there17:09
dobeyok, time to get lunch17:18
dobeybbiab17:18
* nessita updates her system while having lunch17:37
=== beuno is now known as beuno-lunch
* nessita reboots after update17:52
nessitaralsina: ping18:12
=== beuno-lunch is now known as beuno
ryerodrigo_, bug #75784119:12
ubot4Launchpad bug 757841 in tomboy (Ubuntu) "Tomboy Ubuntu One sync plugin should not cache SSO OAuth tokens (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/75784119:12
dobeyrye: for bug #663001 does anything get printed to console from rhythmbox when it tries to get the info?19:32
ubot4Launchpad bug 663001 in libubuntuone "My Downloads page shows incorrect status for songs with some non-English characters (affects: 4) (heat: 23)" [High,Confirmed] https://launchpad.net/bugs/66300119:32
ryedobey, no, nothing u1-related, only that sd is there and that it is loading the real store; But I looked into this issue and it looks like the encoding of the file name from web page does not match one on the file system19:44
dobeyrye: oh, hrmm. that does suck. thanks19:45
=== joshuahoover1 is now known as joshuahoover
nessitacan I have a trivial review for https://code.launchpad.net/~nataliabidart/ubuntuone-control-panel/selectable-labels/+merge/57206 ?21:07
nessitaalecu: ping21:07
alecunessita, pong21:11
alecunessita, I'll review21:11
nessitaalecu: did you and ralsina go thru the bindwood thingy?21:12
alecunessita, no, we did not. I got an email last week from james that told us about the state of bindwood, but we never got around to talk about it with him and thisfred.21:13
nessitaalecu: so, how are we dealing with that + main repo freeze?21:13
nessitais there a plan?21:14
alecunessita, not that I'm aware of21:14
nessitaalecu: any idea what's needed? just the packaging?21:14
alecunessita, it has been released and packaged for natty... let me fwd the email to you.21:15
nessitaalecu: ah, then any idea what is pending?21:16
dobeyright, 1.99.0 is already packaged21:16
alecunessita, james says "duplicate suppression" is missing21:17
nessitaalecu: any idea what that is? :-)21:17
alecuwhen you have the initial bookmarks that firefox installs by default, it will get duplicated on every synced machine.21:17
alecunessita, but that has been the same with every previous bindwood version21:18
nessitaalecu: ok, so there is bug. Nice, I thought we missed a bigger problem.21:18
alecuso it's not like a regression, but an annoying bug.21:18
alecunessita, I've sent you his mail21:19
nessitaalecu: right. Another question, control panel says your quota is full, is that correct?21:19
alecumy quota full? let me check21:19
alecunessita, my control panel says "2.7Gb of 22.0 Gb (12%)"21:20
nessitaalecu: ah, I know what it is! :-)21:20
nessitaalecu: thanks21:20
alecuwhat is it?21:20
nessitaalecu: PICNIC :-)21:20
alecunessita, selectable approved21:54
nessitaalecu: thanks!21:54
nessitarye: if you feel like it, you will like this branch: https://code.launchpad.net/~nataliabidart/ubuntuone-control-panel/not-free-space-for-ro/+merge/5723721:57
ryenessita, the description seems to be relevant to my interest22:00
nessitarye: it is! :-)22:00
nessitarye: please note that if you have both RW and RO from the same user, quota info will be shown22:00
rye1st part - confirming, looks awesome22:01
ryenow killing the tokens22:02
ryenessita, question22:04
ryenessita, i have removed the server-side token, sd cannot connect but the cp provides info about the free space in the shares to me. How?22:04
dobeyrye: free space is cached in metadata i think22:06
ryedobey, possible, but where?22:06
dobeynot sure22:06
dobeyverterok: ^^ sd caches free space info, right?22:06
dobeyrye: probably in the metadata for the volume, would be my guess22:07
verterokdobey: yup22:07
verterokin the volume metadata we keep the free bytes value22:07
ryeverterok, dobey ok, confirming, get_shared() call returns this info22:08
ryeyou have quite a few interesting bits in the dbus interface...22:08
ryenessita, based on my expectations and branch behavior I think it works extremely well.22:09
ryeI was afraid we'll have users with read-only shares having to wonder why does the share from Joe is so important to have more than 0 bytes22:09
nessitarye: yes, free space info is cached for shares22:11
nessitarye: and thanks!22:11
nessitaok, I'm off for while, need to run some errands,22:11
dobeyugh22:23
dobeycontrol-panel tests failing if unity is not installed22:23
dobeylater all23:15

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!