/srv/irclogs.ubuntu.com/2011/01/13/#ubuntuone.txt

alecuok, this is EOD for me.00:06
Chipacarye: no... nightlies are going to break real son00:16
Chipacasoon00:16
ryeChipaca, should i build a stable nightlie before it all breaks for my amusement?00:16
TrickyJByee all friends :)01:13
IdleOneCan someone help me/tell me why Tomboy refuse to sync?02:46
IdleOneno rush on that, feel free to ping me anytime :)02:50
Adrien_hey what happened to all my data?05:58
Adrien_i mean it's been a while since I used ubuntu one but does anyone know when if I can expect to get it back05:59
otto__rye, are you online?11:33
ryeotto__, yes, hi!11:34
otto__rye, remember me from last evening with the bug about ubuntuone filling my /tmp ?11:34
otto__rye, bug analyzed and posted at https://bugs.launchpad.net/ubuntuone-client/+bug/70230911:35
ubot4Launchpad bug 702309 in ubuntuone-client "Ubuntuone-process makes hunders of files like /tmp/tmpXXXX, fills hard dirve (affects: 1) (heat: 6)" [Undecided,New]11:35
duanedesignhello rye11:35
ryeotto__, created and kept open, awesome11:35
otto__The problem is happening at the moment, I could debug more.11:35
ryeotto__, what version of ubuntu are you running?11:36
ryeduanedesign, hi!11:36
otto__lucid11:36
ryeotto__, ok, great11:36
ryeotto__, could you please attach ~/.cache/ubuntuone/log/syncdaemon.log ? and then see whether you can collect some debug output by killing ubuntuone-syncdaemon and running it as /usr/lib/ubuntuone-client/ubuntuone-syncdaemon --debug > ~/syncdaemon-debug.log11:40
otto__attached ~/.cache/ubuntuone/log/syncdaemon.log11:42
ryefailure TRY_AGAIN11:43
ryefacundobatista, hmm, is it possible that upon receiving TRY_AGAIN on upload (bug #702309) the client does not close the filehandle but moves to another content queue item thus accumulating the deflated files?11:44
ubot4Launchpad bug 702309 in ubuntuone-client "Ubuntuone-process makes hunders of files like /tmp/tmpXXXX, fills hard dirve (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/70230911:44
facundobatistarye, let me see...11:50
facundobatistarye, on one hand, the deflated file is created when the Upload starts, and removed if the Upload fails, or finish successfully11:50
facundobatistaTRY_AGAIN is retryable, so the deflated file is not removed (as will be used again)11:51
duanedesignrye: i keep forgetting the command to run evolution in Maverick+ for debug info. It is no longer /usr/lib/evolution/evolution-data-server-2.28. is it e-addressbook-factory11:53
facundobatistarye, on the other hand, when a command is retried, it's queued on top of the queue11:53
facundobatistarye, so, it should not happen because of that11:53
facundobatistarye, otto__, there is something ugly in that log... why are you receiving TRY_AGAIN for all those different files?11:56
otto__facundobatista, you tell me :)11:56
facundobatistaotto__, I'd need a debug log, from start11:57
otto__"TRY_AGAIN is retryable, so the deflated file is not removed (as will be used again)" does not sound good. This would mean that if I upload a 40 GB directory, I'd need 40 GB /tmp space. You shouldn't duplicate all my new uploadable files.11:59
=== teknico is now known as teknico_away
facundobatistaotto__, we don't deflate all files at once11:59
otto__facundobatista, on my computer it looks like it is trying to deflate all files at once12:00
otto__why else put 22Gb+ stuff in tmp?12:01
ryeduanedesign, well, yes...12:01
facundobatistaotto__, we may have a bug, that's why I need the debug logs12:01
ryerodrigo_, ping, is there any news regarding couchdb evolution corruption?12:01
otto__facundobatista: first 15 minutes logged at http://otto.kekalainen.net/u1-bugs/syncdaemon-debug-1344-1359.log. I won't attach it to the bug report, since file names contain private data and I don't want to make the bug private either (in case somebody else has the same problem).12:04
otto__facundobatista: Interesting. Now when I'm running in debug mode, upload started immediately and I didn't have to wait for hours. Also, in stead of files like /tmp/tmpXXXXXX I can now see a file name /tmp/000108.jpg and it's a picture from my folder ~/Kuvat uploading.12:07
ryeo_O12:07
facundobatistaotto__, debug mode does not change behaviour, just what is logged and what it doesn't12:08
otto__u1sdtool --waiting-content | wc -l shows now 715212:08
otto__u1sdtool --current-transfers is Current uploads: 0 Current downloads: 012:09
otto__Network shows 140 KB/s uploading..12:09
ryeotto__, is there anything in u1sdtool --waiting-meta ?12:09
facundobatistaotto__, OTOH, syncdaemon is quite self-fixer12:10
facundobatistaotto__, you can use nethogs to see who's using your network12:11
otto__facundobatista, installing nethogs.. however the network upload dropped now to 0. u1sdtool -s shows State: READY and offline. I'll try u1sdtool -c12:13
facundobatistaotto__, if it's in READY, it's not using the network12:16
otto__facundobatista, Yes, appatently it went offline by itself. I already ran u1sdtool -c. It is now in State: SERVER_RESCAN12:17
facundobatistaotto__, it does not go offline by itself unless a serious problem happened12:20
facundobatistaotto__, search for Traceback or ERROR in the logs12:21
otto__facundobatista: I guess there is a serious problem then. It is still in State: SERVER_RESCAN. If it behaves like before, it will take hours until the uploading starts and /tmp gets filled. I'll send you the debug log then. Is there anything else I can do to help you help me?12:22
otto__Now State: QUEUE_MANAGER. /tmp/tmpfPFtnz appeared. No outgoing traffic. 50 MB log at http://otto.kekalainen.net/u1-bugs/syncdaemon-debug.log12:28
otto__queues: WORKING_ON_CONTENT12:29
facundobatistaotto__, all that is fine12:29
facundobatistaotto__, the tmp file appears when it started to zip the original file12:29
facundobatistaotto__, is the tmp file growing?12:30
facundobatistaotto__, how is your disk space left?12:30
otto__yes: 1885569024 2011-01-13 14:30 tmpfPFtnz 1968390144 2011-01-13 14:30 tmpfPFtnz. 20 GB free disk space.12:30
facundobatistaotto__, 2GB of deflated file? wow12:32
otto__facundobatista: there is a sync icon on our wedding video (12,5 GB)12:33
facundobatistaotto__, your last log file does not have any error, but note that your SD starts disconnected, so the serious problem may made it restart, and that rotated the log12:37
facundobatistaotto__, still ziping the file?12:37
otto__3,9G 2011-01-13 14:37 tmpfPFtnz12:38
otto__yes12:38
rodrigo_rye, I committed a fix in couchdb-glib that should have been in the nightlies in the last couple of weeks12:57
rodrigo_rye, still seeing it?12:57
ryerodrigo_, looking, in any case could you please update bug #673568 (e.g. attach the branch reference) ?13:00
ubot4Launchpad bug 673568 in evolution-couchdb (and 1 other project) "Error modifying contact, other error when saving contacts (affects: 30) (dups: 4) (heat: 146)" [High,In progress] https://launchpad.net/bugs/67356813:00
rodrigo_rye, it was done in git, no bzr branch13:03
rodrigo_but yes, updating the bug13:03
otto__facundobatista: done at 12G 2011-01-13 15:09 tmpfPFtnz and then it moved on to make new files, like 50M 2011-01-13 15:09 tmpB0RXfb, 17M 2011-01-13 15:09 tmpiOH5Cu, 7,6M 2011-01-13 15:09 tmppiaYKw13:10
otto__facundobatista: uploading at 120KB/s, nethogs tells it is program /usr/bin/python13:11
facundobatistaotto__, debug logs at this point, please13:11
facundobatistaotto__, you can see which python program is with the pid13:12
otto__facundobatista: uploading http://otto.kekalainen.net/u1-bugs/syncdaemon-debug-1400-.log13:17
facundobatistaotto__, let me know when it finished uploading13:19
otto__facundobatista: http://otto.kekalainen.net/u1-bugs/syncdaemon-debug-1400-.log done (15 minutes ago, I was away a while)13:39
ryerodrigo_, while trying to create a contact in Maverick w/ nightlies i received a Segfault13:39
ryerodrigo_, doing gdb13:39
facundobatistaotto__, it always helps to zip these logs13:43
ryerodrigo_, http://paste.ubuntu.com/553598/ :(13:51
ryerodrigo_, crash upon creating new contact13:51
facundobatistaotto__, which client version are you using?13:57
facundobatistaotto__, which Ubuntu do you have?13:58
facundobatistaotto__, wow, you have a pre-generations client!14:00
facundobatistarye, did we backport generations to lucid?14:01
facundobatista__lucio__, ^ ?14:01
otto__facundobatista: I'm running lucid with all the latest updates.14:02
ryefacundobatista, not in main, only in nightlies, lucid standard is still running pre-generations support as far as I know14:03
facundobatistarye, wow14:03
facundobatistarye, is there a way for otto__ to use newer client without going into nightlies? nightlies is not rock solid (it's just trunk)14:03
facundobatistaotto__, yes, we have a bug in that version than when a retryable failure happens, other command is queued, so other Upload enters into it, and start zipping other file14:05
ryefacundobatista, there is also "ubuntuone/stable" which is somehow more stable than trunk, need to check it now for lucid14:05
facundobatistarye, it has 1.4, right?14:05
facundobatistaotto__, you should seriously consider upgrading the client version if will handle thousands of files14:06
ryefacundobatista, should be ubuntuone-client - 1.4.4.1-0ubuntu1~lucid114:08
otto__rye, facundobatista: I am a U1 paying customer and I've spent several days of my spare time to fix U1 bugs (this isn't the only one) because I want to support Ubuntu/Canonical. This isn't about how I can get my stuff working, but about how you can get your stuff working for everybody. Please fix this bug by releasing a new client for Lucid which everybody would use.14:10
facundobatistarye, but that is not lucid by default, right? I just checked and bzr+ssh://bazaar.launchpad.net/~ubuntuone-control-tower/ubuntuone-client/trunk *has* generations14:10
karnihellow fellow developers!14:10
facundobatistaHola karni14:10
karnihey facundobatista14:11
ryefacundobatista, lucid has 1.2.2-0ubuntu2 by default14:11
otto__rye, facundobatista: I need to go shopping. Comment on #702309 if you come up with a solutiong.14:11
otto__bye!14:11
karnibeuno: hello there!14:11
facundobatistaotto__, bye! thanks for your help14:12
beunoheya karni!14:17
karnibeuno: :)14:17
AJenbohttp://img31.imageshack.us/img31/7940/7d405ef594dc4a0597a91a0.jpg14:24
AJenbooops14:25
karniverterok: Hello my dearest developer! If I want to sync-up (upload) a modified file, I should 1. unlink the old version and 2. upload the new copy - is that correct?14:33
verterokkarni: hi14:34
karniverterok: hello :)14:34
verterokkarni: no, you just upload the new content to the same file14:34
karniverterok: oh, great! so I use the same nodeId, right?14:34
karnigood. thanks verterok !14:34
verterokkarni: yes, but you need to provide the "old" hash14:34
* karni nods!14:35
thisfredGuacamole!14:36
verterokkarni: btw, the size = 0 in the delta info objects is a bug in the server.14:46
karniverterok: o oh14:47
verterokkarni: I have the tests...now I "just"need to fix it :p14:48
karniverterok: thanks for the heads up. I don't need it right now, possibly in Feb/March.14:48
karniverterok: heheh :) take your time.14:48
verterokok14:48
karniverterok: (so that I can compute fast the size of a UDF and if the user wishes to sync, say 'hey.. this won't fit onto your phones memory!' ;) )14:49
verterokahh, ok14:49
karnibeuno: (when you're here), aquarius, CardinalFang: I'd like to setup scheduled sync of files. Question is - when. Do we expect the user to run the app at least once? Or should it know it's supposed to sync periodically even in case of phone reboot (for that, we need another permission)14:52
karniI think the additional permission makes sense. We thus automate behaviour, and a user can still go the app and disable sync at all.14:53
CardinalFangkarni, I think it's okay to ask for boot-time startup.14:54
karniCardinalFang++14:54
CardinalFangReceive boot announcement.  Schedule something to happen.  Exit.14:54
karniCardinalFang: exactly14:54
karniOnce background data is disabled by user, sync has no effect. Once the user disables syncs, in such case it disables the 'scheduled alarm'14:55
rodrigo_rye, just did a fix for your crash in evo-couchdb, pushing to git in a minute, so should be in the next nightly15:13
ryerodrigo_, ok, will be monitoring nigthtiles and poking you :)15:14
ryerodrigo_, is there a web if for evo-couhcb git?15:14
rodrigo_rye, git.gnome.org15:17
ryerodrigo_, sweet!15:20
CardinalFangthisfred, know of this?  http://beets.radbox.org/15:57
dobeycan i get some reviews on: https://code.launchpad.net/~dobey/ubuntuone-client/gsd-listen-only/+merge/46131 please?16:04
ralsinadobey: I'll take a look16:06
ralsinadobey: approved, but I am assuming you know what you are doing there.16:07
ralsinadobey: because I don't (at least I don't know if that causes problems elsewhere, so I assume it doesn't)16:07
dobeyit doesn't16:07
dobeythere is no reason that the gsd plug-in should ever request credentials, and it doing so causes ubuntu-sso-login to start at log-in, when it has no need to do so16:08
ralsinadobey: ok, then16:11
dobeythough, now i see another issue there16:12
dobeyoh no, not another issue actually16:16
dobeyk16:16
thisfredCardinalFang: yeah, I have seen it, and it looks pretty awesome. I am extremely paranoid about automating too much of the metadata fixing though,16:16
dobeydoh16:16
thisfredespecially since I do things differently from most humans16:17
dobeyand quod libet lets you do it all anyway, right16:17
dobeydon't forget to mention quod libet16:17
thisfreddobey: thanks, that was what I was going to say next. QL's searching is even more powerful than beets'16:20
thisfredquod libet + picard pretty much solve the same problem space for me16:21
=== beuno is now known as beuno-lunch
TrickyJHi friends :) good morning16:42
otto__facundobatista: still here? I removed 50 % of the contents in ~/Kuvat, including a big 12 GB video file, and now the upload seems to work normally. There is only one temporary file in /tmp/tmpxxxxxx at the time and the upload que is shrinking:u1sdtool --waiting-content | wc -l: 6184;u1sdtool --waiting-content | wc -l: 617216:42
karniTrickyJ: hello :)16:43
ryedobey, approved,16:54
dobeyrye: thanks16:54
mandelralsina: ping17:08
ralsinamandel: pong17:08
mandelralsina: did I miss the standup again?17:08
ralsinamandel: no, you didn' t17:09
* mandel is relieved17:09
dobeyyou keep falling off your chair17:09
mandeldobey: that is a terrible joke :)17:09
ralsinamandel: I had some problems at home today and I am having a difficult time getting things done on time17:09
* ralsina hates plumbers17:09
dobeyhah17:10
ralsinaI am having to go buy stuff or see what's broken or whatever every 10 minutes all day17:10
mandelralsina: ok, no worries, but if you want to get rid of the plumber try with this: 'Your princess is in another castle'17:11
mandelit usually works17:11
ralsinamandel: now THAT is a terrible joke17:11
ralsinamandel: but I forgive you and dobey for them17:12
dobeyheh17:12
mandelralsina: is waaaaaaay better than the one with the farts and the doctor that you tell17:12
ralsinamandel: well, I only use that one when it's necessary17:12
mandelsure...17:13
ralsinamandel: wanna see my standup routine?17:14
ralsinamandel: http://www.youtube.com/watch?v=qeoK5mW4X-c    I am afraid it's a bit nerdy17:15
ryeotto__, are you using ubuntuone music store?17:22
mandelralsina: you should find a less pixelatted video, besides that I approve :)17:24
ralsinamandel: sadly that's the only video available :-)17:24
mandel:(17:25
mandelralsina: I've got rugby training, if you guys do a standup I can be back here in 4:30 hours more or less17:43
mandelby the way that includes travelling, I do not run for 4 hours..17:43
ralsinamandel: not today, I am probably going to be away soon17:43
mandelralsina: ok, then have a good one17:44
ralsinaI am going to swap today for a vacation day because I have not done anything useful17:44
mandelall: see you tom!17:44
ralsinabye mandel!17:44
=== mandel is now known as mandel_afk
=== beuno-lunch is now known as beuno
=== teknico is now known as teknico_away
=== nessita1 is now known as nessita
karniHave a great day guys. I'm still availible online if anybody needs me, but heading to other stuff now.20:31
* beuno waves20:32
karnibeuno: FYI - periodic sync works (also, on phone boot/restart). sync includes meta and redownlad of favourite files (if necessary). there's still some work on the sync (Media, +upload of modified favourite files). I'll get there really soon :)20:33
beunokarni, sounds like huge progress20:34
beunoenjoy your evening20:34
karnibeuno: thank you, you as well :)20:34
mterryCardinalFang, vds: Heard you folks were working on 3rd party REST API goodness?20:37
dobeyi don't think they are working on the REST API side of things20:40
mterrydobey, man, I can never seem to find the people that are.  :)  I think I've asked about every member of the team now20:41
beunovds is20:41
otto__rye: yes, I'm using ubuntuone music store20:56
ralsinamterry dobey: I think vds is20:56
mterryralsina, k, thanks.  Will lie in wait20:57
ralsinamterry: you mayl have to come a bit earlier to find him awake, though :)20:57
dobeymterry: he's in .it20:57
mterryI'll just email him20:58
mterrythanks all20:58
vdsmterry: yep I am20:59
mterryvds, ah, just emailed you  :)21:00
vdsmterry: ok, if you want we can chat tomorrow, I've already EODed21:01
mterryvds, cool21:02
vdsmterry: timezone?21:02
mterryvds, I'm in EST21:02
mterryvds, sorry, tomorrow I'll be one hour west of that21:03
vdsmterry: uhm, we are very far :)21:05
mterryvds, yeah. :)  Email is fine21:05
vdsmterry: ok, have a nice day!21:05
mterrybye!21:05
ryeotto__, the stable version in ppa does not properly work in lucid so in case you add the stable ppa the music store will stop working21:05
otto__rye: Thanks for the info but I'm not going to install any PPAs. I want to run vanilla Lucid and help catch any bugs present in it. You see, I want to enhance the Ubuntu experience to everybody, including our company clients.21:22
ryefacundobatista, ^21:22
facundobatistaok21:22
otto__rye: 99% of the users don't report bugs, they just stop using it or change to Dropbox or similar. I've recommended our customers to use Ubuntu One, so I want to make sure it works. (And all of our customers use Lucid, since minor releases are likely not stable enough for "normal" users.)21:23
otto__I've also noticed that U1 deletes files with too long filenames. I'll write a bug report later if I have time..21:25
otto__Now I need to get some sleep. See you later!21:26
dholbachhiya21:35
dholbachrye, the music made it to the web, but not to me yet21:36
alecuthisfred, approved21:36
ryedholbach, is u1sdtool --status showing READY ?21:36
dholbachit says IDLE21:36
dholbachand QUEUE_MANAGER21:36
dholbachI reconnected and I'm on natty21:37
ryedholbach, ok, so there are no new songs in .ubuntuone/Purchased from Ubuntu One ?21:38
dholbachrye, not the one I'm looking for21:38
thisfredalecu: awesome, landing21:39
dholbachrye, I don't have the nightlie ppa, so I don't have desktopcouch-ubuntuone21:39
ryedholbach, no, file sync is separate from dc21:39
ryeok21:39
dholbachok21:39
ryedholbach, try the following script - http://people.canonical.com/~roman.yepishev/us/ubuntuone-rescan-music.py - just download it and run as python ubuntuone-rescan-music.py21:41
ryeand see what it does21:41
rye*whether it does something21:41
dholbachWORKING_ON_METADATA21:41
ryedholbach, has it finished working?21:44
dholbachrye, ok, that made it work21:50
dholbachrye, thanks a lot!21:50
ryedholbach, you're welcome but it is not supposed to be so... mmm delayed21:52
dholbachno idea what happened21:52
dholbachit happened to me before21:52
gordhey, anyone know if there are any plans to let the android music streaming app stream music from shared fodlers?22:20
dobeyprobably not22:22
dobeyi would guess22:22
dobeybut maybe22:23
kklimondait does sound like a legal landmine22:23
gordwell you can just copy it all down and upload it to your own storage, its just painful to do that22:24
kklimondayes - but I can't think of many fair uses for streaming music from shared folders.22:26
gordyour friend has lots of great CC music that you want to listen to?22:27
kklimondaI can think of few fair uses - but the truth is most people don't listen to the CC music. And that may not be fair, but this is the world we are living in.22:29
kklimondabut it still may be on their rader22:29
kklimondafortunately such decisions aren't mine to take ;)22:30
gordare there any ubuntuone guys at the platform sprint i can bribe with beers? ;)22:30
dobeyyou can bribe me all you want22:33
thisfredexcept dobey prefers Shirley Temples to beer22:49
dobeyi'm not big on redheads, actually22:50
thisfredVirgin Mary's?22:51
dobeyor girls named Mary22:52

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