/srv/irclogs.ubuntu.com/2011/08/23/#ubuntuone.txt

=== gatox_ is now known as gatox
JamesTaitGood morning all!08:28
karniGood morning!09:06
faganwhoops was playing about on my desktop and forgot about my macbook going into standby11:07
mandelfagan, you use both?11:08
nessitahello everyone!11:08
gatoxnessita, hi11:08
mandelnessita, hola!11:08
faganmandel: well at the moment I just leave IRC on my macbook and do bugs or what ever on that then move back to my desktop when ever I test generally11:09
mandelfagan, that sound complicated... I have problems just with the vms...11:09
faganmandel: well my desktop is great for vms11:10
faganmy macbook on the other hand cant compare at all11:10
mandelfagan, I mean in terms of context switch, my brain canno hold that many machines11:10
faganmandel: but im super cool bro :D11:11
mandelhehe11:11
mandelnessita, ping11:57
nessitamandel: pong11:57
mandelnessita, can you give me a hand with this: http://paste.ubuntu.com/673082/11:57
nessitalooking11:57
mandelnessita, I managed to fix it once, I have re-ran the registry keys thingy and made sure there are no other processes running of sd11:58
mandelnessita, am I missing something?11:58
nessitamandel: you 100% sure you're running trunk?11:58
nessitano weird libs in PYTHONPATH?11:58
nessitaols syncdaemon libs?11:59
mandelnessita, no, is a clean branch from trunk12:01
mandelnessita, why, does that look like the path is wrong?12:01
nessitamandel: do you have running ussoc? if yes, please paste the whole output of syncdaemon.log, from the beginning12:01
nessitamandel: and please choose plain text as syntax highlithing :-)12:02
mandelnessita,  ok :)12:03
mandelnessita, http://paste.ubuntu.com/673087/12:06
mandelnessita, hmm... I wondering if I forgot about the update in the protocol...12:06
nessitayes, you can see here:12:06
nessita2011-08-23 13:54:45,855 - ubuntuone.SyncDaemon.ActionQueue - INFO - The request 'oauth_authenticate' failed with the error: oauth_authenticate() takes exactly 3 arguments (4 given) and was handled with the event: SYS_UNKNOWN_ERROR12:06
nessita"The request 'oauth_authenticate' failed with the error: oauth_authenticate() takes exactly 3 arguments (4 given)"12:06
nessitayou need to build and install a newer protocol12:06
mandelnessita, ok, I'll do that...12:07
nessitagood!12:08
mandelnessita, I found an interesting issue with the storage protocol, setup install places the package under C:\Python27\Libs\site-packages\ubuntuone-storage-protocol\ubuntuone\12:12
mandelnessita, that looks to me like a bug12:12
mandelagree?12:12
alecugood morning!12:12
nessitamandel: no, is fine12:12
nessitamandel: why would be a bug?12:13
nessitaalecu: hi there!12:13
alecumandel, don't know what, but I always agree with you.12:13
nessitawelcome back12:13
alecuhi nessita!12:13
ralsinagood morning everyone!12:13
mandelalecu, ralsina buenas!12:14
facundobatistaHola alecu, ralsina, mandel, nessita12:14
ralsinahello mandel! How was holidays?12:14
mandelfacundobatista, hola!12:14
mandelralsina, short but very welcome :)12:15
ralsinahola facundobatista! Looks like I won't make it to tonight's meeting :-(12:15
mandelgot lots of enegy and a bigger belly :P12:15
facundobatistaralsina, bú12:15
nessitahello all!12:20
nessitafacundobatista: pitti answered here: https://code.launchpad.net/~pitti/ubuntuone-client/gi-fixes/+merge/7244712:20
ralsinahello nessita!12:20
ralsinanessita, mandel: did you guys see rick mcbride's email about the overlay being stuck?12:22
ralsinaThat would be bug #83163412:22
nessitaralsina: did he send that email to us?12:22
mandelralsina, nop, when/where did that happened?12:22
gatoxralsina, yep12:22
ralsinanessita: thought it was mail, it's actually a bug mail12:22
nessitahaven't gone yet thru all those today12:22
ralsinanessita: ok12:23
ralsinaI think it's something that happens to me too, where sometimes the IPC stops working, but have had a hard time reproducing it intentionally :-(12:23
ralsinaHappened to parrino, too12:23
mandelralsina, hm... I have not see the email, I'll check12:24
mandelby the way, do we have hal or something here12:24
ralsinawhonder why hal didn't expand my bug #83163412:24
mandelbug 112:24
ralsinahal is gone!12:24
nessitaralsina: we need logs! :-)12:25
mandelhijos de puta: http://www.youtube.com/watch?v=Gdi5PqMm4jQ12:25
nessitaralsina: very likely there was an exception, and we're not handling those yet12:25
ralsinanessita: yes, I will fix that today and do a new release12:25
ralsinaas in "log the exceptions, and fix sso's log"12:25
nessitaralsina: great, because 99% chances that's the issue12:26
ralsinamandel: that settings bug could cause shares not to sync, right?12:27
mandelralsina, if th econfig did not get saved, yes12:28
ralsinamandel: ack12:28
ralsinamandel: I would check if the file it's trying to save to is the right one. I did that part and is half guessing12:28
mandelnessita, can you reproduce bug https://bugs.launchpad.net/ubuntuone-client/+bug/80955912:31
mandelnessita, I've been trying to get the error but I seems not to be able12:32
mandelwith current trunk12:32
nessitamandel: I can't put time in that ATM. How did you test it?12:32
alecunessita, I'm not sure I'm following you on your comment on this branch: https://code.launchpad.net/~alecu/ubuntuone-client/fix-vbox-weird-clock/+merge/7196512:32
mandelnessita, I'm running sd, sso and contorl panel and setting and unsetting the shares setting from control panel12:33
alecunessita, I think you are reading "generated_id = generated_id + 1", but it says "generated_id = cls.last_generated_id + 1"12:33
nessitaalecu: what if  generated_id is 1 and last_generated_id is 3? by adding just one to generated_id we don't fix the issue12:33
mandelnessita, I added pdb in the save section of the save method from config12:33
nessitamandel: can you confirm the conf file is updated?12:34
nessitaalecu: oh, you're right!12:34
nessitaalecu: I'll re-comment12:34
ralsinagatox: you have been working on the uninstaller?12:35
ralsinagatox: if yes, could you take over bug #824653 please?12:36
gatoxralsina, ok..... the code for the uninstaller is ready, but i have to move it to a platform module12:36
ralsinagatox: ok, just assign to you and mark "in progress"12:37
gatoxralsina, ok12:37
mandelnessita, yes, in my system config gets updated perfectly with no issues12:37
alecunessita, thanks12:37
mandelgatox, ping12:37
gatoxmandel, pong12:37
nessitamandel: the comment that in the bug detailing revno you used to run the IRL tests and close as works for me, please12:38
mandelgatox, one question, when I use the Default settings button, what values should be added to the upload/download limits atm in -112:39
mandelnessita, sure!12:39
gatoxmandel, sorry... do you mean what is specified in the design?? i'm not sure i'm following...12:40
mandelgatox, so, first time I run control panel it has some default values for the upload/download limits, right?12:41
gatoxmandel, yes12:41
mandelwith is around the 2000s or something like that12:41
mandelgatox, I changed then, then clicked default settings and they value did not get back to the initial one12:42
mandelnessita, there is though a use of open in config.py, should that be changed to open_file and dile a bug?12:43
gatoxmandel, ahhhhhhhh....... let me check with the doc...12:43
nessitamandel: yes please12:43
gatoxralsina, do you know what mandel is asking for?? i can't find that in the documentation...... i thought that this value was coming from the server12:44
nessitamandel: FYI gatox hasn't been working with the settings, the widget was coded in the controlpanel, you may need my input there12:44
nessitagatox: I know12:44
ralsinagatox: yes it is12:44
gatoxnessita, ralsina ok12:45
nessitaralsina: what values are coming from the server?12:45
ralsinanessita: the current bandwidth values. Not from the server but from syncdaemon12:45
gatoxralsina, ah... right12:45
nessitaralsina: right, not server :-)12:45
mandelnessita, I though it was something realted just with the UI not showing the value...12:45
ralsinaIPC server ;-)12:45
nessitamandel: what issue do you have?12:46
mandelnessita, change upload/download limits, click default setting and old values doe not re-appear in the UI12:46
nessitamandel: default values is -112:47
mandelnessita, oh, is it? and then why is there a diff value when I start control panel?12:47
nessitamandel: so, when you click 'default values' you should get -112:47
nessitamandel: you had other settings of your own?12:47
mandelnessita, but I never changed those and got a 2000 something in the box12:47
mandelnessita, no that I know of, I have never changed those12:48
nessitamandel: can you please check the default config in syncdaemon trunk?12:48
mandelnessita, sure12:48
mandelnessita, when I close the bug becuse I cannot reproduce it, what should I use from lp?12:51
mandelinvalid?12:51
nessitamandel: worksforme equivalent12:51
nessitainvalid I think12:51
ralsinacannot reproduce is supposed to be incomplete and ask for more info12:53
ralsinabut since we are all friends here, invalid is just fine ;-)12:53
mandelnessita, the conf after an ./autogen.sh in trunk12:53
mandelhttp://paste.ubuntu.com/673107/12:53
mandelralsina, invalid it is then :P12:54
nessitamandel: so, what\ s th veredict?12:54
ralsinamandel, nessita, alecu, dobey, fagan, gatox: standup in 6' !12:54
gatoxralsina, ack12:54
mandelnessita, for what?12:55
mandelnessita, the bug, invalid, the limits seems to be wrong12:55
nessitamandel: why?12:55
nessita[bandwidth_throttling] on.default = False12:55
nessitaby default bandwith is not enabled, so we need to reflect that12:56
mandelnessita, true, but why is there this: read_limit.default = 209715212:56
nessitaand since in the control panel we have no way of setting limits but having it disabled...12:56
nessitawe need to set the values to -112:56
nessitamandel: we may ensure the first load of the default congi shows -112:56
nessitaconfig*12:56
nessitamandel: fill me a bug for that, please12:57
mandelnessita, I honestly do have a string opinion, I just noticed that I initially saw 2097152 and then -1 :P12:57
mandelnessita, sure, I'll get a bug for that then :)12:57
nessitawhat's a string opinion? ;-)12:58
nessitaa long opinion? a thin one?12:58
ralsinaone full of character!12:58
mandelnessita, hehe I wanted to type strong... i and o are close :P12:58
nessita:-P12:58
mandelbut string seems to me ok too  hehehe12:59
alecume13:00
mandelme13:00
gatoxme13:00
alecuralsina, nessita, dobey, fagan: stand up!13:00
ralsiname13:01
nessitame13:01
dobeyme13:01
ralsinaalecu: start!13:01
alecuDONE: rested a bit, gave the DBus talk at PyDay Montevideo13:01
alecuTODO: a better fix for VirtualBox clock bug, work on eq_inotify tests13:01
alecuBLOCKED: no13:01
alecuNEXT: mandel13:01
mandelDONE: starte a little late because my laptop when banannas after an update :( fixed the machine and started looking at 809559 which I close since IRL I had no issues. Found a small bug in config.py (uses open) and another in control panel.13:02
mandelTODO: more bugs13:02
mandelBLOCKED: nope13:02
mandelnext: gatox13:02
gatoxDONE:13:02
gatoxBug #822691, Almost done Bug #82268513:02
gatoxTODO:13:02
gatoxFinish Bug #823414, Bug #824653. Start with: Bug #831310, Bug #831312, Bug #829365, Bug #82965213:02
gatoxBLOCKED:13:02
gatoxNo13:02
gatoxralsina, go13:02
ralsinaDONE: not much, felt bad on friday, holiday yesterday13:02
ralsinaTODO: merge pending branches, triage what's left to do, calls, release13:02
ralsinaBLOCKED: no13:02
ralsinanessita?13:02
nessitaDONE: landed fix for ussoc for bug #831043, analyzed GI issue with platform crowd, meeting with design team re: controlpanel window size13:02
nessitaTODO: working on client fix for bug #831043, bug #81819013:02
nessitaBLOCKED: nopes13:02
nessitaNOTES: teaching duties, I'm leaving at noon today13:02
nessitaNEXT: dobey13:02
dobeyλ DONE: mostly finished bug #82819513:03
dobeyλ TODO: finish #828195, (doing) call about jenkins13:03
dobeyλ BLCK: None.13:03
ralsinaok, comments?13:05
ralsinaso EOM13:06
nessitaverterok: ping13:07
verteroknessita: pong13:07
* mandel lunch13:07
nessitaverterok: would you give a hand with bug #822034?13:07
mandelralsina, we shall talk about pycon later in the afternoon :D13:07
mandelcu all later13:07
ralsinamandel: sure. See you!13:07
verteroknessita: no bug bot here?13:07
ralsinaverterok: seems to have died :-(13:07
nessitaverterok: apparently :-/13:08
verteroknessita: buy a new disk? :)13:08
verteroknessita: FWIW, it's a duplicate13:08
nessitaverterok: have the master report handy?13:08
verteroknessita: le me find the master13:08
verteroknessita: https://bugs.launchpad.net/ubuntuone-client/+bug/77638613:10
verteroknessita: not sure if that';s the master bug13:11
verteroknessita: as therea multiple-bugs/issues reported there13:12
nessitaChipaca: email about talk re wizard size sent (I forgot yesterday)13:12
Chipacanessita: shame on you ;-)13:12
nessitayeah13:12
verteroknessita: yes, there are already 2 dupes on it...let's make it the master bug and change it to confirmed or something13:14
nessitaok, would you please do so?13:14
verterokdone13:15
nessitathanks!!!13:17
faganme sorry about that went to the shop13:28
faganDONE13:28
fagan* Read a book13:28
fagan* Did some testing of trunk13:28
faganTODO13:28
fagan* What ever anyone needs13:28
faganBLOCKED13:28
fagan* No13:28
ralsinanessita, alecu: simple branch -- https://code.launchpad.net/~ralsina/ubuntu-sso-client/log-better/+merge/7257313:30
ralsinait just moves code from u1-client into sso, and updates a couple of lines to use it13:30
=== m_conley_away is now known as m_conley
nessitaralsina: looks good, but wasn't there windows tests as well?13:32
ralsinanessita: good question!13:32
nessitatests/platform/windows/test_xdg_base_directory.py13:32
nessitathere is!13:33
ralsinanessita: yep, will add those13:33
nessitagreat!13:33
ralsinadobey: I know you are going to complain about the merging ping pong that's going on in my branch. Sorry about that :-(13:47
ralsinadobey: but I had conflicts in the conflicts files ';-)13:47
dobeyyes i see that13:48
dobeyyou're impatient, and you suck at fixing conflicts ;)13:48
ralsinaack on both13:48
ralsinaexcept between people, I am rather good at those13:49
dobeybetter than facts.13:49
ralsinadobey: parse error13:50
dobeyralsina: amused (read sad) how some people insist on ignoring facts13:51
ralsinadobey: indeed people ignore facts. However, often they (we) can be gentled into accepting them when presented on different ways.13:52
dobeyyes, by appeasing the other person's ego and making it seem like you are compromising your own to make them happy; remaining neutral without the need to satisfy any ego, seems to not work so well13:54
ralsinayep, pretty much13:58
ralsinathen again, if one doesn't care somuch about one's own ego, that's cheap13:58
dobeywell, there's nothing to sacrifice there14:00
gatoxralsina, nessita buttons style in control panel: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/buttons-ui-style/+merge/7257614:02
dobeyanyway14:02
ralsinagatox: looking!14:02
ryeredirecting ubuntuone-preferences to localhost is fun14:06
ralsinagatox: you should add tests for what you do in lines 288 and later in the diff.14:08
ralsinagatox: other than that, I see no problems and it looks much nicer!14:09
* gatox looking...14:09
gatoxralsina, there is a test for that...... what do you mean?14:10
ralsinanessita: pushed with the windows tests. I am not 100% sure I added them the right way but they work https://code.launchpad.net/~ralsina/ubuntu-sso-client/log-better/+merge/7257314:10
ralsinagatox: is there?14:10
gatoxralsina, test is at line 315 and 32614:10
ralsinagatox: oh, missed that! +1 then!14:11
gatoxralsina, and that method is called for all the scenarios14:11
nessitaralsina: they were not added the right way :-), I'll reply the MP14:11
gatoxralsina, thanks14:11
ralsinanessita: ok, thanks!14:11
nessitaralsina: comment added14:14
ralsinanessita: thanks!14:14
nessitagatox: there is 2 styles for QPushButton14:16
nessita169+QPushButton{14:16
nessitaand14:16
nessita179+QPushButton {14:16
nessitagatox: also, any reason to move the QFrame#frm_box definition? (ideally we should group this by widget)14:17
* gatox looking.......14:20
nessitaralsina, mandel, gatox, alecu, Chipaca: let's mumble?14:25
ralsinanessita: still on mgmt mumble14:25
Chipacanessita: in a mumble14:25
ralsinanessita: should be free in a few minutes14:25
nessitaralsina, Chipaca: right! let us know please :-)14:25
ralsinanessita: re-organized the tests, checked lint etc. https://code.launchpad.net/~ralsina/ubuntu-sso-client/log-better/+merge/7257314:26
nessitaralsina: ack14:26
nessitaralsina: I think  the test_windows.py is missing14:29
ralsinanessita: oops, let me check14:29
nessitawith the windows specific stuff (get_special_folders)14:29
* ralsina wishes bzr had a "bzr cp" like other VC thingies do14:30
ralsinanessita: added and pushed14:30
ralsinanessita, mandel, gatox, alecu, Chipaca: can we mumble in 10'?14:34
gatoxralsina, yes14:34
ralsinaso I can mate-up14:34
gatoxnessita, done: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/buttons-ui-style/+merge/7257614:35
nessitagatox: ack14:36
nessitaralsina: sure14:36
mandelok14:38
dobeywhy do people review their own proposals as "resubmit"?14:39
dobeyLP clearly needs some UX work there14:39
nessitaralsina: a couple of needs fixing added14:44
ralsinanessita: ok, will check!14:44
mandelralsina, when do we have mumble?14:46
ralsinamandel: about now :-)14:46
faganrumble in the mumble14:47
ralsinanessita, mandel, chipaca: windows mumble?14:47
nessitain there14:47
mandelralsina, then I'm fighting with it to connect :P14:47
ralsinagatox: you too14:47
nessitawas in the design channel :-)14:47
Chipacaon mah weg14:47
faganmandel: ill loan you some of my bandwidth :D14:48
mandelfagan, puff... is not only that.. it seems that the entire vodafone network is down... I don't even have a working mobile phone atm14:48
mandelralsina, I'm triying and failing...14:50
alecuverterok, ping14:50
ralsinamandel: is it mumble, or is it network problems?14:50
alecuverterok, regarding moving the fix to WindowsTimer issue in https://code.launchpad.net/~alecu/ubuntuone-client/fix-vbox-weird-clock/+merge/7196514:50
mandelralsina, seems to be mumble since I'm here with no problems what so ever...14:50
ralsinaChipaca: we are moving to skype because mandel's mumble is broken14:51
alecuverterok, I'm finding some issues because time.clock returns a float, and adding a decimal amount does not work quite predictably as when adding an integer.14:51
alecuverterok, my idea is to change both "timestamp" functions to return an integer14:52
mandelralsina, I;m on skype already, can you call me to see if it works ok14:52
alecuverterok, that is, they should be doing the multiplication that is currently being done on _get_next_file_id14:52
ralsinamandel: seems the call to you fails14:53
Chipacaralsina: ok14:53
mandelhmmmm14:53
verterokalecu: pong14:54
alecuverterok, does that make sense?14:54
verterokalecu: correct me if I'm wrong14:55
verterokalecu: the problem only happen in windows, right?14:55
alecuverterok, right14:55
ralsinaChipaca: you seem offline. Mandel: you too14:55
alecuverterok, well, I don't know in fact, because I don't run linux on vbox14:55
verterokalecu: my idea of doing it in the windows timer was to only do the workaround in the case that's affected14:56
alecuverterok, right, and I liked your idea, and started doing that14:56
verterokalecu: what about adding a new function that does the timestamp * X?14:56
verterokalecu: because we are using the timestamp in other places14:56
verterokalecu: we store a timestamp in each record *inside* the db :)14:57
alecuverterok, ok, that makes more sense. I'll try that.14:57
verterokalecu: forget about that...we have that function...and it's get_next_id14:57
verterokget_next_file_id :po14:58
verterokalecu: so, adding the log should be good enough :)14:59
alecuverterok, but get_next_id is also called on linux14:59
verterokalecu: IMO, makes no sense to add a new function to just do the timestamp() * X and call that in get_next_file_id15:00
alecuverterok, anyway, it's safe to call it on linux15:00
verterokalecu: yes, but the change will make it more complex...and that function isn't called that much15:00
verterokat least not now15:00
verterokalecu: just add the log, and we are good :)15:01
alecuverterok, great, thanks!15:01
alecunessita, ralsina: my microphone driver is not working right again. I'm typing here, because nobody seems to pay attention to skype.15:06
alecuralsina, it seems that mandel is online now15:06
ralsinaok, calling him15:06
alecubug #72739615:13
nessitaalecu: no bot here15:13
aleculooks like it :P15:13
elopiogood morning!15:17
joshuahooverdobey: ping15:26
dobeyjoshuahoover: hi15:27
joshuahooverdobey: hi, do we have a mir for ubuntuone-installer? if not, want me to create one?15:27
dobeywe don't yet. we need one15:28
joshuahooverdobey: k, i'll do that in just a bit15:28
dobeyjoshuahoover: ok, thanks15:29
dobeyhttp://www.youtube.com/watch?v=AAEzv-lypmU15:32
dobeymust get some lunch, bbiab15:37
gatoxnessita, done https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/buttons-ui-style/+merge/7257615:37
nessitaack15:38
ralsinanessita: I am guessing you leave for college in a few minutes. Could you remove yout needsfixig from https://code.launchpad.net/~ralsina/ubuntu-sso-client/log-better/+merge/72573 and I promise to get another review?15:42
nessitaralsina: I'm taking my laptop with me, I promise re-reviewing when I finish teaching (6pm)15:44
ralsinanessita: ok then15:44
nessitagatox: can you please revert this?15:45
nessita     <property name="currentIndex">15:45
nessita      <number>3</number>15:45
nessita     </property>15:45
nessitait was 0 before15:45
gatoxnessita, ok15:46
joshuahooverdobey: once u1-installer is in main, does u1-client get dropped from the cd?15:46
* nessita hopes not15:46
gatoxnessita, reverted15:48
nessitaok, I'm gone crowd16:16
=== beuno is now known as beuno-lunch
nessitaemail me if you need anything!16:16
nessitabye16:16
Chipacasee?16:23
Beretindeed16:23
Chipacarye: ping16:23
ChipacaBeret: who do I speak with to get a canonical cloak?16:25
Beretum16:26
Beretlet me check16:26
Chipacaverterok: over here, in fact16:29
Chipacasnap-l: hi16:29
snap-lHI Chipaca. I'm squeekyhoho on twitter. :)16:29
Chipacasnap-l: I assume you're16:29
Chipacayeah16:29
Chipacathe cmaloney in your cloak :)16:29
Beretthere you are16:30
Beretsnap-l, we should debug your brokenness16:30
* Beret runs16:30
Chipacaverterok: snap-l. snap-l: verterok16:30
Chipacahave at it :)16:30
verteroksnap-l: hi!16:30
verterokso, what's the problem? :p16:31
snap-lWell, on occasion Ubuntu One won't finish syncing a file16:31
snap-lit'll just hang16:31
snap-land I'll run u1sdtool -q && u1sdtool -c to restart16:31
verteroksnap-l: hang like not uploading anything else or just that file?16:31
snap-lupon doing so, it'll restart the transfer16:31
snap-lWell, today it was on one 130MB file16:32
snap-lI have a 8Mb down / 1Mb up connection via WOW16:32
snap-lgoing to head afk for 15 for lunch, but will brb.16:33
alecuverterok, when you have some time, please re-review https://code.launchpad.net/~alecu/ubuntuone-client/fix-vbox-weird-clock/+merge/7196516:34
verteroksnap-l: could you upload the logs? they are located at ~/.cache/ubuntuone/log/syncdaemon*.log16:34
verterokalecu: ok16:34
verteroksnap-l: or you can pastebin the last log files, e.g:  syncdaemon.log.2011-08-23_*.log16:44
dobeyjoshuahoover: we'll have to pull numerous things off the CD once in main, yes16:50
dobeyjoshuahoover: or well, once we get u1-installer on the CD16:50
mandelralsina, gatox, alecu, dobey is EOD for me, I'll see you guys tom :)16:50
dobeymandel: that's what she said :P16:51
ralsinasee ya!16:51
mandeldobey, +1 :)16:51
mandelralsina, we need to talk from about pycon, I have to get the flight ticket and would be nice to know if we can d a mini-sprint16:51
mandelralsina, also, if I'm going to help you in the talk we might want to think about it :)16:52
mandelok, bye all!16:53
* mandel runs16:53
dobeywhen is pycon?16:54
alecudobey, in a month, in junin, buenos aires!16:54
joshuahooverdobey: do you know which packages we'll be pulling off the cd?16:54
dobeyalecu: oh16:55
alecudobey, are you coming too? ;-)16:56
dobeyalecu: no16:56
dobeyjoshuahoover: i don't remember what all exactly is on the CD right now. i'd have to find the list to look at16:57
joshuahooverdobey: k16:57
snap-lverterok: I'm uploading the logs now.17:00
joshuahooverdobey: mir filed: bug #83217917:00
ubot4Launchpad bug 832179 in ubuntuone-installer (Ubuntu) "[MIR] ubuntuone-installer (affects: 1) (heat: 12)" [Undecided,New] https://launchpad.net/bugs/83217917:00
verteroksnap-l: ok, cool. I need to step out for a while, but bbiab.17:00
snap-lverterok: No worries. Thanks!17:01
dobeyjoshuahoover: great17:02
ralsinafacundobatista: a while ago you showed me where syncdaemon was catching all of twisted errors so they didn't go to stderr. I lost it. Could you point me to it again?17:11
gatoxralsina, some changes in the uninstaller branch: https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/uninstall/+merge/7240217:31
gatoxto move the uninstall implementation to a multiplatform module17:31
* ralsina looks17:31
ralsinaI am thinking that "Disagree & uninstall" button is going to be a problem later, but am still not sure17:32
ralsinaAs in "what happens if the admin installs, then the user starts the wizard and clicks uninstall"17:32
ralsinaand then the app is gone for everyone :-)17:32
ralsinaBut hey, if he does that he has sysadmin powers so he could do it with the menu. So no harm done17:33
ralsinagatox: while you are touching there, didn't lisette ask for the "Print" button to go away?17:33
verteroksnap-l: I'm back17:34
gatoxralsina, didn't know about that17:34
verteroksnap-l: this is the first time you uploaded the file? or a file with the same name?17:34
ralsinagatox: let me check ...17:34
ralsinagatox: bug #82936117:35
ubot4ralsina: Bug 829361 on http://launchpad.net/bugs/829361 is private17:35
gatoxralsina, okkkkk.... i will apply that changes to this branch too17:36
ralsinagatox: you could do another branch but since it's two lines...17:36
snap-lverterok: I believe this is the first time I uploaded this file, but can't say for certain17:36
snap-lactually, it may not be the first time17:36
=== beuno-lunch is now known as beuno
ralsinagatox: also, the tests for utils should be in utils/tests17:37
verteroksnap-l: I mean, a similar or the same file in the same location: "Ubuntu One/<filename.pdf>"17:37
verteroksnap-l: at the first look, it seems like a bug in the client...which is self-healing after a restart17:38
snap-lI believe it was in a different folder than that.17:38
snap-lbut the same filename17:38
gatoxralsina, ok, i'll change that17:38
verteroksnap-l: and you moved it or deleted and copied it back?17:38
snap-lI deleted it a long time ago, and then put the file in a different location to share with a friend.17:38
verteroksnap-l: ah, ok. cool (it's not a move related bug :) )17:39
ralsinagatox: other than that, great branch!17:40
snap-lThough I have noticed some instances where I had to create a new folder in order to work around a similar upload bug17:40
verteroksnap-l: hmm, would you mind to run the client with logging configured in DEBUG?17:43
verteroksnap-l: it will use a bit more of disk, as the logs a lot more verbose17:44
snap-lSure, but I'll need the switches17:44
snap-lverterok: Oh, well that'll fill up that 200gb free quicker. ;)17:44
verterokheh17:45
verteroksnap-l: do you have this file: ~/.config/ubuntuone/logging.conf ?17:45
snap-lNo, I'm missing that file.17:45
verteroksnap-l: if not, just do this to turn on DEBUG logging: echo -e "[logging]\nbackup_count = 10\nfile_size = 0\nlevel = DEBUG"  > ~/.config/ubuntuone/logging.conf17:45
snap-lOK, got it17:46
verteroksnap-l: that will turn on DEBUG, and keep a single log file for each session (client restart), up until 10 sessions/restarts17:47
verteroksnap-l: now, restart the client and it should be doing debug logs17:47
snap-lOK, I've restarted the client17:47
verteroksnap-l: I'll discuss what I'm seeing in your logs (I have a theory) with a team mate and try to figure out where the problem is17:48
snap-lI just deleted the file, and will try uploading it again17:48
verteroksnap-l: if it happen again, please show up here and ping me :)17:48
lisetteralsina: yes i did ask that17:50
snap-lverterok: Thanks. Will do17:50
verteroksnap-l: hopefully we will have more detailed logs of what's going on17:51
verterokChipaca: so, the good news is that's not a resumable uploads issue17:52
verterokthe bad news is that it seems to be a bug in syncdaemon17:52
gatoxralsina, changes applied https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/uninstall/+merge/7240218:01
ralsinagatox: looking!18:01
ralsinagatox: +1 from me. I only have doubts about having an "uninstall application" button in linux where it makes little sense, but we'll polish that one when we get to linux18:03
gatoxralsina, yes.....18:04
ralsinagatox: not that this even _runs_ on linux yet ;-)18:04
gatoxralsina, :P18:04
ralsinaalecu, gatox: may I interest you in a review of https://code.launchpad.net/~ralsina/ubuntuone-client/log-betterer/+merge/7259718:05
ralsinadobey: you too can pitch in with a linux review of ^ if you want18:07
gatoxralsina, on it18:11
ralsinagatox: thanks!18:11
dobeyralsina: i think i need to evacuate, from the earthquake :)18:13
ralsinadobey: that s what she said!18:14
ralsinadobey: ok, just kidding, hope nothing breaks, good luck, etc ;-)18:14
dobeyhrmm. just tried to call urbanape but my phone was just silent like it wasn't connecting or something18:17
dobeyi guess the phones here are a bit nuts at the moment18:17
ralsinadobey: as if people were trying to call each other because of an earthquake, you mean?18:19
dobeyyeah18:19
gatoxcuando intento correr los tests me refiero18:29
ralsinagatox: ogit, try removing _trial_temp first18:31
ralsinas/ogit/gotiy18:31
=== karni_ is now known as karni
ralsinas/gotiy/gotit/ :-D18:31
* ralsina is typing like a macaque today18:31
ralsinagatox: also, I don't understand where you are running the tests from / what your PYTHONPATH is18:32
dobeyactually, i could totally use some tea right now18:34
dobeybrb18:34
dobeybah, i didn't even get to use my free gift card thing18:51
* ralsina is off to pick up the kid from school19:12
* ralsina is back19:34
dobeywhee19:40
ralsinadobey: if you are not a refugee anymore, can you take a look at https://code.launchpad.net/~ralsina/ubuntuone-client/log-betterer/+merge/72597 from the linux side? It is basically a no-op there :-)19:51
dobeyaww, do i have to? i was busy complaining about gtk319:53
ralsinadobey: only if you have the time19:53
ralsinaI know complaining about gtk3 is a time-consuming thing19:54
dobeyralsina: so you moved the stuff out of ubuntuone-client, and into ubuntu-sso-client is all?19:54
ralsinadobey: yep19:54
ralsinait also means you have to update sso on tarmac, I think19:54
dobeyralsina: then i don't see a problem. yes i suppose i do; and you need to get nessita to review it anyway :)19:55
ralsinachicken! ;-)19:55
dobeyno. there is a review requested from her specifically on LP19:56
ralsinauh?19:56
dobeyand if it is still Pending, the branch won't land anyway19:56
dobeyhttps://code.launchpad.net/~ralsina/ubuntuone-client/log-betterer/+merge/72597 <- "Natalia Bidart --- Pending"19:56
ralsinaweird, I didn't ask for her specifically19:56
dobeymaybe she clicked the "claim this review" button?19:56
ralsinacould be19:57
ralsinaoh, well, onto other things then19:57
dobeywhere is she anyway? uni?19:57
ralsinadobey: yeah19:57
ralsinashould be back in one hour anyway19:57
dobeyfml. i hate urllib19:58
dobeyurllib2.URLError: <urlopen error ftp error: [Errno 111] Connection refused>19:58
dobeyfor a file://localhost/blah/blah url19:58
dobeyi wonder if it is a separate package from python core19:58
ralsinaurllib2? seems to be core20:00
ralsinadobey: it's core python http://docs.python.org/library/urllib2.html20:00
dobeysigh20:01
dobeyralsina: anyway, sso is updated, so tarmac will land your branch once approved20:12
ralsinadobey: cool, thznks20:13
ralsinaalecu: ping20:27
alecuralsina, pong20:28
ralsinaalecu: got 5' for some technical questions?20:28
alecuralsina, sure. What questions should I ask? :-)20:29
ralsinaalecu: nah, I am the asker :-)20:29
ralsinaalecu: check http://pastebin.ubuntu.com/673354/20:29
ralsinaspecifically lines 32/4420:30
ralsinaI am trying to make absolutely sure we don't write to stderr on windows, to avoid the crap py2exe does with it20:30
alecuright20:30
ralsinaI know I am missing something to catch twisted's exceptions too20:31
ralsinabut anyway, I am scared at how ugly this is20:31
alecuso, what does it happen on setup_logging?20:32
aleculet's see...20:32
ralsinaalecu: if setup_logging raises something, it all breaks20:32
ralsinaalecu: I had (for a few seconds) a noop lambda as excepthook before setup_logging :-)20:33
alecuralsina, hmmm. I really need to run now, but I'll take a look at this later.20:34
ralsinaalecu: ok20:34
=== pfibiger` is now known as pfibiger
alecuralsina, but anyway, I have not delved too much into how the twisted loggers are set up. I think we should ask facundo when he returns tomorrow.20:35
ralsinaalecu: ok20:35
* alecu runs away from all the loggers. And from the keyboard, too.20:36
jo-erlendis it normal for desktopcouch to not be available in Oneiric?20:50
dobeyjo-erlend: what do you mean by not available?20:53
jo-erlenddobey, whenever I try to use anything related to desktopcouch, I get an error like this: (Unauthorized: ('unauthorized', 'Authentication required.'))20:54
jo-erlendhowever, Firefox is able to access it when I point to the couchdb.html file. All other applications get that error message.20:55
dobeyjo-erlend: ah yes, there are lots of bug reports about it. seems new couchdb in oneiric possibly broke oauth; but we haven't had time to debug it ourselves :(20:56
jo-erlendah, ok. It's a little bit annoying since I'm working on a couch app, but as long as people are aware of it, I'm sure it'll get fixed soon :)20:57
dobeyi hope so. i'm tired of seeing the bug reports :)20:58
jo-erlendbut this will probably further delay the u1 couch service?21:00
dobeyyou mean the server issue that only affects some users?21:03
jo-erlendonly some users? I haven't been able to find anyone who doesn't have that problem.21:04
=== m_conley is now known as m_conley_away
dobeyralsina: sigh. looks like i have to update the packaging too, for ubuntu-sso-client :(21:17
dobeywait, no21:17
dobeyralsina: *thwap*21:17
dobeyralsina: you need to fix setup.py in ubuntu-sso-client also21:18
karniduanedesign: around?21:28
dobeyhave a good evening everyone!21:30
elopiobye dobey.21:32
Chipacaralsina: ping21:51
duanedesignhello karni22:25
duanedesignkarni: sorry i missed you i was answering Forum posts22:26
karniduanedesign: that's ok. I wanted to ask something about VPS. oh I know22:26
duanedesigni need to get my notifications to work when I am pinged in IRC22:26
karniduanedesign: I wanted to ask what would you suggest for a VPS, 10.04 LTS or 11.0422:27
karniduanedesign: I went with 10.04, it's probably better documented, and still supported22:27
duanedesignyeah, on a VPS definitely an LTS, In my humble opinion22:28
karniktnx :)22:28
duanedesignkarni: i have an old release on mine22:28
karniuhm22:28
duanedesignI keep putting of upgrading it22:29
duanedesigns/of/off22:29
nhaineskarni: I have Ubuntu 10.04.3 LTS on this VPS too.  :)22:46
karninhaines: hezner.de ?22:47
karninhaines: I didn't write where I had it set up, how would you know :)?22:47
nhaineskarni: haha, vaalbara.nhaines.com I mean.  :)22:49
nhainesOr actually, prgmr.net!22:49
karninhaines: on `the` VPS you mean :) cool!22:49
nhainesAlso by "prgmr.net" I mean "prgmr.com"22:49
nhaineskarni: I mean "this" one, where I run screen/byobu and irssi and idle all day.  ;)22:50
karniI like it short, karni.tk (nothing there ATM)22:50
karninhaines: oh right :)22:50
nhainesvaalbara's just the VPS I use for shell stuff... www.* is using shared hosting.22:50
nhainesSo it uses the naming scheme I have for my computers.. biomes for systems and supercontinents for servers.  :)22:51
karninhaines: pretty cool, I can't come up with cool naming patter. maybe because I only own a laptop, and now a VPS :)22:53
nhaineskarni: sure, I have tundra, tropic, arctic, prairie, desert, forest, jungle.... my router is pangea and my VPS is vaalbara.  :)22:53
nhainesSome of those names are retired... I don't have that many computers, hehe.22:54
karniduanedesign: is Ubuntu One Files a [ubuntu_mobile] or [other] prefix?23:12
karniduanedesign: sticky please :) http://ubuntuforums.org/showthread.php?p=1118050923:14
duanedesignwoot23:15
karniduanedesign: If you could correct my grammar in the first post, that'd be most awesome :)23:16
karniCardinalFang: hi Chad, you got disconnected23:20
CardinalFangkarni, yes, I left.  Back now.23:20
CardinalFang...for a bit.23:20
karniCardinalFang: I sent you an e-mail.23:21
karniShort one23:21
CardinalFangkarni, hrm.23:22
CardinalFangkarni, ah, that's a 404.  I haven't implemented the ser'n file removal yet.23:23
* CardinalFang does it now.23:23
karnicool23:24
duanedesignkarni: and it is done23:28
karniduanedesign: muchly thank you!23:28
duanedesigngod idea. I am anxious to see what kind of response you get23:28
duanedesigns/god/good23:28
duanedesignkarni: I started 'Questions' on the facebook page. The first question was what is your favorite U1 feature23:29
duanedesignkarni: Android App was number one, until the new plans came out and 5GB storage is now 1 Android Aoo 223:30
karniduanedesign: hahahah, sweet. thanks :)23:32
ralsinakarni: isn't it like 3 AM over there? GO TO SLEEP DUDE :-D23:32
karniralsina: only 1:33 ;)23:33
karniralsina: I'll leave in 1h tops. probably :)23:34
ralsinahehehe I don't believe you ;-)23:34
karnihyhyhy23:34
karniralsina: in the mean time, I purchased a VPS at hezner. I was shocked it took only like 15-20 minutes to have it set up with Ubuntu 10.04.23:35
ralsinahezner? Had not heard of them23:35
ralsinaI have some at tektonic.net and one very cheap one at burst.net23:36
karniralsina: burst.net is pretty cheap indeed o_O23:37
nhainesprgmr.net is only $5/mo for 1.5GB space and 64MB RAM.  :)23:37
nhainesWhoa, burst.net *is* cheap!  o_O;;23:38
karninhaines: hahah, that's a little to little :) still, someone might like that $5/mo option23:39
nhaineskarni: it works for me!  Just idling in IRC all day and occasionally playing nethack.  :)23:39
karninhaines: :)23:39
ralsinakarni: I got one with a coupon for $4.50 a month23:40
karninice23:41
ralsinaI think it's the 256 or 512 RAM 10GB disk23:41
nhainesI'm going to keep an eye on burst.net if I need something serious in the future.23:41
ralsinaI have never done anything too heavy on burst, but rye uses them and likes them. Good for a US VPN/proxy too23:41
nhainesNetflix fans take note I guess!23:42
ralsinanhaines: have not tried netflix, but with openvpn, squid and iptables you can fool Hulu ;-)23:43
nhainesOh, well, there you go.  ;)23:44
karnion burst.net you'd have to request installation of Ubuntu (if you wish), it's not listed23:45
karnibut pricing is really good23:46
nhaineskarni: Ubuntu 8, 9, and 10 are listed.23:47
karninhaines: can't see 'ubuntu' keyboard on http://burst.net/policy/managed.shtml23:48
karninhaines: where did you find it23:48
karni?23:48
nhaineskarni: http://burst.net/linvps.shtml23:48
karniawesome23:49

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