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

=== m_conley is now known as m_conley_away
mandelgood mognin all!!!07:54
karniGood morning :)08:00
ryemorning08:19
JamesTaitHappy Monday, everyone! :)08:35
mrfreemorning all09:04
czajkowskialoha09:05
Chipacamandel: s/brozen/frozen/, and (probably) s/linux/ubuntu/, in your blag :)09:36
Chipacaczajkowski: greetings!09:36
Chipacagreetings all, in fact :)09:36
czajkowskiChipaca: hello again :)09:41
mandelChipaca, ups, thx :)09:52
gatoxhi everyone10:09
karnihi gatox10:14
gatoxkarni, hi, how are you?10:15
karnigatox: hiya, pretty good. we're working on one issue though, that worries me. see oops summaries e-mail if you want.10:15
karnigatox: how's it going?10:16
gatoxkarni, fine... starting the week :P10:16
karnigatox: hehe. had a good weekend?10:16
gatoxkarni, yes, movies, relax and programming... but it's always short :P10:17
karnigatox: days are too short. weekends are too short. I hate that :d10:17
gatoxyep10:17
gatoxjeje10:17
* mandel goes out more that thw two young guys from the team.. gatox and karni should be embarrased 10:25
gatoxmandel, jejejeje yes, i've seen your twits jeje10:25
mandelgatox, and played rugby.. I've got to say, I'm to old for that sport, I have pain everywhere..10:26
karnimandel: tell me you have an old dog you have to walk 5 times a day xD (though, really short walks. she's *REALLY* old)10:26
mandelkarni, I have a young one that walks 3/4 hours per day.. I would not mind and old one to be honest ;)10:27
karnimandel: :D10:27
mandelgatox, ping10:57
gatoxmandel, pong10:57
mandelgatox, in lp:ubuntuone-control-panel, if I add a new package, where do I place the platform dependent tests?10:57
mandelgatox, do they all go to tests? what is the rules used in that project?10:58
gatoxmandel, yes, all of them go to tests, you just create test_windows, etc if you need10:59
mandelgatox, insie ubuntuone.controlpanel.tests, right?11:00
gatoxmandel, no, if you added a new package, you need to create a test folder inside that package, and place the tests there11:01
gatoxubuntuone.controlpanel.mypackage.tests11:01
mandelgatox, ok, that is how I did it, but I'm looking at the run-tests.sh and it does not ignore a single package for windows, where is that tested?11:02
mandelgatox,  do we have any special tests for windows in that project?11:02
mandellooks like we just ignores tests on windows.. weird11:03
gatoxmandel, yes, they are not the same (win and linux), i think that is wrong11:03
gatoxwe are just ignoriing gtk or qt tests it seems11:04
mandelgatox, ok, I'll update the run-tests to ignore test_windows.py and will be similar to the installer11:06
duanedesignmandel: isn't this the useername/ascii bug that was fixed? http://twitter.com/#!/exiper/status/125622417799393282/photo/111:06
mandelduanedesign, that is what gatox waas working on, cofigglue does not use unicode so you get that horrible thing in the control panel11:07
gatoxmandel, duanedesign i have a branch that fix that, but reviewing that with alecu, we decide to talk about that branch today with mandel and nessita because there are more issues involved11:08
Chipacamandel: configglue does not use unicode, wut?11:09
gatoxChipaca, there is a problem with the encoding and decoding of the paths11:11
Chipacagatox: if they should be unicode, tell configglue that and it should just work11:11
mandelChipaca, that seems to be the issue since the root_path is taking from a config file11:12
mandelgatox, may I see the branch, 'cause I have though of a way to fix that..11:12
gatoxChipaca, for latin encodings its fixed, but it seems to be an issue for japanese chars, that windows is storing strange chars in the variables from the beginning, so we need to take that values from another place... that's what we talk about today with alecu11:12
gatoxChipaca, utf-8 i mean11:13
Chipacagatox: mandel: I guess you know this, but the problem is in home_dir_parser apparently11:13
gatoxmandel, https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/unicode-issues/+merge/7942911:13
mandelChipaca, yes, that is the fix I was thinking of :)11:14
mandelis clearly the simplest way to fix it, and have a diff parse per os11:14
Chipacawe need to move syncdaemon to an updated configglue sometime :)11:14
Chipacassh, ssh, que ahi viene11:14
mandelhehe11:15
gatoxmandel, look at the  branch, it was an easy fix... the problem appear in some other place when i tried with all the tests with unicode paths11:15
gatoxmandel, and alecu wasn't convinced that this solved the problem for japanese chars11:16
mandelgatox, from my point of view the best way to fix this is to go to ubuntuone.syncdaemon.config, like 89 and fix that11:17
mandelgatox, move that to platform, and in line 145 set the correct one11:18
mandelgatox, more or less like 20 lines diff + tests11:18
mandelChipaca, that makes sense ^, right?11:18
Chipacaif the only difference is the encoding, then people on ubuntu can get into trouble too11:19
mandelChipaca, I think the problem is not using unicode, and we have been lucky so far because str + unicode = unicode11:20
Chipacai'm not sure why that assert is there11:20
gatoxmandel, i'm not sure that the problem is just not using unicode11:20
Chipacai thought all paths were unicode inside syncdaemon :)11:20
Chipacafurther, I think sys.getfilesystemencoding() would be a good way to make it just work11:21
gatoxChipaca, agree11:21
mandelChipaca, me too.. we can ask nessita, according to bzr blame she owns that line11:22
mandeland alecu.. I think that should be platform specific to solve this kind of issues, but I migth be terribly wrong :(11:22
mandelgatox, why do you think is not a unicode problem?11:24
gatoxmandel, with alecu, we tried to cast the path from configglue with unicode and we were receiving weird chars from there... that's way alecu says that windows is storing the information already modified in some variables.... maybe i'm wrong and we should re test it11:26
mandelgatox, may I know how you tested it?11:29
gatoxmandel, we were trying to force the function to return unicode11:29
mandelgatox, which function?11:30
mandeland how were you forcing it?11:31
gatoxmandel, let me look for that......11:31
mandelgatox, ok, let me walk the dog and we can continue with that11:32
* mandel walks dog11:32
nessitagood morning everyone11:53
gatoxnessita, hi11:54
nessitahi gatox, how is it going?11:55
nessitagatox: wanna give me your pending reviews?11:55
gatoxnessita, yep11:55
gatoxnessita, take a look at this one if you can first: https://code.launchpad.net/~diegosarmentero/ubuntuone-client/pep8-fixes/+merge/7943811:57
ralsinagood morning!12:17
gatoxralsina, hi12:17
ralsinahola gatox12:19
nessitagatox: did you talk with rodney about bug #87326612:21
ubot4Launchpad bug 873266 in ubuntuone-client "Ignoring PYTHONPATH (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/87326612:21
nessita?12:21
gatoxnessita, no, i understand that was an invalid bug12:22
nessitagatox: ah, ok, in that case would you update its status?12:22
gatoxnessita, ok12:22
nessitagatox: I'm getting these errors from a branch from mandel:12:35
nessitaubuntuone_installer/gui/qt/gui.py:12:35
nessita    230:  [W0201, SuccessPage.initializePage] Attribute 'finish_button' defined outside __init__12:35
nessita    231:  [W0201, SuccessPage.initializePage] Attribute 'next_button' defined outside __init__12:35
nessitacan they be "yours"?12:35
gatoxnessita, probably12:35
mandelnessita, looks like that since I did not touch that12:35
gatoxnessita, all my branches are up to date.... i'll give you the links now12:36
gatoxnessita, https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/network-detect/+merge/77049  -  https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/network-detect/+merge/77048  -  https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/no-mocker2/+merge/7894312:36
gatoxnessita, ahhhhhh i remember that change12:36
gatoxnessita, do you want me to propose a small branch that fix that?12:37
nessitagatox: that is too much... mandel, can you please add that fix in your migrate-data, please?12:38
gatoxmandel, you should set that variables to None in the __init__12:39
gatoxjust that12:39
mandelgatox, nessita ok, no problem :)12:49
* mandel lunch12:49
nessitame13:01
gatoxme13:01
mandelme13:03
mandelnessita, stand up?13:04
nessitamandel: I already said me13:04
dobeymeh13:05
mandeloh, sorry :)13:05
nessitaDONE: day off13:05
nessitaTODO: catch up, debug syncdaemon not working on windows13:05
nessitaBLOCKED: nopes13:05
nessitaNEXT: gatox13:05
ralsinasorry!13:05
ralsiname13:05
gatoxDONE:13:05
gatoxBug #851356 Fixed, Proposed a branch that fix PEP8 issues in ubuntuone-client.13:05
gatoxTODO:13:05
gatoxKeep fixing bugs (first mediums): Bug #852085, Bug #859711, Bug #859743, see if netword-detect branches get merge.13:05
gatoxBLOCKED:13:05
ubot4Launchpad bug 851356 in ubuntuone-control-panel "QT UI: Folder list may show garbage for user homes non-ascii (affects: 1) (heat: 21)" [High,In progress] https://launchpad.net/bugs/85135613:05
gatoxNo13:05
ubot4Launchpad bug 852085 in ubuntuone-windows-installer "Should call self.backend.connect_files as soon as valid credentials are created (affects: 1) (heat: 6)" [Medium,Triaged] https://launchpad.net/bugs/85208513:05
gatoxmandel, go13:05
ubot4Launchpad bug 859711 in ubuntuone-windows-installer (and 1 other project) "congratulations page (affects: 1) (heat: 6)" [Medium,Triaged] https://launchpad.net/bugs/85971113:05
ubot4Launchpad bug 859743 in ubuntuone-control-panel "process finished successfully (affects: 1) (heat: 6)" [Medium,Triaged] https://launchpad.net/bugs/85974313:05
ralsinaDONE: mgmt sprint, travel, day off TODO: catchup with email, people, putting the roadmap together, schedule weekly 1-1s with every one of you, hiring, other stuff BLOCKED: no13:06
ralsinaok, that one was totally out of order. Sorry!13:06
ralsinanext mandel?13:07
mandeldone: worked on autoupdate in control panel13:07
mandeltodo, catch up with MPs , find why I cannot paste I'm in mobile13:07
mandelblocked, no13:07
dobeyλ DONE: finished fight with banshee/bzr-bd, set up P nightlies, libu1 part of #87297213:08
dobeyλ TODO: finish bug #872972, bug #467397, schedule holiday13:08
ubot4Launchpad bug 872972 in libubuntuone (Ubuntu) (and 2 other projects) "Store URLs have to wait for main page to load (affects: 1) (heat: 6)" [High,In progress] https://launchpad.net/bugs/87297213:08
dobeyλ BLCK: None.13:08
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:08
nessitamandel: why are you on mobile? have any tech issues?13:08
nessitaany comments anyone?13:08
ralsinaeom I suppose13:09
mandelnessita, no, I wanted to do the standup while having luncj13:09
alecuhello!13:09
gatoxalecu, hi13:09
* alecu is writing notes13:09
mandelI does not work, nessita ill move to the laptop for tom, sorry13:09
dobeyanyone care to review https://code.launchpad.net/~dobey/libubuntuone/faster-u1ms-pages/+merge/79443 ? :)13:12
dobeyralsina: btw, when are we going to have that planning-fo-p call?13:13
ralsinadobey: wednesday13:13
ralsinadobey: I have to gather sprint notes, and talk to a few ppl before the call13:14
dobeyok13:14
nessitamandel: is ok13:14
alecuDONE: setup a testing VM with Windows Server 2003, as a PDC and with ISA 2004 working13:15
alecuTODO: finish proxy support design document, discuss different proxy approaches with the team13:15
alecuBLOCKED: no13:15
alecuNOTE: I'll probably take tue and wed off for moving the old apartment/office13:15
nessitaalecu: I would need you to pause the proxy support work for a little while... we're having a High issue with ussoc that I would like you to take care of13:17
nessitaalecu: bug is bug #87533113:17
ubot4Launchpad bug 875331 in ubuntuone-windows-installer (and 1 other project) "SSO Client does not work with non-ascii hostnames (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/87533113:17
alecunessita, ack. looking.13:17
nessitagatox: old lint issues still present in https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/network-detect/+merge/7704813:29
gatoxnessita, on it13:30
=== m_conley_away is now known as m_conley
nessitaalecu: need to mumble about the bug?13:39
alecunessita, not yet. I'm following the code, and I'd like to test it a bit on my vm13:40
ralsinadobey: any clues about bug #876501 ?13:40
ubot4Launchpad bug 876501 in ubuntuone-client "Can't start Ubuntuone on Oneiric (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/87650113:40
nessitaalecu: let me know if I can help13:40
gatoxalecu, should we discuss about the unicode bug from yesterday?13:40
alecugatox, yesterday?13:40
gatoxalecu, jeje sorry....... friday13:40
alecugatox, cool! let's discuss, my mind turned into a blank during the weekend13:41
gatoxalecu, are you free now?? should we include mandel and nessita?13:41
nessitagatox: include me, yes!13:42
* gatox remembers that he didn't setup mumble after reinstalling ubuntu....13:42
dobeyralsina: that backtrace screams "my python is completely hosed"13:42
ralsinadobey: ha13:42
nessitadobey: which backtrace where13:45
nessita? :-)13:45
alecugatox, I've just refreshed my memory. It was the os.expanduser issue what we discussed on fri, and how it applied to a branch of yours13:45
gatoxalecu, yep13:45
dobeynessita: ^^ the bug ralsina asked me about13:45
dobeyplatform/credentials/__init__.py", line 33, in <module> from ubuntuone.logger import (13:46
dobeyValueError: bad marshal data (unknown type code)13:46
dobeynessita: ^^ that :)13:46
ralsinathat actually means "delete the .pyc files"13:46
ralsinaI think13:46
=== teknico_ is now known as teknico
dobeyralsina: which an upgrade would/should have done13:46
dobeyralsina: unless there was *already* a problem, at least13:47
ralsinadobey: yeah. Still, hosed, like you said.13:47
nessitadobey: smeels like old .pyc were not regenerated13:50
gatoxalecu, mumble is ready13:51
alecurye, ping13:51
gatoxalecu, let me know when you are free13:51
dobeynessita: sure, like "something broke during upgrade" :)13:52
nessitagatox, alecu: I'm there13:52
alecurye, I'm trying to reproduce the bug you pasted, but windows 7 is not letting me name the computer with non-ascii characters13:52
nessitaalecu: out of curiosity, how are you trying?13:52
alecurye, are you using some other version of windows?13:52
alecunessita, changing the "computer name" in "system properties"13:53
nessitaalecu: I get a warning, but it lets me13:54
alecunessita, but when I try pasting non-ascii characters they get turned into underscores13:54
dobeyalecu: do you have english version of windows?13:54
alecudobey, yes13:54
ryealecu, Russian Win713:54
dobeyalecu: that's why13:54
ryealecu, what was the default hostname?13:54
alecurye, it was "siete"13:55
nessitaalecu: I have the english version, and I could set the computer name to "ñandu"13:55
dobeyalecu: are you trying to replicate the SSO bug?13:55
alecudobey, yup13:55
alecunessita, are you typing it or pasting it?13:55
dobeyalecu: the same problem happens on linux13:55
nessitaalecu: typing it13:56
alecudobey, nice13:56
dobeyalecu: let me see if i can find the bug #13:56
nessitaalecu: I got a warning about that name being "bad" for microsoft DNS server, but it let me change it13:57
dobeyalecu: just make a call to sso in d-feet, using a non-ascii app name, and you should see the same bug13:59
alecudobey, good point, thanks.14:00
mandelgatox, have you done the talk about the unicode issue already?14:00
dobeyalecu: or write a simple python script which does the same thing on windows :)14:00
alecunessita, I was able to change it to Ñandu by changing the keyboard layout14:00
nessitaalecu: je14:00
gatoxmandel, not yet14:00
alecudobey, I much rather debug this on linux, so thanks for the info :-)14:01
nessitamandel: trivial needs fixing added to https://code.launchpad.net/~mandel/ubuntuone-client/improve-fs-notifications-logging/+merge/7924314:01
dobeyalecu: am pretty sure there was a bug for it, but i can't find it :(14:01
nessitamandel: please note that cleanup stuff has to be added with addCleanup, otherwise they are not called if something explodes in between14:02
* alecu switches the linux user. See you all laters14:02
mandelnessita, just read them, will do this before the migration branch since its more urgent14:03
mandelgatox, let me know when you do it :)14:03
gatoxmandel, ok14:03
=== rodrigo__ is now known as rodrigo_
dobeyanyone reviewing my branch? https://code.launchpad.net/~dobey/libubuntuone/faster-u1ms-pages/+merge/7944314:24
mandeldobey, I'm waiting for tests to finish, so I can :)14:31
mandeldobey, puffff, that is a huge MP!!!14:31
dobeyheh14:31
mandeldobey, there is a typo: padge14:32
mandelor so I think :P14:32
dobeydoh! yes it is a typo. thanks14:33
mandeldobey, I think I more or less understand what is going on, but can you give me a little of context for the fix?14:35
mandelI understand the bug, but is 10 seconds enough? etc..14:36
mandelI'd like to know what is going on :)14:36
dobeymandel: currently, the banshee extension has to wait for the main page to load, before loading a u1ms URL, otherwise the album page will load, and then the main page will load after it, automatically14:36
dobeymandel: so this change makes it so that any active/pending page loads are told to stop before loading the u1ms:// link14:37
dobeymandel: this is only part of the whole fix (the other part is in banshee), but this makes the banshee part possible to fix14:38
mandeldobey, ok, and that is done via webkit_web_view_stop_loading, right?14:38
mandeldobey, makes sense, how do you want me to test it?14:38
dobeyright. it's really hard to test as it is, because banshee needs fixed to be able to visually see the test :)14:39
alecunessita, dobey: here's the smallest way of reproducing the problem: http://pastebin.ubuntu.com/711002/14:40
alecuI'm working on a branch to fix it now.14:40
nessitaalecu: looking14:41
alecunessita, the thing is that "get_token_name" is always being called with a "utf8 bytes" app name14:41
mandelnessita, fixed code according to your input: https://code.launchpad.net/~mandel/ubuntuone-client/improve-fs-notifications-logging/+merge/7924314:42
dobeymandel: just want to get it landed so i can make the banshee fix upstream which depends on it :)14:42
alecunessita, but get_token_name assumes that some of it will be passed "type unicode"14:42
mandeldobey, ok, I think the code looks good, I'll give a +1 stating it was code reviw :)14:42
dobeymandel: and it's good you caught the typo :)14:42
mandeldobey, hehe14:43
nessitaalecu: bu14:44
mandelnessita, regarding https://code.launchpad.net/~mandel/ubuntuone-windows-installer/migrate-data/+merge/78387, what was the issue, it was some lint regarding the ui, right?14:59
* mandel looks in the back log14:59
nessitamandel: yeah, just run u1lint and you'll get them15:00
mandelnessita, ok15:00
mandelnessita, lint issues fixed for https://code.launchpad.net/~mandel/ubuntuone-windows-installer/migrate-data/+merge/78387 revno 92, it seems that lp is slow today picking changes15:14
nessitamandel: ack!15:15
mandelalecu, ping15:15
alecumandel, pong15:16
mandelalecu, hello, I was wondering if you could give me a hand with twisted15:16
mandeldo you have the time?15:17
alecumandel, sure!15:17
mandelalecu, so, I was thinking about the check for the new version, we want to check every x secs/mins for new versions. This sounds like a good thing to do with a looping call, but I wonder what are the things to consider before doing so15:18
mandelalecu, and if there is a better way to do it (aka no looping call)15:18
alecumandel, in this case, it sounds perfect to do it with a looping call15:19
alecumandel, the previous issue with the looping call, was that it was being used to do "just one call". And it that case, a "reactor.callLater" is a much better fit.15:20
mandelalecu, ok, one more thing, do I have to worry about calling stop when we close the control panel?15:21
mandelalecu, or reactor.stop will work ok?15:21
alecumandel, probably stop is not really needed when stopping the reactor, but you'll surely need it during the tests15:22
alecumandel, so: make sure to call it :-)15:22
gatoxlunch........ brb15:23
mandelalecu, ok, so I don't worry for real live code, I do worry about the tests so that the reactor is not dirty, right?15:25
alecumandel, not sure... I'm looking at the twisted source, and it's using callLater internally, so we better call stop always (tests and live code), so the logs don't get polluted.15:28
mandelalecu, ok, I though so but due to pure ignorance.. I though it would be safer :P15:29
alecumandel, if you are looking in the twisted APIs, like in http://twistedmatrix.com/documents/current/api/twisted.internet.task.LoopingCall.html15:30
alecumandel, you'll see a link that says "View source"15:30
alecumandel, it's much safer than any guess :-)15:31
mandelalecu, yeah, I should do, but you are faster hehe15:32
mandeland I'm lazy :P15:32
alecumandel, remember me next time we met that the next "twisted" I should do is your neck!15:33
mandelalecu, you are too small, and I'm back to rugby + gim 2 hours a day :P15:33
alecu:-)15:33
mandelalecu, only one in you family that might convince me agains my will to something is amelia :P15:34
alecuhahahah15:34
dobeylunch, bbiab15:37
nessitamandel: for future references, this is not valid pep8 styling for lists: ['Music', 'Photos', 'Personal', ] it should be ['Music', 'Photos', 'Personal']16:02
mandelnessita, the problem is the last ',' right?16:03
nessitamandel: and the last space16:03
nessitaso, the exta ", " should not be there16:03
mandelnessita, I always do because I've had bad experiences with ('Music')16:04
mandelnessita, so is a habit, I can remove it from my brain, but it will take me some time :)16:04
nessitamandel: that's because ('Music') != ('Music',)16:04
nessitabut ['Music'] == ['Music', ]16:05
nessitamandel: understand the difference?16:05
mandelnessita, I know, and that is why I always add the ,16:05
mandelnessita, yes, precisely becaus eI know the diff I always add it, I don't want someone later changing [] for () and braking things, is like my little personal guard :P16:05
mandelnessita, but if it is not pep8 I can remove it, no problem what so ever16:06
nessitamandel: thanks16:06
nessitamandel: and not sure where we are with this import:16:07
nessitafrom ubuntuone.platform.windows import tools16:07
nessitaI mentioned you should not import from windows but from:16:07
nessitafrom ubuntuone.platform import tools16:07
mandelnessita, where is that? in the migrate data branch?16:07
nessitamandel: yeap16:08
mandelnessita, please cna you add it in the MP and I'll make sure is fixed tom early in the morning16:08
nessitamandel: sure!16:08
nessitamandel: I'll approve it and add the comment, so please do not land until that' fixed, yes? :-)16:09
mandelnessita, ofcourse!!! I would never do that (on pourpose at least!)16:11
nessita:-)16:11
mandelok, EOD for me, I'll see you all tom morning!! have a great afternoon/evening16:12
nessitamandel: bye!16:14
nessitamandel: all fixes requests added to MP's16:21
gatoxnessita, let  me know if you have the time to review sso-network-detect today before your eod... the lint issues has been fixed16:22
nessitagatox: yes, I have16:23
nessitagatox: shoot!16:23
gatoxnessita, https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/network-detect/+merge/7704816:23
gatoxnessita, https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/network-detect/+merge/7704916:24
* alecu gets some lunch16:44
nessitagatox: sso network-detected branch17:07
nessitaubuntu_sso/networkstate/windows.py:17:07
nessita    184:  [W0702, is_machine_connected] No exception type(s) specified17:07
gatoxnessita, :S checking....17:08
=== beuno is now known as beuno-lunch
=== ralsina_ is now known as ralsina-lunch
gatoxbrb17:39
ralsinais irc.canonical.com down or is it just me?17:49
ralsinaand it seems to be up again anyway17:49
=== zyga is now known as zyga-afk
nessitadobey: when you have some spare time, could you please do some triaging on bug #875091?18:09
ubot4Launchpad bug 875091 in ubuntuone-client (Ubuntu) "ubuntu one does not install - no interface available (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/87509118:09
ralsinanessita: the autoupdate bug is vista-specific (at least noone not-on-vista has complained)18:10
ralsinanessita: so, mandel has the problem of not having vista18:10
dobeyralsina: suppose, though not sure what to do with it exactly18:10
nessitaralsina: he has a msdn subscription, right?18:10
ralsinanessita: I am not sure he does18:10
nessitaralsina: I'm pretty sure he does18:11
ralsinanessita: cool then18:11
ralsina"pretty sure" >> "not sure" :-)18:11
=== beuno-lunch is now known as beuno
dobeyralsina: TypeError :)18:12
ralsinadobey: that's math, not code :-)18:12
alecunessita, dobey: https://code.launchpad.net/~alecu/ubuntu-sso-client/fix-get-token-name/+merge/7959418:30
alecunessita, dobey: I just tested that branch irl on the windows machine with ukranian hostname, and it works fine.18:31
alecusorry, not ukranian, but a hostname with Ñ18:31
alecuit's my linux host that has an ukranian name now. :-)18:32
* ralsina starts a poll on "where are we going to break because of a non-ascii character next"18:33
ralsinaI am betting "domains with non-ascii characters somehow made it into syncdaemon" :-)18:33
alecuralsina, my bet is on "unicode characters in timestamps!"18:34
ralsinaalecu: "17/íí/20íí"18:35
dobeyMMMMMMMXCVI18:35
alecugatox, sorry, I rushed to finish the "unicode on hostnames" bug, and I totally forgot that we had to mumble.18:46
gatoxalecu, jeje no problem, we can do it tomorrow if you want... i'm close to my eod..... and i'm fighting with a reactor was unclean now :S18:47
alecugatox, ok. But I'll probably be taking the day off tomorrow18:47
alecuthough I need to talk about it with the boss first18:48
gatoxalecu, ok.... so let me finish with this then and we'll mumble18:48
alecugatox, let me know if you need help with the unclean reactor18:48
gatoxalecu, yep... let me try something and if it doesn't work i'll ping you18:49
alecugatox, sure18:49
dobeygrr, banshee18:52
gatoxbrb........ need to restart18:57
ralsinaI am taking a break for a while, will be back in 1 hour or so. See you all later!19:03
gatoxalecu, do you want to review this branch? it only contains pep8 fixes, doesn't touch any code: https://code.launchpad.net/~diegosarmentero/ubuntuone-client/pep8-fixes/+merge/7943819:48
gatoxnessita, alecu review please: https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/connect-files/+merge/79611  (launchpad didn't update it yet)19:49
gatoxnow is updated19:49
alecugatox, looking.19:50
gatoxalecu, now i'm free to mumble when you want19:50
alecugatox, I'll trade for this: https://code.launchpad.net/~alecu/ubuntu-sso-client/fix-get-token-name/+merge/7959419:50
alecugatox, you can do it tomorrow19:50
gatoxalecu, ok :P19:50
alecugatox, already on mumble19:50
alecugatox, let's see if nessita can join us in the mumble19:50
nessitaalecu: sure!19:53
dobeybrb, gotta run to post office to mail something off, and grab something for snacking19:54
jo-erlendI've read this post and it seemed to me that it was only the Firefox plugin that was being cancelled, but now people are telling me that there will be no CouchDB sync at all anymore?20:13
=== zyga-afk is now known as zyga
alecunessita, gatox: http://pastebin.ubuntu.com/711304/20:23
nessitaalecu: mumble kicked me20:25
nessita@ping20:25
ubot4pong20:25
gatoxnessita, me too20:25
alecume too20:25
nessitamumble died!20:25
alecume three20:25
alecuyay!20:25
gatoxnessita, i can't login again20:25
nessitarun for your life!20:25
gatoxjejej20:26
nessitaneither can I20:26
nessitaok, so, summary:20:26
nessitaalecu: I was saying: if you could dedicate a couple of mins to evaluate if we (gatox) can implement a multiplatform expanduser20:26
nessitaalecu: we can do some sort of mentoring from you to gatox to guide him how to add this "feature(ish)"20:27
nessita@ping20:27
ubot4pong20:27
gatoxnessita, asck20:27
gatoxack20:27
nessitaalecu, gatox: mumble is back20:27
dobeyblah20:36
dobeythe pretzel store was closed :(20:37
ralsinahowdy again!20:42
nessitahi ra20:46
nessitahi ralsina*20:47
=== yofel_ is now known as yofel
=== m_conley is now known as m_conley_away
=== zyga is now known as zyga-break
dobeyhave a good evening all21:41
ralsinabye dobey!21:41
* nessita -> eod21:56
nessitapilates time!21:56
* nessita runs21:56
=== gatox is now known as gatox_away
=== zyga-break is now known as zyga
=== gatox_away is now known as gatox

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