ev | bug 725408 is getting odder by the minute, it seems | 10:25 |
---|---|---|
ev | phew, partman crashed while resizing and I was worried there was an undiscovered bug here | 12:38 |
ev | fortunately it was just the OOM killer putting my in my place | 12:38 |
ev | I should probably have a look at memory usage in O though. I'm sure we can trim some fat from ubiquity. | 12:38 |
cjwatson | reimplement in C </troll> | 12:48 |
ev | hahaha | 12:51 |
ev | you do realize you're only trolling yourself, being the original author and all | 12:51 |
cjwatson | not quite original :) | 12:55 |
ogra_ | original required some spanish skills iirc :) | 12:58 |
ev | ah yes | 12:59 |
ev | I forgot about them | 12:59 |
arand | Is the default and intended behaviour in ubuntu to always mount the top-level of the btrfs, and use rootflags=subvol=@ to mount root for example? | 13:33 |
arand | ...or rather, have the top-level as the "default root" when it is mounted with no options? | 13:34 |
cjwatson | yes | 13:37 |
cjwatson | well, ideally there would be a way to set @ as the default subvolume without making it hideously painful to mount other subvolumes, but AFAIK that isn't straightforward in btrfs at the moment | 13:38 |
cjwatson | on the whole I'd not recommend relying on any particular behaviour of mounting an Ubuntu btrfs installation with no options at the moment | 13:38 |
arand | Ok, there was a user which used a grub.cfg with no rootflags=subvol=@ option which claimed to be able to boot, and had not touched the set-default, so thus I was confused. | 13:40 |
cjwatson | that's due to a grub2 bug | 13:42 |
cjwatson | it sometimes fails to parse the btrfs filesystem properly and so omits subvol=@ | 13:42 |
cjwatson | I keep saying this in different bug reports but apparently there are enough of them that people don't notice | 13:42 |
arand | Yea, I've been trying to figure this out in Bug #752506 (this is basically the issue you are talking about right?) | 13:43 |
arand | So this is an issue in grub-probe, rather? | 13:45 |
cjwatson | there's already a triaged bug for it somewhere | 13:46 |
cjwatson | bug 732149 | 13:47 |
cjwatson | it's very likely the same thing, I'll get to it as soon as I can manage to reproduce it | 13:47 |
arand | The way I've been able to do it is basically repeatedly reinstalling the linux-image and linux-headers packages, but it is not by far a sure way to do it. | 13:52 |
cjwatson | ok, thanks | 13:54 |
cjwatson | I don't need a 100% method, it's OK if it takes a while to tweak the filesystem into the right (wrong?) state | 13:55 |
mterry | ev, how ya doing? | 14:37 |
ev | mterry: pretty good, and yourself? | 14:38 |
mterry | ev, klattimer and I think we've got localized geonames results | 14:38 |
ev | hooray! | 14:38 |
mterry | two branches: https://code.launchpad.net/~mterry/ubuntu-geonames/search-alt/+merge/56647 and https://code.launchpad.net/~karl-qdh/ubuntu-geonames/with-charset/+merge/56753 | 14:38 |
mterry | first allows one to search over the altnames | 14:38 |
mterry | second allows you to use funky characters | 14:38 |
mterry | we swiped it from a forum post | 14:38 |
mterry | seems to allow results for chinese characters for example, though we don't know how accurate it is, since we don't speak chinese | 14:39 |
mterry | but we figured we can wait for bug reports... :-/ | 14:39 |
ev | hah | 14:39 |
ev | awesome | 14:39 |
ev | odd, I just saw his merge request but yours hasn't come through yet | 14:39 |
ev | I'll have a look now | 14:40 |
ev | ah, nevermind, there it is | 14:41 |
superm1 | ev, any idea what the default timeout is supposed to be on the geonames stuff in ubi-timezone? it doesn't seem to be explicitly set | 14:47 |
ev | oo, yikes that's quite the oversight | 14:51 |
ev | from what I can tell reading the code there is no timeout | 14:51 |
ev | as that's determined by socket.setdefaulttimeout(), which has a default value of None, indicating no timeout. | 14:52 |
CIA-7 | netcfg: cjwatson * r1249 ubuntu/ (96release-dhcp-lease debian/changelog debian/netcfg.install): | 15:05 |
CIA-7 | netcfg: Move release-dhcp-lease finish-install script after unmounting | 15:05 |
CIA-7 | netcfg: filesystems, to avoid interfering with iSCSI. | 15:05 |
CIA-7 | netcfg: cjwatson * r1250 ubuntu/debian/changelog: releasing version 1.60ubuntu3 | 15:08 |
superm1 | ev, oh fun. that explains my weirdness where I can't get out of hangs behind a proxy | 15:15 |
ev | superm1: not sure why I went with urllib2 in the first place, given that I presume asynchronous callbacks are available in gio for this sort of thing. | 15:24 |
ev | with a timeout still set, of course | 15:24 |
ev | mterry: looks good, about to merge. | 15:43 |
mterry | ev, awesome. hopefully we get some non-English feedback | 15:43 |
ev | well I just tried Shanghai in Chinese and it worked fine, but indeed | 15:43 |
mterry | good | 15:45 |
ev | oh interesting | 15:45 |
ev | I was actually trying without the branches merged by accident and the search worked (though returned English results) | 15:46 |
ev | no matter | 15:46 |
mterry | ev, well... I'm surprised it matched the chinese | 15:52 |
mterry | ev, but you could get altname results before, but they would return the canonical English name, yah | 15:52 |
ev | indeed | 15:53 |
ev | we should make unit tests for this. Perhaps a fun thing for me to play with over the weekend if I find time. | 15:55 |
ev | mterry: does http://localhost/?query=上海 work for you? Wondering if I just haven't recached something. | 16:02 |
mterry | ev, ('Shanghai - \xe4\xb8\x8a\xe6\xb5\xb7', 'Shanghai Shi', 'China', 121.45806, 31.22222) | 16:03 |
mterry | ('\xe4\xb8\x8a\xe6\xb5\xb7', 'Shanghai Shi', 'China', 121.45806, 31.22222) | 16:03 |
mterry | ('\xe4\xb8\x8a\xe6\xb5\xb7', 'Shanghai Shi', 'China', 121.45806, 31.22222) | 16:03 |
mterry | ('\xe4\xb8\x8a\xe6\xb5\xb7', 'Shanghai Shi', 'China', 121.45806, 31.22222) | 16:03 |
mterry | ('\xe4\xb8\x8a\xe6\xb5\xb7', 'Zhejiang Sheng', 'China', 121.05804, 29.32955) | 16:03 |
mterry | we should probably do something about those duplicate results. they were there before this round of patches and I've dealt with it client-side | 16:03 |
mterry | but just seems inefficient | 16:03 |
ev | ah, the problem was chrome | 16:08 |
ev | doing it by hand in python worked fine | 16:08 |
ev | okay merging for reals now | 16:08 |
=== robbiew1 is now known as robbiew | ||
ev | contacting IS now | 16:16 |
ev | and done | 16:21 |
mterry | ev, something I realized... the admin and country names aren't translated... does the data provide that? | 16:45 |
superm1 | ev, asynchronous would be better for the whole page if possible. there's a hang before the page starts when rdate is trying to contact ntp.ubuntu.com too | 17:54 |
CarlFK | ev: can you look over and maybe triage bug 728710 | 18:38 |
CarlFK | https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/728710 "d-i apt-setup/local0/repository not working" | 18:38 |
CarlFK | any clue how long it is? | 19:09 |
CarlFK | whops, wrong chan | 19:09 |
CIA-7 | rootskel: cjwatson * r630 ubuntu/ (9 files in 6 dirs): merge from Debian 1.94 | 22:50 |
CIA-7 | rootskel: cjwatson * r631 ubuntu/debian/changelog: releasing version 1.94ubuntu1 | 22:53 |
CIA-7 | debian-installer: cjwatson * r1435 ubuntu/ (57 files in 2 dirs): Update help text translations from Launchpad. | 23:13 |
CIA-7 | debian-installer: cjwatson * r1436 ubuntu/debian/changelog: releasing version 20101020ubuntu27 | 23:16 |
cjwatson | (actually arranging to have that uploaded in two hours' time via at(1), in order to include the new rootskel) | 23:16 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!