[06:43] hi [06:43] how can i change ubuntuone folder to different location ? [07:17] morning [07:17] hm, maybe we need to add "honk" message back into the subject? [08:51] rye: who needs honk when you can just add a highlight to messages that contain ? or for people that say hi since no one says hi unless they are asking a question most people say morning or afternoon :) [08:51] * fagan sweeping generalisations as usual [08:52] morning btw rye [08:52] fagan, morning, "?" has a lot of false positives too. Especitally when m@ndel and gat0x and nessita discussing things :) [08:54] rye: true but I suppose you can use a different colour or have some sort of condition on it like if any of the u1 people say ? ignore it but anyone else highlight it [08:54] At least I think irssi can do that [08:56] fagan, in xchat the highlighting is global, not yet switching to irssi (though after gnome-terminal became fast with nouveau drivers I may re-consider this) [08:57] rye: I never had any issues with gnome-terminal on the non free drivers that sounds pretty weird [09:00] fagan, my intel atom netbook with intel graphics was faster to draw everything than my laptop with discrete nvidia graphics with proprietary drivers. [09:00] fagan, and don't get me started on the parts of the screen that were simply failing to redraw. Especially annotying in terminals, where you expect things to appear when you do actions :) [09:01] rye: ah ok I have an atom netbook too but its using the intel graphics [09:01] works pretty nicely except when im on it I miss my desktop [09:47] Happy Monday, everyone! [10:02] morning all! === zyga is now known as zyga-brb [10:39] hey guys, it's me again ^^ [10:41] when I try to access this page https://one.ubuntu.com/developer/files/store_files/cloud/#get_apifile_storagev1volumes I get a 404 HTTP Error [10:43] rye, ^ [10:43] MarkusH, I think rye can help you with that, he has all the tools to know what is going on [10:43] mandel: thx :) [10:43] np [10:43] MarkusH, hi, do you mean the /developer/ page is 404ng or the API location? [10:43] the API localion [10:44] *location [10:44] MarkusH, what's the location you are trying to hit? [10:44] AuthRequest(GET, https://one.ubuntu.com/api/file_storage/v1/volumes/) [10:44] MarkusH, the API example is using an example path under ~/Ubuntu One/Photos/... [10:44] ah [10:45] MarkusH, let me refresh it [10:45] MarkusH, i mean refresh my knowledge, not the page content :) [10:45] MarkusH, is /api/account working fine for you? [10:45] let me check [10:47] OAuthRequest(GET, https://one.ubuntu.com/api/file_storage/v1/account/) doesn't work either [10:48] MarkusH, no, https://one.ubuntu.com/api/account/ ? [10:49] aquarius, ping [10:49] rye, pong [10:49] rye: works [10:49] aquarius, https://one.ubuntu.com/developer/files/store_files/cloud/#get_apifile_storagev1volume lists https://one.ubuntu.com/api/file_storage/v1/volumes/ - should be without trailing slash [10:50] MarkusH, remove the trailing slash from /volumes/ URL [10:50] rye, good catch. jamesh, ping [10:51] MarkusH, thank you for notifying us! I haven't used the /volumes/ entry yet in my applications [10:51] aquarius: pong [10:52] jamesh, can you correct the docs from the above discussion? [10:52] aquarius: That is fixed in the sphinx based docs. [10:53] so the fix should be ready soon. [10:53] jamesh, aha, good man, you've already done it :) [10:53] rye: thanks, it's working now [10:53] jamesh, also, I meant to check: the URLs are all still the same in the newer version, yes? [10:53] But I would recommend to unify the trailing slash in the URL [10:53] jamesh, by the way, what is a convention for the trailing slash vs no trailing slash? [10:54] aquarius: they aren't at the moment. I can get some redirects hooked up though. [10:54] jamesh, can they be the same? The current URLs were fairly carefully designed so they made it clear where you were and were hackable [10:56] rye: most of the Django docs recommend always having a trailing slash (and redirect if it is missing), but that is mainly for the benefit of user facing content and making sure relative links inside the content do the right thing [10:57] aquarius: I'll see what I can do. I guess I didn't keep things as deep because there didn't seem to be much content between the toplevel and the leaf pages. [10:58] jamesh: yes, Django recommends to use a trailing slash always [10:59] jamesh, ATM when you hit the version with trailing slash, full HTML output is sent to the client along with 404 [10:59] jamesh, yeah, but I'm anticipating content appearing in those pages later [10:59] And that fitts the HTTP standards as well, since every URL that does not directly link to a file should end with a slash [10:59] aquarius: fair enough. [11:00] rye: probably because there is no view registered with the trailing slash [11:00] jamesh: yes [11:01] rye: one of the things Django's CommonMiddleware does is look for requests to URLs without a slash that would 404, and redirect them to versions with the slash (if there is a view registered there) [11:02] jamesh, redirect as in 302? [11:02] rye: for a REST API though, you probably just want clients making requests to the right URL, since they are unlikely to handle redirect responses [11:03] jamesh, in case that's PUT request or POST we will need clients to implement redirect with POST... [11:03] *with content [11:03] rye: yep. Search for APPEND_SLASH in lib/django/middleware/common.py [11:03] rye: actually, it looks like the code will just fail with a RuntimeError if it is a POST [11:06] jamesh, i will now write oops-generator for RuntimeErrors... so again, there is some new api being in the works at tht moment? [11:06] https://lp-oops.canonical.com/oops.py/?oopsid=generator [11:09] rye: I don' [11:10] t know. The RuntimeError there is probably more appropriate in human facing sites, since that error would indicate an error on the part of the site creator [11:10] for APIs, this case is similar severity to a 404 error (and a 404 would probably be more useful for someone writing an app. [11:11] * jamesh heads off for a bit [11:12] hi! === zyga-brb is now known as zyga [12:24] mandel, are you free for a review? [12:26] gatox, yes, but aren't you on holidays? [12:27] gatox, or is it just Buenos Aires? [12:27] mandel, tomorrow.... i asked for a swap to do some bank errands tomorrow [12:28] mandel, also...... drag&drop is working.... i just need to modify something a little to allow recursive copy if the user move a folder [12:29] gatox, superb! [12:29] gatox, pass me the review and I'll get it done [12:31] mandel, also.... i have been reading the api on how to implement the search and the image gallery with thumbnails, etc..... so if you don't mind i will add that in the client [12:31] gatox, sure, I have no problems what so ever :) [12:32] mandel, great! [12:32] mandel, reviews: https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/not-validated-account - https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/explore-button - https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/not-validated-account [12:42] gatox, any experience with squid? [12:43] mandel, none [12:43] gatox, que pena :( [12:43] mandel, are you stuck with something? [12:44] gatox, a little, I don't know well how to set up the acls of squid to just require proxy auth for a single port === yofel_ is now known as yofel [13:40] I managed to get squid working as I wanted, hurray \o/ [13:41] mandel, congrats!!!!!!! [13:42] gatox, I hate config files :) [13:42] me too [13:42] gatox, I'm off to lunch and will do your reviews once I'm back :) [13:42] mandel, ok, great! [13:42] provecho [13:43] gatox, FYI I have your laptop, took it out of the huge box it came, we need to talk about how to transport it [13:43] mandel, too big? [13:43] the laptop or the box is big?? if only the box..... drop the box [13:44] gatox, I'm droping the box, that is for sure, is huge! [13:44] lets talk later :) [13:44] * mandel lunch [13:44] jeje ok [14:39] * mandel back [14:58] gatox, dobey ping [14:58] mandel, pong [14:58] mandel: ? [14:59] gatox, dobey shall we skip the standup today, or do you want to do it? Is just the 3 of us [14:59] i know dobey answer [14:59] jejeje [14:59] where's ralsina? [14:59] dobey, in argentina everyone is on holiday [14:59] ah, right [14:59] gatox: so why are you here? :) [15:00] dobey, i swap for tomorrow [15:00] :P [15:00] heh [15:00] so as the both of you want, I have no preference :) [15:00] let's do it [15:00] it's just a second [15:00] boo, no :) [15:01] dobey, jejee i know you will say that [15:01] I agree with dobey ;) [15:01] mandel, jejee so why you ask?? jejee [15:01] I just don't have the balls to be the first one saying it hehe [15:01] 2/3 majority wins! [15:01] ok then [15:01] democrazy is great! [15:01] jejjje [15:05] ah blah; i need to do expenses too [15:08] mandel, http://ubuntuone.com/3DjEC5pEl9T3lTSyOHIWFW [15:08] :P [15:08] another one: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/misaligned-icons/+merge/83620 [15:09] gatox, ok, doing all of them now... [15:13] gatox, in https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/not-validated-account/+merge/83055 I think you should add a test asserting that when the erro is a diff one we call the general error dialog [15:14] * gatox looking.... [15:14] gatox, I would also add UserNotValidated as a constant, so that you use the same one in the tests [15:15] mandel, true..... ok, doing that [15:18] Anyone here with /mnt/sdcard/external_sd or /mnt/sdcard-ext on their Android device? [15:19] Androids o/ ↑ [15:38] mandel, [15:39] ok..... lunch..... brb [15:40] gatox, ok, let me know when I can re-review [15:40] mandel, about that [15:40] mandel, is there any place in particular where the "UserNotValidated" string should be placed?? because all that kind of error message are using the strings all over the code [15:41] i mean.... all the dicts generated with error type... use just a string [15:41] so, it should be all refactored [15:42] rye: any news on testing bug #874501 so we can get the sru in for oneiric? [15:42] Launchpad bug 874501 in gnome-keyring (Ubuntu Oneiric) (and 2 other projects) "couldn't prepare to write out keyring (affects: 8) (dups: 1) (heat: 40)" [High,Confirmed] https://launchpad.net/bugs/874501 [15:42] gatox, yeah, I suppose thatw would be the best approach, I mean, is cleaner to use constants that use them everywhere, which is error prone, right? [15:42] joshuahoover, ping [15:42] mandel: pong [15:43] mandel, yes, i agree.... but we should do that for every string in error type.. not just UserNotValidated case........ [15:43] so.... it's going to take a while :P [15:43] joshuahoover, during the weekend one of our users could not get ubuntuone to work on a x64 machine, and I think that is something fairly common, do we have any reports about that? [15:43] gatox, and other way to do it is to answer me in the bug that is a big change and that you have created a bug about that ;) [15:44] then we can fix the issue in a branch just for that :) [15:44] mandel, ahhhh ok..... that wwould be better...... doing that [15:44] mandel: not that i'm aware of [15:44] * gatox lunch [15:45] joshuahoover, hm.. I have a x64 machine and will try during the bug fixing days and will let you know.. but we might need to make a x64 pacakge and an x32 if we cannot get it to work well :( [15:45] mandel: ok, let me know what you find [15:47] joshuahoover, sure, if you get any persom complaining about the installation in a machine, pelase do ask about the arch if you have the opportunity [15:47] mandel: will do [15:50] thx [15:50] joshuahoover, i think that while we can't reproduce this (i have asked lots of people around) we may drop the other patch for now. I don't know whether any people are dependent on getting old entries from keyring but so far I haven't seen problems with that - apps usually drop and create new entry instead (probably due to this bug) [15:51] rye: can you get with kenvandine on it so we can figure out a way to get the sru released? :) [15:52] rye: i think you are concentrating on the wrong thing [15:52] dobey, more info, please? [15:53] rye: your proposal isn't blocked on being reproducible afaict? [15:53] dobey, the random generator fix is what we need [15:53] dobey, the other patch which was proposed is not relevant for now, do you mean that? [15:53] rye: the problem is that ken proposed a newer version that has other changes as well [15:54] rye: i mean the random generator issue on its own is an obvious fix and i don't think it has any contention [15:54] dobey, true, i have already understood my mistake about that [15:55] rye: devising a testcase around a random number generator is going to be hard, regardless :) [15:55] joshuahoover, in #ubuntu-devel, stalking ken [15:56] i think spamaps is who you really need to bug [15:56] rye: thanks [15:57] dobey, random generator is random [15:57] yes it is [16:24] lunch, bbiab [16:25] dobey, thanks! [16:43] * jdobrien wonders how many people are experiencing slow syncdaemon [16:45] Before I installed ubuntu 11.10 I backed up my home directory. After finishing the installation I copied home directory files onto the computer and made changes to some of them during setup. Ubuntu One isn't syncing directories that it used to sync. Moreover, it appears to want to "restore" my files as they were before the installation rather than syncing files by date. What to do? [16:46] mandel, you can re-review my branch..... i've created another issue for the string refactoring.... and about testing when the error is another one instead UserNotValidated...... that was being tested in the other tests that exist previous this branch [16:52] gatox, ok === m_conley_away is now known as m_conley [17:15] rye, duanedesign: ^^ can you help zacktu please? [17:17] hello zacktu [17:19] zacktu: if you have to reinstall Ubuntu and you are using Ubuntu One you want to make sure on the new installation you do not copy over .local/share/ubuntuone/ from a backup of the old install [17:20] after a fresh install when you add your computer to your account it will treat it as a new device to your account and sync the files from your cloud space to your computer [17:32] mandel: haha; but that tinyurl link is broken :( [17:34] dobey, is it.. lame :( [17:35] dobey, the stupid songs are driving me crazy :P [17:35] haha [17:35] it's the robot bar fight [17:39] man, what's with these early deliveries from amazon lately [18:14] also, this "use 2xAA batteries" bs needs to stop. give me Li-Ion and a micro-usb port. [18:20] duanedesign: the only files that i copied from a backup were my own files -- the file ~/.local/share/ubuntuone should have been generated at startup -- [18:20] duanedesign: but I have made some changes to my own files, so I don't want to have ubuntuone write over them --- it appears i've made a strategic mistake [18:26] zacktu: did you only back up/restore specific files/folders in your $HOME, rather than all of $HOME? [18:47] meh, alpha1 is thursday [20:05] mandel, dobey well..... EOD for me...... see you guys on wednesday! [20:07] cheers gatox === Chipaca` is now known as Chipaca === m_conley is now known as m_conley_away [22:49] later all [22:49] dobey: \o_ === gatox is now known as gatox_away