/srv/irclogs.ubuntu.com/2010/02/24/#ubuntuone.txt

=== jamalta-afk is now known as jamalta
* Chipaca kicks beuno02:44
ChipacaSTOP STABBING GWIBBER02:44
voytechHello, I have a simple question about ubuntuone. If remove database from local desktopcouch, and it had been replicated to remote desktopcouch sometime ago07:49
voytechit can not be removed, becouse the remote desktopcouche will replicate this removed database into our local desktopcouch i07:50
voytechHow problem of removing is currently solved ?07:50
voytechIndeed it is simple question about desktopcouch07:54
wgrantdesktopcouch is doing its om-nom-nom-i-eat-all-your-download-quota thing again. :(07:58
duanedesignhello voytech07:58
voytechduanedesign: hello07:58
duanedesignvoytech: see if this FAQ helps: https://answers.launchpad.net/desktopcouch/+question/9587807:58
voytechduanedesign: thank You :)07:59
voytechbut shouldn't it be done automatically by desktopcouch, that if remove database for example by python desktopcouch api, that if we are removing databse its name is written into exluded_database ?08:03
duanedesignhello rye08:20
ryeduanedesign, hi there!08:20
duanedesignWhat is the easiest way to delete a database that has been replicated to remote desktopcouch?08:22
ryeduanedesign, it always returns back08:24
duanedesignSo you would have to find the record that describes the pairing with Ubuntu One and add the key "exclude_name"..08:25
ryeduanedesign, i guess we need to poke aquarius on that. I still have several test dbs coming back after complete removal.08:25
ryeduanedesign, hm, I wonder whether that applies for the dbs _already_ on the server08:25
ryehmm08:25
ryelet me see the code...08:25
duanedesigninteresting.... voytech you still with us :)08:26
rye    """Find a list of local databases, minus dbs that we do not want to08:27
rye    replicate (explicitly or implicitly)."""08:27
ryebtw, it is excluded_names08:27
duanedesignok, thanks08:28
ryehm08:29
ryeso, basically, if the database does not exist locally then it should not be replicated08:29
ryebut that's not what is happening08:29
ryeunless...08:29
ryehe he he08:30
rye:)08:30
ryei think i know the reason08:30
ryebut will disclose it only after short break (need to verify my assumption)08:30
duanedesignlol, ok08:30
ryedef set_up(port_getter):08:32
rye        try:08:32
rye            b.publish()08:32
rye        except dbus.exceptions.DBusException, e:08:32
rye            log.error("We seem to be running already, or can't publish "08:32
rye                    "our zeroconf advert.  %s", e)08:32
rye            return None08:32
ryegrrr08:32
ryeno avahi/zeroconf - no replication.08:33
duanedesignhmm08:33
ryehttp://sPBIQAzrwE:-hashed-e012e1a76af2b019cdb159773bc8c5a027f0b542,6932bfe599e5bd2ea2e672bfa5ed0e52@localhost:39033/_utils08:34
ryeawesome funton login08:35
rye*futon08:35
ryejust get the hashed password and stuff it in....08:35
ryei see a bug.08:35
duanedesignheh08:35
ryebut that's not relevant to the original discussion08:35
rye<a id="there" href="http://XWeqiuZzGS:-hashed-fbae86848fc6e6aaf2e47ef2c54be75811de9291,0a642005a01b4d5f9bd1288c39d162a3@localhost:55982/_utils">take me...08:38
ryefresh lucid vm, not upgraded or otherwise broken.08:39
ryeseems like a bug08:39
ryeok, re: bugs - FFFF - first found first filed.08:41
aquariusrye, that issue (hashed password in the bookmark file) is fixed in trunk desktopcouch, but that hasn't been released yet08:45
aquariusrye, talk to cardinalfang about when it will be released08:45
ryeaquarius, is there a bug report?08:45
rye'cause I am about to file one08:45
aquariusrye, not syre. We fixed it at the distro sprint08:46
rye'cause I found none08:46
ryeok, then I will file that just to make sure it is fixed08:46
rye'since it is not yet released :)08:46
ryeaquarius, does the client-side of desktopcouch asks the server-side about the databases that exist on the server-side?08:55
aquariusrye, yes08:55
ryeaquarius, hm, is it possible to remove the database so that it is completely removed?08:56
ryeboth from client and server08:56
ryeI know that it is possible to remove all documents, but is it possible to remove the database?08:57
voytechyes it is possible ?08:57
aquariushrm, I'm not exactly sure how the replication engine deals with deleted databases, without reading the source. Have a look in the code, or ask cardinalfang when he arrives08:57
aquarius(if the replication engine doesn't handle it, then you can do it by deleting from local as normal and then deleting from U1 with ubuntuone-couchdb-query)08:58
voytechwhat is ubuntuone-couchdb-query ?08:59
ryeaquarius, re: ubuntuone-couchdb-query - can't really understand how I can issue DELETE request09:00
aquariusrye: pass -http-method=DELETE09:00
aquariuser, --http-method=DELETE09:01
aquariusbe careful, though :)09:01
ryevoytech, this is the script given to us by mighty aquarius and I failed to share it09:01
voytechI'd like to have this script :)09:02
voytechrye: Does this script provide us to perform actions on desktopcouch on ubuntuone ?09:03
ryevoytech, http://www.freedesktop.org/wiki/Specifications/desktopcouch/Documentation/Troubleshooting?action=AttachFile&do=view&target=ubuntuone-couchdb-query09:03
voytechrye: Ohh thanks09:03
* rye dreams of commandline couchdb application with autocompletion and all fancy stuff and commandline sync application to browse server-side files in lftp manner...09:04
aquariusrye, that's why I built ubuntuone-couchdb-query. You can build everything else on top of that. What I want to do is make futon available on couchdb.one.ubuntu.com, but it's hard.09:05
ryewow, I can delete things from the server...09:05
ryemy things, I mean09:05
ryeaquarius, yes, but I am just dreaming about this, not yet see how would I use it.09:06
* rye likes commandline apps09:06
aquariusvoytech, so, to delete a database on the server, do ubuntuone-couchdb-query --http-method=DELETE dbname09:07
aquariuswarning: it does not ask for confirmation, and it is not undoable!09:07
aquariusto check that a database exists on the server, ubuntuone-couchdb-query dbname09:07
voytechaquarius, ok thanks09:08
ryevoytech, aquarius, this reminds me of a joke - Q: How to check that SQL table exists on the server? A: DROP table. If it returns no errors then database existed.09:09
aquariusrye, did you manage to get ubuntuone-couchdb-query into the ubuntuone-client package before feature freeze?09:09
rye*then table existed09:09
ryeaquarius, no, I haven't touched ubuntuone-client for quite a while :(09:09
ryegrr09:09
voytechrye, haha09:10
ryewow: http://forums.fedoraforum.org/showthread.php?t=26875 - GNOME MIME type association09:34
ryeok, it looks like my CPU if frying me some dinner so I really need to clean the fans. If everything is fine I am going to be back in an hour10:33
ryehm12:22
ryeanybody here got working mozila java plugin in their firefox in Lucid Lynx ?12:23
ryeWow I see ubuntuone control panel :)12:28
voytechaquarius, Could You give link to this script for manage desktopcouch on ubuntuone. It was called desktocouch_ubuntuone sth12:29
aquariusvoytech, rye has the link12:29
voytechrye, Could You send me a link to that script for manage desktopcouch on ubuntuone ? I've lost it12:31
=== teknico is now known as teknico_away
=== teknico_away is now known as teknico
beaverwww.search2.net13:16
beunothat was nice13:17
ryeI want such kind of adblock13:17
joshuahooverrye: have you seen a high CPU usage with desktop couch before? bug #515301 (see last 5 comments or so, not original description)14:14
ubottuLaunchpad bug 515301 in evolution-couchdb "Synchronization problems between evolution couchDB contact list and Ubuntu One " [Undecided,Confirmed] https://launchpad.net/bugs/51530114:14
ryejoshuahoover, no, not seen neither on host machine nor on the virtual instances14:15
joshuahooverrye: me either...hmmm14:15
ryejoshuahoover, and, basically 100% on one of my cpu does not show whether it is desktopcouch-service, couchdb or evolution :(14:17
joshuahooverrye: can you take a look at bug #526878 and let me know if you've seen the errors reported there? i'm trying to follow up on a forum thread and the user reported this bug as part of that thread14:44
ubottuLaunchpad bug 526878 in ubuntuone-client "UbuntuOne isn't synchronizing correctly" [Undecided,New] https://launchpad.net/bugs/52687814:44
* rye looks14:44
joshuahooverrye: thanks!14:44
ryejoshuahoover, cannot match INTERNAL_ERROR with something, there is something wrong that has happened earlier but syncdaemon.log does not show anything useful except that it is in STANDOFF state14:47
ryejoshuahoover, bug 487257 ?14:47
joshuahooverrye: yeah, the syncdaemon log is useless14:47
ubottuLaunchpad bug 487257 in ubuntuone-client "The client gets stuck into STANDOFF state" [High,Triaged] https://launchpad.net/bugs/48725714:47
* joshuahoover looking14:47
ryebut it looks like there are several issues happened14:48
joshuahooverrye: yep, though it does seem 526878 may be the same issue...i think the only way to know for sure is to get debug logs on 526878...i'll request those14:51
=== gnomefreak76 is now known as gnomefreak
aquariusCardinalFang, can you join #ubuntu-desktop ?15:29
wojtekrye, Could You send me the link of script, about which there was a  discussion in the morning ? Forgive me , You propably will have to send me that link third time, but I was at my university having lectures, and every time I was waiting for that link the lectures were ending, and I have to turn off computer :(15:45
ryewojtek, I have posted it here - http://www.freedesktop.org/wiki/Specifications/desktopcouch/Documentation/Troubleshooting15:45
wojtekrye, thanks15:45
wojtekrye, thanks again15:45
ryewojtek, I mean the link is at the end of the page15:45
ryewojtek, I believe this tool deserves a page of its own15:46
wojtekbtw15:46
wojtekdont You think that desktopcouch should have the ability ro permanently remove database, for example there could be a record in replicatable database that contains databases that has to be removed form server  if they are present on it15:47
wojtekthat contains database names (not databases)15:48
vdssorry I'm late... me15:57
vdsDONE: landed #523885, started #498324, one more issue reported with lucid and our dev env15:57
vdsTODO: not sure yet...discussing that on irc15:57
vdsBLOCKED: no really15:57
beunorye, I bounced bug 501020 to you15:58
ubottuLaunchpad bug 501020 in ubuntuone-servers "Tomboy note sync and web-ui for notes are broken" [High,Triaged] https://launchpad.net/bugs/50102015:59
beunoas I think it goes beyind my work on it15:59
ryeI promise I will not create combined bug reports15:59
ryebeuno, ok, there's something wrong with the notes, diving into my vm to find more...16:01
beunorye, thank you16:02
beunovds, we haven't done standup yet16:02
beunobut we may as well16:02
beunome16:02
beunodone: Got contact dupe detection working, now waiting for funambol support to tell me why it gets ignored16:03
beunoTODO: Continue working and debugging dupes16:03
beunoBLOCKED: Yes, on funambol16:03
beunoteknico, go16:03
teknicowhere?16:03
teknico:-P16:04
teknicoDONE: found another problem with funambol, haproxy and exchange, filed RT ticket about it; booked flight for the Lean March training; did bug triage; had some interaction with Funambol support; did some reviews16:04
teknicoTODO: do more reviews; make phone sync finally work in production16:04
teknicoBLOCK: none16:04
teknicobeuno, you and vds did an unauthorized public assembly, and cajoled me into it unknowingly16:05
beunoteknico, I feel succesful today  :)16:05
joshuahooverrye: did you file a bug on not being able to save contacts in the web ui?16:18
* beuno thinks theres a bug for that16:18
beunoit's kind of bug 39966416:19
ubottuBug 399664 on http://launchpad.net/bugs/399664 is private16:19
beunobut that may be too generic16:19
joshuahooverbeuno: yeah, that's too generic...we used to be able to save a contact but can't anymore in the web ui16:20
beunojoshuahoover, so can you kill that bug, and create a specific one?16:21
beunotarget to public-alpha would be great  :)16:21
joshuahooverbeuno: yep, will do16:21
beunojoshuahoover, thanks16:22
joshuahooverbeuno: looks like we have one already, i'll tag it and set the milestone appropriately (bug #524376)16:25
ubottuLaunchpad bug 524376 in ubuntuone-servers "Cannot save contact on Ubuntu One website" [High,Confirmed] https://launchpad.net/bugs/52437616:25
beunojoshuahoover, even better16:26
ryejoshuahoover, i confirmed bug 524376 (sorry, was in my vm fullscreen). I have a pretty strange feeling about notes and their conversion...16:27
ubottuLaunchpad bug 524376 in ubuntuone-servers "Cannot save contact on Ubuntu One website" [High,Confirmed] https://launchpad.net/bugs/52437616:27
joshuahooverrye: np...strange feeling about notes and their conversion?16:28
ryebr node does not exists in Tomboy XML, so the guy here [[ https://bugs.launchpad.net/ubuntuone-servers/+bug/501020/comments/32 ]] should have never received such XML...16:29
ubottuLaunchpad bug 501020 in ubuntuone-servers "Tomboy note sync and web-ui for notes are broken" [High,Triaged]16:29
ryethat leads to the assumption that note conversion is not performed for clients that have notes stored in old HTML format and try syncing Tomboy notes. Now I need to prove myself wrong16:30
ryeis there any list of the revisions that the production was at certain points in time?16:30
ryeI might need to get a time machine (or exact bzr revisions) to prove that I am wrong...16:31
ryejoshuahoover, ^ :)16:31
* rye needs a flux capacitor16:33
joshuahooverrye: asking pfibiger in the other channel16:35
=== teknico is now known as teknico_away
rye_Ok, my primary ISP had 1 year to fix their problems with connection, switching to secondary ISP, raising the speed to 10Mbit up/down and leaving the first as a backup one with minimal plan. Grrr...18:37
duanedesignrye_: maybe if you get your hands on that flux capacitor you can go forward into the future and they might have it fixed :P18:51
rye_BUG!18:58
rye_f*ck.. I was not wrong18:58
duanedesignrye is this the Tomboy notes?18:59
rye_duanedesign, yes19:00
rye_joshuahoover, there is really some problem with conversion19:00
rye_joshuahoover, I mean the notes that are on the server in HTML are DOWNLOADED as HTML to tomboy instances, w/o prior conversion.19:00
rye_I wonder why there is only one user complaining...19:02
rye_ok, went digging into the code. No idea how it works for now...19:03
rye_joshuahoover, you said that rodrigo is available via E-Mail, right?19:07
joshuahooverrye: ummm...i don't think i said that, maybe Chipaca or someone else did?19:08
joshuahooverrye: but i think you'll need to email him19:08
ChipacaI didn't19:09
Chipacamy calendar says rodrigo is on holiday19:09
Chipacapartying away, pissed as a lord, etc19:09
* rye_ is searching who said that :)19:10
=== rye_ is now known as rye
ryeFeb 24 15:16:50 <rye>   is rodrigo anywhere near?19:15
ryeFeb 24 15:17:49 <aquarius>      rodrigo's off all week; he can be fetched in an emergency19:15
ryeFeb 24 15:17:59 <rye>   i see19:15
ryeFeb 24 15:18:03 <aquarius>      best thing to do is drop him an email; he's reasonably responsive to emails19:15
ryealmost19:15
* rye definitely needs to have bug 525930 sorted...19:17
ubottuLaunchpad bug 525930 in canonical-identity-provider "Emails entered in SSO are not available in LP" [High,Incomplete] https://launchpad.net/bugs/52593019:17
dobeyis LP using the SSO yet?19:35
ryedobey, they... mmm... kind of share the same db, but it looks like it is not that "shared"...19:38
dobeyrye: also, creating an SSO account != creating a LP account. the SSO system is meant to be a separate thing19:39
dobeyrye: so I'm not sure how the LP migration to it will work in the end :)19:39
ryedobey, yes, I know, but I had a LP account, it was all nice and shiny. But then SSO appeared even more shiny. Attracted by the most shiny thing I added my new emails via SSO. And I broke internets.19:40
dobeyrye: yes, the SSO db was copied over from the LP accounts db (so that anyone who already registered, will have an account)19:40
dobeyrye: but the DBs are totally separate19:41
ryedobey, not _that_ totally if by entering my email to SSO I am unable to enter it to LP because LP oopses19:41
dobeyrye: weird19:43
dobeyrye: well file a bug with the OOPS ID :)19:44
* rye rebootz20:18
mickstephensonHi a couple of weeks ago I submitted this blueprint https://blueprints.launchpad.net/ubuntuone-servers/+spec/ovi-sync and was contacted by Matt Grifffin by email to expand on Ovi, just wondering if it's being considered at all20:36
beunomattgriffin, ^20:56
mattgriffinmickstephenson: hi. haven't been able move any further on this yet. sorry. i'll reply to your email21:00
mickstephensonthanks21:04

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