[00:01] joshuahoover: good news and bad news. looks like file sync'ing is working now, but notes sync seem kind of broken [00:01] aquarius: i can already imagine the possobilities. I just dropped the desktopcouch_gateway.py in the extensions folder and restarted zeitgeist. Looking at the results now :) [00:01] :) [00:01] barry: how is notes sync broken for you? [00:02] remember! it is a fun hack project. Beware that there might be bugs with it :) [00:02] ;) [00:03] joshuahoover: the one.ubuntu.com notes look correct for one machine, but the other machine is out of date with that even though "synchronize notes" appears to complete successfully [00:07] barry: hmmm...ok, i'm about to pack up for the day...can you send a support request to ubuntuone-support@canonical.com and attach logs by syncing notes on both machines following these instructions? https://wiki.ubuntu.com/UbuntuOne/Bugs#Notes%20%28Tomboy%29 [00:07] joshuahoover: will do, and have a good evening [00:07] barry: you too :) === Pilif12p is now known as Pilif|hw === Pilif|hw is now known as Pilif12p === Pilif12p is now known as Pilif|afk [11:21] hello world#i need a bit assist cuz cant connect with my wifi stick "wg111v2" === zyga is now known as zyga-lunch [11:27] honk [11:28] rye, i saw the update for U1, but it it isn't working do i have to revert the changes that i made in "ubuntu-launch" ? [11:29] commodoor, it includes that change [11:29] freshleafmedia, hi! [11:29] rye, ok my U1 still isn't connecting and a friend of mine has the same issue [11:29] commodoor, hm, api slaves are now ok, what's the u1sdtool --status ? [11:30] Hi Rye. I have been told you guys might be able to help me with ubuntu single sign on intergration? [11:30] Oops, an error ocurred: [11:30] Traceback (most recent call last): [11:30] Failure: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [11:31] commodoor, ok, could you please pastebin ~/.cache/ubuntuone/log/syncdaemon.log ? [11:31] http://paste.ubuntu.com/517343/ [11:32] freshleafmedia, i believe you will want to talk to beuno about the integration [11:32] we maintain linaro.org and have been asked to intergrate this into a forum we have running on the site. [11:34] rye, thanks. [11:44] freshleafmedia, once beuno shows up I will ask him to assist you [11:45] rye, thanks [11:48] rye, sorry i wasn't behind pc, but there isn't much in log [11:49] commodoor, what's the latest State ? [11:50] http://paste.ubuntu.com/517343/ [11:50] service is not running [11:51] commodoor, is ps auxw | grep [u]buntuone-syncdaemon showing anything ? [11:51] morning al [11:51] or , all [11:51] :) [11:51] rye, yes [11:52] duanedesign, morning (it's evening here now :P) [11:52] commodoor, okay, is there any records in ~/.cache/ubuntuone/log/syncdaemon-exceptions.log ? [11:53] *are [11:53] rye, it doesn't exist [11:53] commodoor, according to top, is ubuntuone-syncdaemon using any resources? [11:54] 1000 4271 0.0 0.0 4028 752 pts/0 S+ 12:54 0:00 grep --color=auto ubuntuone-syncdaemon [11:56] commodoor, that's grep, not ubuntuone-syncdaemon [11:57] when i use the grep it doesn';t show anything [11:58] rye, from ps aux it doesn't give any output [11:58] commodoor, 2010-10-21 12:30:00,680 - how old is that record in your syncdaemon.log file? [11:58] it's from today, i just noticed that the log is empty [12:01] rye, how can i turn debug-log on? [12:01] commodoor, well, let's try running it all directly - /usr/lib/ubuntuone-client/ubuntuone-syncdaemon --debug [12:03] rye, ok [12:04] commodoor, I am extremely curious about any exception this can print [12:05] rye, 2010-10-21 13:03:54,645 - ubuntuone.SyncDaemon.fsm - INFO - loading updated metadata [12:05] commodoor, and nothing else? [12:05] rye, no [12:05] commodoor, ok, is ubuntuone-syncdaemon now in the top ? [12:06] oh, it's checking local files ow [12:06] *now [12:07] rye, ok log file is full now [12:07] rye, pastebin? [12:07] commodoor, yup [12:07] http://paste.ubuntu.com/517358/ [12:12] rye, brb [12:13] commodoor, whenever you come back, could you please run find ~/.local/share/ubuntuone/syncdaemon -type d -empty | wc -l === zyga-lunch is now known as zyga [12:32] rye, im back, i'm at school so the teacher called me [12:32] commodoor, atm syncdaemon appears to be working fine [12:33] rye, U1 is connected right now [12:33] rye, when i use your command i get, .... is a folder [12:35] commodoor, "find ~/.local/share/ubuntuone/syncdaemon -type d -empty | wc -l" ? [12:36] commodoor, that searches for empty folders in syncdaemon directories - they are useless but take more time to startup [12:38] rye, it returns -> 1713 [12:38] rye, does this mean 1713 empty folders? [12:38] commodoor, wow, ok, find ~/.local/share/ubuntuone/syncdaemon/fsm -type d -empty | wc -l [12:39] rye, returns -> 436 [12:39] commodoor, yes, 1713 empty folders that get scanned on startup. They are left after a bunch of data has been removed. Metadata files were removed but parent folders stayed [12:41] rye, wow so many empty folders. if i clean them would it start faster? [12:41] commodoor, could you please re-check with fsm folders? [12:42] rye, 436 [12:43] commodoor, okay, then it has 1277 in trash dirs. Ok, let's clean them up. FIrst of all, shutdown syncdaemon so that it won't be disturbed by metadata folder changes [12:43] rye, done [12:45] commodoor, ok, now the surgeon part - find ~/.local/share/ubuntuone/syncdaemon/fsm -type d -empty -delete [12:45] commodoor, and then find ~/.local/share/ubuntuone/syncdaemon/trash -type d -empty -delete [12:46] commodoor, afterwards please re-run find ~/.local/share/ubuntuone/syncdaemon -type d -empty | wc -l [12:47] rye, 458 :s [12:48] commodoor, well, ok, let's do ~/.local/share/ubuntuone/syncdaemon -type d -empty -delete [12:48] rye, returns -> ... is a folder [12:49] commodoor, ok, "find ~/.local/share/ubuntuone/syncdaemon -type d -empty -delete" [12:49] rye, ok it's now 0 [12:50] commodoor, ok, right now it will start fast, since most of metadata is in disk cache, but let's check whether it starts - u1sdtool --start [12:52] rye, ok it says "ready to connect" [12:52] rye, it was faster [12:52] rye, thnx [12:53] commodoor, i believe you have 8k files - find ~/.local/share/ubuntuone/syncdaemon -type f | wc -l - that would still be taking more time than we would like but I've been promised startup performance will be fixed during this cycle [12:57] rye, lol lost connection [12:58] commodoor, hm, why? [13:02] rye, the next command returns 16456 [13:02] rye, i'm on school network and it doesn't ubuntu, all my friends wth ubuntu have this issue [13:03] *doesn't trust ubuntu [13:03] commodoor, ok... i feel that .old items are also kept there, hm, let me check on this. [13:03] commodoor, re "trust ubuntu" is that happening with Ubuntu One client only or other applications suffer network loss too? [13:04] rye, i loose connection with wifi i have to reconnect with AP [13:07] rye, this is the error (for wifi)> Oct 21 14:01:31 IRON wpa_supplicant[1360]: Association request to the driver failed [13:07] commodoor, and what's the device - lspci | grep -i 'wireless' [13:08] rye, returns nothing [13:10] commodoor, well, is that a pci/pci-e card or usb? [13:12] rye, ubuntu sees my wifi as eth1, it's built in broadcom [13:14] commodoor, is it using ndiswrapper or reverse-engineered bc43 ? [13:17] STA Braodcom [13:29] rye, thnx for everything im off, see you again [13:30] commodoor, okay, see you later, will ask about .old files to see how we can speed up sd once again [13:30] rye, ok thnx [13:30] bye all [14:46] rodrigo_: could you drag mandel in here? [14:46] I wish IRC was more like mumble [14:47] Chipakeitor, he's gone from irc [14:47] will do as soon as he comes back [14:47] bummr [14:49] ok. looks like i have to reboot, anyway [14:49] ah, joy [14:58] woo! it works! [15:00] ok, off to mumble [15:47] rodrigo_ ong [15:47] pong* [16:30] kklimonda_, ping [16:30] karni, https://edge.launchpad.net/ubuntuone-android-files [16:30] beuno: I saw you set up the team on lp. [16:30] which branch should I push up? [16:31] beuno: just a sec [16:31] beuno: pong [16:32] beuno: https://launchpad.net/androidu1/0.x as stable. it's still missing the build script, I'm on it. (I used eclipse for that) [16:32] kklimonda_, hi! I'm looking into your missing music files [16:32] I finally compiled a few cases, and I think I got it figured out [16:32] can you tell me one of the songs that is missing? [16:33] beuno: Iron Maiden - Fear of The Dark (1998 Digital Remaster) from the Fear of The Dark album [16:33] kklimonda_, name of the file? [16:34] kklimonda_, thanks, I'll push uup [16:34] beuno: Fear Of The Dark (1998 Digital Remaster).mp3 [16:34] kklimonda_, thanks, I'll get back to you in a bit :) [16:58] kklimonda_, ok, so we know what the problem is! \o/ [16:59] beuno: great, what is the problem? :) [16:59] will start putting together a fix, and will ping you when things should be back to normal [16:59] kklimonda_, mimetypes aren't being properly stored in the server [18:32] kklimonda_, still around> [18:32] ? [18:32] hello beuno [18:34] hiya duanedesign [18:35] off for lunch. Everyone have a great day :) [18:36] duanedesign, enjoy [18:44] beuno: yes but I'm a little busy. [18:44] beuno: when I acess getAlbumList.view I get 500 error ;) [18:56] joshuahoover: hi again! would now be a good time to investigate my notes syncing issue? [19:05] kklimonda_, how id you copy yuor files? [19:05] rsync? [19:05] just copy and paste in nautilus? [19:05] beuno: the fear of the dark song I've bought from U1MS [19:06] interesting [19:08] kklimonda_, oh-oh [19:08] yes [19:55] barry: hi, did you send the log files? i'll have to take a look and then go from there [19:56] joshuahoover: ah, i didn't. remind me of the instructions page again [19:57] barry: https://wiki.ubuntu.com/UbuntuOne/Bugs#Notes%20%28Tomboy%29 do that on both computers [19:57] gotcha, thanks === dobey_ is now known as dobey [20:39] joshuahoover: https://bugs.edge.launchpad.net/ubuntuone-servers/+bug/664705 [20:39] barry: Error: Bug #664705 is private. [20:39] barry: thanks, taking a look [20:50] barry: we're going to have to dig into this...i don't know enough about how notes sync works and am trying to get someone else to look into it so we can get to the bottom of it [20:51] joshuahoover: cool thanks. happy to help debug anything. going afk for a little bit tho [22:00] karni, hi hi. [22:01] CardinalFang: hello CardinalFang ^ ^ [22:01] CardinalFang: you heard the news? AndroidU1 will become Ubuntu One Files for Android, and we'll be working on it together! [22:01] Yes! Yay! [22:01] CardinalFang: I'm very happy [22:02] CardinalFang: we'll be pushing AndroidU1 as stable trunk of ubuntuone-android-files [22:02] I'm toying with it now. I need the oauth jar, and I don't see one online. [22:02] CardinalFang: however I reserved ~1 month time to rewrite the app with new backend (delta/generations) and support for UDFs === Pilif|afk is now known as Pilif12p [22:02] CardinalFang: right! today I was fighting ant script to build that [22:02] CardinalFang: I used maven to fetch those [22:03] CardinalFang: how can I give them to you? [22:03] CardinalFang: it's so lame, I'm sorry. but I told beuno we can expect ppl hating me for that ;D (That it doesn't build) [22:03] It's no problem. I think I have it nearly licked. [22:03] CardinalFang: I was using eclipse, that's why it's not so obviuos how to compile that [22:03] defeated. [22:03] Ah. [22:03] I'll push up what I have. [22:04] CardinalFang: yay! [22:04] kklimonda_, lp:~ubuntuone-android-hackers/ubuntuone-android-files/trunk and lp:~ubuntuone-android-hackers/ubuntuone-android-files/experimental are ready to go [22:04] CardinalFang: awesome. how did you do that? ant or maven? [22:04] and yes, I can be to blame for anything gone wrong :) [22:04] beuno: hhehhehe [22:04] * karni is a happy coder, ashamed of missing build script [22:04] karni, I'm using ant only, and I branched from lp:ubuntuone-android-files . I don't know if that's right. [22:05] CardinalFang: that's perfect! [22:05] CardinalFang: can I pull it now? [22:05] CardinalFang: will you propose merge now or how does it work now? [22:05] CardinalFang: beuno: ↑ I'd love to learn that [22:06] karni, in a few seconds, lp:~cmiller/ubuntuone-android-files/build-setup [22:06] CardinalFang: \o/ [22:06] karni, if I have the jar file for oauth, I can add it to the project and push that. [22:06] CardinalFang: should I mail it to you ;D ? [22:06] karni, sure. [22:06] * karni bumps his head against the wall [22:07] One day, we should write a file-sharing system. [22:07] CardinalFang: plz send me your mail on priv [22:07] karni, chad@canonical.com [22:07] CardinalFang: that's kinda already in Ubuntu, isn't it :) [22:07] ok, mailing [22:07] karni, :) [22:08] CardinalFang: btw did you check under /lib folder ? [22:08] CardinalFang: they are in my bzr branch, so they should be there.. [22:08] o oh [22:08] they are not [22:08] I mean, oauth. you're right. [22:09] I'm sorry, gimme 1" [22:11] * karni fires Eclipse to find the dependency [22:14] CardinalFang: you'll need top two from http://code.google.com/p/oauth-signpost/downloads/list [22:15] CardinalFang: that's for Ubuntu SSO related stuff. however, the protocol by default (ubuntuone-java-storageprotocol) used different OAuth jar, and I think you might need that, too [22:15] "import net.oauth.OAuthException", not found [22:16] CardinalFang: yes, so I was right. you need two more, just a sec. [22:16] CardinalFang: we can talk about why we use 4 of those, if you like. I'll happily share my thoughts. [22:18] CardinalFang: you've got mail. [22:18] CardinalFang: let me know if it's sufficient. [22:22] karni, Thunderbird is wonky, and I must go. [22:22] CardinalFang: oh [22:22] CardinalFang: see you tomorrow then? [22:23] I'll be here in ~14 hours [22:23] CardinalFang: I'll poke you to ask how the build went :) [22:23] CardinalFang: great :) same here (~16 hours) [22:23] CardinalFang: take care :) [22:24] Global announcement: We have an ongoing service outage that impacts File sync and Music Streaming. This is being worked on as we speak. [22:25] karni, ah, received them and updated branch. Now needs protobuffer jar. [22:26] CardinalFang: oh :3 ok! [22:27] CardinalFang: that's dependency from the protocol stuff. understood. will mail you (as I understand, you were leaving) [22:28] CardinalFang: mailed [22:37] CardinalFang: if you're still here - sorry, that's still not it. I used maven to build all deps, now I have to pull them from the maven repo, and that's kinda clumsy. will mail you again [22:40] ok, done. [22:40] * karni is considering using maven instead of ant if it's so much simpler to get deps automatically [23:08] did that iphone app ever get made? [23:09] it did [23:09] it's up on the store [23:11] th [23:11] thx... [23:25] verterok: hi :) it's mkarnicki here. can I put storageprotocol as a dependency in pom.xml for maven (I'm trying to use it for AndroidU1) or I have to direct maven directly to that jar? [23:25] karni: hi [23:25] verterok: :) [23:25] karni: no, just put the dependency in the pom [23:25] karni: it will not download the jar as isn't published anywhere [23:26] karni: but maven will pick it from your local maven repository [23:26] verterok: I see [23:26] verterok: if somebodys missing that file (say, they want to compile AndroidU1), what should they do then? [23:26] karni: in order to that ^ to happen you first need to run: 'mvn install' in the storageprotocol branch ;) [23:26] aha! [23:26] verterok: thanks :) [23:26] karni: I'm finishing the last bits of generations support [23:27] verterok: that's great news :) [23:27] karni: I plan to create the project before Friday, and will read how to upload the storageprotocol to the main maven repository [23:27] verterok: great [23:27] karni: once we have that, there will be no need to manually install the protocol in your local repositry :) [23:28] verterok: that's neat :) [23:28] but that's the easiest way to get started ATM [23:28] verterok: I just pulled the storageprotocol branch, and I got some errors [23:28] such as [23:28] /home/mike/src/android/ubuntuone-java-storageprotocol/src/main/java/com/ubuntuone/storageprotocol/request/GetDelta.java:[232,9] cannot find symbol [23:28] symbol : class DeltaEnd [23:28] verterok: am I missing something? [23:28] verterok: I did: bzr pull [23:28] karni: newer ubuntuone-storage-protocol :) [23:28] verterok: ;D [23:29] verterok: could you tell me the branch :) ? [23:29] karni: just use trunk, lp:ubuntuone-storage-protocol [23:29] verterok: that is, if I got it right [23:29] ok [23:29] karni: or you can use the maverick version [23:29] verterok: any major difference? [23:29] karni: lp:ubuntuone-storage-protocol/stable-1-4 [23:29] verterok: thank you [23:30] karni: the stable-1-4 is "stable" trunk might start chaging during the cycle [23:30] verterok: fetching it right now :) [23:30] karni: then point mv to that storage protocol in order to build the java stuff [23:30] verterok: I'm happy I'm almost there with having maven to build AU1 [23:30] karni: cool! [23:31] verterok: so that other guys can easily compile it [23:31] yes,that's awesome [23:31] verterok: thank you :) [23:32] verterok: would you be so kind, and rescue me with last hint how to tell maven that I've got the new version of the protocol :D [23:32] verterok: it's funny, i'm compiling au1, which depends on u1-java-sp, which depends on u1-sp [23:32] :) [23:32] verterok: i guess it'll be much easier on friday ;) [23:33] karni: mvn compile -Dstorageprotocol=$HOME/projects/ubuntuone-storageprotocol-branch [23:33] =) thanky ou [23:33] karni: it will be the same :/ [23:33] *thank you! [23:33] verterok: hahaha ok then! I'll note that down! [23:33] karni: I need to learn how to upload stuff to the central maven repo :/ [23:33] verterok: you're my hero anyway, at all times [23:33] haha [23:33] :) [23:34] :) [23:38] 'lo all [23:39] hi duanedesign :) [23:39] verterok: during compilation of u1-sp-stable-1-4 I got loads of errors such as [23:39] /home/mike/src/android/target/generated-sources/com/ubuntuone/storageprotocol/DirectoryContentProtocol.java:[210,36] incompatible types [23:39] found : com.ubuntuone.storageprotocol.DirectoryContentProtocol.DirectoryEntry.Builder [23:39] required: boolean [23:39] verterok: and I remember that typecasting was sufficient to work that around [23:40] verterok: is it my java compiler screwing up or something? [23:40] verterok: javac 1.6.0_18 [23:40] karni: [INFO] BUILD SUCCESSFUL [23:41] karni: something else is going on [23:41] hmm [23:41] karni: mvn clean; then compile [23:41] verterok: I'm on it! :) [23:43] verterok: I'll start fresh, from scratch, and let you know. [23:43] karni: same error? [23:44] verterok: maybe I've got some garbled data, old cache, etc. it didn't want to clean, complained about pom.xml missing although its there. let me try from scratch. [23:44] verterok: first I do: bzr branch lp:ubuntuone-storage-protocol/stable-1-4 u1-sp right? [23:44] yes [23:44] ok, doing that [23:45] karni: then, cd /path/to/java-storageprotocol [23:45] i'll pull that now, too [23:45] so it's: bzr branch lp:~verterok/+junk/ubuntuone-java-storageprotocol u1-java-sp [23:45] got it [23:45] cd into u1-java-sp [23:46] verterok: now: mvn compile -Dstorageprotocol=$HOME/properpath/u1-sp [23:46] verterok: right? [23:46] verterok: \o/ !! [23:47] yes [23:47] you're my savior (spelled correctly ;d ?) [23:48] now that i've got u1-java-sp compiled, i pull androidu1 [23:49] now I paste my lovely, brand new pom.xml into androidu1 branch folder [23:56] verterok: I have compiled and packaged u1-java-sp. how to tell pom.xml from androidu1 to include storageprotocol-1.1.0-SNAPSHOT.jar as dependency? [23:57] verterok: I know it must be terribly easy for you, sorry for asking that question. [23:57] karni: can you pastebin the pom? [23:58] verterok: I will. paste.ubuntu complains o_O just a sec