/srv/irclogs.ubuntu.com/2011/10/18/#ubuntuone.txt

=== eu is now known as adorilson
powersurgehey, I"m frequently getting disconnects/reconnects00:06
powersurgeis this something I should worry about or is it just that the server is under load/similar00:06
powersurge?00:06
powersurgeanyone around?00:07
=== eu is now known as Guest77712
powersurgeis no one around?00:13
powersurgethat's a bit frustrating, although I guess you guys are in another part of the world00:13
=== eu is now known as Guest9613
=== zyga is now known as zyga-gone
rubyplusplusHow can you use ubuntuone in kubuntu?03:13
=== edvm is now known as x-ip
ryemorning06:46
ryere: disconnect/reconnect mentioned earlier - we are aware about this and we are going to roll out the changes today that should improve the state of things.06:47
JamesTaitGood morning all!08:37
karniMorning all :)08:49
ralsinagood morning!09:29
mandelralsina, buenos dias!!09:39
mandelralsina, troll, hehehe09:39
mandelralsina, did you read my idea for the japanese username?09:39
ralsinatrollolololo mandel!09:40
mandelralsina, hehehe09:40
ralsinamandel: still catching up with email09:40
mandelralsina, ok, let me know when you get to mine, I think is a good compromise to use the correct funtion according to the os without doing anything too crazy09:41
ralsinamandel: are we preferring to use ctypes now?09:41
ralsinathe main problem with ctypes is that the magic constants are not defined :-/09:42
mandelralsina, indeed, le me check if something similar can be used win the win32 extensions, that is, that the new function is present09:46
ralsinamandel: you can using hasattr, but that is probably evil, so maybe... try.except?09:47
mandelralsina, if that is the case we can use it with no problem what so ever, anyways, I'm more interested in what you think regarding the idea of checking the presence of the function09:47
ralsinaHonestly? I think we can just use the XP function09:48
ralsinaIt's not going to go away. Maybe check that it still exists on W8 :-)09:48
mandelralsina, it wont go away, but I see more logical to use the recomended no deprecated one, is saver09:49
mandelralsina, and if they ever remove it (which they might do) we are sure that no weird bugs will appear because of that09:49
mandelralsina, and I prefer to use getattr, is saver, right?09:49
gatoxhi everyone09:50
mandelralsina, nevertheless I'm looking at the implementation of the os.path.expand user in ntpath.py and is crap, I'm going to write the same using ctypes and will ask someone if there is a way to put this in python itself09:53
ralsinamandel: file a bug into stdlib, become a core contributor, get fame and money?09:54
mandelralsina, I'm on it, hehehe09:56
mandelralsina, I just tested that from win32com import shell09:56
mandelshell.SHGetKnownFolderPath is broken :(09:56
ralsinareally?09:57
mandelso if we wanted to use the correct one, we have to use ctypes09:57
ralsinaWait, didn't alecu try that? Or is that the new one?09:57
mandelralsina, that is the new one: http://paste.ubuntu.com/711804/09:58
ralsinaOk, so another bug for win32com, I suppose09:58
ralsinaor win32 or whatever it's called09:58
mandelralsina, is the same but with the Known, so you have SHGetFolderPath and  SHGetKnownFolderPath09:58
ralsinaright09:58
ralsinawe are also using SHGetFolderPath in another place in sso, in the xdg implementation, IIRC09:59
mandelralsina, yeah.. canonical is goign to be a great python on win contributor hahahaha09:59
mandelralsina, and in default folders too09:59
ralsinaSo it deserves being factored away09:59
mandelralsina, true, we shoud get a nice wrapper that choose the correct one09:59
ralsinaRight. BTW, do you have a MSDN?10:00
ralsinaIf you do, please setup a Vista VM because we have *one* vista-specific bug ;-)10:00
mandelralsina, I do, I'll set up a vista vm then..10:01
diverse_izzuehi all, what's new with U1 in oneiric?10:01
mandelralsina, I knew this type of things would happen as soon as we supported windows :(10:01
ralsinamandel: it's a bug in bitrock's autoupdater, I think, but we need to test it and report it anyway :-/10:01
ralsinamandel: just you wait for the gentoo bugs! (just kidding ;-)10:02
ralsinamandel: version-specific bugs? We have a XP one too10:02
mandelralsina, I do have an XP vm set :)10:03
=== zyga-gone is now known as zyga
ralsinamandel: I handled that one already :-)10:03
=== zyga is now known as zygqa
=== zygqa is now known as zyga
ralsinadiverse_izzue: not much new, actually10:04
ralsinadiverse_izzue: we are releasing the good stuff in pangolin10:05
ryeralsina, and, hopefully the fixes for regression in Oneiric?10:05
ralsinarye: indeed10:05
ralsinarye: we have that as one of the priorities for the next 6 months10:05
diverse_izzueralsina, so what's the good stuff to come? :-)10:08
ralsinadiverse_izzue: well, proxy support is the big one I know I can talk about ;-)10:08
diverse_izzuehmmm, probably good for an LTS, it's the big companies which insist on using proxies...10:09
ralsinaactually, since this is a sync product, anyone that works at most places needs it :-(10:10
ralsinaSince not having it means there is one device that's unreachable and unsyncable10:10
diverse_izzueright10:11
diverse_izzueanyway, my personal u1 oneiric feature is basically that it just works without ever bothering me10:11
diverse_izzueralsina, any work planned to robustness for big files, i.e. the possibility to resume a partial upload?10:13
diverse_izzuemany people have slow upstreams10:13
ralsinadiverse_izzue: including me. It's been mentioned but I don't know of any concrete plans right now.10:14
ryediverse_izzue, resumable uploads are actually implemented, but currently it is broken in oneiric, this is a regression, which we are going to fix. We don't have plans to implement delta uploads (i.e. only changed portions of the files)10:17
gatoxralsina, do you want to review this branch? https://code.launchpad.net/~diegosarmentero/ubuntuone-client/pep8-fixes/+merge/7943810:18
gatoxit only contains pep8 fixes....10:18
gatox(but a lot)10:18
ralsinadiverse_izzue: what rye said!10:18
ralsinagatox: I will queue it up but my day is kinda full today :-/10:18
gatoxralsina,  no problem.... i can ask another one10:19
gatoxfor example...... mandel do you want to review it? :P https://code.launchpad.net/~diegosarmentero/ubuntuone-client/pep8-fixes/+merge/7943810:19
gatoxonly pep8 fixes10:19
mandelgatox, sure10:20
gatoxmandel, thanks10:20
mandelnp10:21
diverse_izzuerye, what's the argument against delta uploads? high server load for calculating checksums?10:22
ryediverse_izzue, i guess you will want to talk to chicharra team (facundo, verterok). But as I recall this is not something that is easily implementable at the current stage.10:34
facundobatistadiverse_izzue, yes, we'd need to change the model of the upload, we have it in our future, not in the near one10:36
facundobatistaHola rye10:36
mandelralsina, gatox after playing with ctypes a little and the windows api, this works: http://www.themacaque.com/?p=95410:47
mandelfacundobatista, if you can read that ^ and let me know if its a good idea to send a patch to python I'd greatly appreciate it :P10:47
gatoxmandel, great!!!!!10:48
gatoxmandel, that solved the unicode path problem?10:48
gatoxcompletely?10:48
ralsinayikes about the guID10:49
mandelgatox, yes, it will get you the unicode for ~ and will use the correct function in XP and Vista and later :)10:49
mandelralsina, yes, it was a PITA to find the GUID :(10:49
mandelgatox, most borring review EVER done: https://code.launchpad.net/~diegosarmentero/ubuntuone-client/pep8-fixes/+merge/7943810:49
gatoxmandel, jejjjeje told you10:50
mandelralsina, ok, so we have the code to use the other function, we can later decide if we use it or not, at least we know it works :)10:50
ralsinamandel: agreed10:51
mandelralsina, I'm moving to do some serious bug fixing and propose auto-update in control panel then10:52
mandeland I hope I'm not writting more ctypes code for today :)10:52
ralsinamandel: cool10:52
ralsinaok, gotta take the kid to school, will be back in a while10:55
facundobatistamandel, you should at least open a bug... but there's a risk in adding ctypes stuff (that is very picky with architectures) replacing a environment variable usage10:57
facundobatistamandel, yes, the environment is wrong, but that's a windows bug10:57
facundobatistamandel, maybe accessing a windows API? anyway, you should at least open the bug10:58
facundobatista(and show your code as a way of solving it)10:58
facundobatistamandel, ah, btw, puto windows!10:58
mandelfacundobatista, ok, I'll do that then :)10:58
mandelfacundobatista, hahaha is a terrible platform10:59
* mandel walks dog11:35
nessitagood morning!11:53
gatoxnessita, hi11:54
nessitahi gatox. Branches? :-)11:54
nessitagatox: besides the connect one, I have that in my radar11:55
gatoxnessita, yes, both of network and the one for connect.... i've merged with trunk all my branches and run pep8 and u1lint in every one of them... so they shouldn't have any issues11:56
nessitagatox: nice!11:57
gatoxnessita, https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/connect-files/+merge/79611  -  https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/network-detect/+merge/77049  -  https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/network-detect/+merge/7704811:57
gordis it a bug that when i have a lot of files to sync, that the one i reeeally wanted always seems to be at the end of the queue? ;)12:00
nessitagord: heh... no :-)12:13
mandelok, I'm of for lunch, see you at the stand up :)12:35
mandelnessita, FYI I'm still downloading vista from msdn to check https://bugs.launchpad.net/ubuntuone-client/+bug/87528312:37
ubot4Launchpad bug 875283 in ubuntuone-client "Update error (affects: 1) (heat: 462)" [Undecided,New]12:37
nessitamandel: ack12:37
nessitamandel: did you fixed the 2 branches I approved yesterday?12:37
mandelnessita, yes, I need to push the changes, I got  little caught with how to expanduser with the newer API and wrote an example with it (I lost A LOT of time looking for the GUID)12:39
nessitamandel: but that was gatox work...12:40
mandelnessita, yes.. sorry I got carried out..12:41
ralsinamandel looooooves playing around with the windows api, even if he denies it.12:42
ralsinaand good morning nessita!12:42
nessitahi ralsina12:42
mandelralsina, I was really interested, I admit it, but wont happen again12:44
* mandel really goes to lunch now12:44
Chipacadavidcalle: ping12:48
davidcalleChipaca, pong12:48
Chipacadavidcalle: hi there. Got a few minutes?12:48
davidcalleChipaca, sure12:48
ralsinamandel, dobey, alecu, nessita, gatox: standup in 5'12:55
gatoxralsina, ack12:55
mandelme13:00
dobeyoi13:00
nessitame13:01
Chipacaralsina: i need you to set apart some time in orlando to talk with davidcalle, please13:01
ralsinaChipaca: I will13:01
Chipacaralsina: thank you13:01
gatoxme13:02
ralsinadavidcalle: how about monday? :-)13:02
ralsiname13:02
davidcalleralsina, ok for monday :)13:02
ralsinadavidcalle: cool, I am the fat bearded guy with a strange t-shirt. Can't miss me!13:03
Chipacawoops, sorry for interrupting the standup13:03
* Chipaca wasn't paying attention13:03
ralsinadavidcalle: ok, I'll be more specific later on ;-)13:03
nessitamandel: go!13:03
davidcalleralsina, really tall guy going bald, can't miss me either.13:04
mandelme13:04
ralsinadavidcalle: we have three of you in OLS already :-)13:04
dobeymandel: you were first. go13:04
nessitadobey: go!13:05
dobeyralsina: you do realize it's UDS right? there will be multiple fat bearded guys with strange t-shirts13:05
dobeynessita: mandel was first :)13:05
ralsinadobey: thus the effectivity of the joke13:05
nessitadobey: yeah, but he may be on his mobile13:05
nessitadobey: which may take a while to get the standup typed in13:05
dobeyλ DONE: some fighting with banshee13:06
dobeyλ TODO: finish bug #872972, bug #467397?, schedule holiday13:06
dobeyλ BLCK: banshee has a weird race.13:06
ubot4Launchpad bug 872972 in libubuntuone (Ubuntu) (and 2 other projects) "Store URLs have to wait for main page to load (affects: 1) (heat: 38)" [High,In progress] https://launchpad.net/bugs/87297213:06
ubot4Launchpad bug 467397 in python2.6 (Ubuntu) (and 6 other projects) "KeyError: 'ROUND_CEiLiNG' when using turkish locale (affects: 16) (dups: 9) (heat: 108)" [Undecided,Confirmed] https://launchpad.net/bugs/46739713:06
mandelDONE: fixedcodefrom my MP, stolen work from gatox and look how to use the recommended API to get the user profile on Windows. Reported bug to python. Started settin vista vm. TODO: push changes to MPs. Install all required debug tools on Vista. Propose autoupdate code off control panel. BLOCKED: no13:06
dobeynessita: go13:06
nessitaDONE: catch up with emails and bug reports, debug syncdaemon not working on windows13:06
nessitaTODO: catch up with big refactor branches to have u1sdtool working on windows13:06
nessitaBLOCKED: nopes13:06
nessitaNEXT: gatox13:06
gatoxDONE:13:06
gatoxFully migrate to 11.10, fix some branches, start working on some ui bugs, mumble with alecu and nessita about expanduser.13:06
gatoxTODO:13:06
gatoxKeep working on UI bugs.13:06
gatoxBLOCKED:13:06
gatoxNo13:06
gatoxralsina, go13:06
ralsinaDONE: tech leads call, mail catchup, arranging notes for tomorrow's call. TODO: mgmt call, finish organizing said notes, schedule remaining 1-1s with the team, debug with the parrino, doctor's appointment later, etc etc etc. BLOCKED: days have too few hours13:06
ralsinaPlease, everyone, check your calendars, tomorrow's call is important. Those who don't attend will be assigned to the web+mobile team!13:07
ralsinaor the eastern front. Your choice!13:08
=== m_conley_away is now known as m_conley
dobeyralsina: i hear chocolate ration is about to go up.13:12
nessitaMate time!!!13:14
mandeldid my message arrive?13:22
ralsinamandel: nonono13:24
mrfreemandel, hi :)13:25
mrfreeI started committing to gentoo, the work is almost done... I simply need to review and commit, I'll poke the chan when I'm done13:28
mrfreethen I'll available to contribute/test a better package_manager implementation :)13:29
mrfreethe sync stuff works great ;)13:29
ralsinamrfree: awesome!13:30
mrfreeralsina, I can finally drop dropbox in the trash :)13:30
mrfreeI need to try the u1 gnome3 integration better, to achieve some visual needs13:31
mandelmrfree, hello :)13:32
mandelralsina, really, no?13:33
mrfreeI only found a problem with deja-dup integration, but I've found it's an already known bug in ubuntu too13:33
mandelralsina, mrfree did you guys talk about the platform string?13:33
mrfreewhich platform string?13:34
mandelmrfree, I guess not hehehe13:34
mandelralsina, can you explain it to mrfree?13:34
ralsinamrfree, somewhere in some code, which I can't remember and I am in a phone call ;-) there is a string that says what "platform" you are on13:36
ralsinamrfree: should be in sso, somewhere near the word ping, IIRC13:36
dobeyeh?13:36
mandelmrfree, the idea is that we would like to be able to track the number of users we have in each platfrom so that we can triagged the bugs accordingly, lets say we have a gazillion users in gentoo, then when you file a bug about gentoo, we will make it a priority :)13:37
mandelwe do the same for windows13:37
mandelmrfree, but I think is in the protocol code.. I cannot remember13:38
mrfreeah ok... I'll dig it a while...13:38
dobeymandel: that doesn't seem right13:39
mandelmandel, my explanation, or the fact that we have that in the code?13:39
dobeymandel: you talking to yourself13:40
dobeymandel: also, that seems the wrong way to do that13:40
mandeldobey, ups hehe13:40
dobeyif the way that's done is "define a string"13:40
mandeldobey, I don't exaclty know the implementation details, I was not involved in that13:41
dobeyalso, there's no easy way to differentiate those in the bug reports13:41
mandeldobey, not in the bug reports, I'd expect sometone to say, this does not work in platfrom X blah blah13:41
mandeldobey, then we look at graphite and decide the weigth of platfrom x13:42
dobeymandel: clearly you don't read our bug reports or see the questions people ask :)13:42
ralsinausually we don't get the platform until the third comment ;-)13:42
dobeyalso, deciding the importance of a bug based on number of users connected to the server, is dumb :)13:42
mandeldobey, I was giving an example :P13:43
mandelI really don't know what that figure is really used for13:43
mandelI know is there for a reason :)13:43
dobeyit's there for windows13:43
ralsinamrfree: or rather, look in u1-client, in platform\credentials\__init__.py for how we gather the platform name and stuff.13:44
mandeldobey, but why?13:44
dobeymandel: to see how many windows users we have connected to the server at any given time?13:44
mandeldobey, and why do we want that?13:45
ralsinadobey: and the same way we want to know from now on on what version of ubuntu people is13:45
dobeymandel: so we know if it was worth the cost to make it work? :)13:45
ralsinamandel: we do want to know that. It's called user segmentation13:45
dobeyralsina: sure, but "define a string in a file" is a lame way to do that :)13:45
dobeyit's linux, we have the LSB13:45
ralsinadobey: well, yes, and that's how it's done I think13:46
mandelI'd be surprise if it is a hardcoded tring..13:46
dobeyif so, then mrfree doesn't need to do anything with it for gentoo13:46
mandels/tring/string13:46
ralsina"linux" is hardcoded13:46
dobeyif it's just "Linux", then it's not LSB :)13:46
ralsinaok, I need to listen to the call, so argue between yourselves ;-)13:47
dobeynessita: should we not also have a stable-2-0 for ubuntuone-windows-installer?13:49
nessitadobey: you're absolutely right13:50
nessitadobey: thanks for pointing this out, I will make the release and tag today/tomorrow13:50
dobeynessita: great, thanks. i think there are also several branches for ubuntu-sso-client or ubuntuone-client that have landed in trunk to fix windows issues, that should be backported to the stable branches as well.13:52
nessitadobey: you mean the "new" stable branches for P or the 2-0 branches?13:52
dobeynessita: i mean the 2-0 and such13:53
dobeynessita: we don't have the stable branches for P set up yet do we?13:53
nessitadobey: nopes, that's why I wasn't sure what you mean13:53
nessitadobey: I'm not sure why we should backport those windows fixes to the 2-0 stable branches... would you please share with me your rationale?13:54
dobeynessita: for the P stable branches, we will just branch from trunk for now. but wanted to have the planning discussion first, so after that call tomorrow perhaps13:54
nessitaindeed13:54
dobeynessita: if we are relaesing them as updates versioned as 2.0.x for windows, they should be in stable-2-0 branches (or stable-1-4 for sso i guess)13:55
nessitadobey: but what if we need to SRU something to linux?13:55
nessitadobey: then we will need to SRU also the "windows" code...13:55
dobeynessita: then we SRU to linux. the windows specific pieces should have no bearing on that.13:56
nessitadobey: hum, I always felt like bug diffs are harder to SRU, even  if they are not related13:56
dobeywell, for ubuntu. everything should be one tarball if we are making tarball releases13:56
dobeynessita: it depends on how we do the SRU13:57
nessitadobey: can you please be more specific? (I have little experience SRUing)13:57
dobeynessita: we support multiple platforms, and our support of windows shouldn't make fixing bugs in ubuntu harder to get done13:57
nessitadobey: that's logical, but I'm not sure that would be the "real" case. Maybe you have more info than I do?13:58
dobeynessita: well, for example, I just did a couple SRUs last week, and simply put the patches into the existing ubuntu package, instead of making a new tarball release13:58
dobeynessita: because they were small patches, and only 1 or 2 bugs being fixed13:58
nessitadobey: ah yes, I saw that...13:58
dobeynessita: the "real" case is, if the SRU team is making it harder for us to get fixes into Ubuntu because we also support Windows, then we need to resolve that problem in a way that doesn't prevent us from having the platform-specific pieces in the same codebase. presumably by educating the SRU team how such code is separated, and improving communication, as necessary14:00
nessitadobey: that sounds good as a plan14:00
dobeynessita: basically, we need to fix any problems with the SRU team by fixing them with the SRU team, rather than working around the SRU team :)14:01
nessitadobey: yeah, you're right (though somehow it feels easier doing the latter, but yes, the former is the right path)14:02
nessitadobey: I will make stable branches for the latest fixes14:02
dobeynessita: it's easier until you try to maintain the code :)14:03
nessitayeap14:03
=== caravone_ is now known as caravone
nessita@ping14:35
ubot4pong14:35
facundobatistanessita, LucasMetal had a 2GB memory usage in windows, with 4453 files (but 11276 directories)14:44
facundobatistanessita, we could get logs from him, right?14:44
nessitafacundobatista: indeed14:44
nessitafacundobatista: wanna ask him the logs? (need the log dirs?)14:44
facundobatistaLucasMetal, we may need for a clean restart with a specific logs configuration, to have all the info14:44
facundobatistanessita, yes, please, and where the config is located14:44
LucasMetalno problem14:44
facundobatistaLucasMetal, which windows version do you have?14:44
nessitaLucasMetal: hey there! are you running the latest version? (released last week)(14:45
LucasMetalWindows 714:45
LucasMetalI have installed it yesterday14:45
mandelgatox, can I have a review for https://code.launchpad.net/~mandel/ubuntuone-windows-installer/put-migration-together14:45
nessitaLucasMetal: great! let me get your the info then14:45
gatoxmandel, yep114:45
LucasMetalhey nessita ! Ok!14:46
mandelgatox, thx!14:46
LucasMetalI'm at the office now, but I could do it when I got home (anyway, there is no hurry I guess)14:46
=== Chipaca is now known as Chipakeitor
nessitaLucasMetal: right, no hurries, but let me give you a link with the instructions14:48
=== Chipakeitor is now known as Chipaca
LucasMetalperfect ;)14:48
mandelgatox, do you have running the tests of ubuntuone-control-panel on windows?14:48
=== Chipaca is now known as Chipakeitor
=== Chipakeitor is now known as __chip__
=== __chip__ is now known as Chipaca
gatoxmandel, let me try14:49
gatoxmandel, i think so14:50
mandelgatox, let me know, cause I'm getting errors due to a dirty reactor14:50
nessitafacundobatista, LucasMetal: http://pastebin.ubuntu.com/712063/14:52
gatoxmandel, the test for trunk are ok14:52
gatoxmandel, let me check if i have the last code.....14:53
facundobatistanessita, gracias14:53
nessitade nada!14:53
gatoxmandel, 236..... yes...... the test in trunk are ok14:53
facundobatistanessita, "restart machine" <-- puto windows14:53
mandelgatox, hm.. dammed14:54
gatoxmandel, are you working in a branch for cp?14:54
mandelgatox, yes14:54
LucasMetalnessita: perfect. But, what if the syncdaemon hangs and never says "all files up to date" ?14:55
ralsinanessita, mandel, alecu: we are getting lots of support requests on bug #872924 anyone is working on it?14:55
ubot4Launchpad bug 872924 in ubuntuone-client (Ubuntu) (and 2 other projects) "Resuming a failed upload crashes with ValueError: I/O operation on closed file (affects: 8) (dups: 2) (heat: 54)" [High,Confirmed] https://launchpad.net/bugs/87292414:55
mandelgatox, how many successes do you get, Im getting the following:14:55
mandelFAILED (skips=1, errors=6, successes=711)14:55
nessitaLucasMetal: when the memory consumption reaches 2GB (for example), kill it and gather logs, please14:55
nessitaralsina: nopes, no one is for the moment. This affects both OSes14:56
nessitaall OSes, I meant14:56
mandelralsina, we looked at it, I added some extra logging and fixes to _is_path_dir and we found out that is due to a fd.close() fd.write()14:56
nessitamandel: the issue is already debugged14:56
ralsinanessita, mandel: any clues on how to attack it?14:56
mandelnessita, really? what was it?14:56
nessitamandel: it occurs on every platform, and is related to the UploadCommand14:56
* mandel curious 14:56
LucasMetalnessita: ok, hope It doesn't burn my notebook harddrive, yesterday It was on fire when the process was at 2GB :(14:56
gatoxmandel, PASSED (skips=1, successes=704)14:57
ralsinanessita: parrino is gathering the full logs on windows for the memory leak, to see if we can see anything new there.14:57
nessitamandel: somehow the uploads can't be resumed14:57
ralsinanessita: could it be related to the problem with updown being restarted?14:57
nessitaralsina: the I/O stuff is bery likely not related to parrino's issue (just FYI)14:57
ralsinanessita: I know, just passing it on because I saw 2GB mentioned :-)14:57
nessitaralsina: the I/O error - operation on closed file is a bug in the code, nothing to do with updown14:58
nessitaralsina: right, we're trying to have more logs from another user that has the same issue14:58
mandelgatox, can you run the tests for lp:~mandel/ubuntuone-control-panel/auto-update-functions and let me know the results?14:58
ralsinanessita: ok then. We should prioritise the I/O bug if at all possible. That one and the memory leak are the most complained about at the moment.14:58
nessitaralsina: we need chicharra help with the I/O bug, is not platform specific14:59
ralsinaand the None has no get_rootdir which may or may not be the same as the memory leak14:59
gatoxmandel, on it14:59
ralsinanessita: cool14:59
nessitaralsina: cool? they are hasta las manos :-)14:59
ralsinaI mean cool as in "ack". I know I am using it wrong ;-)15:00
nessitaah!15:00
mandelgatox, thx!15:00
ralsinanessita: since they are aware of it, and we need their help... well, that's it for now. Therefore, cool, moving one :-)15:01
nessitaralsina: ack15:01
gatoxmandel, your tests are working for me: PASSED (skips=1, successes=711)15:04
* ralsina calls TIMING ISSUE15:04
gatoxmandel, can it be a problem with any other project setted in the pythonpath?15:04
gatoxRaHorachty, maybe15:05
gatoxralsina, maybe15:05
ralsinaI bet it's ralsina and not RaHoracht-y15:06
gatoxralsina, :P... i'm use to only type the first 2 chars and then hit tab..... i always confuse alecu with someone else15:07
gatoxused*15:07
ralsinagatox: of course. Sorry, I am in a silly mood today.15:07
mandelgatox, it could be.. lame, I'll see what is the issue15:08
mandelgatox, try to do ma + tab in pyar :P15:09
gatoxjeje15:09
gatoxin pyar i can do r + tab and i'll get ralsina (copyright of the R)15:10
gatox:P15:10
ralsinagatox: I am 3rd on the r today in pyar15:10
gatoxweird..... only show me your name on R+tab15:11
dobeylunch time, bbiab15:12
gatoxi'm starving...... lunch, brb!15:14
nessitaralsina: do you understand this report? bug #87698115:17
ubot4Launchpad bug 876981 in ubuntuone-client "Error when trying to install Windows in Ubuntu 10.10.2 LTS (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/87698115:17
ralsinahahaha15:17
ralsinanessita: I do, but I am having a hard time answering :-)15:18
mandelnessita, have you ever seen this: http://paste.ubuntu.com/712092/15:18
mandelnessita, I'm having that issue in O15:19
nessitaralsina: what is it about?15:19
ralsinanessita: he's trying to run the windows installer on linux15:19
nessitaralsina: using wine, I would hope15:19
ralsinanessita: nope, just opening it, it seems15:19
nessitamandel: never seen that... do you have all the deps properly installed?15:19
mandelnessita, not even15:19
ralsinanessita: it's reported to work on wine15:19
nessitaright15:20
mandelnessita, yes, the not even was for the bug report ;)15:20
mandelnessita, I have nightlies, gi etc..15:20
ralsinanessita: I got it, don't worry15:20
nessitamandel: no idea then, sorrry15:20
mandelnessita, I can do the import from the terminal, seems that u1trial cannot :(15:21
mandeldobey, ping15:21
mandelis there anyone in O here?15:38
beunoo/15:38
mandelbeuno, oh, cool, can you give me a hand with a small tests?15:38
mandels/tests/test15:39
beunoI can try15:39
mandelbeuno, ok, can you please branch lp:ubuntuone-control-panel15:39
mandeland add it to the PYTHONPATH15:39
beunodone15:40
mandelbeuno, once you have that can you please do from python: __import__('ubuntuone.controlpanel.web_client.tests.test_libsoup', None, None, [""])15:40
mandelbeuno, I'm expecting a weird import error about _API15:41
beunoImportError: No module named utils15:41
gatoxmandel, i'm in O15:41
Chipacawho isn't in O? right?15:42
mandelgatox, can you do the above ^ too, thx15:42
mandelbeuno, utils?!? that is weird, may I see the trace15:42
gatoxmandel, yep... i'm finish eating and i'll do that!15:42
beunomandel, https://pastebin.canonical.com/54514/15:43
beuno(sorry for the private paste, force habbit)15:43
mandelbeuno, no worries :)15:43
mandelbeuno, you do not have nighliets, do you?15:44
beunomandel, I don't think I do15:44
mandelbeuno, can you add them, if you don't mind that is15:44
beunosure15:45
mandelbeuno, thx!15:45
mandelbeuno, ping me when you are up to date :)15:55
beunoOut[1]: <module 'ubuntuone.controlpanel.web_client.tests.test_libsoup' from 'ubuntuone/controlpanel/web_client/tests/test_libsoup.pyc'>16:01
beunomandel, ^16:01
mandelbeuno, ok, great, now, can you go in the branch you got and do ./run-tests16:01
mandelbeuno, if the run, my machine is funcked :(16:02
dobeymandel: what's up?16:10
mandeldobey, I was wondering if you knew why I get the following: http://paste.ubuntu.com/712092/ but I can do the import of Soup and SoupGNOME from the RELP16:11
dobeymandel: on oneiric?16:11
mandeldobey, yes16:11
dobeymandel: tests don't work in oneiric16:12
mandeldobey, la puta!!!! really?16:12
dobeymandel: yeah, gobject vs. gobject-introspection issue makes for very bad times.16:12
mandeldobey, ouch.. then I'll have to have a vm with N16:13
mandelbeuno, thx, dobey confirmed me what I feared ^16:13
mandeldobey, ok, then with those bad news, EOD for me16:13
dobeymandel: so anything of ours that uses gobject-introspection will not have working tests, due to twisted reactor not working with new gobject stuff16:14
dobeymandel: have a good evening :)16:14
mandelthe only good thing of the day was the quantum levitation16:14
mandeldobey, ok, I'll keep that in mind.. have a good day! :)16:14
dobeyand me getting 5000 more medallion miles on delta :)16:15
mandelhahaha16:15
mandeldobey, talk to you laters (dog is waiting)16:15
mandeleveryone, cu tom!16:15
gatoxmandel, i tried what you said and i can do the import without trouble16:26
=== beuno is now known as beuno-lunch
* nessita -> gone to the uni17:00
nessitasee ya later crowd!17:01
=== beuno-lunch is now known as beuno
clem-lcparrino: can I PM?18:36
gatoxEOD for me.... see you tomorrow19:13
=== yofel_ is now known as yofel
dobeyalright, i'm off. have a good evening all20:58
=== m_conley is now known as m_conley_away

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