[08:25] morning all! [08:26] morning [08:29] fagan: morning! how are things going? [08:29] mandel: good good how is everything going for you [08:31] fagan: rather ok :) [08:31] mandel: busy probably [08:31] well, with a shit internet connection, but that is because I'm in a small island :P [08:31] fagan: yeah, very busy :) [08:32] mandel: final stretch now though [08:32] Morning all! o/ [08:32] morning JamesTait [08:33] fagan: yeah, lets hope that things get nicer and we are done with it… I need holidays :) [08:33] mandel: yeah you've been the rock on the windows client :) [08:34] fagan: not rally, I think natalia, alecu and ralsina have help a lot to make it stable, I just wrote lots of code to get them started :P [08:34] mandel: well you were there doing it for months alone I would think that deserves a holiday in itself [08:35] * mandel branching at 5ks :( [08:35] fagan: yeah, that is true hehe [08:39] fagan: how are your school reports going? [08:39] mandel: they are a pain since I have to be pretty careful about some of the stuff [08:39] fagan: I'll be back in 10 min, I need to go to the internet cafe, the internet at home sucks major time, and u1-client code is bloody large :( [08:39] the report itself is more or less a brief although I have to do like 5 weeks of blog entries :/ [08:58] * mandel back [09:03] Good morning! [09:48] brb [10:46] morning all [10:46] karni: all moved? [10:46] hi duanedesign [10:46] duanedesign: You could say so, yes. Just left some cornflakes, a poster, and a towel in the old flat ;) [10:46] going through RTs [10:47] karni: nooooooooooo save the cornflakes [10:47] :D [10:47] There are so many (good) feature requests I wish I had time for all of them [10:47] fagan: I'll go get them indeed! [10:48] karni: yeah I have made a tomboy note to keep all the feature ideas i come across. [10:48] duanedesign: I regularly file kanban cards (I guess this is why I have most of them from the team, in the back log..) [10:49] duanedesign: How would you interpret "It would be very nice to be able to open files without downloading them." ;] [10:49] duanedesign: The only thing that comes to my mind is thumbnails. How can you open a pdf without downloading it hahah. [10:54] karni: yeah i got one this weekend that was like....what? [10:54] :D [10:56] hello everyone! [10:57] yello [10:58] hi there fagan [10:58] * fagan break [10:58] o/ [10:59] hi nessita ! [11:00] hi fagan, duanedesign, karni! [11:01] hmmm pinstripe or solid colour suits [11:01] * fagan needs a stylist [11:05] fagan: you're sooo not a programmer ;] Who cares how you look like :D [11:07] karni: I like to suit up for work :D [11:07] Na I have my unlc [11:07] c [11:07] I have my uncles wedding some time this month [11:07] fagan: you're already in work, were you naked or what xD [11:08] ah [11:08] karni: hah well there isnt a dress code :) [11:13] fagan: ping [11:59] crap mandel must have been pinging to say why he was leaving but I was afk :/ [11:59] anyway its cool [11:59] fagan: would you know about ralsina? [12:00] nessita: dont have a clue just know he comes between 11 am and 2 pm my time most days [12:00] nessita: but havent seen him today yet [12:11] mandel: re-review done [12:11] (hi there!) [12:11] pong mandel sorry was afk [12:11] nessita: ok, looking to see the comments [12:12] good morning! [12:12] fagan: I just wanted to let you know I'd be out for 30 min in case someonelooked for me :P [12:12] mandel: ahh its cool presumed that [12:12] :) [12:12] nessita: yikes, that looks like tempfile will brake too because we pass the illegal char to it :( [12:13] mandel: you need to use the windowspath decorator [12:13] this isllegals char thins is like a cancer, it keeps expanding [12:14] mandel: if we are consistent with our implementation (ie using the proper decorator everywhere inside os_helper) we should not have issues [12:15] nessita: the problem is not my implementation, that one relies on other methods from os_helper that are decorated, the issues is File "C:\Python27\lib\tempfile.py", line 318, in mkdtemp _os.mkdir(file, 0700) [12:16] ralsina: grid added to account.ui, so https://code.launchpad.net/~nataliabidart/ubuntuone-control-panel/improve-ui/+merge/70611 is ready for re-review [12:16] nessita: on it! [12:16] nessita: the problem here is that I wanted to use /tmp because in most of the cases in a unix system it will be in a diff fs which is the reason why shutil.move is used in fsm [12:16] mandel: I think I'm not following [12:17] nessita: I got that idea from test_shutil in the python code itself [12:17] nessita: the error of the tests, look at the trace [12:17] mandel: what idea? [12:17] nessita: trade you this one, where I fixed the imports and moved things into the right folders :-) https://code.launchpad.net/~ralsina/ubuntuone-client/find_config_files/+merge/70472 [12:18] nessita: from the begining, shutil.move is used not because it is a recursive move, but because it handles the cases when there is a diff fs [12:18] nessita: in unix we could attempt to get that by using the tmp which is an idea I copied from the shutil.move tests and that is why tempfile is used [12:19] but tempfile fails when you pass the path to it using tempfile basename, so I'll remove the use of tempfile and should get tests fixed yet they wont test that a diff fs is used [12:19] * mandel hopes he makes sense... [12:19] mandel: but we never actually hit /tmp [12:20] nessita: yeah… so there is no point… I can simply remove it and we should be ok [12:20] mandel: you should assert that shutil.move is used in the linux implementation, that's all needed regarding different mount points [12:20] mandel: on the other hand, move_to_trash *has* to use the decorator (I added a comment about that) [12:20] nessita: ok, that is easy then :) [12:20] nessita: I'll take care of that right now [12:21] mandel: but do not remove the tests you added, right? [12:21] nessita: no, those are ok :) [12:21] mandel: also, did you noticed: [12:22] nessita: regarding move to trash, should I use the decorator and then remoe the LONG_PATH_PREFIX? [12:22] 506+ except: [12:22] 507+ import pdb;pdb.set_trace() [12:22] it has the same issue as the make_link [12:22] nessita: no, I did not see that, where is it? [12:22] mandel: line 506 and 507 in the diff [12:22] ok [12:22] on it [12:22] mandel: and I guess so re: LONG_PATH_REPFIX [12:24] mandel: also, @skipIfOS('win32', 'Deprecated code in the platform.') <- is not good skip message in the sense that the next one reading it will not get why we're skipping those. Can you please improve the message to 'In windows there is no need to migrate metadata so we skip those tests.' [12:25] ok [12:27] nessita: there is a very small problem with account.ui, it has useless cells on the grid, you should always do a "right click->simplify grid layout" when you use grids. Other than that, +1 and it looks really nice! [12:28] ralsina: unused cells where? [12:28] nessita: above the horizontal line. You can see them as thin red lines [12:29] * nessita looks [12:29] I see them, I will push the simplifcation [12:30] cool, approving it [12:30] Pushed up to revision 200. [12:31] +1d [12:31] happy 200 :D [12:32] oh hey ralsina have any intern size work [12:32] im nearly done with the report [12:32] fagan: yes, could you get yourself a vista VM quickish? [12:32] ralsina: give me about 2 hours and yep [12:33] fagan: cool, I need to make the bundle work in vista because that's what lisett-e has [12:33] ralsina: oh so set up the dev env and make a bundle thats cool [12:33] fagan: no, just a clean VM [12:33] fagan: I will push bundles to you and need error reporting [12:33] ralsina: oh ok [12:33] ralsina: no problem then [12:41] ralsina, hi, did you know if the branch that fixes the ipc problems has landed?? I keep receiving this trace when i enter the "Syncing your computer with the cloud" page: http://paste.ubuntu.com/661107/ [12:42] gatox: it hasn't [12:42] ralsina, :S [12:42] gatox: oh, wait, it has [12:42] gatox: OTOH, you may have to delete your metadata [12:42] ralsina, i've updated everything today..... [12:42] ralsina, where is htat' [12:42] that? [12:42] ~/AppData/Local/xdg [12:43] and/or ~/AppData/Local/ubuntuone [12:43] ralsina, thanks [12:48] ralsina, it works!! thanks!! [12:48] gatox: o/ [12:50] 10 mins to standup === m_conley_away is now known as m_conley [13:00] me [13:00] me [13:00] me [13:01] ralsina, mandel, alecu, dobey? [13:01] me [13:02] mandel, alecu, dobey, stand up? [13:02] ok, let's start, other will catch up [13:02] DONE: reviews, almost landed u1cp UI visual improvements branch, started fixing local rescan tests [13:02] TODO: finish fixing local rescan tests, do more reviews [13:02] BLOCKED: nopes [13:02] NOTES: starting this week, I'll be heading to university every Tuesday at 4pm UTC [13:02] NEXT: fagan [13:02] DONE [13:02] * More report stuff [13:02] TODO [13:02] * Vista bundle testing [13:02] * Finish report [13:02] BLOCKED [13:02] * Nope [13:02] gatox: go [13:02] me [13:02] DONE: [13:02] embed-u1cp branch fully integrated with windows-installer main branch, conflicts were resolved. Page 18 UI almost complete. Page 19 UI complete. [13:02] TODO: [13:02] Working on Page 18 logic and Installer Network Detection function. Fix UI bugs once Page 18 and 19 are complete. [13:02] BLOCKED: [13:02] No. [13:02] ralsina, go [13:02] DONE: lots of IRL testing, reported #821488, fixed bug #820994 [13:02] Launchpad bug 820994 in ubuntu-sso-client "Qt UI: Need to use EnhancedLineEdits where it makes sense (affects: 1) (heat: 6)" [Undecided,Triaged] https://launchpad.net/bugs/820994 [13:02] and shipped an installer [13:03] TODO: fix more bugs, more IRL tests, ship another installer [13:03] BLOCKED: no [13:03] next dobey [13:03] λ DONE: helped fix txstatsd packaging [13:03] λ TODO: releases, packaging, fix installer tests [13:03] λ BLCK: None. [13:03] * fagan wonders how many people actually standup for standup [13:03] mandel: ? [13:03] * ralsina guesses he's walking the dog ;-) [13:04] Ok I think I might go get a suit while im waiting on vista [13:04] I gave the wrong bug # it was actually bug #820945 [13:04] Launchpad bug 820945 in ubuntuone-client "On windows, syncdaemon needs to find the right default config files, and store settings in the right place in the correct location (affects: 1) (heat: 6)" [High,Triaged] https://launchpad.net/bugs/820945 [13:05] me [13:05] shit! [13:05] sorry [13:05] hah [13:05] hello! [13:05] como cuesta arrancar el lunes!!! [13:05] DONE: fixed lp:~mandel/ubuntuone-client/dont-use-shutil [13:05] alecu, hi [13:06] hola alecu [13:06] TODO: Repropose fixes, move to work on access and canwrite [13:06] BLOCKED: no [13:06] COMMENTS: sorry I was on the windows vm full screen and I forgot to check the time :P [13:06] alecu: go! [13:07] nessita: I'm off for lunch, see you in less than 45 min in the stand up [13:07] mandel: ack [13:09] alecu: why do you use logger.warn instead of logger.warning? [13:10] nessita, no special reason. I don't usually use the logger module, I prefer the twisted logging methods, but I pick whatever is used on the file I'm working on. [13:12] me [13:12] DONE: a branch that needs one more review: https://code.launchpad.net/~alecu/ubuntuone-client/ignore-missing-signal-handlers/+merge/70626 Also started working on missing events [13:12] TODO: discuss R/O with mandel, work on events [13:12] BLOCKED: no [13:12] nessita, any style preferences regarding warn/warning? [13:12] alecu: well, I was googling what's the difference, we always use warning [13:13] nessita, I might have used a wrong api [13:14] alecu: apparently they are the same... if is ok with you, I prefer we use warning to be consistent [13:14] nessita, no prob [13:14] (logging.warn seems to call warning) [13:16] nessita, verterok: this seems not to have merged, right? https://code.launchpad.net/~verterok/ubuntuone-client/win32-no-more-time_clock/+merge/70580 [13:16] verterok: commit message! [13:16] nessita, alecu [13:16] ups [13:16] nessita, ralsina: done [13:17] nessita, /usr/lib/python2.7/logging/__init__.py: warn = warning [13:17] nessita, they are the same. [13:17] nessita, I'll change it to warning for consistency. [13:17] right [13:17] thanks === adorilson_ is now known as adorilson [13:21] ralsina: can you please change the ':' in the summary line of the docstrings for '.'? [13:21] (regarding the find-config-files branch) [13:22] ralsina: also, verbs should be written as a command (Return instead of Returns) [13:22] nessita: sure [13:24] hi, I have dozens of . files in my Ubuntu One directory, named like .37aa040e-8eee-49e3-8831-e41328c93c20 - what can I do to delete them forever from my Ubuntu One account? [13:24] nessita: pushed [13:25] nessita, we also have some inconsistency in SD here: ubuntuone/syncdaemon/logger.py, in class mklog there's only "warn" and no "warning" [13:26] rye, duanedesign: have you guys ever seen anything like what TeTeT describes above? [13:26] alecu: oh [13:26] TeTeT, interesting, where do you see that, online or in the web interface, are they empty? [13:27] TeTeT, sorry, locally in Ubuntu One folder on in the web interface? [13:27] ralsina: another question: any reason to call directly os.makedirs instead of our wrapper from os_helper? [13:27] rye: I noticed it on windows first, as they are hidden by default in Ubuntu [13:27] rye: now I checked on Ubuntu, and they are there as well. I just deleted them and now they get synced again [13:27] u1 on linux does not have a code to create such files, mandel ^ [13:27] nessita, mklog only seems to be used in the AQ only [13:27] nessita: that code is from xdg [13:27] nessita: so, the reason is "it's copied" :-) [13:28] ralsina: ok, I think is safe to use os.makedirs there, the path should be short and legal [13:28] nessita: should be, yes [13:28] rye: they are in the web folder as well, filling up my space :( [13:28] unless the user has a really weird username, in which case windows will break anyway [13:29] the files are almost the same size as my evolution-backup.tar.gz, but not quite the same [13:29] ralsina: can I test this IRL somehow? [13:29] nessita: sure! [13:29] nessita: install the config files in the "right" place, and start syncdaemon from your home [13:30] mandel, ping [13:30] nessita: the "right" place being c:\programdata\ubuntuone [13:30] nessita: at least on 7 [13:30] ralsina: perfect [13:30] rye: seems I can delete them via webfrontend, but if you need them for inspection, I leave them there [13:30] ralsina: so I need to create the ubuntuone folder there, right? [13:30] I don't have it [13:31] nessita: yes. It would normally be created by the installer [13:31] TeTeT, let me look at u1sync code... [13:31] rye: pong [13:32] mandel, TeTeT has a lot of .uuid files in his Ubuntu One folder and noticed them in Windows, they are synced to online storage, is u1sync creating these? [13:32] rye: yes, it would be in the case there are partial files or conflicts [13:33] mandel, is there any way to know which is which? [13:34] rye: not that I know of [13:35] mandel, so basically no way to tell whether these are safe to delete? [13:35] is it safe to simply delete all of them? [13:35] TeTeT, rye: it is save to delete them since they are internal to the u1sync implementation, I would be surprised that those are files you want to keep [13:36] mandel, the only way i think we can diff a partial ones is to check whether the file is a gzip bytestream... ah [13:36] ok [13:36] I remember having replaced evolution-backup.tar.gz, maybe this caused the problem [13:36] rye + mandel : thanks [13:38] nessita: pushing the changes to the shutil.move branch but will take long due to my connection, I'll ping you when done [13:39] mandel: ack [13:39] nessita, when you have a minute, I've pushed the changed warn->warning [13:39] alecu: yey! [13:49] nessita: mumble? [13:49] mandel: yes! is the rest coming? [13:49] ralsina, Chipaca, alecu, gatox? [13:50] sure [13:50] nessita, ok [13:54] @ping [13:54] pong [13:54] nessita: I've got lots of problems with mumble, I hope my internet is not crap due to the bad weather… is really windy right noe [13:55] now [13:56] on mah way [13:58] nessita: this is updated: https://code.launchpad.net/~mandel/ubuntuone-client/dont-use-shutil-move/+merge/70595 [14:00] mandel: ack [14:04] hey all [14:04] https://code.launchpad.net/~dobey/ubuntuone-installer/fix-test-setup/+merge/70743 [14:04] trivial review please? :) [14:10] alecu: did you forgot to also change warn/warning the test patching? [14:10] nessita, uh, ouch [14:11] nessita, I forgot to grep the "tests" folder [14:14] :-) [14:18] dobey: I would advice to remove the tearDown method and add to the setUp the following: self.addCleanup(self.dlg.destroy) right after self.dlg = gui.Window() [14:19] dobey: other than that, +1 [14:19] is that better? [14:19] ralsina: I'm off to try to find a metter wifi, wll be back asap [14:19] does addCleanup() not expect a deferred too? [14:19] dobey: yes :-) [14:19] dobey: nopes [14:20] dobey: sorry, my answeres were confusing :-) [14:20] dobey: +1 form me [14:20] dobey: yes, is better. No, it does not expect a deferred [14:21] nessita: ok [14:22] nessita: done [14:23] dobey: +1! [14:24] thanks [14:29] * fagan back with a suit \o/ [14:29] Ok going to work getting that vm working [14:30] speaking of that it just finished downloading so it was great timing :D [14:32] mandel: ping [14:34] mandel: let me know when you come back, I'm puzzled by some changes you add to the shutil.move branch [14:34] what's this inside a test? :-/ [14:34] try: [14:34] pass [14:34] except OSError, e: [14:34] oops [14:36] Dear Ubuntu friends, I have some question related to Proxy settings. Could you pls. help answering... [14:36] In the "network proxy", I have two locations. [14:36] 1) Default (used for office with some proxy settings) [14:36] 2) Home (Used for home network, i.e, direct internet connection) [14:36] Here my question is, when I switch from "office" location to "default" location, still the environtment variables (like https_proxy) are set and not resetting at all. This is forcing me to restart my laptop to get updated the new environtment settings. [14:36] a)So, how to get the environment variables updated without restarting? [14:36] b)Is there any way to automatic proxy config for home/office network? [14:37] Balaji_TVR: i think you want to ask in #ubuntu [14:37] Oops, sorry! [14:37] Thanks and I will post there.. [14:45] alecu: let me know when you pushed your changes [14:48] ralsina: can you pm me the bundle link [14:52] fagan: sure [15:26] eep, it's already 11:30 here [15:27] dobey: its 4:30 I dont know where the day went here [16:01] ralsina: we lost mandel :-/ [16:01] ok, must get lunch and run errands. bbiab [16:02] nessita: he's having bad general network trouble [16:02] nessita: general as in not just his 3g, but everyone's internet seems to be bad [16:02] ralsina: everyone in mallorca you mean? [16:03] nessita: yes, [16:03] nessita: or at least all the neighbor's wifi are broken in the same way [16:03] bummer :-/ [16:04] yep === beuno is now known as beuno-lunch [16:54] fagan, any news on trying that on vista? [16:57] sorry my install was broken had to redownload :/ [16:58] im staying a bit late anyway so ill give you an answer when I have it again [17:14] fagan: ok, thanks [17:29] I di dnot quit I was timed out after typing a long item.... [17:30] candtalan: i didn't see you say anything beofre just now :) [17:35] Hi all. During U1 upload of a large file my ISP internet lost connectivity, and I restarted the router, internet came back. However the large file I was in the middle of syncing was apparently lost and when U1 automatically reconnected the large file sync started again fronm scratch! I read that the latest U1 does not do this but keeps the already uploaded information. Do you know which version is improved please? I am using Ubunt [17:35] u 10.04.3 LTS, updated, currently. Ubuntu 10.10? Ubuntu 11.04?? tia [17:37] candtalan: well, the latest stable version is in the latest stable ubuntu release, which is 11.04 === beuno-lunch is now known as beuno [17:38] So LTS does not get the latest version? [17:38] Long term support [17:42] I think then it would be useful if the FAQ for U1 made that clear, that current sync control data will be lost if connection is lost. For large files it is pants. [17:49] ralsina: what's up with https://code.launchpad.net/~ralsina/ubuntuone-windows-installer/embed-u1cp/+merge/70071 and https://code.launchpad.net/~ralsina/ubuntuone-windows-installer/nicer_success_page/+merge/70077 ? [17:50] alecu: ping [17:51] nessita, pong [17:51] alecu: did you push the changes to your branch? [17:51] nessita, yes [17:51] nessita, the broken test, right? [17:51] yeap [17:52] alecu: did not know, will review. Another question, how did you manage to remove the long-long path created during tests? that one called a/b/c/d/e/f... [17:53] nessita, I did not yet: I keep setting the TRIAL_TEMP_DIR to a new folder [17:53] oh [17:53] alecu: thanks [17:55] nessita, mandel said he uses "rm -rf" inside cygwin to delete those folders... I'm trying that; I'll let you know if it works [17:57] does shutil.rmtree(os.path.join(tempdir, 'a')) not work? [17:58] dobey: let me re-try (already did but got failures) [17:59] dobey: nopes :-/ [17:59] nessita: what's the exception? Permissions? [17:59] dobey: no, the path is too long. Let me try something else.. [18:00] ah, is it > 255 characters? [18:00] yeap [18:00] is part of a test [18:00] is it to test filename length? [18:00] or directory depth? [18:00] dobey: directory depth [18:00] ah [18:01] i think windows does not like very deep directories at all [18:01] or at least FAT/NTFS don't [18:02] dobey, alecu: fixed using shutil.rmtree passing a unicode, literal path [18:02] shutil.rmtree(u'\\\\?\\C:\\Temp\\thedir\\') [18:02] nessita, nice [18:07] nessita: glad to help poke your brain into finding a solution :) [18:07] :-) [18:28] i'll be back in a while... errands [18:56] dobey: those branches will be superceded by branches gatox is doing [18:58] ralsina: ok. can you reject them then? [18:58] dobey: sure [19:01] dobey, nicer_success_page is valid, it just is on hold until another branch arrives in the near future. [19:04] ralsina: ok [19:05] alecu, nessita, gatox: anyone has a copy of pywin32 installer? Sourceforge is mostly down :-( [19:05] ralsina: looking in 2 minutes [19:05] nessita: cool, thx [19:06] ralsina, i think i have.... [19:06] gatox: thanks [19:07] alecu: approved your branch (took a while to run all the suites in all OSes) [19:07] thanks! [19:07] ralsina, here... i'm sending you the installer to your e-mail [19:08] ralsina: I have it, is 6.20 M :-/ [19:08] gatox: thanks! If you have 7zip it helps too :-) [19:09] ralsina, sending that too :P [19:14] dobey: you approved this branch before I finish my review... https://code.edge.launchpad.net/~alecu/ubuntuone-client/ignore-missing-signal-handlers/+merge/70626 was that for any particular reason? [19:16] ralsina, mail sent it [19:16] gatox: 1000 thx [19:19] nessita: roberto already approved it, and i didn't know you were reviewing it? :) [19:20] dobey: ah, we usually approve branches when we know all the members we asked for reviews approved it... [19:20] dobey: but I can see how you did not know :-) [19:21] nessita: there were no pending reviews. if you want to do that, please request reviews from specific people, or claim the team review, but don't vote to approve/needsfixing/whatever until you review it :) [19:21] dobey: I did not vote in that branch until I had my vote ready... not sure what you mean with "don't vote to approve/needsfixing/whatever until you review it" [19:23] nessita: i mean when you claim a review that is requested of a team on lp. when there is a request for review from ~ubuntuone-hackers for example, there is a little "Claim Review" next to the "Pending" in the list of reviews near the top. [19:23] dobey: ah, right, we hardly use that... we should agree on who reviews what here :-/ [19:26] :-/ [19:28] hrmm, our tests are taking too long i think :( [19:42] well crap; i just lost dns :( [19:51] hooray, DNS is back [19:52] hrmm [19:52] i wonder if amazon cloud just dissipated again [20:00] It will be a sunny day when all clouds are gone. [20:04] I just wasted half of my day either at the bank or installing XP. What a day. [20:05] wtf amazon [20:06] "Top 100 Bestsellers in Country" -> 50. Hotel California by Eagles [20:29] mterry: ping. can you please change your vote to 'abstain' on your u1couch branch? [20:31] dobey, ok [20:31] dobey, done [20:33] mterry: also added a needs fixing comment, as it looks like you need to update a couple tests that have a mocker expect() on the Http(timeout=10). will need to expect timeout=ANY for the args instead i think [20:36] dobey, k, will do that tomorrow [20:36] dobey, thanks! [20:37] np [20:53] ha! 6 hours of cursing later, I think I have an installer that works on all versions of windows. I am not sure if :-) or :-( [20:53] i think :-| [20:57] dobey: luckily thanks to virtualbox I will never, *ever* have to setup a XP VM again [21:00] nessita, alecu ralsina dobey tomorrow morning i will be away for a while because i have to do some errands to became a Monotributista :P [21:01] what sort of monkey? [21:02] dobey, the one that works :P jeje === yofel_ is now known as yofel === m_conley is now known as m_conley_away [21:15] ralsina, nessita a reallyyyyyyy small branch to start: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/frame-preferences/+merge/70790 [21:16] gatox: looking [21:17] gatox: on it! [21:18] nessita, ralsina it seems that are conflicts with trunk [21:18] yes, conflicts [21:18] * gatox fixing... [21:22] karni: you around? [21:22] tntc: yes! hello [21:22] karni: Hello! How are you doing? were you able to get back into u1m? [21:23] (from this weekend) [21:23] tntc: Pretty good, thank you! I hope you're doing good as well. Pretty busy, but we (hopefully still) have CardinalFang_ around. [21:23] CardinalFang_: Still around? [21:24] CardinalFang_: We have a playlist related question, which I wasn't able to reproduce, because I couldn't login (the bug I found today) [21:24] tntc: Please remind me. You were not able to save playlists? [21:25] karni: yup! that's the one. [21:25] karni, tntc, hi! [21:26] karni: "Failed to save playlist, please try later. A network error occured. Try again later." [21:26] CardinalFang_: Howdy CardinalFang_! :) [21:26] oh, wow. maybe didn't need your name twice :p Been a long day [21:26] Hrm. That doesn't say much, so as to not scare Grandma, but it doesn't help much either. [21:27] CardinalFang_: it happens on both my devices, even if I'm on wifi [21:27] Both run Android 2.2. One is a Droid 2 Global, the other is a Samsung Galaxy Tab [21:27] * karni has issues with connectivity [21:28] tntc: Are you using Wi-Fi or Mobile network? [21:29] karni: right now, Mobile, but it happens on WiFi too, even if mobile is disabled. [21:29] tntc, Yes, I don't think it's your machine. More likely the server. But, let's see! Please install a program from the Market called "aLogcat" (or if you have the dev tools, I want a log snapshot), and mail the log to chad@canonical.com [21:29] I'll get the client to display more, right now. [21:29] CardinalFang_: alas, I do not have the dev tools installed. I'll grab aLogcat right now. [21:31] tntc, great. I'm making a new package for you now, with some new info reported in the background. [21:31] As a side note, does Ubuntu One support local sync? For example, can it detect other machines synced to the same account on the lan and sync from a single master cache instead of going out to the internet? 3x40+ gigs is a lot heavier than 1x40+ gigs :) [21:31] CardinalFang_: Cool! thanks! [21:33] gatox: can you please remove the [21:33] [21:33] [21:33] [21:33] from the xml? [21:33] nessita, yes [21:33] gatox: and you removed the indentation, is that intended? [21:34] and rootIsDecorated is removed too [21:34] CardinalFang_: the log has been sent. It's somewhat large, but I just ran an attempt to save a playlist and then sent it, so it should be near the end. [21:34] if you want to delete those from designer it's clicking the rightmost button on the property (reset to default) [21:34] CardinalFang_: Possibly of note, I was able to play music just fine. [21:34] gatox: and headerhidden.... [21:34] because if you start changing indentation and so on it will just appear in the next diff [21:34] ralsina: but those prop should be there for the control panel to match design === karni_ is now known as karni [21:34] nessita, ok..... let me check with the diff [21:35] unless that is being replaced by the qsss [21:35] nessita: I don't get it, you are asking to remove them? [21:35] ralsina: no, he removed those in this branch, I'm asking them back (all except the stylesheet) [21:35] nessita: ok, I was telling how to remove that one :-) [21:36] gatox: actually, I think you added changes to folder.ui taht should not be there, maybe the conflict resolving didn t go well? [21:38] nessita, ok, i will revert the folders.ui... i don't know what it was modified [21:38] gatox: maybe in the merge... [21:38] ok, I gotta wrap up and EOD [21:38] pilates time! [21:38] nessita: have fun! [21:38] I hope so, first class ;-0 [21:40] bye all! [21:42] nessita, bye! [21:43] CardinalFang_: not sure if it helps, but I searched through the log and it looks like it was using a URL to create the playlist. When I opened the link, I got a Server Error 500 [21:43] have a good evening all! [21:43] you too dobey [21:43] tntc, that's what I expected. :( [21:43] CardinalFang_: what does it mean? [21:44] tntc, that there's a problem on the DB server for your account (and probably others). /cc beuno [21:44] CardinalFang_: can I recreate my account? [21:45] yes, couchdb has been very unstable [21:45] tntc, wait a minute. I'm looking at the log. The URL doesn't look normal to my first glance. [21:46] ralsina, this one is ready: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/frame-preferences/+merge/70790 [21:46] gatox: checking [21:47] I don't think I can finish the review right now [21:47] CardinalFang_: if it helps, the playlist was called "Daftpunk", and it contained 41 songs or so [21:47] but I will try to do it late so you have it early tomorrow [21:47] gatox: ^ [21:47] ralsina, ok, no problem... it's a small change anyhow... and it is related to my other branch that is going to be proposed tomorrow [21:49] gatox: ok, cool [21:50] ralsina, i'm taking some screenshots to ask lisette what changes should be made [21:50] cool. CC me and nessita s usual [21:51] ok [23:03] tntc, so, the upshot is that it's not your devices or networks. It's us. Some fraction of users are on a server that's misbehaving and we're trying to slap it around to be better. [23:31] tntc, so, if you pay us for this, I'm even more sorry than usual.