/srv/irclogs.ubuntu.com/2010/11/11/#ubuntuone.txt

karniI guess the faster I go to sleep, the faster I'll get up lol! been 9 hours on train today00:00
beunokarni, ouch00:00
karnibeuno: so, take care and talk to you soon :)00:00
beunogo away!00:00
karni^_^00:00
beunohave a great night00:01
karnitnx. night all!00:01
shane4ubuntuu1 and OO.o don't seem to get along very well.  If I'm editing a document (I habitually save while editing) I end up with multiple conflicting files, and u1 starts to require more cpu, I find it best to shutdown u1 while editing docs.03:22
shane4ubuntuI assume this shouldn't be considered normal03:23
Lunar_LampI've seen the same issue as shane4ubuntu mentioned, though I didn't notice extra CPU.10:29
Lunar_LampIt just got frustrating, as I was editing a script and then saving it and running, but the permissions kept being changed to non-executable when it set up the conflicting files.10:29
ryefacundobatista, ^10:30
ryeLunar_Lamp, at the moment, executable bit and modification time are discarded, there is a bug report about that, searching...10:32
Lunar_Lamprye: ok, no worries10:33
Lunar_LampI know it's a new offering etc, so bugs are expected.10:34
Lunar_LampI was able to work round it with minimal hassle.10:34
Lunar_LampJust seeing the comment in here made me realise that I should probably mention it /o\z10:34
ryeLunar_Lamp, that is not exactly a bug, the decision for omiting mtime and executable bit was done deliberately but I do not know why that was done exactly, therefore I poke facundobatista who knows about this decision more10:35
Lunar_LampFair enough, though the behaviour, as far as I was concernedwas buggy ;-)10:40
=== rodrigo__ is now known as rodrigo_
=== teknico is now known as teknico_away
facundobatistarye, AFAIK we don't synchronize metadata about the files (times, permissions, etc.) because we specifically leave it out of the first stage of the service, to consider it later, don't know if it will be considered later, or it will depend of people needs (I mean, is people asking for that? do we even have a bug about it?)12:12
facundobatistarye, note that it's not plain dead to handle that information, as different systems store different metadata (and same metadata differently)12:12
ryefacundobatista, well, last mtime wins, and for execute bit, since we are Ubuntu-related more than Windows, that should be supported, I think12:13
facundobatistarye, ok, I'm not opposing to it12:15
=== brianchidester is now known as brianchid
CardinalFangkarni, hi hi.12:51
karnihi CardinalFang !12:51
* CardinalFang looks for code that's outstanding./12:51
karniCardinalFang: I was just about to push the branch and check it out12:51
karniCardinalFang: I'll to that as soon as I finish one talk12:52
CardinalFangYes, found the build setup.  https://code.edge.launchpad.net/~cmiller/ubuntuone-android-files/build-setup12:53
karniCardinalFang: one question -- if a bug is not related directly to purpose of one branch (say, your's was name refactor and ant setup), then we don't care about the bug in that particular merge proposal, right?12:53
karniCardinalFang: I wanted to say, pull the branch and check it out. arghh. I forgot about what and when we left , so I'll get to that in 5 min12:53
CardinalFangkarni, I may not understand your question, but:  A branch should try to do one thing well and one thing only.12:54
karniCardinalFang: perfect answer, thank you.12:54
karniCardinalFang: so I should examine it only for correctes of ant setup :)12:54
CardinalFangkarni, Btw, I made a Android theme for use in all ubuntu-ish projects.  First application here:  http://bazaar.launchpad.net/~cmiller/ubuntuone-android-music/make-new-ubuntu-theme/revision/46312:55
CardinalFangkarni, review it for everything it changes.  It's my job to make the diff as clear and good as possible.12:56
karniCardinalFang: w00t, awesome12:57
CardinalFangkarni, Ah, yeah, my branch changes a lot.  I violated my own principle there, in changing a dozen small things.13:00
CardinalFangSorry.  :(13:00
karniCardinalFang: no problem. I'll focus on ant setup, if that's fine (and I think it was), I'll vote for the merge13:01
karniCardinalFang: lp:~cmiller/ubuntuone-android-files/build-setup approved, good work Chad13:16
karnibuilding the project is now easy as cake for anyone13:17
karniCardinalFang: question is -- how many reviews do Ubuntu project need by default, 3 ?13:17
shane4ubuntudoes anyone else have problems with OO.o and U1?  They don't seem to get along well for me.  When editing a document, U1 creates a lot of duplicate/conflicting problems, is this normal?13:20
karnihi shane4ubuntu. never worked on OO under U1 folder, so I can't help13:21
shane4ubuntuit isn't a big deal, more of an annoyance13:21
shane4ubuntuok, brb13:22
karnishane4ubuntu: however, when I created a regular text document with gedit, I got a hidden dot file first, and that was quite messy at first with my AndroidU1 app that tried to already sync that.13:22
karnisomebody else might have something to say.13:22
shane4ubuntuok, appreciate it karni I will check back in a bit, I have mentioned it a few times here in the channel, but haven't gotten any responses13:22
shane4ubuntudifferent times over the past week13:23
karniI see :<13:23
karnishane4ubuntu: maybe try directly with duanedesign or rye -- they're live knowledge bases about U113:24
shane4ubuntukarni, yes, I know, but I hate to bother them, they probably duck and hide when they see me log in.13:26
ryeshane4ubuntu, heeeey?13:26
ryeshane4ubuntu, conflicts, just a moment..13:27
ryebug #63161313:27
ubot4Launchpad bug 631613 in ubuntuone-client "editing a file with gedit generates self conflicts (affects: 2) (heat: 12)" [Critical,Fix committed] https://launchpad.net/bugs/63161313:27
CardinalFangrye, I've seen it with "vim", fwiw.13:27
shane4ubunturye, actually it is editing with OpenOffice, but probably same thing13:27
karnihehehehh :)13:27
ryeCardinalFang, anything that does atomic "write new file, unlink old one, move file"13:28
karnifix committed, nice13:28
ryeshane4ubuntu, what version are you running ?13:28
shane4ubunturye, of U1 or OO.o?13:28
ryeshane4ubuntu, ubuntuone-client13:28
shane4ubuntuVersion: 1.4.4.1-0ubuntu113:29
karniCardinalFang: so what's the drill, you need more reviews for merge?13:29
shane4ubuntuis there a newer?13:29
rye1.4.5-0ubuntu113:31
ryeshane4ubuntu, you may want to enable proposed updates13:31
CardinalFangrye, vim doesn't make a temp file and rename it, fwiw.  Just open()+write()+close()13:31
shane4ubuntuohh, ok, let me do that and update u113:32
ryeshane4ubuntu, and give that extensive test with OOo13:32
shane4ubunturye, I work almost on a daily basis with OO.o and specifically in the udf13:32
ryeshane4ubuntu, okay, we have a bug report now we need to test that. I use OOo occasionally, my primary editor for everything is vim13:33
CardinalFangkarni, if you think it should be merged, I'll merge it.  I don't think anyone else needs to review it, at present.13:33
CardinalFangkarni, I see your Approval.  I'll merge now.13:34
karniCardinalFang: please merge :) (or even better, teach me how you'll do that. bzr merge .. ?)13:34
karniCardinalFang: ok13:34
shane4ubunturye, I signed up for the bug you mentioned, is that fine to report there, or should I make a new one?13:35
* karni feeds the dog13:35
ryeshane4ubuntu, i believe it is, depending on the results13:37
CardinalFangkarni, "bzr branch" creates a new copy of some branch.  "bzr pull" will append to this copy new revisions that are on some remote branch, assuming there is nothing new here.  "bzr merge" will graft revisions on where there is no obvious "tip" of the revision tree, and ask you to commit the change to make a new tip.13:37
CardinalFangkarni, "bzr push" will send the local branch to some remote location.13:37
shane4ubunturye, lol, hind sight is always 20/20. :)13:38
CardinalFangkarni, I'm going to "bzr push" this branch to the location that's the trunk of this project.13:38
karniCardinalFang: I see13:38
karniCardinalFang: thanks for the detailed explanations13:39
shane4ubunturye, here is the other problem I have noticed before two, when editing a doc with OOo, I get u1 using high cpu13:42
ryeok, is there anyone using d-c backend for evolution contacts on maverick? Do you have some contacts you want to delete? What happens if you do delete the contact locally?13:43
shane4ubuntud-c?  I'm using evolution and have contacts, and am on maverick13:44
shane4ubunturye ^^13:44
ryeshane4ubuntu, do you have some contact that is ok to be deleted from CouchDB ?13:44
ryeshane4ubuntu, some test one or something like this13:44
shane4ubuntuyes, I put a few in there, but it isn't my primary place13:45
shane4ubuntuhmm, I clicked on UbuntuOne addressbook, and it cannot connect??  odd.13:45
ryeshane4ubuntu, or create a new one for tests, that should not matter. Please create one and try to remove it.13:45
shane4ubunturye, gotta run, be back in about 45min,13:46
shane4ubuntuit wouldn't bring up the addressbook though13:46
ryeshane4ubuntu, okay, thanks! :)13:46
ryeshane4ubuntu, well, that's another issue... ok, will test in vm :)13:46
nessitarye: ping14:35
nessitarye: were you able to look the ussoc package info related to bug #673368?14:35
ubot4nessita: Bug 673368 on http://launchpad.net/bugs/673368 is private14:35
shane4ubunturye, ok, I'm back but only for a few minutes.  It seems as though Maverick is riddled with problems, or at least Evolution is in Maverick, calendar isn't working right, so I'm not surprised about the contacts stuff.15:24
shane4ubunturye, when I click on the addressbook I get this error: This address book cannot be opened.  This either means that an incorrect URI was entered or the server is unreachable.  Detailed error message:  Address Book does not exist15:30
shane4ubuntuI love the detailed error message. :)  real detailed.15:30
ryeshane4ubuntu, do you have DesktopCouch records in seahorse?15:30
shane4ubuntuhmm, not sure there, if you can explain how to know or see that.15:31
ryeshane4ubuntu, just open seahorse (System / Preferences / Passwords and Encryption Keys)15:34
shane4ubuntuoh, seahorse (passwords and encryption) I wouldn't have made that connection, at any rate in there I have two UbuntuOnes15:35
shane4ubunturye, and no DesktopCouch stuff.15:38
CardinalFangkarni, beuno, two minor changes for music streaming app:  https://code.edge.launchpad.net/ubuntuone-android-music/+activereviews15:38
ryeshane4ubuntu, I know how to fix that15:39
ryeshane4ubuntu, https://bugs.launchpad.net/desktopcouch/+bug/66840915:39
ubot4Launchpad bug 668409 in desktopcouch "Does not check for local auth entries in keyring if couchdb.html is present and parseable. (affects: 1) (heat: 6)" [Undecided,New]15:39
CardinalFangOne removes the configuration option for light/dark theme.  Use "Ubuntu" theme only now.15:39
CardinalFangOne fixes all compiler warnings at build time.15:40
karniCardinalFang: looks like I'm late? 'Ubuntu One Android Music-Client has no active code reviews.'15:40
* CardinalFang boggles.15:40
karnioh, I'm not a developer in U1M15:40
karniCardinalFang: ↑15:40
CardinalFangThat shouldn't matter.15:40
shane4ubuntuok, rye how do I stop couch?15:41
CardinalFangkarni, anything here?  https://code.edge.launchpad.net/ubuntuone-android-music/+merges15:41
karniCardinalFang: the maintainer is Ubuntu One Hackers, and I see 'no active code reviews' under that link you gave..15:41
ryeshane4ubuntu, /usr/lib/desktop-couch/desktopcouch-stop15:41
* karni checks15:41
karniCardinalFang: yes, but all have status 'merged'15:42
karniCardinalFang: last one is Ubuntu One Android Music-Client has no active code reviews.15:42
karnioops15:42
karniCardinalFang: lp:~cmiller/ubuntuone-android-music/activities-show-container ⇒ lp:ubuntuone-android-music15:42
CardinalFangkarni, reload?15:43
karniCardinalFang: site ( https://code.edge.launchpad.net/ubuntuone-android-music/+merges ) lists only already 'merged' status proposals.15:44
karniCardinalFang: so it doesn't matter I'm not in U1Hackers?15:44
karnibeuno: do you see CardinalFangs merge proposal?15:44
karniCardinalFang: wait, I got 2 mails15:45
karniCardinalFang: got the mails, but hit: Not allowed here15:45
karniSorry, you don't have permission to access this page.15:45
karniYou are logged in as Michał Karnicki.15:45
shane4ubunturye,  and to restart couch?  desktopcouch-service gives me a very odd bunch of errors, I tried starting it as normal user, not as sudo15:45
ryeshane4ubuntu, no, no sudo, odd bunch of errors? COuld you please pastebin them?15:46
shane4ubunturye, ok, when I shut it down, I used root, however when I started it, I thought, try user first here are the errors:  http://paste.ubuntu.com/530065/    Then I hit ctrl-c to close it.15:48
karnibeuno: looks like I can't review code for U1M project under Ubuntu One hackers.15:48
* CardinalFang boggles.15:48
ryeshane4ubuntu, erm, could you please stop it using regular user (desktopcouch is user-specific, so no need for root), then wait for 30 seconds (for zeroconf name to stop colliding) and then run again15:48
ryeshane4ubuntu, i mean then run desktopcouch-service again15:49
shane4ubunturye, ok15:49
CardinalFangkarni, sorry, this is beyone my ken.15:49
karniCardinalFang: no problem :)15:49
karniCardinalFang: one day guys might switch that to Ubuntu One Android hackers, or I might join Ubuntu One hackers, when I contribute more.15:50
shane4ubunturye, Ok, I had already stopped it as user before you asked, so I restarted it, and seems same output, replication: We seem to be running already, or can't publish our zeroconf advert.15:50
shane4ubunturye, oh, nevermind, seems to be running, ok, deleting contact on u1 addresses15:51
shane4ubunturye, failed to delete contact - Other error15:52
ryeshane4ubuntu, awesome15:52
shane4ubunturight, I have permanently given my contacts away to u1!  :-0    :)15:52
shane4ubuntuok, I created a contact and that worked fine15:54
shane4ubuntuok, when I tried to delete that newly created contact, was not able to.15:55
shane4ubunturye ^^^^15:55
shane4ubuntube back later.15:56
peppe84hi. is possible delete all contact in one way?17:06
mandeldotalchemy, ping19:23
shane4ubuntuok, how do I get rid of this sticky process???  shane    27018  0.0  0.0      0     0 ?        Z    Nov10   0:06 [ubuntuone-indic] <defunct>20:31
shane4ubuntukill -9 27018 doesn't cut it.20:32
shane4ubuntuduanedesign, remember I said you could put ubuntuone-indicator in your .profile in the home directory, don't do it, bad idea. :)20:36
shane4ubuntuI found the parent id of that defunct process and killed it, apparently it was my .profile, or something, logged me out immediately. :)20:37
duanedesignshane4ubuntu: oh no :\21:21
duanedesignrye: did you find the bug about executable and last mtime  data not being synced?21:49
AJenbohi, how do i view the content of my desktop-couch?21:50
ryeshane4ubuntu, NONONO, it supposed to be running from gnome-session-daemon controlled environment, and I will add the autostart option for next release!21:52
ryeduanedesign, i am afraid I have not21:52
duanedesignrye: not a big deal21:53
duanedesignrye: was just answering some questions on askubuntu and that issue came up21:53
AJenboi deleted some bookmarks and i need to see if they are still in the couchdb21:54
duanedesignhello AJenbo21:56
AJenbohi21:56
AJenbosome one in here showed me how to view the content of the couchdb from my browser, but i forgot how it works and can't find any thing on the net21:57
duanedesignAJenbo: you can view your local CouchDB by putting this address in  FireFox (replacing USERNAME with your username) file:///home/YOURUSERNAME/.local/share/desktop-couch/couchdb.html21:58
AJenboduanedesign, thanks21:59
shane4ubunturye, yes, I figured that out too. :)22:01
duanedesignrye: think i found it bug 38551122:14
ubot4Launchpad bug 385511 in ubuntuone-client "Permissions are not tracked (affects: 8) (dups: 2) (heat: 43)" [Wishlist,Triaged] https://launchpad.net/bugs/38551122:14
AJenboHi, when i try to open http://localhost:44749/_utils i get "could not connect"22:21
duanedesignAJenbo: running file:///home/YOURUSERNAME/.local/share/desktop-couch/couchdb.html is not working?22:40
duanedesignAJenbo: might try the steps here under 'Killing and Restarting Desktopcouch' http://www.freedesktop.org/wiki/Specifications/desktopcouch/Documentation/Troubleshooting22:44
AJenboduanedesign, yeah that ju t forwared me to the none working page22:51
AJenborebooting didn't solve it either22:51
duanedesignAJenbo: usually happens when desktopcouch is not running. This command should start it:  dbus-send --session --dest=org.desktopcouch.CouchDB --print-reply --type=method_call / org.desktopcouch.CouchDB.getPort22:53
AJenbosolved22:55
AJenboduanedesign, is there a good way of extracting content from couchdb?22:56
AJenboi want to extract all the book marks in to a list22:56
ryeAJenbo, use the url - http://localhost:$couchport/boomarks/_all_docs?include_docs=true22:59
* rye is not technically there22:59
AJenborye, thanks, you missed a "k" ;)23:01
AJenborye, i'm fairly good with javascript so should be able to handle the data in this format (json)23:01
ryeAJenbo, yup, that's the power of couchdb, actually, but we tend to hide that behind plugin layers :)23:02
AJenbo:-)23:22
=== zyga is now known as zyga-afk

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