[01:05] er, coly crap. My girlfriend's ubuntuone log was 38.2gb's [01:05] Nice. [01:05] she was getting a notification about her /home being full which was odd. turns out, she has a 38.2gb log. [01:06] * h00k facepalms [01:06] not sure why [01:06] I don't even /want/ to try to open the file. [01:09] I lied, 39.8gbs [01:10] Oh well in that case, forget it [01:11] 38.2gb is fine but 39.8? no way [01:21] causasui: :p [01:22] causasui: I found a bug report regarding log file size and added to it. [01:22] that could be detrimental for something like a netbook [01:24] she's only had it for a few days, too [01:55] h00k: Sorry about that! We've got an open bug, you should be able to kill the log if everything is working ok. [01:55] h00k: Of course, if you wanted to tail it just to see some of the contents and add it to the bug report, that would be great ;) [01:56] https://bugs.edge.launchpad.net/ubuntuone-client/+bug/435137 [01:56] Launchpad bug 435137 in ubuntuone-client "size of log files should be controlled" [High,Triaged] [01:56] jblount: yeah, I did add to the report [01:57] h00k: Nice, thanks a lot! [01:57] Looks like you got to it before I got to you. Thanks again! === jamalta-afk is now known as jamalta [05:24] * jblount scowls at the time [06:38] Has anyone experienced this: upon installing on fresh computer (with the same local hostname) the cloud repository was emptied.?? [06:38] Technically it did it as it should, but I wonder why no confirmation was asked... [06:38] Is there a history / backup in ubuntuone ? (dropbox has) [09:27] hello folks [09:57] Hi [10:13] aquarius_: you wanted to discuss the demo app? [10:23] I did indeed [10:23] bring it on [10:24] FND, a few things [10:24] first: "tags": ["foo", "bar"], # XXX: weird representation in CouchDB!? [10:24] the representation in couch is not weird just for the hell of it ;-) [10:24] we use MergeableLists (a uuid-keyed dictionary) rather than ordinary Python lists, because ordinary Python lists have a merge problem. [10:25] if you're reconciling changes between the same database in two places (by replication), and one has an item which is a list ["one", "two", "three"], and the other has ["one", "ahaha", "three"] for the same item... [10:26] you can't tell whether db2 *changed* the second item to be "ahaha", or whether it *deleted* the "two" item and *added* a new "ahaha" item in position 2 of the list. [10:26] I figured it'd be something like that - good you picked up on the comment! [10:26] with uuid-keyed dicts you can, because the uuids will be different. [10:27] "timestamp": "2009-10-04 08:00", # XXX: native date object? - we haven't talked about dates, much. One of the things I'm trying to avoid doing is mandating a load of specific format stuff. You can put whatever you like in a record. [10:27] so some apps may store dates as ISO format, some may not, etc. [10:28] this is slightly awkward if you are trying to parse arbitrary stuff, but it makes it way more flexible for transforming existing formats into desktopcouch and out again [10:28] I don't want to make it look like SQL where there are named formats :) [10:28] I'm concerned about: db.add_view("complete data", map_full, None, "reports") # XXX: auth error [10:28] I agree on that [10:29] that comment is obsolete now [10:29] was fixed by upgrading the beta system [10:31] cool [10:31] you have noted that you can't create reduce-only views [10:32] I should mention that reference.py is just a random collection of snippets while I was learning - I included it with the intention for it to be updated and integrated as soon as I learn more [10:35] ah, right, OK :) [10:36] do you use Git(Hub) at all? feel free to fork [10:36] from a non-desktopcouch sort of perspective, I'm not sure what the point of _retrieve_records is, since you're wrapping our API in your own very same identical API ;) [10:37] yeah, there's a bunch of stuff like that - I started out trying to be linear and transparent (thus no OO), but somehow lost that path a bit [10:37] I shall happily fork if I get a chance and think of something to do with the app, but for the moment I'm happy to see you playing with it and offer comments or suggestions :) [10:37] sounds good - much appreciated [11:26] aquarius_: I remember now what _store_record is good for (in theory) [11:27] it separates the storage backend from the note-processing [11:27] so I could override it to store to a RDBMS if I wanted to, or plain-text files [11:29] ah, yeah, gotcha. [11:29] so it's an abstraction API over databases, which happens to only have one back end (DC) implemented. [11:29] yeah - normally, it'd be more elegant of course [11:30] gotta run bbl [12:01] hello everybody [12:01] anyon using karmig has got a problem of missing connection at startup? [12:20] Is it known whether or not file encryption will be supported at some point with UbuntuOne? I don't have files I need to lock up NSA style but as far as privacy goes I'd like to know that hackers and/or employees can't go browsing through my stuff. [13:03] aquarius_: there's no special magic to Desktop Couch's CouchDB, is there? i.e. it's accessible it like any other CouchDB instance, you just provide wrappers that make it easier [13:04] correct, except that you *must* authenticate, and you pretty much must authenticate with oauth (because the basic auth password is randomly generated and then immediately hashed) [13:05] roger that [13:05] if you want to get at futon, open ~/.local/share/desktop-couch/couchdb.html in your browser. And then bookmark that page so you can get at it again :) [13:05] don't bookmark the actual futon address, because the port is randomly chosen every time DC starts up. [13:06] jimlovell777, we're planning for encryption to happen on your machine, integrating with Ubuntu's support for encrypted private directories and similar. [13:07] yeah, already done that [13:10] aquarius_: Great, glad to hear, thanks. [13:15] jimlovell777, I, personally, don't know of anything that would stop you using the encrypted private directories stuff to encrypt the contents of your Ubuntu One folder right now, but I could very well be wrong about that! I don't think anyone's tried it; if you try it, we'd all be interested in the results :) [13:48] jblount, you up? [13:54] aquarius_: If I have time later I'll give that a shot. [14:01] CardinalFang: how are we doing re: packaging? (lost you on t'other channel) Anything I can help with? [14:17] urbanape: Just got to the coffee shop, gimme a sec [14:17] no worries [15:00] MEETING BEGINS [15:00] zzz zzz zzzzz zzz meeting zzz z zzzz "me" zzzz [15:00] me [15:00] me [15:00] Noooooooooooooo! [15:00] me [15:00] me [15:01] me [15:01] me [15:02] me [15:03] DONE: Getting /files/ functionality in a decent shape, skipping a bunch of tests that were reflecting poorly on our template redesigns. [15:03] TODO: Fix #444022, which is a karmic stopper - rework the way Bindwood gets oauth creds. [15:03] BLOCK: None [15:03] jblount: HAMMERTIME [15:03] statik, aquarius_ ? [15:03] me [15:03] DONE: Got most of the static html / css nearly complete #435314 #440135 #440136 #440137 #440139 [15:03] TODO: Convince do to work on a small bit for the new account page, finish up styling unmocked pages and /files/ ui, get pfibiger to roll out the branch to edge as soon as it lands so mattgriffin (and sarah m) can review the changes. [15:04] BLOCKED: TIME [15:04] teknico: :) [15:04] DONE: extracted the bugfixing of the contacts web ui, and added a lot more of it, from the "me" record handling branch (#444288); improved the latter branch (#427807); reviewed vds' couchdb watchdaemon branch (#444483) [15:04] TODO: completing the bugfixing of the contacts web ui (#444288); updating the contacts web ui code to the sprint use cases (#440070) [15:04] BLOCK: none [15:04] next: rodrigo_ [15:04] • DONE: Fixed UTF-8 problems in tomboy notes. Talked with Sandy about joint snowy/u1 test suites. Had kenvandine push tomboy/evo-couchdb/couchdb-glib package updates for karmic. Review couchdb-glib refactoring branch from Mikkel Kamstrup and prepare branching for this branch to land [15:04] • TODO: Talk to Ara about writing mago tests for evo-couchdb. Conflict resolver tool in pair tool. Look at becoming a MOTU (https://wiki.ubuntu.com/UbuntuDevelopers). openSUSE/Fedora packaging with aquarius. Simplify tomboy syncing config UI. API documentation for couchdb-glib. Missing tomboy's 'Sync Notes' menu item in latest update [15:04] • BLOCKED: no [15:04] next CardinalFang [15:04] DONE: Installed Jaunty and tested that Bug# 423237 is fixed. Packaged patched couchdb for karmic for backport to hardy for datacenter couchdb server; this sucks. [15:04] TODO: Solve hardy erlang-crypto dependency problem. [15:04] BLOCKED: My own ignorance of datacenter procedures. [15:04] dobey, hej hej! [15:05] ☺ DONE: Fixed #441039 (prefs 'crash'), lots of bug triage [15:05] ☹ TODO: Find/fix more bugs, more triage. [15:05] ☹ BLCK: None. [15:05] vds: ciao [15:05] DONE: proposed a branch for quota integration #444483, triaged problem with maker and boto #444053 [15:05] TODO: land mentioned branch, try to fix the problem with preview and boto [15:05] BLOCKED: nope [15:05] aquarius_ your turn [15:05] ⚀ DONE: discussed compaction with vds, thisfred; talk to joshuahoover and urbanape about bindwood oauth; help a guy about encryption [15:05] ⚁ TODO: DC-to-cloud replication; fix unknownloginerror; look at oauth-enabling twisted [15:05] ⚂ BLOCKED: [15:05] ⚃ BUG COUNT:https://bugs.edge.launchpad.net/~sil/+assignedbugs?field.tag=ubuntuone-karmic - 1 [15:05] don't think there's anyone next [15:05] Oh, +TODO: Help pfibiger with spawning. On-call reviews. [15:06] ah, I, too, am an on-call reviewer today. [15:06] Hopefully, I can wrangle someone of interest to review one-branch-to-rule-them-all since I'm somewhat biased about it. [15:06] it's a big branch diff, though, unfortunately. [15:07] I think we're done with the meeting, eh? === john is now known as Guest42752 === MikeB is now known as Technoviking [17:16] I'm having problems connecting my machine to Ubuntu One -- host is i386, 9.10 beta (current) [17:16] Every time I try connecting, the site says "Authorize this computer" [17:17] however, the connection and sync never happens [17:23] CardinalFang: how are we doing re: packaging? (lost you on t'other channel) Anything I can help with? (repeat :) [17:23] ow gone here too === jamalta is now known as jamalta-lunch === jamalta-lunch is now known as jamalta === john is now known as Guest93270 [18:36] hello chaps and chapesseses [19:11] i just installed ubuntuone on jaunty......dont know quite WHAT to do with it tho...i did upload a file [19:24] I was hoping to use it to backup a bunch of photos [19:24] but it's too tied to the Ubuntu One dir [19:24] and I don't want to take all the subdir structure [19:24] Forza4Life: you added files to ~/Ubuntu One? [19:25] nimh: in the future, we plan on allowing people to select the folders they want to sync, rather than force everything in the ~/Ubuntu One folder, but for now you have to put things in ~/Ubuntu One [19:27] what about subdirs under folders? [19:27] yes joshuahoover [19:27] and can I help make this happen? [19:27] Forza4Life: and you got notification that files were updating? [19:28] via the online uploader [19:28] everytime i go to my ubuntuone page online it says the file is there [19:28] so im guessing it is working [19:31] nimh: you're welcome to sign the contributor agreement and submit branches of code for approval to be merged into the main tree, yes. though the specifying arbitrary folders to sync stuff is not particularly easy to do (or we'd have done it already) :) [19:33] right, so I'm at the launchpad sight thingy [19:34] nimh: and i'm not sure what you mean about subdirs. choosing to sync a folder would sync everything under it (including sub-folders) [19:35] yeah, in my case I don't really want to do that [19:36] so, where do I get my hands on this contributor agreement? [19:36] nimh: from your launchpad profile [19:37] http://www.canonical.com/contributors [19:37] jamalta: no :) [19:37] dobey: oops sorry, iw as thinking about something entirely differnet [19:37] but there is a link to it on http://launchpad.net/ubuntuone-client as well, in the project description [19:37] * jamalta needs to pay more attention to context [19:39] cool, so I've got one of those, who is the project lead? [19:39] they needs a copy too [19:39] oh, there's a list [19:39] nevermind me [19:42] righto, that's sent, how do I get my grubby mitts on code? [19:42] http://code.launchpad.net/ubuntuone-client [19:43] bzr eh? [19:46] aye [19:47] which branch do I want for the jaunty client? [19:47] lp:ubuntuone-client [19:48] that's the main stable jaunty branch? [19:48] there's no special branch for jaunty vs. karmic (and we don't have a stable/1.0 branch yet) [19:48] it's the only branch right now (other than branches people are working on to fix bugs) [19:49] we don't support jaunty with a stable release, just the nightlies/beta PPAs [19:49] gotchya === benoitc_ is now known as benoitc [19:51] cool, ssh key nonsense [19:54] shafted already [19:54] needs bzr 1.16 or later [19:55] jaunty has 1.13.1 or something [19:55] oh right. new format [19:56] https://edge.launchpad.net/~bzr/+archive/ppa [19:56] you can install bzr 2.0 from that ppa [19:59] yep, on it already [20:03] hello everybody [20:03] hello there [20:04] i need some help with ubuntuone in jaunty... It doesn't launchit when I click on the Ubuntuone icon [20:04] I've been looking for this problem, but nothing [20:07] you have a notifaction area? [20:07] like where you can see the volume and networking and stuff? [20:09] yes i have it [20:09] but the icon doesn't chow [20:09] show** [20:09] you don't get any windows at all when you click on the menu item? [20:09] Now i'm traying to uninstalling buntuone packages [20:09] what version of ubuntuone-client-gnome do you have? [20:10] anybody in here know things about evolution-couchdb? [20:10] aquarius_ told me to come here [20:10] dutchie: rodrigo is the master of evo-couchdb [20:10] ah, rodrigo isn't around :( [20:10] dobey, my version is 0.96 + r233 [20:11] ah well, it's not critical [20:11] http://www.youtube.com/watch?v=QMmG9TrYyAE [20:11] hrm, what's with the libnautilus-extensions-dev [20:12] martincasc: do you already have a browser open? [20:12] dobey, my version is clicking on System > Preferencces > Ubuntu One [20:12] yes [20:12] Firefox [20:12] martincasc: if you click on that it should open the preferences menu item [20:12] yes [20:12] it wants to install a kazillion .debs [20:12] nimh: to build the nautilus extension [20:12] fairy muff [20:13] nimh: well to develop, you need a development environment :) [20:13] yeah, I'm down with it [20:13] fresh install on this laptop is all [20:14] well, I just click on Ubuntuone icon from Internet menu, and appear the windows with a few options, Sow Icon, Conecto on start and the option for limit the badnwitch usage [20:14] yeah. you get used to doing it after a while :) [20:14] martincasc: then the applet is already running [20:14] yes, but the icon on the notification area show me not conection [20:15] martincasc: it shows it's not connected, or it doesn't show up? [20:15] the day I figured out that when configure was moaning about libsomething missing I had to install libsomething *and* libsomething-dev was a good one [20:15] and if I move any file to the Ubuntu One folder in my home, the file doesn't syn or the icon in the notification area desappear [20:17] dobey, giveme 1 minute and I'll showyou a screen [20:18] ok [20:19] dobey, here you have http://i37.tinypic.com/2m64isj.png [20:19] ok [20:19] martincasc: click on the icon in the notification area for ubuntu one, and choose "Connect" [20:20] if I click with the left mouse's key, appera a windows for report a problem [20:20] and cith the right click I have 3 options, an not for conect [20:21] ok, it's weird that the icon is the disconnected icon and not the error icon [20:21] martincasc: please follow the steps to report a problem then :) [20:21] dobey, I am on my Ubuntu One folder an I click on the Conecto button, but the Ubuntu one icon in the notification area desappear [20:21] dobey, I did it twice [20:22] but I havo no idea where is my report for lokk for some solution [20:22] you filed a bug? [20:22] yes, this bug twice [20:22] I have this bug since a motnh [20:22] maybe more [20:22] so [20:23] I just had that happening [20:23] to meny update comes since that, but no solution [20:23] I had to killall ubuntuone-client-applet [20:23] and start it again [20:23] and it worked [20:24] nimh, so you kill the applet and that was the solution? [20:24] I killed the client-applet, yes [20:24] and then I restarted it [20:24] and it seems to stick around this time [20:24] actually I don't have the applet at the system starup beacuse the system freezes [20:24] martincasc: if you go to http://launchpad.net/people/+me and click on "Bugs" at the top, you'll be able to see any bugs related to you [20:25] can you see it in 'ps aux' ? [20:25] dobey, I'll checkout [20:25] okay, so autogen.sh runs [20:25] config is happy, tells me to make [20:25] ERROR: Not found: /usr/local/lib/python2.6/dist-packages/ubuntuone/storageprotocol [20:26] nimh: re-run configure and do --with-protocol=/usr/share/pyshared [20:27] okay, 'cause when I try to install ubuntuone-storage-protocol it trys to get rid of a whole bunch of stuff I just installed for ubuntuone [20:27] nimh: the package is python-ubuntuone-storageprotocol [20:27] dobey, only this 2 bugs appear in my account [20:27] https://bugs.launchpad.net/~martincasco [20:28] nothing about ubuntuone [20:28] nope, no love dobey [20:28] martincasc: then i presume you never finished the process to file the bug [20:28] nimh: you've already got it installed i presume [20:28] yup [20:29] ERROR: Not found: /usr/shared/pyshared/ubuntuone/storageprotocol [20:29] huh [20:29] that dir exists [20:29] it's full of goodness [20:29] interesting [20:29] nimh, welcome! awesome to have new hackers [20:29] dobey, I'll report again [20:29] hey statik [20:29] nimh: do make clean, then re-run configure, then try make again :) [20:30] nah [20:30] problem in the script [20:30] if [ ! -d /usr/shared/pyshared/ubuntuone/storageprotocol ]; then \ [20:30] /usr/shared [20:30] not /usr/share/ [20:30] oh [20:30] duh, i can't read [20:30] nimh: you made a typo when doing --with-protocol then :) [20:30] ha ha [20:30] dork [20:31] bingo [20:31] martincasc: please do. thanks! [20:31] dobey, there is samothing wrong [20:31] I'm checkinout the information in my account in ubuntuone webs [20:32] okay, looks like I can build the branch okay [20:32] there is not computer asigned to my account [20:32] and I dont understand why, because for some time I use the client [20:32] martincasc: right. that should happen when you run the applet the first time. it will open a browser window and ask you to "Allow this computer" [20:32] then I by an NVIDIA grafic car and then it doesn't work anymore [20:33] dibey, yes, i did that... [20:33] and right now there is no computer asigned to my account, really estranged [20:33] martincasc: i don't know why there wouldn't be anything listed in the web page if you've associated the computer. unless you removed them [20:34] no [20:34] i didn't [20:34] the report problem proceses finished [20:35] so you are at a web page in your browser for the bug you just filed? [20:35] i'm refreshing the web page, but the report doesn't appear [20:35] jaja [20:35] this is crazy [20:40] so, I'm guessing the syncdaemon is where it keeps the Ubuntu One dir synced up [20:41] and where I might want to add some way of following other dirs [20:41] yes [20:41] I noticed there were some requests for following symlinks, which is probably easier for me to start with, right? [20:42] i don't know. but probably not [20:42] nimh: something to keep in mind is that we are approaching karmic final freeze, so we're pretty tightly focused on fixing the most critical errors right now. it might mean that it's tougher to get discussion on new features than it will be in a couple of weeks, but don't let that discourage you [20:43] nimh: we want to make ubuntu one able to manage any arbitrary directory in your home dir, i think it's separate from symlinks [20:43] thats a feature we want for lucid [20:43] statik, no problems, I was just looking at the first thing it didn't do that I wanted it to do [20:43] but if you think I could be more helpful with something else... [20:44] thats a great way to approach it, i just wanted to explain that most of the core devs are heads down with fixing bugs and getting the servers to scale [20:44] 493 open bugs... i'm sure you can help with a few :) [20:45] thing is I have jaunty on the laptop, I suppose I should get karmic going? [20:46] i only have jaunty on my new laptop (but i have to due to the video card) [20:46] right now is probably a bad time to upgrade to karmic (very very slow to update) [20:47] so I can fix bugs for karmic on jaunty? [20:47] yes, you can fix them on fedora too if you really wanted to :) [20:47] dobey, I just uninstall ubuntuone and re-installit using the oficial web steps [20:47] but nothing [20:48] when I lunch the apli, my browser douesn't showme the web page for asign a computer [20:49] martincasc: right. you should file a bug. i am not sure what you or doing or why you aren't getting the bug filed, as i can't watch you do it from here, but i'd have to see the log info from the bug to be able to help any further [20:50] martincasc: what browser? [20:50] firefox 3.5, then I tried with firefox 3.0.14, and I'll try with chromium and Opera if it necesary [20:51] hello folks [20:51] dobey, if I report the problem again, y can give you a copy of the report screen, it will help? [20:51] does ubuntuone allow a public folder like the one of dropbox? [20:52] doktoreas: not yet, but i think we'll be working on something like that for the next cycle [20:53] thank you dobey [20:53] te he, someone broke the server [20:54] nimh: we're just restarting the DB right now to apply some config changes [20:54] back online in a minute [20:54] all good [20:54] just thought it might have been my black thumb or something ;) [20:55] you know that if you meet someone along the road who claims to be Buddha you should kill him? [20:55] martincasc: when you report the problem, it should open your browser and have you do some things in launchpad's bugs interface [20:56] nimh: i think there are enough "official likenesses" of buddha to be able to determine fraud or not [20:57] well, finally my browser showme that page, and I'm completing the report XD [20:57] software buddha [21:04] dobey, here is my report https://bugs.launchpad.net/ubuntuone-client/+bug/444850 [21:04] Launchpad bug 444850 in ubuntuone-client "If I have Ubuntuone-clien in my system startup, my system freezes, But When I clik on the Ubuntu One icon from Internet Menu, It doesn't conect, an I don't now why, in my account it doesn't appear anymore my PC asigned. " [Undecided,New] [21:04] sorry for my english [21:10] martincasc: What's inside your Ubuntu One folder? [21:10] Some doc files [21:10] do you still have the 'Shared With Me' folder? [21:10] 3 doc files and 1 png files [21:11] yes, I'm still have it with an X icon [21:11] on it [21:11] do you have a .local dir in your home? [21:12] (ls ~/.local) [21:12] nimh, yes [21:12] and .local/share/ubuntuone [21:12] and on it it's ubuntuone folder [21:13] and on it, there are two mmore folders [21:13] shares with an X on it, and syncdeamon [21:13] shares and syncdaemon right? [21:13] there's a problem with the syncdaemon on your machine it looks like [21:13] nimh, yes, thatp's right [21:13] dobey, ?? [21:14] inside syncdaemon there are a lot off folders [21:15] Do I delete somthing? [21:16] yes, as it should. i've asked someone else who can better help with your bug to look at it [21:16] no [21:16] dobey, ok [21:17] dobey: the X in the folder (I assume in nautilus) means read only...right? :) [21:17] i think so === dutchie_ is now known as dutchie [21:17] verterok: the _load_metadata_5 failure is what i'm worried about though :) [21:18] * verterok looks at the bug report [21:19] dobey: that version of fsm metadata don't exists [21:19] verterok: i presumed that's what the error meant. :) [21:20] martincasc: could you check the what is the content of ~/.local/share/ubuntuone/syncdaemon/metadata_version ? [21:20] when you guys talk about metadata is that all the stuff under .local/share/ubuntuone ? [21:21] Guillo right? Spanish?? [21:21] martincasc: echo $(cat ~/.local/share/ubuntuone/syncdaemon/metadata_version ?) [21:21] ok [21:21] martincasc: speak spanish, but I'm from argentina [21:22] me too [21:22] from santa ffe [21:22] fe** [21:22] nimh: metadata is all the stuff inside: ~/.local/share/ubuntuone/syncdaemon/ [21:22] nice to meet yo [21:22] midkniht: ~/.local/share/ubuntuone/shares are your shares [21:22] hello... [21:22] martincasc: I'm from Bs. As., nice to meet you too [21:23] if I paste that command line in the terminal it sais [21:23] thaththe directory doesn't exist [21:23] on one jaunty system I've got an empty Ubuntu One folder and a Ubuntu One.u1conflict .. all my files are on one.ubuntu.com/files and in my Ubuntu One on a Karmic system [21:23] martincasc: this command? "echo $(cat ~/.local/share/ubuntuone/syncdaemon/metadata_version)" [21:24] yes [21:24] I open the metadata file and it sais 5 [21:24] If i remove Ubuntu One and rename the Ubuntu one.u1conflict to Ubuntu One on the Jaunty system will be OK ?? [21:24] martincasc: so, you have that directory? :) [21:25] yes, I have it [21:25] leonel: do you want to do a clean start in the jaunty system? [21:25] but the command doesn't work [21:25] te he [21:25] verterok: not clean just restore the files and keep on sync [21:25] martincasc: ok, so. I don't know how you got a metadata version that don't exists yet :) [21:26] i'll show you a screen [21:26] giveme a minute [21:26] martincasc: do you have older log files in ~/.cache/ubuntuone/log ? [21:26] martincasc: np [21:26] leet me see [21:26] leonel: If you don't have any new files in that machine, you can do that. [21:27] verterok, yes, I have that folder and some files on it [21:28] verterok: so .. remove all and make a new Ubuntu One and the Karmic system and one.ubuntu.com files will be untouched just the jaunty system will be populated with the files ? [21:28] leonel: no, if you remove all, syncdaemon is going to think that you removed those files and probably delete then frmo the server :) [21:28] verterok, this is the screen capture from my .local folder, here appear metadata_version http://i34.tinypic.com/24xl2ya.png [21:29] verterok: so the best thing to sync all ? [21:30] leonel: you have an empty Ubuntu One folde right? [21:30] on Jaunty yes [21:30] leonel: quit the client, then: rmdir ~/Ubuntu\ One; mv ~/Ubuntu\ One.u1conflict ~/Ubuntu\ One [21:30] leonel: and start the client again [21:31] leonel: the UbuntuOne.u1conflict folder have all your files inside? [21:31] martincasc: ok, please check if you have this directory ~/.cache/ubuntune/syncdaemon [21:31] verterok: done .. [21:32] leonel: it should start syncing again [21:32] verterok: now the ubuntuone applet does not let me open the Folder [21:32] leonel: it's connected? [21:33] verterok, no, only there are 2 folders, log and partials [21:33] dobey: this looks like something easy I can start off with: https://bugs.launchpad.net/ubuntuone-client/+bug/418882 [21:33] Launchpad bug 418882 in ubuntuone-client "syncdaemon doesn't save my settings" [High,Confirmed] [21:33] is someone already working on it? [21:33] started the client and moved the Ubuntu One to Ubuntu One.u1conflict again .. [21:33] martincasc: ok, that;s good :) [21:34] leonel: hmm, sounds like broken metadata, what version do you have installed in the jaunty box [21:34] nimh: i don't know how easy that is. syncdaemon hackers might know. [21:34] leonel: also, are you using ubuntu one sice the early versions? [21:34] did the rm ad mv again and its syncing . [21:34] .. [21:34] verterok: yes too early .. [21:35] leonel: ok, I've seen some cases of broken metadata, mostly on very old clients [21:36] leonel: as syncdaemon wasn't making sure that the data saved to disk actually hitted disk :/ [21:36] verterok, Do I do somthing with the log files? [21:37] martincasc: yes. please: grep for _load_metadata_ [21:37] ?? [21:37] martincasc: yes. please: grep _load_metadata_ syncdaemon.log.* [21:38] martincasc: execute: "grep _load_metadata_ syncdaemon.log.*" in a terminal :) [21:39] alright, i gotta run. later all. [21:39] later dobey [21:39] verterok, I pasted that command, and it sais that the file dowsn't exist [21:40] martincasc: execute: "grep _load_metadata_ ~/.cache/ubuntuone/log/syncdaemon.log.*" in a terminal :) [21:40] martincasc: sorry, I missed the full path [21:40] ok, done [21:41] verterok: placed a file on Karmic and got uploaded to one.ubuntu.com/files [21:41] verterok: but not to jaunty [21:41] verterok, you need to know what said in the terminal? [21:41] martincasc: yes, please [21:41] verterok: then placed a file on jaunty and no sync alt all from or to jaunty.. [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-09-22: load_method = getattr(self, "_load_metadata_%s" % md_version) [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-09-22:AttributeError: 'FileSystemManager' object has no attribute '_load_metadata_5' [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-11-46: load_method = getattr(self, "_load_metadata_%s" % md_version) [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-11-46:AttributeError: 'FileSystemManager' object has no attribute '_load_metadata_5' [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-32-17: load_method = getattr(self, "_load_metadata_%s" % md_version) [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-32-17:AttributeError: 'FileSystemManager' object has no attribute '_load_metadata_5' [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-35-42: load_method = getattr(self, "_load_metadata_%s" % md_version) [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-35-42:AttributeError: 'FileSystemManager' object has no attribute '_load_metadata_5' [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-35-43: load_method = getattr(self, "_load_metadata_%s" % md_version) [21:42] /home/casco/.cache/ubuntuone/log/syncdaemon.log.2009-10-06_17-35-43:AttributeError: 'FileSystemManager' object has no attribute '_load_metadata_5' [21:42] that's it [21:42] martincasc: ok, thanks. the next time. please use a service like:http://pastebin.ubuntu.com ;) [21:43] ups, really sorry [21:43] leonel: could you pastebin the last 100 lines of ~/.cache/ubuntuone/syncdaemon.log (in the jaunty box) [21:43] leonel: the karmic -> server -> jaunty, not syncing might be a issue with our servers, I think there is a bug about it [21:43] martincasc: np :) [21:44] http://pastebin.ubuntu.com/287283/ [21:44] there you have [21:44] martincasc: thx :) [21:44] :) [21:45] martincasc: so, the log file when the metadata version was first updated to version 5 (that don'y exists) got lost in the rotation :( [21:45] verterok: karmic ->server is ok [21:45] verterok: jaunty does not upload or download any.. [21:45] lamalex: yes, the notifications to the jaunty client [21:45] lamalex: sorry, leonel ^ [21:45] leonel: ok, please check the log file [21:46] verterok, so the metadata version is 5, and It doesn't exist? [21:46] leonel: that will give us more clues about what's going on [21:46] verterok: what I'm looking for ? [21:46] martincasc: no, the version of metadata is 4 [21:46] if I open the metadata file it sais 5 [21:46] :S [21:47] leonel: please pastebin the las 100 lines, but I'm looking for ERROR messages [21:47] martincasc: exactly, too weird [21:47] martincasc: it's a impossible situation... [21:48] verterok, and if I change the version or the content of the metadata version? [21:48] martincasc: you shouldn't touch anything of the metadata stuff (if the normal state of things) :) [21:49] martincasc: you can fix it by: 1) quit the client, 2) echo 4 > ~/.local/share/ubuntuone/syncdaemon/metadata_version [21:49] today I've quit the client [21:49] sudo aptitude purge ubuntuone-client-gnome ?? [21:49] martincasc: no, not needed [21:50] so? [21:50] martincasc: do this: 1) quit the client, 2) echo 4 > ~/.local/share/ubuntuone/syncdaemon/metadata_version [21:50] martincasc: after that start the client [21:50] martincasc: that's all [21:50] ok [21:51] verterok: http://paste.ubuntu.com/287291/ [21:51] i'll try too start the client [21:52] leonel: the last line: ---- MARK (state: START_WORKING_ON_METADATA_WITH_CONTQ; queues: metadata: 133; content: 58; hash: 0, [21:53] verterok, nothing [21:53] I try to start the clien form internet menu, nothing appear [21:53] leonel: that means that the daemon have some work to do (the metadata and content queues) [21:54] in /home/casco/Ubuntu One I clik on the Conectar button [21:54] and it sais Conectando but nothing happen [21:54] martincasc: please pastebin the contents of ~/.cache/ubuntuone/log/syncdaemon.log [21:55] leonel: can you check if the daemon it's writting stuff on the log file? [21:55] ok, here you have http://pastebin.ubuntu.com/287298/ === flipp_ is now known as flipp [21:56] martincasc: let me say this [21:56] WTF?? [21:56] jaja [21:56] in spanish? jajaja [21:56] LPMQLP [21:56] martincasc: not yet [21:57] :) [21:58] martincasc: just to be sure, please run this in a terminal: cat /usr/lib/python2.6/dist-packages/ubuntuone/syncdaemon/filesystem_manager.py | head -n 35 | tail -n 3 [21:58] it should say: METADATA_VERSION = "4" [21:59] yes [21:59] METADATA_VERSION = "4" [21:59] martincasc: so, you can se the metadata version is actually 4 :) [21:59] that is what the terminal say [21:59] * verterok don't lie [22:00] yes, but the log sais it's 5 [22:00] martincasc: not only that, it's being changed to 5 [22:02] so, what can I do? [22:02] martincasc: last try :) [22:02] martincasc: do this: 1) quit the client, 2) echo 4 > ~/.local/share/ubuntuone/syncdaemon/metadata_version [22:02] martincasc: but don't start the client [22:02] verterok: is writting [22:02] martincasc: 3) cat ~/.local/share/ubuntuone/syncdaemon/metadata_version [22:03] martincasc: check that the content is 4 [22:03] verterok: the last date is according to the system [22:03] it sais that the version is 4 [22:03] leonel: so, looks like it's working. at least 58 files are going to be uploaded [22:04] verterok: and it will take time ?? [22:04] verterok, now if I open de metadata file, it eais 4 [22:04] says ** sorry [22:05] leonel: depending on server load, but it should finish eventually :) [22:05] leonel: also dpeending on your bandwidth ;) [22:05] leonel: do you have the ubuntuone-client-tools package installed? [22:06] martincasc: ok. that's gooood [22:06] martincasc: please check if there is a syncdaemon instance running: ps aux | grep ubuntuone [22:06] martincasc: in a terminal ^ [22:07] http://pastebin.ubuntu.com/287310/ [22:07] verterok, there is pastebin [22:07] * verterok looks [22:07] should I have to install ubuntuone-client-tools? [22:08] martincasc: isn't required :) [22:08] verterok, ok [22:08] martincasc: ok, so. if you start the client it fails again with the same error? [22:08] let me see [22:09] if I click on the Ubuntuone icon from internet menu, nothing happened, but If I check from System monitor, appear ubuntuone-client-gnome and it's sleeping [22:10] leonel: in the -tools package there is a CLI tool to interact with the daemon, u1sdtool, you can check what's up/downloading with: 'u1sdtool --current-transfers' [22:10] verterok, I tried with ubuntuone-client-applet from terminal and never launchit [22:11] terminal still working and working and working [22:11] martincasc: try to start the daemon manually: /usr/lib/ubuntuone-client/ubuntuone-syncdaemon --debug [22:12] verterok, noting, and here is the pastebin http://pastebin.ubuntu.com/287314/ [22:12] martincasc: so, the same error :/ [22:12] martincasc: it's impossible!!! :) [22:13] and now the metadata version it's 5 again ¬¬ [22:13] martincasc: do you have any files in the Ubuntu One folder? [22:14] right now, no, I move them 15 minutes ago [22:15] martincasc: ok. so, we have a bug we can track later. do you want to try starting with a clean environment? (at least you are going to be able to use it :) [22:16] verterok, how ca I do that? [22:16] martincasc: I'll guide you :) [22:16] ok [22:16] martincasc: rm -Rf ~/.local/share/ubuntuone/ ~/.cache/ubuntuone/ [22:17] dine [22:17] martincasc: and: rmdir ~/Ubuntu\ One [22:17] done** [22:17] martincasc: check in the system monitor if there is any ubuntuone-* process running [22:18] martincasc: or: ps aux | grep ubuntuone [22:19] ok, here you have pastebin http://pastebin.ubuntu.com/287319/ [22:19] have error from the second comand [22:19] rmdir..... [22:19] martincasc: perfect [22:19] martincasc: rmdir? [22:20] this command: rmdir ~/Ubuntu\ One givene this error: rmdir: No se pudo eliminar «/home/casco/Ubuntu One»: El directorio no está vacío [22:21] martincasc: so you still have files in that directory? [22:21] My Ubuntu One folder had another folder bl¡roken [22:21] so I delete manually and then the command work perfecto [22:21] so? [22:22] martincasc: ok [22:22] martincasc: now start the daemon from the terminal: /usr/lib/ubuntuone-client/ubuntuone-syncdaemon --debug [22:25] martincasc: if this don't work (same metadata 5 version error, I think I have one last option: apt-get purge everything, cleanup the metadata and start over) [22:25] martincasc: in the hope that the installation is broked [22:25] the pastebin http://pastebin.ubuntu.com/287326/ [22:26] the terminal still runing I don't know what [22:26] martincasc: goood! it's working! [22:26] and still workin [22:27] but the icon doesn't show [22:27] martincasc: right, this is the daemon only [22:27] martincasc: click the in menu, the icon should appear [22:27] ok [22:27] yes!!! [22:28] martincasc: great, now. just click quit the icon and the daemon running in the terminal should be stopped too [22:28] finally my browser redirectme to the web page for adding my pc [22:28] martincasc: oh, ok. do the auth first :) [22:29] I did't touch anything and terminal stops [22:29] and the ubuntuone icon its fine naw [22:29] martincasc: stops? [22:29] and appear a notification that my files where sync [22:30] martincasc: ok, it didn't stopped, it's running [22:30] martincasc: so, you finished the auth process? [22:30] wel [22:30] from the icon I quit ubutuone [22:30] martincasc: please quit the icon, and start it again to check that it's working [22:30] and launchit againd from the internet menu [22:30] martincasc: yes, great! [22:30] and its workin [22:30] I have 2 aplis running [22:31] martincasc: cool, I'll update the bug with all this [22:31] ubuntu-client-applet and ubuntuone-syncdeamon [22:31] sos un capo [22:31] sabelo!! [22:31] thank you very much!!!! [22:33] well, I'm traing, the Ubuntu One short cut in nautilus appear again and sync well the file [22:33] martincasc: heh, np :) [22:33] I'll restart the system to see if it's still workin [22:33] I'll be in 5 [22:33] martincasc: ok [22:40] verterok, everything it's workin very well [22:40] thank you very much!! [22:40] verterok: u1dstool --current-transfers says 0 uploads and downloads and the last file i've placed on jaunty still not synched [22:41] martincasc: great to know [22:41] gracias hermano, thanks bro [22:42] I have to go, Hope see you again [22:42] regards and thansk again!! [22:42] martincasc: de nada! [22:42] leonel: hmm, weird indeed. could you tell if it's using the network? [23:04] verterok: how I can tell that ? === jamalta is now known as jamalta-afk [23:12] leonel: with the system monitor [23:13] leonel: in the system load table [23:33] verterok: the net is idle [23:33] leonel: in teresting, did you tried disconnecting and connecting the client again? [23:33] *interesting [23:34] connecting traffic shows and idle again [23:38] verterok: is there a way to "remove" all the settings and the Ubuntu One folder then start over with that system ? [23:39] leonel: yes there is. isn't nice but there is one :) [23:40] leonel: you might want to backup the contents of ~/Ubuntu One [23:40] leonel: 1) backup! backup! backup! :) [23:40] 2) quit the client [23:41] 3) make sure there isn't any ubuntuone-* process still running [23:42] 4) backup ~/.local/share/ubuntuone/ ~/.cache/ubuntuone/ (just in case), e.g: tar czf ubuntuone-dotdirs.tar.gz ~/.local/share/ubuntuone/ ~/.cache/ubuntuone/ [23:42] 5) rm -Rf ~/.local/share/ubuntuone/ ~/.cache/ubuntuone/ [23:43] 6) make sure you alreay have a backup of any important files/dirs in ~/Ubuntu\ One, and: rm -Rf ~/Ubuntu\ One [23:43] 7) start the client again [23:43] leonel: ^ [23:44] don't delete Ubuntu One dir ?? [23:44] deleted [23:44] leonel: step 6 :) [23:44] sorry [23:44] np [23:44] I've renamed the dir .. to ubuntuone.bak [23:44] so starting the client ... [23:45] leonel: both? ~/.local/share/ubuntuone/ ~/.cache/ubuntuone/ ? [23:45] yes backed up and removed [23:47] leonel: ok, proceed :) [23:49] verterok: files are comming ... [23:53] verterok: 90files updated [23:53] verterok: thanks .. [23:54] leonel: np :)