[01:27] Good evening. [01:33] cjwatson: was that device mapper issue ever resolved? [01:42] I'm not able to get the karmic Server beta installer to prompt me for iSCSI target information. [01:43] I've just started reading up on how d-i works, so I apologize for not being able to give more than that at the moment. [02:24] hmm, partman-iscsi isn't getting loaded (/lib/partman/init.d/40iscsi isn't present) [02:54] drat. I did an "anna-install partman-iscsi" early on, it's getting loaded now, but still no prompt. [03:22] evenin' kirkland [03:22] howdy [03:24] I'm trying to get the iSCSI install working in the Karmic Beta and not having much luck [09:24] Nivex: the way it's supposed to work is that if you don't have any disks, you get that big prompt for drivers - but the very top item in that selection should be "login to iSCSI targets" [09:25] Nivex: you should not need to mess around with anna-install by hand, although good initiative :) [09:26] hmm, that said, let me try to remember what *is* supposed to load partman-iscsi ... [09:27] ah, maybe that is indeed a bug - I think it should be Priority: standard in the archive so that it gets automatically loaded. I'll fix that [09:28] Nivex: try just booting with "anna/choose_modules=partman-iscsi" as a boot parameter, I suspect it'll be happier if it's there from the start [09:29] partman-iscsi: cjwatson * r25 ubuntu/debian/ (changelog control): Change priority to standard to match overrides. [11:45] I picked the wrong day to pull an image off of releases.ubuntu.com. [11:52] usb-creator: evand * r227 trunk/debian/changelog: releasing version 0.2.9 [12:28] ubiquity-slideshow-ubuntu: evand * r158 ubiquity-slideshow-ubuntu/ (267 files in 12 dirs): Updated translations from Launchpad. [12:36] ubiquity-slideshow-ubuntu: evand * r159 ubiquity-slideshow-ubuntu/debian/changelog: releasing version 8 [13:31] cjwatson: I added the "anna/choose_modules=partman-iscsi" boot parameter and still no joy [13:31] Nivex: right, is there a "login to iSCSI targets" entry at the top of the driver prompt? [13:34] Ah, yes, there it is. I had booted this morning with my dummy hard disk [13:34] expecting to see an option in the manual partitioner [13:34] there *should* be one of those two [13:34] err, too [13:34] are you seeing the partitioner but no option, or are you seeing an error before the partitioner starts? [13:35] partitioner with no option [13:35] oh, I see [13:37] partman-iscsi: cjwatson * r26 ubuntu/ (choose_partition/iscsi/choices debian/changelog): [13:37] partman-iscsi: Stop checking disk-detect/iscsi/enable before deciding whether to offer [13:37] partman-iscsi: an option in the partitioner, as that template doesn't exist any more. [13:37] that should fix it [13:38] but in the meantime, "login to iSCSI targets" should do the trick [13:38] thanks for your report [13:38] partman-iscsi: cjwatson * r27 ubuntu/debian/changelog: releasing version 3 [13:38] cool. Some poor soul in the forums bumped into the same problem an filed LP#435290. We might want to update that with this discussion. [13:39] I'll close it, thanks [13:41] shame nobody saw that and assigned it to an installer package :( [13:42] by folding the iSCSI bits into partman, does this mean the alternate installer will have this support as well as server? [13:43] partman-iscsi isn't on the alternate CD, so no, although netboot will have it [13:43] I didn't think it was a high enough priority for the alternate install CD to justify the CD space [13:43] ah ok. As long as netboot has it, I'm happy :) [13:44] please do let me know if it's still broken after this [13:44] Is there a daily spin I can grab? [13:44] should be tomorrow, http://cdimage.ubuntu.com/ubuntu-server/daily/current/ [13:45] alrighty, I'll check back in tomorrow for the image [14:23] evand, just ignoring exceptions is not a fix for LP #439977 [14:23] Launchpad bug 439977 in usb-creator ""Installation failed"" [Undecided,Triaged] https://launchpad.net/bugs/439977 [14:24] cody-somerville: apologies, I didn't intend for it to be [14:25] evand, The change shouldn't have been uploaded. [14:25] I disagree. [14:25] evand, Now usb-creator will both seem successful and the resulting usb fail to boot alternative images correctly. [14:25] It fixed a bug. It didn't fix your exact bug, but it was still an important fix. [14:26] I've seen your mail. If usb-creator is going to process every .cfg file in that directory, I'd like to look the existing code over to make sure it wont explode in currently unforeseen ways. I haven't had a chance to do that just yet. [14:26] evand, All you did was ignore any possible exceptions [14:26] evand, and you code will throw an exception on every run [14:26] evand, *your [14:26] It set out to ignore any exceptions around that code to begin with. [14:27] evand, the syslinux mangling is a critical part of your tool [14:28] evand, I've provided a patch for this among other things. Why did you not even comment on it instead of ignoring it all together? [14:28] What makes you think it will throw an exception on every run? [14:28] evand, from my comment: "I've also uncovered another bug in that code. You fail to reset the command variable so a ValueError is thrown since you ask for the index of the command for the previous non-blank line for lines that *are* blank. I'll include the fix in the branch." [14:29] First of all, calm down. As I said above, I did not ignore your patch. I just have not had a chance to review the possible implications of it. [14:29] evand, You misinterpret my text. I am calm. Just asking. [14:30] I saw the bug and your email before you sent the follow up. === robbiew-afk is now known as robbiew [14:41] reviewing now [14:52] evand, thanks. Let me know if there is any problems or you'd prefer I did something differently. [14:52] will do, thanks [15:23] grub-installer: cjwatson * r815 ubuntu/debian/changelog: releasing version 1.43ubuntu4 [15:24] morning evand [15:24] hello [15:24] evand: I assume you'll be at UDS, yes? [15:24] * rgreening got his invite last night [15:25] :P [15:25] until they fire me for gross misconduct :) [15:25] congratulations! [15:25] muhaha [15:25] ty [15:25] so, I have 3 blueprints up already [15:25] ha [15:25] great [15:26] evand: you have plans in that area? ;-) [15:26] lol [15:26] not yet, no [15:36] * rgreening doesn't see evand doing anything "gross" :) [15:54] cjwatson: looking at bug 438155, would you say it's a bug that loadkeys explodes on UTF data (try `ckbcomp -layout ar | loadkeys -mu`), or is there a better way to get the desired output than the approach frontends/kde_components/Keyboard.py is taking? [15:54] Launchpad bug 438155 in ubiquity "ubiquity kde crashes at keyboard when using Arabic" [Undecided,New] https://launchpad.net/bugs/438155 [15:54] I'm learning as I go with respect to this, unfortunately [15:55] evand: console-setup 1.34ubuntu3 should fix that, I think? [15:56] we had to cause loadkeys to ignore 0xf000-0xffff, since the kernel doesn't consider them Unicode (personally I think the ignoring went a little far in completely bailing out of the whole keymap, but hey) [15:56] and console-setup hadn't been updated to account for that [15:56] ahh [15:56] rgreening: You don't know evand ;) [15:56] bwahaha [15:56] evand: not absolutely certain it fixes that bug, since I was working on something else, but it sounds pretty similar [15:57] * rgreening thinks evand will have to come with the kubuntu team to medieval times in Dallas :P [15:58] indeed, sounds like it. I'll confirm just as soon as my modem realizes it's not rated at 28800 bps. [15:59] rgreening: there's a medieval times in Dallas? [15:59] I've been to the one in New Jersey a few times [16:00] but not for about 15 years. [16:00] heh [16:14] it's fun to do at least once in your life [16:14] 've done the chicago one before [16:44] evand: boo.. I just got a PFO from Canonical regardingthat foundations job... [16:44] hah. their loss [16:48] rgreening: sorry to hear that [16:49] no odds... Im sure they couldn't afford me :) [16:49] :) [16:49] haha [16:50] I don't think that's personal, the opening just closed AIUI [16:50] AIUI? [16:51] as I understand it [16:51] doh [16:51] hah [16:51] no hard feelings here.. :) [16:53] I applied as it would be beneficial to them more than me :) I already have a great job with a national telco and I run an entire region :) [17:00] * rgreening likes to toot his horn all too often ... just kick me at UDS :P [17:01] haha [17:23] cody-somerville: I haven't forgotten about your merge, the kernel just hates my usb disk or my usb disk hates data, and is taking ages to write to. [17:23] * evand out for a while [17:23] :) [18:11] evand: 0.2.9... almost at 0.3.0... haha === robbiew is now known as robbiew-afk [18:55] evand: looks like we may need a 0.3.0 soon :) bug 440719 [18:55] Launchpad bug 440719 in usb-creator "usb-creator-kde crashed with UnicodeEncodeError in add_file_source_dialog()" [High,Triaged] https://launchpad.net/bugs/440719 [18:55] need to fix using str cast to utf8 cast instead.. my bad on that. === robbiew-afk is now known as robbiew === robbiew1 is now known as robbiew === robbiew is now known as robbiew-afk === robbiew-afk is now known as robbiew === robbiew is now known as robbiew-afk