[00:43] Good night o/ [01:54] Hi all, i cant seem get my thunderbird contacts synced to Ubuntu One. Upon looking within the desktop-couch-replication log i found this: ResourceNotFound: ('db_not_found', 'could not open https://couchdb.one.ubuntu.com/u%2F3e0%2F0c6%2F1635087%2Fcontacts/') [09:31] morning all! [10:00] I have a question. I have two machines on the LAN. One has 23GB of stuff in U1 files. other is not in sync, only has 3GB and is taking a while to sync. If I stop u1 file sync on both, then rsync the files over from one to the other then start file sync will it be happy with that? [10:18] popey, yes and no [10:18] popey, you have to be careful with the metadata, so preaty much what you want to do is copy the files and NOT the metadata [10:18] popey, and it is VERY VERY VERY important that there is no metadata in the machine you rsync, otherwise you will have problems [10:19] so the steps are, go to machine with low data, stop sd, REMOVE metadata, copy data over, start sd [10:19] popey, that way ^ sd will say, 'hey I have no metadata, I'm going to scan the contents' it will then compare the hashes, ask the server and be happy [10:20] rye, can you confirm that ^ [10:20] * mandel coffee break :) [10:20] 'remove metadata', how does one do that? [10:23] popey, let me have the coffee and I'll guide you though it, is very easy is in you home dir (but I dont remember the exact location) [10:23] popey, do and ls -la ~ [10:23] it should have ubuntuone all over it :) [10:24] ~/.local/share/ubuntuone ? [10:25] there's a syncdaemon in there, and 'metadata_version' [10:29] Hello, hello! [10:46] popey, hm.. let me double check [10:49] popey, remove the entire dir [10:49] popey, I mean rm -Rf ~/.local/share/ubuntuone [10:52] ok, so stop syncdaemon, remove that entire folder, rsync data over, start syncdaemon? [11:09] popey, yes [11:09] popey, [11:09] that should do the trick with no problems [11:12] popey, the main issues is that if you do not remove the metadata the sd of the machine will think you removed the files, and they will be deleted, that is wahy is so important [11:14] yes, tred carefully [11:15] * mandel away while setting Vista vm for tests for bug 875283 [11:15] Launchpad bug 875283 in ubuntuone-windows-installer "Windows Vista: auto update error (affects: 3) (dups: 2) (heat: 82)" [High,In progress] https://launchpad.net/bugs/875283 [11:15] hi [11:20] ahh mandel that makes sense [11:31] hello everyone! [11:35] nessita, gatox morning! [11:35] nessita, mandel, how are you? [11:36] gatox, fine, testing the fix for the vista update issue :) [11:36] hello! I'm a little sick, my throat hurts like hell [11:36] other than that, I'm ok [11:36] uh, is there a bug running wild in argentina? [11:36] first alecu, then nessita.. I might stay at home for the sprint :P [11:36] the weather change quite a lot this days [11:39] nessita, i'm working in the branch with the try-except that we talk yesterday.... but then when i have some free time i'll try another optionn that i found.... that it's kind of tricky but might work [11:43] gatox: ok, let's try to merge that branch without link support, and then we can re-evaluate [11:43] nessita, ok [11:46] mandel: now its re-uploading everything it seems, 8103 files to go [11:46] I'll let it finish ☺ [11:47] popey, is checking that the files have the same hash, should not do an actual upload unless rsync changed something :) [11:47] mandel: makes sense, magicicada shows the operation as 'Upload' though. [11:47] maybe it needs a 'hashing' status? ☺ [11:48] anyway, I wont worry about it awnymore, and just let it do its thing [11:50] popey, I guess it says uploading because that is the state in the 'state machine' then it is a little smarte than uploading the thing :) [11:52] * mandel configurin vista vm, he might be a little slow pinging back [11:52] heh [11:53] I am watching network traffic in iftop, and not seeing much so it cant be uploading these files. ☺ [11:54] brb! need to restart [12:08] * mandel quick erran [12:16] * mandel back [12:20] nessita, ok...... i need to fix a lot of tests :S [12:20] gatox: why in particular? [12:20] nessita, most is expand_user related [12:21] gatox: remember to fix the setUp I mentioned las week? [12:21] all the ones that set the HOME env [12:21] nessita, yes [12:22] did you fix those already and have a lot of errors the same? [12:22] nessita, nono... i didn't fix that yet..... [12:22] ah, then yes, almost everything will fail [12:29] good morning! [12:29] ralsina, hi! [12:31] ralsina, how are you?? hard to go back? [12:31] gatox: Hard to wake up on time :-) [12:31] gatox: I am catching up in speed though [12:31] ralsina, that is what she said [12:31] hehehehe [12:31] he [12:31] jejej [12:32] ralsinabut did you get up? [12:34] mandel: I am sitting down [12:35] * ralsina said wake up [12:35] ralsina, that is why I asked :) [12:35] Ha! I guess. [12:35] Ok, let's work [12:35] * ralsina wants to merge this freaking branch but there's all sorts of crap in it :-/ [12:38] I think I'll get started with the releasing of stuff instead and merge it afterwards :-( [12:38] ralsina, why do we use win32api.ShellExecute to execute the installer? [12:39] mandel: where? [12:39] ralsina, ubuntuone_installer/gui/qt/utils/windows.py [12:39] mandel, i did that [12:40] ok, then ralsina forget the question [12:40] mandel: bzr blame gatox ;-) [12:40] gatox, why? [12:40] mandel, it was made to be able to run that as admin...... [12:40] gatox, ah.. the stupid runas, good [12:40] mandel, but it is to execute the uninstaller [12:41] gatox, we have the same issue with the update, I just wanted to know, nothing wrong with it [12:41] mandel, ahhhh ok... [12:41] mandel: you can't run the autoupdate as admin [12:41] mandel: or you will ask the user for permission before each run :-/ [12:41] true [12:42] ralsina, we can run the autoupdate check as a normal user and no questions are asked [12:42] ok then [12:42] ralsina, when he confirms to update, then we do 'runas' [12:42] ralsina, same .exe called in diff ways :) [12:42] mandel: then we need to move the shellexecute into its own function in utils, I think instead of having two calls [12:42] a run_as_admin(prog, args)? [12:43] ralsina, seems reasonable, let me first find out how to pass the path where it executes to runas [12:45] * mandel testing on vista vm [12:45] ralsina, mandel, gatox: not sure if the following is relevant, but there are several bug reports saying that U1 can't be run as a non-admin user [12:46] nessita: probably not [12:46] ralsina: not relevant or not able to run as non admin? [12:46] nessita: but I have not debugged those yet. I think the problem is that we are setting the registry keys on the admin account instead of the user account because that's the account where the setup is being done [12:47] nessita: probably not related to this [12:49] nessita: BTW: mandel and I talked with sidnei about putting the proxy integration tests in jenkins and should not be a big problem. He'll help us setup the whole proxy/ISA/AD stuff in EC2 so it can be used, too. [12:50] nessita: after the release I will be taking a look on to why tests are not succeeding as much as they should on jenkins too [12:50] ralsina, so, I just tested the issue on Vista, best way to fix the problem is the following: [12:50] ralsina, you remove the copy of auto-update.exe from dist (there are two copies for some reason) [12:50] mandel: ok, will remove it [12:50] ralsina, and move the update.ini up one level [12:51] mandel: ok. Doesn't that require a branch from you to change how it's started? [12:51] ralsina, we call shell execute on ubuntuone/auto-update.exe (I do that on the python code) [12:51] ralsina, doing it right now :) [12:52] ok, after that's merged, I'll change the packaging [12:52] ralsinagreat news [12:52] ralsina: remember to also change how you fetch and install qt4reactor [12:53] nessita: yes, in fact, it's pretty close to working: https://jenkins.errormessaging.com/view/Windows/job/ubuntuone-client-windows-test/11/consoleText [12:53] nessita: you mean in windows-installer? [12:54] nessita: would you be ok with disabling style checks in jenkins? Tarmac already covers that [13:01] nessita, ralsina, funny thing with this bug is that I have to fix it for the current ubuntuone-windows-installer AND ubuntuone-control panel since we are moving the autoupdate there [13:01] nessita, ralsina, I'd say we do a release with the update present in the installer, and then do one with the update present in the control panel, what do you think? [13:02] mandel: How long would it take to fix it in both and save me a day of work making the extra release [13:02] ? [13:02] ralsina, the branches for the code in the control panel have a pending review form nessita and one other from alecu, so we can have them for today if we wanted [13:02] but depends on the work load of alecu and nessita, so we have to ask them [13:03] ralsina, mandel: branches for release have to go thru stable process, like we agreed [13:03] ralsina, mandel: so probably, next release would be the last week of november [13:03] mandel: what nessita said [13:04] mandel: so, I don't want to make another release with the broken vista updater [13:04] ralsina, that we can land today if you all agree and test the pacakage (I have 2 Vista vms ready for that x64 and x86) [13:05] mandel: land what, exactly? the single installer branch or the 2 controlpanel's? [13:05] nessita, single installer branch [13:05] mandel: but that branch puts together migration code only, no? [13:06] nessita, is a new branch I'm nearly done with, it was a matter of adding an extra os.path.dirname but ofcourse I'm adding tests to assert we go up two levels [13:06] mandel: the branch is this one https://code.launchpad.net/~mandel/ubuntuone-windows-installer/put-migration-together/+merge/78995, no? [13:06] mandel: I'm afraid that we won't be adding new branches at this stage [13:07] mandel: the release was planned for Monday, the only delay was to have ralsina back on track after holidays [13:07] nessita, ok.. well I'll propose the fix and we make the pacakge for testing, at least we need to do that [13:07] mandel: of course, but remember that we have a new procedure in place now, where we release only from stable branches. And we're not landing to stable until we have QA approval [13:08] nessita, ok, that would be for trunk ofcourse, right? [13:08] mandel: hum, not sure what you're asking :-) [13:08] nessita, tonterias mias, I uderstood you :) [13:09] ok [13:09] the details of the be procedure will be shared tomorrow in the weekly meeting [13:10] okidoke [13:18] ralsina, when the app is frozen, where is the sys.executable pointing to? [13:18] mandel: the exe [13:18] I think [13:18] ralsina, ok, so inside dist, ok :) [13:22] mandel: ping [13:22] nessita, pong [13:23] mandel: if I recall correctly, you said that https://code.launchpad.net/~mandel/ubuntuone-windows-installer/put-migration-together/+merge/78995 was ready for re-review, no? [13:23] I still see the duplication of REMOVE_OLD_BETA_TITLE = _("Remove old Beta") and REMOVE_OLD_BETA_ERROR_TITLE = _("Remove old Beta") [13:23] nessita, maybe I did not push it, let me check the revno in my local copy [13:23] mandel: thanks [13:26] nessita, sorry I forgot to remove REMOVE_OLD_BETA_ERROR_TITLE, let push 106, mea culpa [13:27] ack [13:28] hello #ubuntuone gals and guys! [13:28] alecu, pong [13:29] mandel, :-) [13:29] alecu, did you ping me, or did my brain fucked up? [13:29] mandel, I pinged you, but I did it in the wrong channel! [13:29] mandel, it was about this branch that shows some merge conflicts: https://code.launchpad.net/~mandel/ubuntuone-control-panel/auto-update-looping-call/+merge/81015 [13:29] alecu, o well, I saw the nickname and did not see the channel :P [13:30] alecu: how are you today? [13:30] alecu, give me some mins and I'm with you, I need to psuh something for nessita first [13:34] nessita, revno is 106 and the duplicated title is out [13:34] ralsina: just better :-) [13:34] mandel: ack [13:34] mandel, ok, no problem, solve it when you can, and ping me back. [13:34] alecu: good to hear! [13:34] nessita, I though there were only two but were 3 [13:34] * alecu will be offline for 1 minute [13:35] mandel: 3 whats? [13:35] nessita, title duplications [13:36] nessita, my brain just read MIGRATE_OLD_BETA_DATA_ERROR_TITLE for a reasons I don't understand [13:41] alecu, on it, I know why that is happening, trunk changed a lot egarding main [13:47] * mandel lunch === davidcalle_ is now known as davidcalle [14:20] hmm [14:21] ralsina: did you make the team meeting be 12 hours off, on the calendar? invite says 10pm for me :) [14:22] dobey: yikes [14:30] ralsina: is it 10am today or 10am tomorrow? [14:30] dobey: 10 AM tomorrow [14:31] ah ok [14:32] nessita: so; what's the best way to share the knowledge of updating tarmac configs with you? [14:34] dobey: hi there!!! [14:34] dobey: one sec, I'm in mumble [14:34] sure [14:41] Hi all, does anyone know if the contacts sync is expected to be down a while? [14:50] Neldogz: https://wiki.ubuntu.com/UbuntuOne/Status#Contacts [14:53] Neldogz: it's not quite down exactly, but it may or may not work for you depending on the alignment of the planets and their moons. [15:00] me [15:00] * mandel back [15:00] me [15:00] ,e [15:00] me [15:00] me [15:01] dobey,alecu, say me [15:01] m3 [15:01] meh [15:01] DONE: [15:01] Fixed unicode issues in ubuntuone-client (Bug: #818197, #846373). [15:01] TODO: [15:01] Fix tests related to unicode-issues branch changes. Investigate about link creation with unicode paths using PIDL. [15:01] BLOCKED: [15:01] No [15:01] mandel, go [15:01] DONE: Worked on refactoring ubuntuone-dev-tools as part of fix for bug 875283 got feedback from dobey that I need to implement. Had to reinstall Vista VM. [15:01] Launchpad bug 875283 in ubuntuone-windows-installer "Windows Vista: auto update error (affects: 3) (dups: 2) (heat: 82)" [High,In progress] https://launchpad.net/bugs/875283 [15:02] TODO: Rsolve conflcts in Mps. Propose fix for Vista. [15:02] BLOCKED: no [15:02] nessita, go [15:02] DONE: SRU call, sso bugs, university [15:02] TODO: reviews, more sso bugs, bug triaging, 1-1 with ralsina, plan work for the team while I'm on vacations [15:02] BLOCKED: nopes [15:02] NEXT: ralsina [15:02] DONE: mgmt call, nessita 1-1, fixed "uninstall.exe is not created" bug, worked on release, lost internet twice in 2 days, 1-1 with chipaca, canonicaladmin (in progress) TODO: finish canonicaladmin, answer2askubuntu, finish RT, create first test release [15:02] BLOCKED: life is short [15:03] oh, also SRU call (half of it ;-) [15:04] DONE: sick day off [15:04] TODO: bugfixing days: bug #692597 and taking a look at https://github.com/ghtdak/qtreactor/issues/1 [15:04] BLOCKED: no [15:04] NEXT: dobey [15:04] Launchpad bug 692597 in ubuntuone-storage-protocol (Ubuntu) (and 22 other projects) "If the user has the date/time/timezone wrong, connection fails (Expired timestamp error) (affects: 18) (dups: 6) (heat: 142)" [Undecided,New] https://launchpad.net/bugs/692597 [15:04] λ DONE: tried to ask about rb v banshee, set up lp:dirspec [15:04] λ TODO: tarmac config update, releases [15:04] λ BLCK: No. [15:04] any comments anyone? [15:05] dobey: how did the rb vs banshee conversation go? [15:05] unfinished [15:05] but will hopefully have more of an answer by EOW [15:06] gatox, mandel, nessita, ralsina: how many of you are experiencing "control panel or control panel's tests can only be stopped by Ctrl-C" on windows? [15:06] alecu, what do you exactly mean? [15:06] this is happening for me since... let's see... always! [15:06] alecu, I have issues with one of the tests getting stucked [15:06] alecu: that is happening for installer, not for controlpanel... [15:06] mandel, the tests just won't end. They reach the final PASSED line, but it does not return the prompt. [15:06] alecu: at least for me [15:07] alecu, yes..... i think i know what you mean..... and i have the same problem [15:07] alecu, I have been using ctrl+c a number of times [15:07] mandel, the same happens when running control panel itself; that is, it closes the windows, but it just won't stop. [15:08] alecu, but that is because it is a tray icon, right? [15:08] (btw: this happens most of the time on both places, but not always) [15:08] alecu: not me [15:08] yes, I see it on installer too [15:08] mandel, no, I mean the process just won't stop. [15:08] ralsina: ???? "not me" or "too" ? [15:08] not me on control panel, me too on installer [15:08] dobey: going back to your question, the bets way would be to ask me to do something in particular, and giving me guidelines about how to do it :-) [15:09] ralsina: ack, thanks :-) [15:09] alecu: on windows, u1cp doesn't exit when you close the window, it stays running on the tray [15:09] alecu, I though that when you tell the control panel to start with icon the process need to be killed form the icon [15:09] alecu, you can start it without the tray icon, and then it will stop [15:09] AFAIK is that way, right ralsina? [15:09] mandel: it's supposed to :-) [15:11] ralsina, mandel: well, I've found that a few people are having similar issues with other apps that use the qtreactor: https://github.com/ghtdak/qtreactor/issues/1 [15:11] nessita: hmm, ok. i guess we need to decide which thing in particular you should do with the tarmac config then :) [15:11] dobey: perhaps settings all the stable-3-0 configs? [15:11] ralsina, mandel: so I'm looking at fixing this, either on the qtreactor or own code [15:11] *our own [15:11] alecu, I'd say qtreactor [15:11] alecu: he's doing it wrong, isn't he? [15:12] alecu: are you using the threading suggestion from the qtreactor issue you showed me? [15:12] nessita: all of them, or some of them? :) [15:12] alecu: he should not call app.exec_() at all [15:12] dobey: whatever you prefer [15:12] nessita, I'm trying to use that suggestion on the qtreactor itself, but it looks like it's not being called :P [15:13] ralsina: why not? afaik you can use the qtreactor both ways: [15:13] app.exec_() or reactor.run() [15:13] nessita: well, there are 9 stable-3-0 branches currently :) [15:14] dobey: any suggestion from your end? [15:14] yes, but he is doing both at the same time. He's calling runReturn() and then app.exec_() and it's the other way around in that case [15:14] "you can get that by calling reactor.runReturn() instead [15:14] of run(). This call needs to occur after your installation of of the [15:14] reactor and after QApplication.exec_()" [15:16] ralsina, right. Now look at the last comment in that thread: https://github.com/ghtdak/qtreactor/issues/1#issuecomment-928088 [15:16] nessita: well, how many do you want to do? all 9? :) [15:16] I think we are not using threads directly, but they might be used for dns lookups inside the twisted reactor. [15:17] dobey: is that 9 branches or a single branch with 9 config changes/addings? [15:17] alecu: interesting [15:18] nessita: you would need to make 1 branch with the 9 config changes [15:18] dobey: I can do that :-) [15:19] nessita: ok [15:20] thanks dobey: syncing of contacts is not working at all for me. I am seeing an error within my desktop-couch logs stating: Credentials not found for ubuntuone. [15:20] and also ERROR can't replicate 'contacts' ' [15:21] dobey: shoot the instructions! [15:23] Everything appears to be installed properly, also synching of files to the cloud is working just fine. Its the contacts piece from thunderbird that is not working [15:25] nessita: ok, couple of minutes; and on the other channel. :) [15:25] dobey: sure! [15:26] duanedesign: ^^ can you help Neldogz some more? :) [15:26] hello Neldogz [15:28] lunch....... brb [15:29] hey duanedesign! thanks for all your help yesterday [15:30] It looks like everything is installed but i am seeing those two errors above [15:33] Neldogz: not sure if we did this yesterday but let me check your account to see if you are one of the users who can not sync contacts because of a server side issue. [15:33] Neldogz: i will send you a PM === Tm_K is now known as Tm_T [15:38] mandel: just a quickie to say thanks for your help earlier, I understand Ubuntu One file sync a bit better now ☺ and all my stuff is now synced [15:39] popey, cool, I'm glad it worked for you :) [15:43] Neldogz: Could you open 'Password and Keys' (seahorse) [15:43] Neldogz: Right-click on any "Desktopcouch" entries and select "Delete" [15:44] ralsina, ralsina_, can you merge lp:~mandel/ubuntuone-windows-installer/fix-vista-update and update the pacakge as we talked about [15:44] sure, I will do that now [15:44] mandel: no, let's do it right, and for next release [15:45] ralsina, ralsina_, if you can build a installer (it doe brake in my machine) I'll do an irl test [15:45] ralsina, ralsina_, I want to test the .exe before I do an MP, is for me and only me :) [15:46] duanedesign: done, i also see one for ubuntu one. Leave that one alone? [15:46] Neldogz: then open a Terminal and run these 3 commands one at a time - http://paste.ubuntu.com/740311/ [15:46] Neldogz: yeah for now [15:47] nessita, I have a question about how to handle a bug, it tunrs out we did not link it and I know is commited but atm the state is confirmed, what should I do? [15:47] nessita, simply set to fix commited, or just as invalid [15:47] ok, beam: no process found [15:47] mandel: can you please link the bug first? [15:47] shall i continue? [15:47] Neldogz: that is ok [15:47] ok [15:47] mandel: link the branch with the bug, I mean :_) [15:47] :-) [15:48] nessita, but the branch already landed, and I don't know by who :( [15:48] nessita, is bug 727984 [15:48] Launchpad bug 727984 in ubuntuone-client "New IPC signals for windows part (affects: 1) (heat: 1)" [Undecided,Confirmed] https://launchpad.net/bugs/727984 [15:48] mandel: ẁhat's the bug? ideally we should se3arch the branch and link it [15:48] nessita, ok, on it then.. [15:48] ok: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [15:49] nessita, I can look at the bzr history and I have a clue of when it happened.. [15:49] mandel: oh, is very old :-/ [15:49] kind of [15:49] mandel: nah, just mark it as fix released [15:49] nessita, ok [15:49] I also turned off the firewall but still the same message [15:56] ralsina, nessita I did an MP for te vista issue: https://code.launchpad.net/~mandel/ubuntuone-windows-installer/fix-vista-update/+merge/82418 it needs work on the package side to be complete [16:00] ralsina: when you have a spare slot for review: https://code.launchpad.net/~nataliabidart/ubuntu-sso-client/single-executable/+merge/82393 [16:02] nessita: does that do what i think it does? [16:02] nessita: can it hold until after lunch? [16:02] dobey: no :-) [16:02] ralsina: of course [16:02] nessita: cool, I'll ddo it as dessert [16:03] nessita: yes it does :) [16:04] dobey: then what i think you thought was not what you were thinking :-) [16:04] heh [16:04] now we just need to get rid of the qt bits ;) [16:05] dobey: what do you think this branch does? [16:05] nessita: i was hoping it got rid of the separate process for windows [16:05] which it does [16:06] unified code ftw. [16:08] gatox, is bug 885342 still happening? [16:08] Launchpad bug 885342 in ubuntu-sso-client "Tests failing in SSO (affects: 1) (heat: 6)" [High,Triaged] https://launchpad.net/bugs/885342 [16:08] dobey, smae here :) [16:08] s/smae/same [16:09] mandel, no [16:09] gatox, so invalid, right? [16:09] gatox, why was it happening? [16:09] mandel, ah wait! [16:09] yes.... that is still happening [16:09] nessita: would love to get rid of qt too, but my hopes aren't that high :) [16:10] gatox, ok, on it then.. [16:10] mandel, it's a timing issue, sometimes some tests fails, sometimes another... [16:11] dobey: ah, then we're in sync :-) [16:11] gatox, hm.. I gues is not timing but some cleanup not being done on time [16:11] mandel: is not invalid, is a current issue [16:12] nessita, yeah, just started looking into it [16:12] mandel: that appears in the surface after tim's fixes to super() calls [16:13] nessita, tims code is really smart, it looks like we had false positives due to the defer not being returned from the setUp, I'll take a look (might be hard to find the reason :( ) [16:14] mandel: I bet the factories/connection are not being properly cleanup [16:14] closed, I mean [16:15] nessita, by the looks of it is certainly a clean up issue with the factories.. maybe an error before is cleaned and then it goes bananas [16:30] alecu, https://code.launchpad.net/~mandel/ubuntuone-control-panel/auto-update-looping-call/+merge/81015 updated and fixed conflicts [16:30] mandel, nice, thanks [16:41] nessita: +1 on single-executable [16:42] ralsina: yey! [16:42] ralsina: are you ralsina or ralsina_ ? [16:42] autocompletion is a madness at this point [16:42] * nessita -> lunch [16:43] nessita: I am both. My internet came down and the old one stayed, I suppose [16:53] ralsina_: so excited, you had to join twice? :) [16:54] nessita: btw, approved/merged your tarmac config branch :) [16:54] dobey: awesome [16:57] hmm, what to get for lunch [17:04] guess i'll decide when i get there; bbiab === zyga is now known as zyga-afk [17:06] be back in 20 min [17:13] ralsina__ ping === beuno is now known as beuno-lunch [17:47] alecu, ping [17:47] mandel, pong [17:48] alecu, I'm looking at the sso tests and I have an issue in my machine where the tests get stuck.. could that be related with the port number stored in the registry? [17:48] alecu, I re-run trunk\ubuntu_sso\main\tests\ubuntuone just in case [17:49] alecu, I'm testing -t test_clear_credentials and I get a timeout in 120s can you try that in your machine? [17:50] mandel, looking [17:51] mandel, on sso trunk, I'm running "run-tests.bat -t test_clear_credentials" and it says "Ran 3 tests in 0.834s" [17:51] mandel, is this happening to you on windows? [17:52] alecu, yes [17:53] alecu, ja, what a bloody joke, using run-tests fixes the issue [17:53] alecu, so I guess we are ignoring an errback somewhere related to some of the ui compiled classes [17:53] mandel, probably run-tests sets some other env vars or something that are needed. [17:54] alecu, tests should not be failing for a time out then, but something worse [17:55] mandel, probably :-) [17:56] * mandel swears in spanish [18:01] mandel: there's a version of spanish where you're *not* swearing? [18:02] dobey, when my mother or granmother is in the room [18:02] heh [18:02] I swear in eng then :P [18:12] ok, time for some more tarmac conf updates [18:13] ralsina__: btw, we still haven't set a time for 1:1 :) [18:14] * mandel turns up the barry white music? [18:15] * mandel waits for the ralsina__ and dobey 1:1 to be arranged [18:15] mandel: I'm more of a Marvin Gaye man [18:15] dobey: let's! [18:15] ralsina__, you mean Marvin Gay, right? [18:15] dobey: how about tomorrow? [18:15] mandel: No, that's yours :-) [18:16] ralsina__: ok [18:17] dobey: invitation sent === beuno-lunch is now known as beuno [18:32] dobey: version number of next release [18:32] dobey: is 2.0.2 ok for you onLinux? [18:33] sure i guess [18:34] ralsina__: also, i expect individual components may have their micro-version number be different in some cases [18:48] brb, X restart [19:04] Ummm.... Am I on the right Ubuntu channel for random/off-topic discussions that are totally not related to technical support? [19:06] CaptainPlanet, you are not [19:06] well, depends on what the topic is i guess [19:08] I suppose so. [19:09] ok, EOD for me, say you all tom [19:10] mandel, bye [19:11] gatox, a2 [19:17] * nessita is back [19:17] has anyone succesfully configured a dualmonior setup with a nvidia card? [19:18] * nessita has not [19:19] everyone seems to have a different definition of "success" [19:20] dobey: I can't have a config where I can move a windows from monitor A to B [19:22] nessita: hrmm; i don't have a dvi->vga adapter, or i could test real quick; i just have one big monitor so i don't need 2, though more real estate would be nice; stupid low resolution screens :( [19:23] nessita: welcome back. :) [19:23] :-/ [19:23] nhaines: hi there, how is it going? [19:23] nessita: pretty good! Also I've been able to have a dualmonitor setup with an nvidia card... it only takes a couple tries usually. [19:24] nhaines: can you move windows from one monitor to the other? [19:24] nessita: of course! Otherwise it's no good for me. [19:24] I think twinview is the setting I usually need. [19:24] nhaines: hum, I chose separate X screen [19:24] nhaines: I thought twinview will give me the same view in both monitors [19:25] which I don't want, of course [19:25] nessita: right. :) twinview makes the monitors into one virtual screen. [19:25] ah! [19:25] nhaines: thanks for the tip :-) [19:25] I will try it when I feel like restarting X again [19:27] hehe [19:28] nessita: mirroring is the thing that makes both have same content; twinview is nvidia's multi-monitor branding thing [19:28] dobey: thanks for the data :-) [19:29] nhaines: so, is your sncdaemon working now? [19:29] nessita: hmm, probably not... I haven't had any time to look at it since Monday. :) [19:30] I have a half hour free if you have any further suggestions. [19:30] nhaines: is ok :-) if you want to debug and I m not around, you can ask rye or duanedesign [19:31] nessita: great. :) [19:32] nessita: want to do a review? :) [19:32] dobey: sure! [19:32] nessita: https://code.launchpad.net/~dobey/ubuntuone-infrastructure/tarmac-updates/+merge/82445 [19:34] nessita: how much longer will you be around today? [19:35] dobey: as an exception, I'm leaving to pilates in 20 minutes (my usual pilates time is not until 2 hours from now) [19:36] dobey: I'll check email and IRC messages when I got back, [19:36] what would you ned? [19:36] need* [19:38] nessita: ah ok. just wanted to work on some releases perhaps [19:38] nessita: but they can wait :) [19:39] dobey: we can work on that tomorrow, right? [19:39] nessita: sure [19:41] this is lovely! NOT [19:41] nessita@dali:~$ nvidia-settings [19:41] Segmentation fault [19:42] That doesn't seem like a good start. :) [19:42] Try the nvidia control panel that should have been installed. [19:42] dobey: dirspec? is te xdg branch? [19:42] the* [19:48] nessita: sort of, yes [19:52] ok, I'm gone to pilates [19:53] email me if you need anything from me! [20:01] hello [20:01] hi mwhudson [20:01] i wanted to ask about using u1 for storage rather than sync [20:02] i'd like to store my photos in u1, but not necessarily have them be synced continuously [20:02] a while a go i clicked sync on a folder containing photos, and that worked [20:03] but when i unchecked sync, they disappeared from u1 [20:03] which wasn' [20:03] which wasn't what i was expecting :-) [20:04] ah; well u1 is a synchronization service, not a storage service. to do what you want, you'd need to write a script using the files REST API, so that you create a folder on the server, and upload the files over the REST API whenever you want to, and then not subscribe to the folder on your machines [20:04] ah ok [20:04] mwhudson: you could also do what you tried before, and have it work, but not via the nautilus UI [20:05] mwhudson: you can synchronize the folder from within nautilus, but after it's synced, you'll want to unsubscribe from it within the control panel, or by using u1sdtool in a terminal [20:05] we don't make the distinction from sync and subscribe in the nautilus UI [20:05] ah ok [20:07] ah for extra bonus points, the photos are on an external hard drive currently [20:08] and it seems u1 only syncs things under ~ ? [20:10] and isn't tricked by symlnks [20:12] sshfs, however... [20:13] indeed, we don't symlinks. and you can't sync external drives [20:14] because it is basically only guaranteed to fail miserably, in the synchronization case; which is the service we provide :) [20:14] yeah [20:14] sshfs seems to be failing slightly oddly as well [20:14] do you not sync things on different filesystems? [20:15] i selected sync this folder and it said it did it [20:15] but it's only created the folder in u1, not synced any of the files [20:15] mwhudson: how many files is it? [20:15] dobey: 34 [20:15] mwhudson: it could just be slow; what does u1sdtool --waiting say? [20:16] dobey: apart from gtk-warnings, nothing [20:16] mwhudson: what about u1sdtool -s [20:17] dobey: http://paste.ubuntu.com/740546/ [20:18] hrmm [20:18] maybe it does check that files are actually local in syncdaemon. [20:18] mwhudson: what does it say for that folder, in u1sdtool --list-folders [20:19] Folder list: [20:19] id=bcda31eb-6808-47fa-81a0-c44d0dfc1570 subscribed=True path=/home/mwhudson/exp/Vienna_EGU_06 [20:19] id=a0991a67-ccbd-4fae-bca4-99392c58d8d2 subscribed=True path=/home/mwhudson/Pictures - Nexus S [20:20] mwhudson: i'm guessing the Vienna one is the folder in question? [20:20] dobey: yeah [20:20] it says subscribed though; hrmm [20:21] facundobatista, __lucio__, verterok: ^^ does one of you know anything about this? [20:21] mwhudson: you're on oneiric right? [20:22] dobey: yep [20:22] dobey, mwhudson: there is a bug about some path filtering problems on just created UDFs, let me lookup the number [20:23] mwhudson: I think the workaround is to restart syncdaemon, u1sdtool -q && u1sdtool -c [20:23] sounds like a feasible workaround [20:24] ah, that got me a notify-osd bubble at least [20:24] the bugnum is #869920 [20:24] ubot4: ? [20:24] bug 869920 [20:24] Launchpad bug 869920 in ubuntuone-client (Ubuntu) (and 2 other projects) "Files in new UDFs are not uploaded due to filtering (affects: 3) (heat: 27)" [High,Confirmed] https://launchpad.net/bugs/869920 [20:26] still not actually uploading though, u1sdtool -s says [20:26] u1sdtool -q [20:26] no [20:26] description: processing the commands pool [20:26] (x11, messing up copy and paste since 1987) [20:27] heh [20:27] does it say IDLE or WORKING below the connection info? [20:27] i guess patience is virtue [20:27] dobey: WORKING [20:28] mwhudson: what does --waiting say now? [20:28] dobey: a bunch of files [20:28] (the right sort of file, btw) [20:29] mwhudson: so it's working; just slow :) [20:29] eod for me...... i'll submit a branch this evening i hoppe [20:29] bye [20:37] dobey: it seems to not really be working actually [20:37] but maybe this is a generic file sync issue [20:38] mwhudson: if you grep for ValueError in ~/.cache/ubuntuone/log/syncdaemon.log; does it give you lots of I/O Error resulsts? [20:38] dobey: a few yeay [20:38] ValueError: I/O operation on closed file [20:38] *yeah [20:38] mwhudson: ok, so you are also hitting that bug :-/ [20:40] dobey: this one? https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/872924 [20:40] Launchpad bug 872924 in ubuntuone-client (Ubuntu Precise) (and 5 other projects) "Resuming a failed upload crashes with ValueError: I/O operation on closed file (affects: 24) (dups: 3) (heat: 134)" [Critical,Fix released] [20:40] mwhudson: yes [20:40] dobey: is there a package in -proposed yet? [20:41] mwhudson: apparently the package isn't accepted into -proposed yet [20:41] mwhudson: it's uploaded, just not accepted by archive admin [20:41] ah [20:41] i could grab the deb from precise? [20:41] you could, yeah [20:41] or have dependencies changed there? [20:42] shouldn't have; unless dpkg picked some weird shlib depends after building that aren't the same on oneiric [20:46] seems to have gone ok [20:49] except that now it seems to be reconnecting repeatedly :( [20:49] 2011-11-17 09:48:29,902 - ubuntuone.SyncDaemon.StorageClient - INFO - Connection lost, reason: [Failure instance: Traceback (failure with no frames): : [('SSL routines', 'SSL23_READ', 'ssl handshake failure')] [20:50] mwhudson: try restarting syncdaemon again? [20:57] dobey: woo, we have uploading happening [20:57] not terribly rapidly, it has to be said, but uploading [20:59] yay [21:12] hrmm. it's been a while since i've mentioned my overwhelming dislike of python [21:17] most of them have the SVG on the server too i think [21:17] i don't really recall [21:17] err, doh [21:21] haha uploading a bunch of files from my sshfs mount means that ssh & sshd are fighting for my cpu [21:34] * nessita is back [22:13] later all [22:21] bye dobey [22:27] how much is u1 affected by latency? [22:40] ok, I'm off crowd [22:40] bye all!