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

fishsceneHello. I would like to have my entire contacts database erased/reset/deleted. Is there anyone who can do this?00:25
fishsceneMy contacts section on the ubuntu one website has been in an error state for 6 months or more, and I have 200+ contacts that can not be synced to any device and are not viewable/editable on the ubuntu one website. I can resync these contact from my phone to my ubuntu one account, but only if the database backend is reset or something.00:29
dobeyfishscene: http://voices.canonical.com/ubuntuone/?p=94300:31
fishscenebummer00:34
fishsceneSo no hope of having my contacts database reset even though it doesn't work when they say it should =\00:34
fishscenedobey: Thanks for the info though. I suppose I'll wait and bug them after they're done with the upgrades. :)00:35
karniNight o/01:01
=== eu is now known as Guest49641
hrwhi07:26
hrwwill there be an option to set folder as 'do not synchronize, just copy from machine xy to cloud'?07:27
hrwhrw@lumpek:Ubuntu One$ find . -name *u1conflict|wc -l07:28
hrw8507:28
hrwI use those data only on one machine and u1 daemon is running on few machines07:28
hrwand it is not fun when firefox lost extensions/options/bookmarks/passwords just because I keep profile on u107:30
ryehrw, him what version of U1 are you running?08:16
* rye adds the firefox profile dir to U1, sans Cache directory08:37
JamesTaitThoroughly happy Thursday, everyone! :)08:45
mandelJamesTait, hello :)08:45
JamesTaitmandel: o/08:45
hrwrye: precise one08:46
hrwrye: but problems were present even with oneiric one in past08:47
ryehrw, I have started syncing firefox profile now, I suppose I should experience this shortly too08:47
ryehrw, i suppose sqlite dbs were moved to conflict files?08:47
hrwrye: I use this laptop rarely - mostly on conferences08:51
hrwrye: http://paste.ubuntu.com/720497/08:51
hrwrye: was planning to use U1 to share some of .dotfiles between machines but looking at mess which my firefox profile is I will rather skip it and keep them in git08:52
hrw                 08:56
hrwsorry - network problems at conference08:57
gatoxhi!10:06
mandelgatox, buenas!10:06
gatoxmandel, como va?10:07
gatoxmandel, +1 to the branch10:17
mandelgatox, sweet, lets land it :)10:23
mandelgatox, you need to update your ubuntuone-dev-tools or you wont be able to runt tests today10:24
mandelgatox, the fix landed10:24
gatoxmandel, ok.....10:25
mandelgatox, once you have the new tools, can you run the tests in all the other projects but ubuntuone-client and let me know if they pass?10:28
gatoxmandel, ok, let me finish the upgrade..... i'm upgrading several packages10:29
gatoxmandel, brb, have to restart10:34
mandelgatox, ok, I'm in 12 failing tests.. is good compared to 200 :D10:55
gatoxmandel, jeje i'm looking for the deb..... upgrade didn't do the trick it seems10:56
mandelgatox, just do a python setup.py install from lp:ubuntuone-dev-tools10:56
mandelgatox, maybe the build takes a little too long10:56
gatoxmandel, ahhhhok10:56
mandelgatox, I fear that we also have broken tests in the other projects which means that we will be block when trying to land anything :(10:59
mandelthe sooner we fix this..11:00
gatoxmandel, i'm running the tests11:00
gatoxmandel, woww....... something is really wrong11:00
gatoxmandel, wait, i need to test it with this branch too: https://code.launchpad.net/~tcole/ubuntuone-dev-tools/qname-in-errors/+merge/80549 ?11:01
gatoxbecause i'm getting 400 failures11:01
mandelgatox, fkndasasd11:02
gatoxyep...... ¬¬11:02
mandelgatox, a cagarla! where are you getting those?11:02
gatoxmandel, it seems that everything is related to this: ubuntuone.devtools.testing.txcheck.TXCheckTest.runTest11:03
gatoxare you sure the branch landed?11:03
gatox[FAIL]11:04
gatoxTraceback (most recent call last):11:04
gatox  File "/usr/local/lib/python2.7/dist-packages/ubuntuone-dev-tools/ubuntuone/devtools/testing/txcheck.py", line 355, in run11:04
gatox    raise problem11:04
gatoxubuntuone.devtools.testing.txcheck.MissingReturnValue: MissingReturnValue for ActivationDetectorTestCase.setUp11:04
gatoxubuntuone.devtools.testing.txcheck.TXCheckTest.runTest11:04
gatoxone of the cases11:04
mandelgatox, yeah, I know.. the way I solve it is by using a @defer.inlineCallbacks in the setUp because the setUp in theory returns a deferred11:05
tcoleyeah, the txcheck stuff checks for common problems when chaining deferreds in setUp/tearDown11:06
tcoleyou need to make sure that setUp and tearDown return deferreds11:06
tcoleand that those deferreds are chained with the deferred obtained from calling super().{setUp,tearDown}11:06
mandeltcole, yep, so @defer.inlineCallbacks is the way I have been fixing those :)11:07
tcolethat tends to be the easiest approach yeah11:07
tcolejust add the decorator and yield the return value of super().etc... and you're good11:08
mandeltcole, on it, problem is that there are lots :)11:09
tcolelet me know if I can help11:15
ryehrw, i am not sure you would want to have the whole firefox profile under ubuntu one control. the performance impact on the disk is substantial. Zeitgeist is logging the changes and it is being fed a constant stream of changes for sessionstore.js and other files11:25
mandelgatox, tcole please take a look: https://code.launchpad.net/~mandel/ubuntuone-client/fix-tests/+merge/8055411:42
* mandel walks dog11:42
gatoxack11:44
tcolemandel: +111:46
gatoxmandel, +q12:40
gatox+112:40
=== eu is now known as Guest15678
=== Guest15678 is now known as adorilson
mandelgatox, tcole cool :)13:05
mandelgatox, I'll move to the control-panel to get that fixed :)13:06
gatoxmandel, ok!!13:06
hrwrye: zeitgeist is one of things which never gets installed on my machines.13:13
nessitahello everyone13:20
gatoxnessita, hi13:21
mandelok, I have to say this here: La puta!!, 662 fail in control panel!!13:21
mandelnessita, hello, we have had better days :P13:21
nessitamandel: why?13:21
nessitahi gatox13:22
gatoxnessita, i couldn't update my branches, because we are working in the broken tests with mandel13:22
tcolenessita: we finally landed/enabled the correctness checks for setup/teardown in twisted tests13:23
tcoleit's been ... enlightening13:23
dobeyheh13:23
nessitatcole: hi there! did you check the rest of the suite before landing the fix? :-)13:23
tcolenessita: ?13:24
dobeymaybe we should add an option to toggle that check on13:24
nessitatcole: I mean, did you confirm the u1client and u1controlpanel and etc tets suite kept passing?13:24
tcolenope13:24
tcoleif they don't pass, they're actually really seriously broken13:24
tcolemaybe not in a fail-all-the-time way, but in a pass-only-by-luck way13:25
mandelnessita, u1-client is fixed, I'm working on control panel atm13:25
nessitatcole: I know, but, we can't just broke everything in a minute... in a future, it wuld be a good idea13:25
nessitatcole: to give some heads up before landing13:25
tcoledon't shoot the messenger13:25
tcolebut yeah, it could have been better coordinated13:25
dobeywell, fwiw, i don't think tarmac has the new version installed13:25
nessitatcole: well, that branch was yours, right? :-)13:25
tcoleI meant don't blame the branch for breaking anything :)13:26
tcoleit just made existing breakage manifest13:26
nessitatcole: I understand how your branch is "correct", but we can't break all the passing suites all the sudden. I agree on fixing things, but we need some heads up13:27
nessitatcole: so you could propose the branch and let me and the ubunet-discuss list know about it13:27
tcolewell, the one thing I didn't expect was that it would go into use right away13:28
nessitaso each one can commit to have their suite passing with that branch within some time frame13:28
tcoleI thought we were either using versioned sourceeps, or packages13:28
nessitatcole: nightlies are being built on every branch land, and we're using that in the desktop13:28
dobeytcole: btw, your qname-in-errors branch has 2 approve votes13:28
tcoleah, that I did not know13:29
tcoleI thought we could do it like in the past when we update the branch and then increment sourcedeps for each dependent project as they were updated to pass13:30
nessitatcole: nah, that's just server :-)13:30
dobeynightlies will also get installed in tarmac if someone runs apt-get upgrade in the vm, or if it breaks and a new puppet deployment happens13:30
tcoleyeah, I've been away from client for a long time13:30
tcolemm13:30
dobeytcole: it would be trivial to add a command line option to enable the check13:31
nessitatcole: is ok, I was just trying to plan for a future situation ;-)13:31
tcoledobey: if we end up blocked for more than a few hours, let's consider it -- but given how frequently people make these mistakes, it needs to be the default asap13:32
tcole(more than a few hours, counting from an hour or two ago)13:32
dobeytcole: sure. i'm just making the suggestion. personally, i think if correct things cause broken things to manifest their breakage, then fix the broken stuff, not the correct one :)13:32
tcoleWell, I can do a branch in the meantime13:32
tcolebut yeah13:33
tcoleI'm happy, at least, that we've not had trouble with false positives so far13:33
dobeyalthough "correct" things that break your own API are just f'n broken (grrr, gtk)13:33
dobeyheck, if u1client was that easy to fix, it shouldn't be a problem :)13:35
tcolewhat I would have liked, actually, would have been a good option to make these things warnings at first, rather than hard errors13:35
tcolebut it wasn't really immediately obvious that there was a nice way to do that with unittest13:36
tcoleyeah, most of the mistakes are trivial13:36
dobeyyeah i'm not sure how to do that with unittest.13:36
tcolejust easy to make13:36
tcoleI hate that twisted makes the obvious things wrong, more than asynchrony needs to13:37
nessitatcole: having a warning.warn in setup?13:37
tcoleit's tricky13:38
tcolewe want to warn about the specific set of test classes which are getting run13:38
tcolethere doesn't seem to be a good way to accurately capture that except via the actual test loader we use13:39
dobeyoh neat13:39
dobeyclient dailies got requested to build successfully it seems13:39
dobeyit would be nice if unittest had a WARNING type of result for a test, rather than just pass/fail/error/skip13:41
tcoleyeah, that's exactly the problem I ran up against13:41
dobeyi guess we could perhaps write one13:41
dobeybut meh13:41
mandelI want it to be orange!13:42
dobeyit will be burnt orange just like the 70s were13:43
gatoxmandel, ¬¬13:43
=== m_conley_away is now known as m_conley
mandel:)13:43
gatoxjeje13:43
dobeyspeaking of the 70s13:44
dobeycheap trick just came up on my playlist13:44
alecuhello all!13:47
dobeyhola alecu13:48
nessitahi alecu13:48
gatoxalecu, hi!13:48
mandelI guess we have no standup, right?13:50
mandelbecause we are 20 min late :P13:50
gatoxmandel, i guess not13:53
nessitamandel, gatox, alecu: you can do it now! I love to read it13:55
gatoxme13:56
nessitame13:56
gatoxmandel, alecu ping13:58
gatoxnessita, should i start? :P13:59
nessitayes!13:59
nessitagatox: go13:59
gatoxDONE:13:59
gatoxWoke up and found out that mandel was going crazy with the broken tests.13:59
gatoxTODO:13:59
gatoxKeep fixing the broken test in sso and the installer, fix some branches in order to land them, keep working in the unicode huge issue!13:59
gatoxBLOCKED:13:59
dobeyyay13:59
gatoxNo13:59
gatoxnessita, go :P13:59
nessitaDONE: sprinting, talking a lot14:00
nessitaTODO: more of the same! finish branch for I/O failure14:00
nessitaBLOCKED: no14:00
nessitaNEXT: dobey? alecu? mandel?14:00
mandelgoin, writing notes, one sec14:00
* alecu is writing notes14:00
dobeyλ DONE: survey, fixed SRU review issues14:00
dobeyλ TODO: tarmac puppet conf updates14:00
dobeyλ BLCK: No.14:00
mandelgoin, writing notes, one sec14:01
mandel?14:01
mandelDONE: Found bug 882440 and fixed it. Also found 882446 and fixed it. Rereview nessitas branch.14:01
mandelTODO: Look at control panel issues relqted with the above. Propose auto-update branch.14:01
mandelBLOCKED: no14:01
ubot4Launchpad bug 882440 in ubuntuone-dev-tools "The testing package is not installed by setup.py (affects: 1) (heat: 6)" [High,Fix committed] https://launchpad.net/bugs/88244014:01
mandelnessita, you have a +114:03
alecuDONE: team mumble, got pyqt4 in linux crossing an ntlm isa server! both http and CONNECT versions, devised storage protocol "ping"-like check14:03
alecuTODO: work on tunneling using qt414:03
alecuBLOCKED: no14:03
nessitamandel: yey!14:04
nessitaalecu: any news on the review?14:04
alecunessita, I didn't get much further yesterday, sorry.14:05
nessitaalecu: could you please allocate some time today? is so big that almost any new branch on trunk will cause conflicts :-/14:06
alecunessita, I'll work on it today, I'll promise :-)14:06
nessitaalecu: thanks!!!14:06
dobeyTodo: relearn how to read sheet music14:06
nessitadobey: glad it was with two e's! ;-)14:06
nessitaok, I'll brb14:13
nessita(later)14:13
mandelthat is a bbl, right?14:16
dobeyheh14:32
tcolebbl myself14:34
gatoxalecu, ralsina is going to have 1-1 today with us?? or he is not working et al? i don't remember that14:35
mandelgatox, his is travelling, right?14:36
gatoxmandel, i tought that he take the day off today and travel tomorrow..... but maybe i'm wrong14:36
alecugatox, I believe he's not coming, so no 1-1 today14:43
gatoxalecu, ok, thanks14:43
* mandel is half way though the tests in control panel \o/14:46
gatoxmandel, i'm almost finishing sso14:46
gatox:S14:46
mandelgatox, I had 600 fails :(14:48
gatoxyacks14:48
nessitamandel: still trying to fix the controlpanel suite?14:48
mandelgatox, most borring work EVER14:48
gatoxmandel, totally14:48
mandelnessita, I've got only 100 tests left of 600 :D14:50
=== yofel_ is now known as yofel
nessitaalecu, mandel: can we move the talk one hour earlier?14:51
nessitathat is, in 10 minutes?14:51
nessitaI got released from an activity so I would like to catch up with you re:proxy14:51
dobeywait what?14:52
nessitadobey: what where who?14:52
dobeynessita: there was a meeting re: proxy scheduled for 1 hour from now?14:53
nessitadobey: only a catch up from me with alecu and mandel14:53
nessitasince they ae starting working on that next week14:53
mandelnessita, sure, I have no problem14:53
nessitadobey: do you want to be there?14:53
nessitawe'll have to skype instead of mumbling14:54
dobeynessita: in the meeting yesterday it was suggested to have another meeting about proxy stuff; and i told alecu i should be in it14:54
mandelnessita, sure, do I have you? I remember you have a work an non work accounts, right?14:54
nessitadobey: hum... that was not in the summary email from roberto14:55
nessitadobey: you can join us in 5 minutes in skype, if you want14:55
nessita(if alecu can)14:55
dobeyhow long will it be? :)14:56
nessitadobey: hem.... one hour top I would say (45' ideally)14:57
dobeyugh14:57
dobeyi will need to go get lunch soon14:57
nessitadobey: what time is for you? I thought that now we both were in the same timezone14:58
nessitais it 11am for you now?14:58
dobeynessita: we are in same timezone, but i'm not on UDS schedule until next week. i don't normally eat breakfast, and eat lunch a little earlier14:59
nessitadobey: ah, I see. At what time would you need to be free?14:59
dobeywell you can have it, and just take notes, or record it15:01
gatoxyeyyyy from 600 tests failing to 10.... fixing those 1015:01
mandeldobey, I think is just catch up, there should not me much more info that yesterday15:01
dobeyi just wanted to arg^H^Hdiscuss the technical details15:02
mandelnessita, shall we wait for alecu then :)15:02
mandeldobey, hehehe15:02
nessitadobey: you against something in particular?15:02
nessitamandel: yeah...15:02
dobeywell it seems like the suggestion is to just use qt to solve the problem everywhere. and that's not really feasible to me15:03
mandeldobey, its an understandable complain, I think it has to be a valance between time to market and being nice with the platform15:05
mandeldobey, the idea of using a diff process for sd does not sound good to my ears on linux for example15:05
nessitadobey: qtnetwork, which is a network library independent from the UI library. So is not strictly *qt*, but I understand your point. I kinda agree with you, but if that really solves all the proxy issues in a clean way, and we have no better choice, we may need to give it some consideration.15:06
nessitadobey: do you have any other option that solves all the proxy issues? (btw, did you read alecu's report on proxies?)15:07
dobeymandel: b in english is b, not v :)15:08
dobeynessita: my point is that it won't solve all the proxy issues in a clean way :)15:09
dobeyyes i read the doc15:09
mandeldobey, sorry, I make the same mistake in all langs, in Spain we pronounce them the same, and we write movil, so I get confused :P15:10
dobeymandel: :P15:10
nessitadobey: I see. Besides the SD proxy issue not being solved by qtnetwor, is there any other issue?15:11
dobeynessita: well, a separate qt process for the protocol, doesn't solve the problem for things using the REST API in SD, via urllib or whatever.15:12
spartan2276if I change my host and hostname will this affect my Ubuntu one?15:12
mandelnessita, one question about control panel, why do we use defer from python and not the twisted one?15:12
dobeyi think the first thing that should be done, is to reduce the number of HTTP libraries in use, to the base minimum15:12
nessitadobey: right, the fix is using qtnetwork to do the url opening15:12
mandelnessita, that would be in test_pacakage_manager.py15:12
dobeynessita: to do that we would need to use the qt main loop in sd, no?15:13
dobeyspartan2276: likely, yes. you will probably need to log in again, as the machine name is used to distinguish tokens15:14
dobeywell thanks for leaving right as i was typing an answer15:14
dobeypeople are so impatient15:14
nessitadobey: hum, I will have that in mind when talking to the guys15:15
nessitaalecu: you around?15:15
mandeldobey, they are used to a fast internet connection :)15:15
nessitamandel: yeah,we don't want the controlpanel depending on twisted15:15
nessitamandel: what problem is causing you? it should not cause any issue15:16
mandelnessita, dobey that is why qtnetwork is not to be used in sd but to use a diff process to tunnel it, which is ugly15:16
mandelnessita, just curious15:16
dobeymandel: that doesn't work for the urllib calls15:16
nessitamandel: but what about the rest api calls?15:16
dobeyand also, making a proxy to proxy the calls through a proxy, seems a bit… off :)15:16
mandeldobey, I agree.. I think the problem is the money and the time..15:17
mandelnessita, same problem :(15:17
nessitamandel: ok, let's keep talking about this with alecu15:18
mandelnessita, dobey yes, better with alecu since he has been looking into it15:19
dobeytime shouldn't be an issue15:19
dobeyif you make time to implement an issue, we're going to end up in the same boat with trying to develop based on urgency15:20
dobeyand the whole point of doing what we're doing with stable branches/etc, is to avoid that15:20
dobeyso we shouldn't make decisions based on that. we should make decisions based on what's correct15:21
nessitadobey: yeah, I agree we can't (keep) making decisions based on time hurriness15:21
dobeywe need to evaluate the options, decide what is most correct, rather than most quick, and make time estimates for what the most correct option will take, and develop that.15:22
nessitadobey: I agree. Not sure which is the more correct though... we definitely don't want to add proxy support to twisted ourselves15:23
dobeywell we probably have to do something like we did with the bandwidth limiting stuff15:24
dobeysurely there is some software out in the wild which uses twisted and works with proxies15:25
dobeyanywya, i need to go get lunch :)15:25
nessitadobey: well, alecu wa sin charge of researching this... and I trust him he did a good research15:25
dobeybbiab :)15:25
mandeltcole, nessita can you please takea look at lp:~mandel/ubuntuone-control-panel/fix-tests all tests pass except the ones that use pacakage_manager.inline_callbacks15:26
dobeyyeah i'm not saying i don't trust him, or he didn't do good research. but i do think he didn't necessarily have all the information, or that all the information he did have, was necessarily correct.15:26
mandeltcole, nessita I'm temted to use the inlineCallbacks from twisted, but I wanted to know if there is a better way15:26
nessitamandel: have a link?15:27
nessitamandel: it should not be the way, no, I'll take a look15:27
dobeyanyway, lunch time. we can argue more later :)15:27
nessitadobey: ack15:27
mandelnessita, I have not done an MP, let me get you the branch link15:28
nessitatcole: ping15:34
nessitatcole: what does the new check that you landed do?15:34
mandelgatox, ping15:44
gatoxmandel, pong15:44
mandelgatox, do you have the bug number about the broken tests in control panel?15:45
mandelgatox, I'm done with it :D15:45
gatoxmandel, oh sorry..... i didn't submit that one.... i only create the bugs for sso and the installer :P15:45
gatoxmy bad15:45
mandelgatox, puto ;)15:47
mandelgatox, hehe I'll do one then15:47
alecunessita, mandel, dobey: I'm back.15:49
alecumandel, pong15:49
mandelalecu, shall we do the mumble (although I'm running out of time)15:49
alecumandel, I thought it was scheduled in 10'!15:49
nessitamandel: yes, it was scheduled in 10 minutes15:50
alecumandel, oh, it's past 18 for you15:50
nessitaalecu: before I took a shoot and saw if we could do it earlier15:50
nessitaalecu, mandel: skype?15:50
mandelnessita, alecu I can stay a little longer, np :)15:50
mandelnessita, already there15:50
alecuis dobey coming too?15:50
alecuoh, skype.15:51
nessitaalecu: when he gets his lunch done :-D15:51
nessitaalecu: my mumble is not working...15:51
* alecu has not used skype in a while15:51
alecuok15:51
nessitaI will install O today or tomorrow, so hopefully it will work again15:51
mandelgatox, tcole please give me a review: https://code.launchpad.net/~mandel/ubuntuone-control-panel/fix-tests/+merge/80587 :)15:52
gatoxmandel, on it15:53
=== beuno is now known as beuno-lunch
nessitadobey: you back from lunch?16:12
gatoxmandel, +1 to your branch16:25
gatoxi'm uploading mine from sso right now16:25
gatoxmandel, alecu please review (fixed tests in sso): https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/tests-broken/+merge/8059616:28
gatoxnessita, ^ (or you if you are still around)16:28
nessitagatox: ack16:31
nessitagatox:16:32
nessitaubuntu_sso/qt/tests/test_controllers.py:16:32
nessita    1680:  [C0301] Line too long (80/79)16:32
gatoxcrap16:33
gatoxfixing16:33
nessitagatox: there is no need to add this:16:33
nessita    @defer.inlineCallbacks16:33
nessita    def tearDown(self):16:33
nessita        """Tear down."""16:33
nessita        yield super(PasswordLabeledEntryTestCase, self).tearDown()16:33
gatoxnessita, sure?...... that's way the test are broken....16:33
nessitagatox: no way :-)16:33
gatoxmandel, hey! answer! you told me that16:34
nessitagatox: remove it, and rmove all the addings for setUp and tearDown16:34
nessitagatox: you don't have to add a tearDown if it's not deifned16:34
nessitasame foe setUp16:34
nessitagatox: *if* setUp or tearDown is defined, you have to use inlinecallbacks + yield16:34
gatoxmandel, .......... i'm going to kill you......16:35
gatoxnessita, ok...... i'll fix that after lunch16:35
dobeysort of16:38
dobeynessita: back, but still eating. :)16:38
nessitadobey: can you join us in skype? I'd like you to be there16:38
dobeyfor how long?16:39
nessitaI have lunch at 1pm so... 20 min top16:39
dobeyok, i'm logged into skype16:39
nessitadobey: I don't have you!16:40
nessitayou wre dohbee?16:40
dobeyyes16:40
mandelgatox, why?16:48
* mandel rugby16:49
gatoxmandel, ok.... i'll tell you later :P16:49
mandelgatox, I told you if, you workaholic :)16:49
mandelhaha16:49
=== eu is now known as Guest26044
dobeyoi17:10
=== beuno-lunch is now known as beuno
Pooky1hi guys, i have trouble with ubuntuone17:17
Pooky1ubuntu one client says there is all files sync, bat when i open one folder is empty, on web i can see the files, bat it not sync to computer. is there any function how resync the folder? or download files in zip from web?17:18
dobeyPooky1: have you disconnected, and reconnected?17:22
Pooky1i try it17:22
Pooky1dobey: damit, still nothing17:31
dobeyPooky1: can you open a terminal, and restart syncdaemon by running "u1sdtool -q" waiting a few seconds, and then running "u1sdtool -c" and waiting a few (maybe several) minutes, to see if anything changes17:33
dobeyPooky1: we /are/ experiencing some slowness issues at the moment, which are being worked on. let me get someone who knows a little more about this to help you :)17:34
Pooky1dobey: i already did this, bat there is problem there is only one folder, which is not sync, there is 4 subfolders and 4 files, bat nothing of it is sync, its just empty17:35
duanedesignhello Pooky117:36
Pooky1hello duanedesign17:36
dobeyPooky1: i understand. duanedesign will try to help you further :)17:36
Pooky1dobey thanks17:36
duanedesignPooky1: is thi folder that is not syncing in your Ubuntu One folder?17:37
Pooky1duanedesign: yes it is ~/Ubuntu One/www/Problematic Folder/...17:38
duanedesignPooky1: could you open a terminal and run the command -  u1sdtool --waiting | wc -l17:38
Pooky1duanedesign: this command return "0"17:39
duanedesignhmm, ok17:39
* rye will be back in 40 minutes, past eod thoug17:39
ryeduanedesign, u1filestatus.py?17:40
ryehttp://people.canonical.com/~roman.yepishev/us/u1filestatus.py17:40
duanedesignPooky1: can you check this file to see it contains anything.  ~/.cache/ubuntuone/log/syncdaemon-exceptions.log17:41
Pooky1duanedesign: this file is empty17:42
duanedesignPooky1: could you pastebin(http://paste.ubuntu.com/) your ~/.cache/ubuntuone/log/syncdaemon.log  so I can look at it for problems.17:44
duanedesignPooky1: this file has filenames in it. If you do not want to pastebin it you can email it to me17:44
Pooky1duanedesign: there is http://paste.ubuntu.com/720930/17:46
* duanedesign looking17:47
Pooky1do you see somethink which can couse this problem? duanedesign17:55
duanedesignPooky1: could you try...17:56
duanedesignrunnning the command:   wget http://people.canonical.com/~roman.yepishev/us/u1filestatus.py17:57
duanedesignthen:  python u1filestatus.py17:58
Pooky1there is result : Ubuntu One folders:18:00
Pooky1 /home/pooky/Ubuntu One18:00
Pooky1Scanning folders...18:00
Pooky1Total: 12, local: 0, errors: 018:00
duanedesignPooky1: could you try moving the folder out of the ubuntu one folder18:03
alecudobey, http://developer.gnome.org/gio/unstable/GSocketClient.html#g-socket-client-set-enable-proxy18:03
duanedesignPooky1: Pooky1 wait this folder is something you uploaded to tthrough wwebUI?18:04
dobeyalecu: right. so there is a GProxyResolver thing. i think newer libsoup uses that by default :)18:05
alecudobey, I wonder what .exe exists for that on windows18:05
Pooky1duanedesign: nope, i18:06
Pooky1normaly put it in ubuntuone folder in my another pc18:06
dobeyalecu: and i think it pokes at the gsettings for the proxy config. it may not poke at the windows registry stuff, but it's probably trivial to add that so that it does work.18:06
Pooky1duanedesign: when i move it out of ubuntu one folder, data still stay on ubuntu one server?18:06
Pooky1or they will be deleted?18:07
dobeyalecu: i don't know if there is a current release of glib for windows anywhere. might be though18:07
duanedesignPooky1: yeah dont move it out18:07
dobeyalecu: i really need to figure out this race condition in banshee though. :(18:07
duanedesignPooky1: could be some problem with corrupt metadata. We can delete the metadata folder and let Ubuntu ONe recreate it18:09
Pooky1duanedesign: ok, and how can we do it?18:09
duanedesignPooky1: run the command:  u1sdtool -q18:10
Pooky1k18:10
duanedesignPooky1: then:  rm -rf ~/.local/share/ubuntuone18:11
duanedesignPooky1: and reconnect:   u1sdtool -c18:11
Pooky1ok18:11
Pooky1nice!18:13
Pooky1there is structure18:13
Pooky1and it looks like sync the files :)18:13
duanedesignso we are making proggress \0/18:14
Pooky1yea18:15
Pooky1it works now18:15
duanedesignPooky1: ok great18:15
Pooky1thanks for help :)18:16
duanedesignPooky1: my pleasure, anytime18:16
=== gatox is now known as gatox_away
=== zyga is now known as zyga-afk
=== zyga-afk is now known as zyga
=== gatox_away is now known as gatox
dobeycrap. totally forgot i had an appointment 20 minutes ago. bbiab20:24
vdshello21:01
vdsI'm trying to test the last fix on staging but looks like it has not been deployed yet21:01
vdsI was wondering if it's ok wwith you if I start a freaky friday thing21:02
vdsI tried a couple of times before the summer but stopped, it was a couchdb thing that doesn't make sense anynore...21:02
=== m_conley is now known as m_conley_away
dobeyvds: wrong channel?21:08
vdsops21:09
dobeyvds: or i think you were trying to /query that to someone :)21:09
vdsdavidcalle_, just wrong channel21:09
dobeyand i'm not davidcalle_ :)21:09
dobeyanyway21:09
davidcalle_Hum?21:10
dobeyyou should get to sleep maybe ;)21:10
dobeyand i am heading off for the evening. have a good one :)21:10
nessitalisette: https://wiki.ubuntu.com/MessagingMenu21:28
=== gatox is now known as gatox_away
=== gatox_away is now known as gatox

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