[00:00] mkarnicki: can you patebin the error? [00:00] verterok: thank you! [00:00] verterok: sure [00:02] verterok: my compile command missed the parameters probably http://paste.ubuntu.com/428598/ , I don't want to bother you. I'll manage :) [00:02] mkarnicki: np, I can stay around [00:02] verterok: let me fix the compile command [00:03] mkarnicki: hmm, looks like maven can't find the dependencies :/ [00:05] verterok: yes.. I can download them manually [00:05] verterok: i fixed the compile arguments, but it still misses two jars [00:05] verterok: and I'm new to maven, so the only way for me would be to manually download them :D [00:06] mkarnicki: oh, maybe I can download that because I have the codehaus maven repository in my settings [00:06] mkarnicki: and many other maven repositories :/ [00:06] verterok: anyway I can add that? [00:06] verterok: aah ;) [00:07] verterok: is it some config file content I could add? [00:07] mkarnicki: yes, I'm checking my config ATM, gimme 2' [00:08] sure [00:09] mkarnicki: check http://www.jboss.org/netty/downloads.html [00:10] verterok: will do! [00:11] mkarnicki: the oauth stuff is here: http://code.google.com/p/oauth/source/browse/code/maven/net/oauth/core/oauth-consumer/20090823/ [00:12] verterok: what's the simpliest way to throw the netty jar in? another -D declaration, or some destination folder? [00:12] verterok: thank you, you are very helpful. appreciated! [00:12] mkarnicki: I'll push a fix to the pom.xml, gimme 2' [00:12] i mean, I appreciate [00:13] verterok: ok, i've got both. [00:13] verterok: I'm holding you back from cooking, not good ;P [00:15] mkarnicki: np, :) [00:15] mkarnicki: run 'bzr pull' just pushed revision 18 [00:16] mkarnicki: running the mvn compile command shoudl fetch the netty jar automagically [00:16] verterok: sorry for lame question, should I do that inside ubuntuone-java- .. ? [00:17] verterok: done! trying to compile [00:18] verterok: it's downloading :) [00:19] verterok: I'll report back in a sec. it seems to have hung during download. let me investigate. [00:24] verterok: your push fixed netty, but I had to add this oauth jar to maven manually, now compiling [00:25] mkarnicki: I'll push a fix for the oauth jar real soon now :) [00:25] verterok: opps.. just a sec [00:25] [INFO] An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "/home/mike/src/ubuntu/protobuf-2.3.0/src": java.io.IOException: error=13, Permission denied [00:26] mkarnicki: wron argument [00:26] try with: /home/mike/src/ubuntu/protobuf-2.3.0/src/protoc [00:26] :) [00:26] :3 [00:27] verterok: I owe you beer. by the end of the month, that'll be twenty xD [00:27] mkarnicki: just pushed revision 19 with a fix to the pom.xml, so it also download the oauth jar(s) [00:28] mkarnicki: now, I'll let you play a bit with it...and I'll head to the kicthen ;) [00:28] verterok: I think I'll pull it then, since now I got ;P this: error: error reading /home/mike/.m2/repository/net/oauth/core/oauth-consumer/20090823/oauth-consumer-20090823.jar; error in opening zip file [00:28] sure! [00:28] verterok: thank you so much! [00:28] verterok: bon apetit! [00:28] mkarnicki: thanks! ping me if you find any other quirk [00:28] :) === wgrant_ is now known as wgrant === cpg|away is now known as cpg [00:53] verterok: it tries to compile now, but gives me tens of symbol missing errors. I think I know what's the problem, but not ure of the solution. you use this switch -Dstorageprotocol=$HOME/Projects/ubuntuone-storageprotocol/trunk - but I don't have trunk folder in my ubuntuone-storage-protocol. is this the python ubuntuone-storage-protocol in the -D switch? [00:54] /s/ure/sure [00:56] verterok: I used this command to compile - mvn compile -Dprotoc=/home/mike/src/ubuntu/protobuf-2.3.0/src/protoc -Dstorageprotocol=/home/mike/src/ubuntu/ubuntuone-storage-protocol/ [00:57] verterok: but since ubuntuone-storage-protocol contains python code, I feel really dumb doing that.. [00:57] mkarnicki: not only python code, also the protocol definitions [00:58] mkarnicki: please pastebin the output of the compile command [00:58] verterok: ok [00:59] verterok: http://paste.ubuntu.com/428626/ [00:59] verterok: note line 13. something to be worried about? [01:00] verterok: compile command was exactly: mvn compile -Dprotoc=/home/mike/src/ubuntu/protobuf-2.3.0/src/protoc -Dstorageprotocol=/home/mike/src/ubuntu/ubuntuone-storage-protocol/ [01:01] verterok: I do hope I'm not disturbing your meal :P [01:01] mkarnicki: check line 7-8 [01:01] mkarnicki: your protobuf install seems to be broken [01:01] verterok: crap.. I shouldn't have installed the 2.3.0 build [01:01] mkarnicki: try doing a: make distclean && configure && make [01:01] now, how do i reverse make install hehe [01:02] verterok: ok [01:02] mkarnicki: no idea :p [01:03] verterok: still, it'll compile into libprotobuf.so.5 . i compiled it before. nevertheless, I'm trying now again. [01:04] verterok: (compinling protobuf) where did you mention I could find libprotobuf.so.6 ? [01:05] mkarnicki: what version of protobuf do you have installed? apt-cache policy protobuf-compiler [01:05] verterok: Installed: 2.2.0a-0.1ubuntu1 [01:06] mkarnicki: that's enough to compile it! :p [01:06] verterok: forgive my speed of compilation. this machine has a CULV processor. [01:06] mkarnicki: just point it to the default protoc: /usr/bin/protoc [01:06] verterok: ok, make has finished [01:07] mkarnicki: np, but there is no need to compile protobuf [01:07] mkarnicki: you already have a good-enough version installed [01:07] verterok: you mean.. maven? [01:07] verterok: sorry, I'm new into that stuff.. [01:08] mkarnicki: no, protobuf [01:08] mkarnicki: no need to compile 2.3.x [01:08] mkarnicki: the version installed in your system (from the package) in enough [01:09] verterok: got it [01:09] verterok: give me a sec [01:10] k [01:10] verterok: [INFO] BUILD SUCCESSFUL <3 ;) [01:10] :D [01:10] verterok: you are patient :)! [01:10] verterok: thank you.. :) [01:10] verterok: that was a ride [01:10] mkarnicki: heh, np :) [01:11] verterok: too bad, now I know how clever you are and will be bothering you on a regular basis xD j/k [01:11] mkarnicki: jajaja :) [01:12] verterok: great. now I have a great starter kit for my app ;D [01:13] verterok: you gave me some brain food, now I'll have to digest that :D [01:14] verterok: thanks again for time spent helping me out. [01:14] verterok: I'll let you know how are things when I'll start using your toys ;) [01:15] verterok: and officially, that will be approx at the and of this month. [01:16] verterok: south america, huh :) have a nice evening then :)! === cpg is now known as cpg|away [01:16] mkarnicki: ok, good to know :) [01:17] mkarnicki: thanks, now I'll run to get some dinner [01:17] * verterok waves! [01:17] mkarnicki: later! [01:17] * mkarnicki waves, bye bye! [01:31] hey, cool, my album which i ordered some 2 months ago is finally complete =) - looks like the syncing is working at last! === cpg|away is now known as cpg [02:46] mkarnicki: congrats on Android U1 === cpg is now known as cpg|away [03:57] my ubuntuone store is gone from rythmbox... [04:02] uh oh [04:12] I previously tried to purchase music thorugh the ubuntuone ryhtmbox interface... it is in my cloud, I was charged for it, but now rythmbox doesn't even have the store in it anymore... how can I fix this... I did a fresh install and this was all working 3 days ago [04:13] honk [04:19] gbear14275: hello [04:19] hello duanedesign [04:20] gbear14275: sounds like you might be afected by bug 570672 [04:20] Launchpad bug 570672 in libubuntuone ""connecting..." page when adding tracks to the basket" [Undecided,New] https://launchpad.net/bugs/570672 [04:21] gbear14275: hmm, but from discussions i have seen it was workedaround by [04:21] by rightclicking the icon in the notification area and close it from there [04:22] duanedesign: Is there anyway to mitigate this or avoid it in the interim. I'm frustrated that after trying to support this new store with a purchase... the album never even made it into the rythmbox application (let alone my machine) and now rythmobox wont even connect to ubuntuone [04:25] gbear14275: are the songs in Ubuntu One in the cloud? You can test this by looking at the web interface at one.ubuntu.com/files, under User Defined Folders > Purcased from Ubuntu One [04:25] duanedesign: yes [04:26] gbear14275: ok. Is Ubuntu One connected? [04:26] duanedesign: It says synchronization in progress... But has said that now for over half an hour with no progress [04:27] gbear14275: if you open a Terminal and run: u1sdtool -s [04:27] what is the output [04:28] want a multi line paste here? [04:29] connection: With User With Network [04:29] description: doing server rescan [04:29] is_connected: True [04:29] is_error: False [04:29] is_online: False [04:29] queues: WORKING_ON_BOTH [04:30] gbear14275: yeah its ok. just us in hear. <.< >.> [04:31] gbear14275: its doing server_rescan. That is the last step before connecting to the cloud server [04:32] duanedesign: how long does that typically take? [04:32] is_online:False should change to is_online:True shortly [04:33] gbear14275: sync has been getting better. Things got very slow due to the hugr increase in users associated with the release [04:33] huge* [04:33] duanedesign: just checked again, now on queue manager [04:33] so... is there supposed to be a ubuntuone plugin in rythmbox's list of plugins... because my rythmobox no longer has one [04:35] hm nvm... looks like it got uninstalled somehow [04:35] gbear14275: Edit > Plugins [04:37] duanedesign: oops sorry... wrong button [04:38] ok, so I have the plugin reinstalled... the status according to the ubuntuone plugin is now "transferring to your ubuntu One storage". Is there any typical time associated with that (which I assume means dl to my computer)? [04:39] gbear14275: you can download the songs using the webUI if you want them right away. [04:40] gbear14275: things are a bit slower thann normal as the team is rolling out upgrades to deal with the increase in users [04:40] duanedesign: trying to let this "do its thing", not necessarily impatient... but am thinking something must be amiss because it seems to be taking VERY long [04:40] gbear14275: yeah, i understand [04:40] I waited about an hour for something to happen last time and it never downloaded to my computer [04:41] duanedesign: you have any experiences with the music store yet? [04:41] gbear14275: there definetly could stand to be some improvement as far as letting the user know 'exactly' what is going on [04:42] u1sdtool -s is nice, but it takes a while to figure out what all the lines mean [04:42] gbear14275: i did get a song awhile back [04:42] duanedesign: perhaps a "place" in the queue? e.g. "there are XXX number of jobs before you" [04:43] duanedesign: the other thing I am nervous about, it placing the file in the correct place in the correct format. I know songs go in .ubuntuone but not sure the directory structure below that and would prefer the tool to do it itself [04:43] gbear14275: oh that reminds me. You can check u1sdtool --waiting-content [04:44] woah... duanedesign looks like i have quite a few files [04:46] duanedesign: this doesn't seem right as all these files listed are already on my machine and unchanged [04:47] /33 [04:48] $ u1sdtool --current-transfers [04:48] Current uploads: 0 [04:48] Current downloads: 0 [04:48] ...interesting [04:49] gbear14275: it is probably working on metadata [04:49] u1sdtool --waiting-metadata [04:50] also you can open a Terminal and monitor the syncdaemon.log with the command: [04:50] tail -fn 50 ~/.cache/ubuntuone/log/syncdaemon.log [04:51] http://paste.ubuntu.com/428707/ [04:51] oh cool! [04:51] yeah i'll just watch the log [04:52] see how the metadata and content numbers get smaller. http://fpaste.org/dKpC/ [04:53] it is not uncommon for you to have several entries where it does not change [04:53] but it should change over time [04:53] yeah i'm watching the log right now which makes me feel better about progress happening [04:54] for instance mine said metadata: 4; content: 22 for 10 minutes before it changed to metadata: 2; content: 22; [04:55] what command gives you that info? [04:55] the tail -fn 50 command [04:56] what does your u1sdtool -s say now? [04:57] $ u1sdtool -s [04:57] State: QUEUE_MANAGER [04:57] connection: With User With Network [04:57] description: processing queues [04:57] is_connected: True [04:57] is_error: False [04:57] is_online: True [04:57] queues: WORKING_ON_BOTH [04:57] gbear14275: ok thats good [04:58] here is mine after it finished syncing. So you can see what it will look like. Notice the queues line. [04:58] State: QUEUE_MANAGER connection: With User With Network description: processing queues is_connected: True is_error: False is_online: True queues: IDLE [04:59] it will go idle after its done [05:00] hope that helps some :) The STATES are a bit confusing, but that is what i have figured out [05:03] gbear14275: i am off for the evening. If you have any additional questions the whole U1 team is here between 13:00 - 21:00 UTC on weekdays [05:03] happy syncing! :P === cpg|away is now known as cpg [06:39] Yay! IDLE! [06:39] queues: metadata: 0; content: 0; hash: 0 [08:59] duanedesign: thanks :) [09:00] duanedesign: (for the congrats after 3 AM here) [09:46] How do I force a resync of my account in ubuntu? I uploaded something via the site and i cant figure out how to see it on my machine [09:53] slide, what does u1sdtool --waiting-meta and u1sdtool --waiting-content return when executed in the terminal? [09:57] nothing [09:57] neither returned anything [09:58] slide, ok, is your computer connected to ubuntuone - what does u1sdtool --status say ? [09:59] http://pastebin.com/raw.php?i=6SgZBDE7 [10:12] rye, any idea? [10:13] slide, let me try putting the file and see whether it works locally [10:16] slide, ok, i see what you mean - pinged team members about that, for the time being you can do u1sdtool --refresh=$full_path_to_directory_to_refresh [10:17] if its in the root use --refresh=/ ? [10:17] slide, i believe it will be u1sdtool --refresh=$HOME/Ubuntu\ One [10:18] slide, alternatively you could reconnect syncdaemon via the ubuntuone-preferences menu and it would do the same kind of refresh [10:18] thanks [10:18] * ubuntuone-preferences dialog [10:19] slide, have the file appeared locally? [10:19] * rye needs to wake up... "did the file appear locally" is a better sentence [10:20] using --refresh nope [10:21] reconnecting syncdaemon worked [10:22] hm [10:28] or maybe it was a delayed reaction to --refresh heh === teknico is now known as teknico_away === cpg is now known as cpg|away [12:21] hey. as for: https://one.ubuntu.com/support/installation/ I should see a button "Add your computer" on my UbuntuOne page, but I can't see it... how can I add the computer I am on now? [12:21] ildella, could you please check what URL (address of the page) you are now in your browser ? [12:21] https://one.ubuntu.com/dashboard/ [12:22] but I can't see the button also in other pages [12:22] ildella, have you started ubuntuone-preferences ? From the MeMenu (option is called "Ubuntu One..." ) [12:23] yep, I tell you the story: [12:23] I have noticed that UO wasn't keeping sync, and that I have almost 8 machines connected [12:23] probably the same machine with different old installation of Ubuntu [12:23] now I removed them all [12:23] the ubuntuone-preferences are started [12:23] Account pane is all "unknown" [12:24] and "disconnected". If i click on "connect"... [12:24] ildella, ah, ok, the system still thinks you are authenticated - could you please open Applications / Accessories / Passwords and Encryption Keys and remove the entry called "UbuntuOne token for https://ubuntuone.com" ? [12:25] mmm, strange, there is not such a key [12:27] ildella, ok, then lets try https://wiki.ubuntu.com/UbuntuOne/FAQ#How%20do%20I%20add%20my%20computer? [12:29] ok, I am doing that [12:31] ok now UO preferences say : sync in progress [12:31] but everything is still unkwnown, disconnected and all the sync checkboxes are unmarked [12:31] I'll wait a while [12:32] ildella, could you please reopen preferences application? [12:32] I did, it is in sync, 1.3% [12:32] ah great now the services sync are all marked [12:33] ok I can see local files appearing on the browser [12:33] is working now [12:34] thanks, I'll wait here till the end to confirm everything is ok [12:37] ildella, ok, it looks like the preferences application is not asking for additional details once it is authorized. So yes, it would be great if you could confirm that everything is working fine for you [12:38] is better for sure. on website, computer is present and on local preferences, I can see name, email and marked services.. [12:38] but is stucked at 1.3% of 25MB... [12:42] stille there... what if I press "restart" on the device tab? [12:43] ildella, are you waiting for the files to upload or download? [12:43] I think is uploading now but I have also to donwload some folders to complete the sync [12:44] hm, what if we just do a simple flock() on the pid file in order to prevent startup of the second instance of desktopcouch?... Hmmm. Need CardinalFang [12:44] maybe is just slow cause I am sync three folders with lot of small files... [12:44] ildella, could you please check what does u1sdtool --status ; u1sdtool --waiting-meta; u1sdtool --waiting-content [12:45] ildella, you can paste the output to https://paste.ubuntu.com [12:46] http://pastebin.ubuntu.com/428908/ [12:48] ildella, yes, i believe it is slow because of many small files. Currently the overhead for every file is pretty noticeable but the team is working to provide faster sync experience [12:49] yep but I think is stucked. is not going over line 2146 [12:51] what is restart button supposed to do? [12:52] ildella, you can see that there is a lot of metadata requests - u1sdtool --waiting-meta [12:53] ah they are not completed, they are requested [12:53] all right [12:53] ildella, they all need to be processed before actual upload/download starts. Ubuntu One works better with larger files but when there are not many of them [12:53] now I understand, so I just wait [12:54] ildella, currently the sync process is not as fast as it should be so that's where the development resources primarily are === teknico_away is now known as teknico [13:04] there is not a way to understand at what point of the upload process is? [13:07] ildella, the upload/download is done in two parts - first metadata queue is processed and then the actual uploading/downloading will start. In case the content queue is being processed you can see the filenames in u1sdtool --current-transfer [14:15] Good morning [14:16] I synced a empty folder in order to add the music thats sitting on my cloud space but nothing ever happens. Am I missing something? [14:17] johnyO, so the music is on the web ui but not locally, right? [14:17] johnyO, is u1sdtool --status showing IDLE? [14:19] good day rye [14:19] duanedesign, hello! [14:20] rye: i started a spec with the intention of reducing the number of bugs in the 'New' queue [14:20] anyone know when the sync between desktops and the cloud will be reenabled? [14:20] duanedesign, it looks like I got in infinite loop trying to reproduce the issue in ubuntuone-login. [14:20] rye: oh no :\ [14:21] duanedesign, based on all the tests this cannot be reproduced in virtual machine [14:21] rye: that is strange [14:21] duanedesign, i had 10 virtual machines yesterday with lucid :) [14:21] wow [14:21] duanedesign, in various combinations and upgrade path. [14:21] duanedesign, ok, back to bugs which look like I have been ignoring.. [14:22] any help? Anyone? [14:22] dancallo: what is not syncing for you? Files or Contacts and Notes? [14:23] Contacts. Hasn't worked since I moved to 10.04 LTS [14:23] keep getting command not found [14:24] I am unable to access my contacts on Couchdb in Evolution mail through UbuntuOne. Evolution mail doesn't see them. [14:24] johnyO, "u *one* sdtool --status" ? [14:24] johnyO: that is u1 not ul [14:24] dancallo, the replication is still disabled, yes [14:25] The status on UbuntuOne's website says sync has been disabled between desktops and UbuntuOne. My question is when will this be fixed. [14:25] yes idle [14:27] duanedesign, rye, any ideas? [14:27] johnyO: are the songs in Ubuntu One in the cloud? Looking at the web interface at one.ubuntu.com/files, under User Defined Folders > Purcased from Ubuntu One [14:27] yes [14:27] whats the deal with the notes in ubuntuone? Not synching at all for me! [14:27] dancallo, checking with the team members, this is pretty much all I can do at the moment... [14:28] beilabs, is there any error you are receiving? [14:28] Okay, when will you know something about it? [14:28] beilabs, could you please shut down tomboy; and start it from the terminal with tomboy --debug [14:29] dancallo, well, the question is asked, waiting for someone to answer. [14:29] k. Thanks. [14:29] rye: The remote server returned an error: (500) INTERNAL SERVER ERROR [14:29] looks like its on your end [14:29] couch is dead [14:29] hi, I've got problems syncing my tomboy notes again [14:29] johnyO: could you please reconnect syncdaemon with: u1sdtool -d; u1sdtool -c [14:30] ukev: same here [14:30] last time the problem was that a had an empty notes [14:30] but this tame tomboy-recovery.py doesn't print anything [14:30] beilabs, ukev - this is server-side, i called the admins [14:30] done [14:30] rye gracias [14:30] rye where you based? [14:30] ok great [14:30] rye, wish I had direct access to the team. I would ask them why they aren't answering you. [14:31] then I will go sleeping and try again later [14:31] johnyO: what does u1sdtool -s say now. You can paste multilines of text at http://paste.ubuntu.com [14:32] beilabs, I am in Kiev, Ukraine. By "calling" i mean I contacted them via internal IRC. [14:33] State: SERVER_RESCAN [14:33] connection: With User With Network description: doing server rescan is_connected: True is_error: False is_online: False queues: WORKING_ON_METADAT [14:33] Is anyone else able to connect to their contacts through Couchdb on UbuntuOne Cloud? [14:34] johnyO: ok SERVER_RESCAN is the last step before it connects to the server [14:34] dancallo, no, at the moment any access to couch outside of the datacenter is restricted [14:35] johnyO: lets give it a second. See if it goes to queues: IDLE before you get your files [14:35] rye, where can I go to get better status on when this will be fixed? [14:35] back to idle [14:36] johnyO: is anything showing up locally in ~/.ubuntuone/Purchased from Ubuntu One [14:37] yea the music shows up there [14:37] just not in the folder I synced [14:37] johnyO: ok [14:37] since it doesn't let me created a shortcut I wanted to have another folder on my desktop [14:38] rye, all back working now...thanks dude [14:38] johnyO: you created this folder in Ubuntu oNe or in your Home directory and set it to sync with Ubuntu one [14:39] right [14:40] johnyO: which one? Is the folder ~/Music or ~/Ubuntu One/Music [14:40] dancallo, unfortunately I cannot provide the ETA. Here's what the latest news are - the replication is disabled to prevent frequent couchdb failures. The plan is to set up the redundant servers and as thisfred said "Sharding is almost ready" [14:41] path=/home/bryan/Music [14:41] rye, okay. I guess I'll just have to wait. Thanks for your assistance and info. [14:41] johnyO: ok [14:44] johnyO: can you please run the command: u1sdtool --list-folders [14:44] johnyO: and see if your folder shows up === teknico is now known as teknico_away [14:45] it does, I copied the above location from that command [14:48] johnyO, the .ubuntuone/Purchased* cannot be changed to another folder, unfortunately it is dictated by the server side and server side is not able to query about the location of the XDG folders. And even if it can it synces the file to the same path on all the machines [14:49] I don't really need it changed, I just need the music folder to have the same contents as the Purchased folder since I can't create a link to the Purchased folder [14:51] johnyO: do you have anything in ~/.cache/ubuntuone/log/syncdaemon-exceptions.log [14:52] if you need to you can paste multiline text at http://paste.ubuntu.com [14:52] its empty [14:54] johnyO: ok. Can you paste the contents of ~/.cache/ubuntuone/log/syncdaemon.log [14:54] johnyO, you made a symlink from /home/bryan/Music to ~/.ubuntuone/Purchased from Ubuntu One ? [14:55] The other way around [14:56] but it kept saying it couldn't find the Purchased folder [14:56] I read somewhere that a link can't be created to that folder [14:57] johnyO:ohh, so you made ~/.ubuntuone/Purchased from Ubuntu a symlink? [14:57] hi [14:58] hello Nagz [14:58] yea I tried [14:58] got a short question: does the ubuntuone syncdaemon trigger on file changes or sync after specific time periods ? [14:58] i never know if it's buggy or if it just hasn't triggered yet^^ [14:59] I was trying to make the music folder I created a link to that folder [14:59] Nagz: file change. The Contacts sync after I think 10 minutes. [15:00] so if the icon doesn't change to syncing after a short period of time my syncdaemon is frozen ? [15:03] johnyO: yeah that doesnt appear to work [15:03] Nagz, you can see what it does behind the scenes by running u1sdtool --waiting-meta (file/folders create/removal) and u1sdtool --waiting-content (actual upload/download queue) [15:04] thanks [15:04] johnyO: i made a symlink of my ~/.ubuntunone/Purchased... folder and tried to make it a UDS and it sows up in u1sdtool --list-folders but will not sync to the cloud [15:04] s/sows/shows [15:06] ulsdtool -> package not found / command not found ^^ [15:06] I wouldn't matter to me if it shows up in the cloud. I just wanted easy access to the music I purchase. when I try using that link it says it can't find that location [15:06] johnyO: ahh I can see the folder [15:06] If I try to do it through nautilus the option to create a link is grayed out [15:08] johnyO: hmm. yeah that is what i did. Navigated to /.ubuntuone/Purchased From... r-click and selected Make Link [15:09] johnyO, if you are completely sure to have Music as link to Purchased from Ubuntu One - then you can do this via the terminal - ln -s "$HOME/.ubuntuone/Purchased rrom Ubuntu One" "$HOME/Music" [15:09] ln - make link, -s - symbolic [15:09] wonder why make a link is grayed out on mine [15:10] ohnoes [15:10] ln -s "$HOME/.ubuntuone/Purchased from Ubuntu One" "$HOME/Music" [15:11] which package do i need for ulsdtool ? google didn't help [15:11] Nagz: are you using Karmic? [15:11] Nagz, that's abbreviation of ubuntu one - u1sdtool, not "U L SDTOOL" [15:11] I don't have that folder in /home/ubuntuone [15:12] johnyO, the folder is in $HOME/.ubuntuone [15:12] its it /home/.local/.ubuntuone [15:12] no [15:12] i'm on lucid [15:12] I got it [15:13] oh yeah that's hard to see^^ [15:13] thanks [15:13] Nagz, np [15:32] rye: i was noticing the number of bugs in the 'NEW' queue was slowly increasing. It seems like there might be some that are 'stuck'. In that triagersmight be uncertain what to do with them. [15:37] is there a way to delete top level folders (MyStorage) ? [15:38] i stopped syncing a folder and its still there ... from the web i can only delete subfolders [15:39] Nagz: does it still show up when you run the command u1sdtool --list-folders [15:40] yes [15:40] rye: i know some reports are there for good reason, but i wanted to get your input about seeing if a community effort could help in reducing the 'noise' in the queue. [15:41] Nagz: you can delete the folder with the command : u1sdtool --delete-folder=FOLDER_ID [15:41] Nagz: you get the Folder_ID from the previous command [15:43] duanedesign, i believe /Bugs page needs to be updated. Most of the issues will not be seen in Lucid at all so that creates a long page which is scary to look at [15:44] rye: that is a good idea [15:44] duanedesign, how about I will move Karmic-specific bugs to Bugs/Karmic ? [15:44] duanedesign, and we'll keep Lucid ones on /Bugs page, something like an archive of known bugs [15:46] rye: that is a good idea. Keep current releases on /Bugs, but move past (supported) release bugs to /BugsKarmic [15:46] joshuahoover, are you ok with /Bugs page being moved to /Bugs/Karmic and /Bugs page will provide details about current release only? [15:46] joshuahoover, not /Bugs/Karmic but BugsKarmic [15:46] rye: sure, that sounds like a good idea! [15:46] hm, "karmic bugs" sounds strange [15:47] hmm [15:47] wow, that is a loooong page [15:48] duan does this command take a while ? [15:48] rye: i made a page. https://wiki.ubuntu.com/UbuntuOne/Specs/MaverickBugWorkflow [15:48] rye: my intention was to increase the effectiveness of the community effort to triage bugs [15:49] rye: some of that came from the Other teams similar pages. I left it on there because i thought you guys might find some of it helpful [15:49] it gets stuck in the process [15:49] Nagz: yeah i did it the other day [15:49] Nagz: and it did seem to take a bit [15:50] kk then I'll wait [15:50] thanks [15:50] Nagz, delete-folder adds the entry to metadata queue and will not return until the queue item is processed [15:51] waiting-metadata on second terminal is empty === teknico_away is now known as teknico [15:58] deletion worked, but the process got stuck [16:01] thanks for the help guys ... i'm out for now [16:03] hm... delete folder returned an error? [16:03] rye: it might wait for success/failure [16:04] if metadata is running, it could be a fairly long time [16:04] duanedesign, I did initial cleanup, will scan the bug reports to build Lucid-specific list (which is not that long really) [16:05] rye: nice [16:05] rye: did you ever get GreaseMonkey to work? [16:06] I think kermiac has some scripts/responses that i have been meaning to ask about [16:08] duanedesign, something is really broken with my greasemonkey... hmmm [16:11] i need look at some bugs to see about doing some automated triage [16:19] rye: I just found an old script to manually trigger the oauth token request stuff (it uses ubuntuone-login, but don't depend on syncdaemon or other stuff) [16:20] rye: do you think it might be useful to debug auth problems? [16:21] verterok, hm... Might be very useful. Unless (and this is what I am afraid of) ubuntuone-login is switched to webserver mode - in this case it ignores all auth requests... but this can prove that actually [16:21] verterok, i am extremely interested in it [16:22] rye: yes, but at least you can trigger oauth stuff manually and avoid starting syncdaemon...which is == to faster iterations ;) [16:22] rye: http://pastebin.ubuntu.com/429013/ [16:23] rye: is the simplest script ever, but it can be extended with singal receiver to know what ubuntuone-login is sending... [16:30] verterok: ugh [16:30] verterok: that doesn't use ubuntuone-login [16:31] dobey: ooops, right...wrong script :p [16:31] rye: ignore that script [16:31] :) [16:31] hi all [16:31] dobey: thanks for looking at that...I'm doing scripts cleanup and messed up the copy & paste [16:32] honk [16:32] rye: that script [16:32] i am trying to get u1 to work for several days now. i already couln't get it to work with 9.04 [16:32] rye: starts the oauthdesktop stuff (just like ubuntuone-login) :p [16:33] folders sync, but files don't [16:34] http://nopaste.info/90357b0fec.html please check this for a log of my upload [16:34] Schnitz, could you please run the following script in the terminal - http://people.canonical.com/~roman.yepishev/ubuntuone-scripts/ubuntuone-debug-collect.sh [16:35] 2010-05-06 16:31:31,335 - ubuntuone.SyncDaemon.ActionQueue - INFO - Not enough space for upload 14 bytes (available: None) [16:35] how can this possibly be? [16:35] rye my store is empty [16:35] i am not _that_ stupid ;-) [16:35] 0 bytes Used (0.0%) [16:35] Schnitz, exactly, None is not a number [16:36] that is what the website said [16:36] You are currently using 0 MB of your 2.0 GB available for synchronized data. [16:36] 2010-05-06 16:30:04,898 - ubuntuone.SyncDaemon.ActionQueue - INFO - Server rescan: will query 1 objects - one object only - i believe that's some default one/root [16:37] i also thought so [16:37] please find the script results here: http://pastebin.com/9Sz9Kviv [16:38] Schnitz, hm, have you removed anything by any chance? [16:39] Schnitz, i.e. from Ubuntu One directory or from server? [16:39] since everything looked so arbitrary, i decided to empty my local ubuntu one directory _and_ the one on the server [16:39] restarted ubuntu one and reconnected my computer [16:39] to try adding a small single text file [16:40] Schnitz, ah, ok, now ubuntu one tries to remove all the files (which looks like it can't because there are none) but every unlink message takes a loong time [16:40] Schnitz, i believe you will want to reset the metadata instead - do you have any files in Ubuntu One ? [16:40] rye: i thought this way i have at least the chance for a clean log. at first i thought "oh great ubuntu one out of the box" and moved a folder in the ubuntu one folder. however, in the webinterface i could see that folders are being created, but no files are being uploaded [16:40] Schnitz, i mean something valuable in your ~/Ubuntu One/ directory ? [16:41] the error message was already the one you quoted from my nopaste. "not enough space... available: none" [16:41] Schnitz, the folders are created first, then after all folders are created the files start to be uploaded. but "not enough space"? [16:41] rye: clearly there seems to be an issue on the server with that account :) [16:42] dobey: my account is behaving so strange. it also says "you currently have 1 contact" but then the contact list is empty [16:42] i mean in the web interface [16:42] dobey, or no - free space query is waaay at the bottom thus it does not know how much space is left... but 14 bytes?.. [16:43] Schnitz, ok, let's perform resetting of your client-side ubuntuone account [16:43] rye: what do you mean it doesn't know? [16:43] rye: sure [16:43] rye: 14 bytes could be the size of a single file [16:44] dobey: according to ls that file has exactly 14 bytes. it is a very small text file. [16:44] rye: FreeSpaceInquiry happens quite a bit in syncdaemon actually [16:44] dobey, http://pastebin.com/9Sz9Kviv - look at the bottom of the metadata queue [16:44] AccountInquiry, FreeSpaceInquiry... it started removal pretty early [16:44] rye: is there a wiki entry or something that explains the client side reset [16:46] rye: yes, they are part of the meta queue, so they could get stuck behind other things potentially [16:46] Schnitz, well, you can do a subset of https://answers.edge.launchpad.net/ubuntuone-client/+faq/778 - basically you will need to 1. quit ubuntuone-client - u1sdtool --quit; 2 - remove ~/.local/share/ubuntuone 3. connect ubuntuone-client - u1sdtool --connect [16:47] Schnitz: if you open ubuntuone-preferences, what does it say your quota usage is, at the top? [16:47] Schnitz: after it updates and doesn't say "Unknown" for everything, that is [16:47] dobey: before resetting ubuntu one 0.0 KB Used (0.0%). now i will reset it and check again [16:49] oh i forgot it doesn't show what your quota size actually is there [16:49] and i don't think it logs the results [16:49] so probably won't help either [16:49] cool, my third lxc build fails [16:50] rye: i did that procedure [16:50] rye: ubuntu one preferences still looks all the same [16:50] "Synchronisation in progress" and 0.0% used [16:53] the testfile appears with status "uploading" on the webinterface [16:53] Schnitz, ok, what does u1sdtool --waiting-meta and u1sdtool --waiting-content say ? [16:55] rye: waiting-meta has no output and waiting-content has 1 line: operation='Upload' node_id='d896e472-fca9-4a06-bb71-143a8653086c' share_id='' path='/home/fms/Ubuntu One/foobar.txt' [16:55] 14 bytes [16:55] 5 minutes [16:55] something is really really really slow [16:56] rye: i never had a single file uploaded to u1 as far as i know [16:57] rye: i don't have any network problems... [16:57] Schnitz, could you please re-run the script i pointed you at and post the results? [16:57] rye: the oauth trigger (if there is no token in the keyring, I think) script: http://pastebin.ubuntu.com/429028/ [16:58] rye: http://pastebin.com/YyVKGVCW [16:59] Schnitz, i have a bug number for you - bug #575817 [16:59] Launchpad bug 575817 in ubuntuone-client "Interrupted upload is not retried" [High,In progress] https://launchpad.net/bugs/575817 [16:59] Schnitz, could you please post ~/.cache/ubuntuone/log/syncdaemon.log ? [17:00] rye: http://pastebin.com/KkkCdkT9 [17:01] Schnitz, 1st issue - the service is slow and the upload does not complete in time/server drops the connection. 2nd issue - when connection is dropped bug #575817 happens. The fix for that bug will be released in SRU [17:01] Launchpad bug 575817 in ubuntuone-client "Interrupted upload is not retried" [High,In progress] https://launchpad.net/bugs/575817 [17:01] rye: but why should that only happen to me? [17:05] rye: have you ever used bughugger? [17:05] and it's also extremely hard to believe that the service is so slow that a file <1kb can't be uploaded. i mean shouldn't then more people have problems? [17:05] Schnitz, checking uploading now [17:07] rye: http://pastebin.com/SVPVe3se === beuno is now known as beuno-lunch [17:07] Schnitz, it is stuck [17:08] rye: i can't believe it, the second test file appeared on the webinterface as really being there [17:09] rye: i can download it and it has the correct contents. but still it is far too slow to be of any use. i currently have ~300mb in my dropbox and i can't wait for 2 weeks until it's uploaded on u1 :-( [17:11] guess i'll have to just wait for another 3 months again and then retry if u1 became faster [17:12] Schnitz, frankly speaking I hope it to become faster in nearest 2 weeks, next week is UDS-M and I am not sure whether there are sprints regarding Ubuntu One [17:12] Schnitz, but server speed issue is what hurting ubuntuone now most, i agree [17:14] yeah it's sad it doesn't scale the way it would have to. dropbox, even though it's proprietary and things, did an amazing job there. i just can't experiment with my data while writing a master thesis ;-) [17:16] rye: it's not all server speed issues [17:17] dobey, and reupload failure on client reconnect, right [17:17] rye: some of the annoying speed issues are just client architecture things, like the lack of priority problem [17:17] i mean it's a free service so there is no need to complain. but if you bought the 50GB then you'll be so gutted. [17:18] dobey, and query grouping - like why would the client need to send 1000 MakeFile()s and waiting for every to respond. Send all requests at once. If it fails, then... resend? [17:19] Schnitz, yes, that's why the server-side now is being adjusted. [17:22] rye: as i said - i will give it a try again after a while. thanks for your help anyway. [17:23] Schnitz, thank you, feel free to come back here. I hope that next time you will try to use Ubuntu One it will be much faster. [17:24] bye [17:25] lunch time :) [17:38] there was some new goodies added to the OneConf blueprint. https://blueprints.edge.launchpad.net/ubuntu/+spec/desktop-maverick-oneconf [17:38] neat Software Center mock up === cpg|away is now known as cpg [18:00] any news about the tomboy sync issue? [18:05] ukev, i have just synced tomboy notes - looks fine - what error do you get? [18:05] I could just not sync, no concrete errror message [18:06] rye, didn't you mean that it's a server side problem a few hours ago? [18:07] ukev, the server-side issue was taken care of, so the connection is now fine. Could you please start tomboy from the terminal as tomboy --debug and try to sync it? [18:07] ok [18:07] (bye the way I'm using karmic) [18:08] ukev, that's ok [18:08] [ERROR]: Synchronization failed with the following exception: The remote server returned an error: (500) INTERNAL SERVER ERROR. [18:10] ukev, ok, that's interesting... is there anything else printed? something like a web page or so? [18:12] what du you mean with a webpage? an url or some html? === cpg is now known as cpg|away [18:13] ukev, some html, yes [18:13] there are a few urls which belongs to the auth process but nothing unusual [18:14] immediately after the "Generated auth header" the exception accurs [18:14] Stack trace for previous exception: at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] [18:14] ukev, ok, looking into how can this be debugged... === beuno-lunch is now known as beuno [18:18] debugging... again :)... I should get some free extra space for the time I invested here allready for debugging in ubuntu one (tomboy + evolution adresses + firefox sync) ;) === cpg|away is now known as cpg [18:53] ukev, what's your IP address? [19:02] rye, 129.13.72.197 [19:13] rye, still here? [19:14] ukev, yes, this is a server side issue, i found the report and the fix is on the way [19:14] ukev, and test is being written to prevent this in the future [19:18] ok great [19:22] do you think it needs long that the fix will be activated? [19:22] I've to go and need my notes on the way [19:23] ukev, I hope to have it deployed tomorrow [19:23] worst case it will be up on Tuesday [19:23] hm ok, so I will copy the notes on my usb drive [19:23] thanks :) [19:45] I'm getting internal server error & 502 errors on ubuntuone [19:48] OOPS-ID-1587appserver119198 [19:48] https://lp-oops.canonical.com/oops.py/?oopsid=ID [19:54] Hi,anyone knows if this is working? When I put files into my local folder then they upload. But the files which are visible in the web interface do not download to my computer. [19:56] xnox, confirmed - there are some network issues currently, the team is already looking into them [19:56] rye, on top of that I somehow broke my gnome-keyring cause when I launch ubuntuone-preferences i get gnomekeyring daemon IO errors =) [19:57] so it might be my computer being broken and hence banshee can get authentication token to ubuntuone [19:57] rye, thanks the service is awesome =) [19:57] xnox, well, are you able to use seahorse? [19:57] Applications/ Accessories/ Passwords and Encryption keys ? [19:58] rye, it only shows me gpg & ssh keys to launchpad I see no desktop / browser passwords [19:58] rye: is there anyway for a user to send us debug info concerning the add computer process not working? [19:59] joshuahoover, well, currently one.ubuntu.com returns an error so there is not much he can do [20:01] guys [20:01] ubuntu one is not working here [20:01] what should I do? [20:01] rye: oh? is this something that just started happening? [20:02] joshuahoover, we are back online [20:02] rye: ok, good! :) so, any way to get some debug info from a user who is experiencing problems with adding their computer to their account? [20:03] rye, I think I'm hit by the issue that my machine somehow become unauthorised and now I'm having troubles reregistering it. I've managed to restart gnome-keyring-daemon and now everything seems ok [20:03] joshuahoover, verterok posted the script to re-auth, but i haven't tested it and I don't really know what it does [20:04] ok, we are in flux [20:04] guys [20:04] my ubuntuo one is messed up [20:04] what can I do [20:04] rye: hmmm...where is that script? [20:04] it's not working [20:04] OOPS-ID-1587appserver122636 [20:04] https://lp-oops.canonical.com/oops.py/?oopsid=ID [20:04] marcosroriz, sorry about that; the source of the problem is identified [20:05] :3 [20:05] ? [20:06] marcosroriz, ok, the offending service is restarted [20:06] ? [20:09] what can I do [20:09] ? [20:09] is there like a way to reset u1? [20:09] because its not working [20:09] maybe if I reset it [20:10] ok, I'm now able to cause nautilus crash in ubuntuone directory... [20:11] Right on ubuntuone website I've removed my machine but locally in ubuntuone-preferences app i'm still listed as without a "remove" button [20:11] 100% reproducibly [20:11] How do I purge *all* ubuntu one settings from a user account? [20:11] * xnox just wants to buy a hot single from music store ;-) [20:12] xnox: it sounds like you've removed all computers from your account successfully [20:12] yeah but my local machine still thinks it's ok and doesn't start up "adding new machine" process [20:12] xnox: if you quit the u1 preferences and then start it again, do you get prompted in a browser window to add your computer? [20:13] no [20:13] xnox: oh, ok...if that's the case, can you try this: https://wiki.ubuntu.com/UbuntuOne/FAQ#How%20do%20I%20add%20my%20computer? [20:13] joshuahoover, thank you this is what i need =) [20:17] ubuntuone-login: no process found [20:18] xnox, ok, could you please check whether you have ubuntuone token in seahorse? [20:18] yes I do shall i delete that ? [20:19] joshuahoover: trigger request oauth token (only if there is no token in the keyring, I think) script: http://pastebin.ubuntu.com/429028/ [20:19] rye, after deleting the token [20:20] new machine registration got triggered and it looks like I'm syncing horay [20:21] xnox, ok, dobey is ubuntuone-login supposed to re-auth re-requesting oauth/browser dance if it receives AUTH_FAILED ? [20:21] rye, if only we can get calendar & contact sync with gmail and have our ubuntuone documents & pdf getting quick view like on google search results now......... [20:21] hello [20:21] I'm stuck on [20:21] description: doing server rescan [20:22] rye: ubuntuone-login has no idea about auth failed [20:22] rye: syncdaemon gets auth_failed [20:22] marcosroriz, could you please run http://people.canonical.com/~roman.yepishev/ubuntuone-scripts/ubuntuone-debug-collect.sh ? [20:22] dobey, ah... hm... should it do re-auth?.. [20:22] i believe it should [20:23] i don't know [20:23] verterok, when syncdaemon receives AUTH_FAILED what should it do? [20:23] there was was an issue with that because auth would fail even though token was valid, for other reasons [20:23] http://pastebin.com/mP2ZqWmT [20:23] and the applet used to re-auth whenever auth_failed happen, which would cause the loop asking to add the computer :-/ [20:24] dobey, yep, i was in that loop :) [20:24] rye: I don't know what's current behaviour...I think AUTH_FAILED is a no-exit error, and you need to bounce syncdaemon (and get new tokens maybe?) [20:25] verterok, well, i believe it restarts, gets AUTH_ERROR then restarts again, need to check [20:25] rye: oh, ok. if it enters in a infinte restart loop, that's bad [20:26] any idea? [20:26] http://pastebin.com/mP2ZqWmT [20:27] rye, isn't it a bit wrong that I can *publish* purchased music? [20:27] marcosroriz, what does does "u1sdtool --current-transfer" return ? [20:27] marcosroriz: doesn't look stuck to me, looks like it's going through the paces [20:27] marcos@Geapis:~$ u1sdtool --current-transfer [20:27] Current uploads: 0 [20:27] Current downloads: 0 [20:28] description: processing queues [20:28] and --waiting-meta is broken due to utf8 conversion issues. great [20:28] State: AUTHENTICATE [20:28] connection: With User With Network [20:28] description: doing auth dance [20:28] is_connected: True [20:28] is_error: False [20:28] is_online: False [20:28] queues: WORKING_ON_CONTENT [20:29] =((((( i can download them off the website but I'd rather sync them [20:29] xnox, ok, so you were able to add your computer, right? [20:29] marcos@Geapis:~$ u1sdtool --waiting-meta [20:29] Oops, an error ocurred: [20:29] Traceback (most recent call last): [20:29] do I need to pastebin this? [20:30] rye, finaly yes. I managed to buy music. I can now see files on the website but the sync is not getting triggered [20:30] rye, also I believe it is a license violation that you can download mp3 which I just bought of the music store cause i hit publish [20:30] xnox, checking the auth [20:30] rye, http://ubuntuone.com/p/2Yk/ [20:30] http://pastebin.com/ghzHe6Zw [20:31] rye, if you can download that i'm illigally distributing music which I just bought [20:32] marcosroriz, xnox - the service which provides syncdaemon sync is now under extremely heavy load after recent restart. The team is looking into this. authentication does not complete in time and the queue processing is not advancing. [20:32] ok :) [20:32] ^_^ [20:32] thanks [20:34] I wonder how many ppl are connected, It must be a lot of users [20:34] :~ [20:34] I work with distributed systems, and I know that this stuff is hard [20:34] :3 [20:36] Let's see how good ubuntubot is [20:36] Question #109954 [20:36] haha didn't provide a link =) [20:36] https://answers.edge.launchpad.net/rhythmbox-ubuntuone-music-store/+question/109954 [20:37] thank you all =) [20:37] marcosroriz, upon reconnect the client performs server-rescan which is a time consuming and db intensive task. After user successfully authenticates it continues loading the server with the rescan, and based on the fact that a single server-side instance now has 1k+ users that's pretty much a lot [20:38] xnox, let me find the bug report [20:38] woot [20:40] thanks for the patience guys [20:40] :) [20:42] xnox, no, i believe i can't find one [20:57] im cleaning my U1 config to try fix the problems with it, so im starting again.. i removed the key stored in pass/encryption keys but do I need to remove the 2 desktopcouch keys too? or does something else use them? [21:00] duffydack, desktopcouch keys are not related to the server-side; they are for local authentication; what problems are you having? [21:01] ill remove em then.. its just taking forever to do anything.. i gave up waiting.. [21:02] everything is set to sync, its just not going anywhere.. i`ll just reconfig it. [21:03] duffydack, U1 servers are currently experiencing very high load because of all the people who upgraded from Hardy and jumped onto U1 bandwagon =) [21:04] truw [21:04] true* [21:04] xnox, true, i am still WAITING to authenticate :( [21:04] me too =) [21:04] can we please change the chanell topic & tweet / dent about this? [21:23] hi @ all... I need a help with my account I can't sync data between my PC and the web service [21:24] honk === cpg is now known as cpg|away [21:27] is this a help chan? or am I in the wrong place? [21:28] Luchetto, we're having load issues with our servers [21:28] what problem are you having? [21:29] beuno, well.. I'm stuck with ubuntu one that say syncing... [21:30] right [21:30] so that's a server-side issue [21:30] we're working on it [21:30] so is not my problem? [21:30] it will take a little while to normalize [21:30] Luchetto, nope, it's ours :) [21:30] beuno... np I will wait... I have another question if you can help me [21:30] sure [21:31] well... I'm new on ubuntu one... i was wondering if the files I put on my ubuntu folders is share with lot of ppl or only with my computer [21:31] *computers [21:32] and how to set the sharing propieties... I mean... I don't want others look at my files... [21:32] Luchetto, by default, nobody else can [21:32] in case... how I can change it? [21:33] Luchetto, right-click on a folder, and select "Share on Ubuntu One" [21:33] and than? [21:34] if I press share the folder will be visible to all the world? [21:35] Luchetto: you can't publish folders yet, no. share just lets you share with specific people [21:35] Luchetto: if you don't want others to access your files, then don't share/publish them [21:36] beuno: and that doesn't let you adjust whether something is shared or not. it only lets you share it to others [21:37] I'm a little bit confused... files and folder that I put on my ubuntu one folder will be share only with my cloud of computers...is this right? [21:37] if I press shre on ubunto one in other folders that folders will be public? [21:38] dobey Am I in right? [21:38] Luchetto: no [21:39] Luchetto: by default, none of your files are shared with anyone else. only your account can access them [21:40] Luchetto: "Share on Ubuntu One" will let you share a folder with another person with an ubuntu one account [21:40] Luchetto: and "Publish on Ubuntu One" will let you set individual files as publically visible through a special URL [21:40] ok... suppose that I want to share image files with my other computers... how can I do that? [21:41] sorry images folder [21:44] I suppose I have to right click and choose share on ubuntu one... [21:45] dobey, are you still in? [21:46] no [21:47] share is to share to other people [21:47] if you have a folder in your home directory outside of the "Ubuntu One" folder, which you would like synchronized to your other computers, you just right click on it and choose "Synchronize on Ubuntu One" [21:47] and so how can I do that? [21:48] ok [21:49] OOPS-ID-1587appserver134253 is mine, can i help you? [21:49] https://lp-oops.canonical.com/oops.py/?oopsid=ID [21:51] dobey anyway the problem remain cos I can't share files... I'm stuck... beuno told me that is a server side problem... [21:51] is this right? [21:51] !pastebin [21:51] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:51] i don't know what you mean that you can't share files [21:52] i post you a screen shot [21:53] http://imagebin.org/95905 [21:53] you can see the ubuntu one folder with the not syncronized icon [21:54] but I'm logging in [21:54] Luchetto: if you open ubuntuone-preferences, what does it say? [21:55] syncronizing... [21:55] ok :) [21:55] than after a while disocnnect [21:55] Am i suppose to have ubuntu-one appindicator or not? [21:56] Luchetto: our servers are being somewhat overloaded with new users, so it may be a little slow and disconnect at times, but should reconnect and wait to reconnect automatically. but we're working on the servers at the moment as well to try and get them to handle the overwhelming load better. sorry if there is any inconvenience because of it :) [21:56] dobey but it don't syncing... I have try to restart my pc... connect and disconnect a lot of times but nothing... [21:56] xnox: no [21:57] dobey, thanks it's just in karmic i did have notifier that's all =) i guess it got merged into me-menu [21:57] dobey... so is right...it's a server side problem... can I can sleep tonight :D [21:58] xnox: we got rid of the applet for lucid [21:59] infact... The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. [21:59] LOL... sometimes answers are more near that they appears... [22:00] :) [22:00] thanks dobey for your patience and sorry for my "OLD SCHOOL" english :D [22:00] ...very old... [22:02] heh [22:03] later [23:14] hey guys, any ETA on contact syncing you can give? [23:16] hi kklimonda, it will probably be next week. we're just about finished with the code for splitting traffic across multiple couchdb servers. [23:16] kklimonda, will you be at UDS? [23:16] no [23:46] hi all... tomboy notes are down correct?