=== cr3_ is now known as cr3 [02:06] apt-setup: cjwatson * r144 apt-setup/ (debian/changelog generators/50mirror.ubuntu): [02:06] apt-setup: Fix description of universe in generated sources.list: packages there [02:06] apt-setup: are expected to be under a free licence. [02:16] cjwatson: Is it generally acceptable to use purge-old-images to get rid of bad DVD builds, or should I generally just let than run on its own? [02:17] The last DVD build I ran was a bust, and I'm planning on starting another soon as I believe I've resolved the issue. [02:19] hrm, I probably should have asked that in -release. Moving the conversation there [02:27] just rm -rf them if you want [02:27] ah, ok [02:27] And sync-mirrors if you want them to actually disappear [02:29] thanks [03:07] ubiquity: evand * r2883 ubiquity/ (configure configure.ac): Bump to 1.10.5 [03:11] ubiquity: evand * r2884 ubiquity/debian/ (changelog rules ubiquity.install-any): [03:11] ubiquity: Filter out the net subsystem when calling update-dev to prevent the [03:11] ubiquity: network connection from resetting (LP: #276383). [04:41] Hi, anyone on ? [04:45] I have a weird problem. I've had to recreate the Packages for the udebs in order to customize an installer CD (so by running [04:45] apt-ftparchive -c $APTCONF generate /opt/apt-ftparchive/apt-ftparchive-udeb.conf). The problem is that the Packages file that is generated comes in a different order than the one on the CD, and that's strangely breaking the installer by making it try to use PPPOE when it shouldn't (!?). I wrote a small script that re-orders the file in the same order than the original one, and that fixes the problem. Any idea what's going on ? [04:45]   [04:45] [05:01] cjwatson: I've provided a new patch for bug 276656 that I think addresses your and superm1's concerns. Can you give it a look over? [05:18] hi cjwatson are you still here ? [06:34] cjwatson: For asking the user about dmraid arrays to work, changes have to be amde in hw-detect and partman-base. I dare say the question could be better phrased, but this is what I came up with at the time. [06:34] cjwatson: http://pastebin.ubuntu.com/55523/ <- hw-detect [06:35] cjwatson: http://pastebin.ubuntu.com/55524/ <- partman-base [09:24] TheMuso: I think that's fine, although your partman-base diff only has the changelog change [09:25] TheMuso: perhaps 'mkdir -p /var/lib/disk-detect; touch /var/lib/disk-detect/activate_dmraid' rather than touching /tmp/activate_dmraid, to future-proof for ubiquity [09:30] cjwatson: heh right, I forgot to include the parman-base change in the diff. :) It was basically checking for the existance of that file before skipping the physical drives as part of the array. [09:57] yeah [09:58] TheMuso: what's responsible for calling 'apt-install dmraid'? [10:30] I'm seeing some oddities in ${partman-depends} and ${bootloader-depends} in ubiquity 1.10.4. At least none of i386, amd64, or lpia seem to depend on ntfsprogs, and lpia doesn't seem to depend on grub. I'm not going to look at it for a few hours, in case someone else is interested. [10:35] persia: I'm not sure about lpia/grub but spot the typo for ntfsprogs: http://paste.ubuntu.com/55553/ [10:35] does 278873 ring any bell? the chap cannot boot when usplash is on [10:38] cjwatson, Cool. That at least makes it only me again :) Nice catch. [10:48] * StevenK can't spot the typo [10:48] Ah, got it [10:48] Nicely subtly [10:48] Sigh. Subtle [11:02] ubiquity: cjwatson * r2885 ubiquity/debian/ (changelog rules): Fix typo in architecture detection for ntfsprogs dependency. [11:14] persia: I'm confused about the other one, since amd64 and i386 are working fine. Does 'dpkg-architecture -qDEB_HOST_ARCH_CPU' not output lpia on lpia or something? [11:15] $ sudo chroot /chroot/intrepid-lpia [11:15] [sudo] password for cjwatson: [11:15] root@sarantium:/# dpkg-architecture -qDEB_HOST_ARCH_CPU [11:15] i686 [11:15] oww, surely that's a bug [11:15] (old chroot, though) [11:15] Hrm. Interesting. That's probably a bug somewhere else though. [11:15] in dpkg :-/ [11:15] No, I get the same in my chroot. [11:16] * persia tries on hardware [11:19] looks like lpia is just weird and needs to be handled separate [11:19] ly [11:19] I'll just check DEB_HOST_ARCH for that [11:20] I don't think changing the CPU name is a good idea [11:20] Not a good idea at all, or not a good idea for intrepid? [11:21] I'm not sure ... [11:21] cjwatson: Do you mean when setting things up for partitioning, or once partitioning is done and the installation is under way? [11:21] dpkg's architecture detection always gives me a headache, and we can definitely assume that there's lots of stuff relying on it [11:22] TheMuso: it doesn't matter when it's called; apt-install will queue the package until it's possible to install it in /target [11:22] TheMuso: but it surely has to be called somewhere or else /target won't get dmraid [11:22] Ah, good point, and it being wrong this long probably means the entire archive would need a rebuild to fix it. [11:22] cjwatson: RIght, I am not sure, since that was already working when I did the extra support work. [11:22] So I didn't see a need to chase that up. [11:22] TheMuso: see, I thought partman-dmraid did it ;-) [11:23] although apparently not [11:23] No, it wasn't. [11:25] ubiquity: cjwatson * r2886 ubiquity/debian/ (changelog rules): Work around lpia having DEB_HOST_ARCH_CPU=i686 (!). [11:27] cjwatson: I'll have the dmraid activation question ready for upload tomorrow morning. I assume ubuntu-release is responsible for UI freeze exceptions? [11:31] yeah [11:31] thanks [11:35] cjwatson, I even get i686 on hardware. Thanks for thinking of that, and fixing it. [13:29] I have a weird problem. I've had to recreate the Packages for the udebs in order to customize an installer CD (so by running apt-ftparchive -c $APTCONF generate /opt/apt-ftparchive/apt-ftparchive-udeb.conf). The problem is that the Packages file that is generated comes in a different order than the one on the CD, and that's strangely breaking the installer by making it try to use PPPOE when it shouldn't (!?). I wrote a [13:32] i'm using http://archive.ubuntu.com/ubuntu/indices/override.hardy.main.debian-installer btw [14:53] apt-setup: cjwatson * r145 apt-setup/debian/ (apt-setup-udeb.postinst changelog): [14:53] apt-setup: Run 'apt-get update', without downloading package lists or cleaning up [14:53] apt-setup: old files, after moving the sources.list generated during base system [14:53] apt-setup: installation back into place (LP: #267884). [14:54] pkgsel: cjwatson * r120 ubuntu/debian/ (changelog postinst): [14:54] pkgsel: Don't download package lists again after moving the final sources.list [14:54] pkgsel: into place (LP: #267884). [14:56] apt-setup: cjwatson * r146 apt-setup/debian/changelog: releasing version 1:0.37ubuntu5 [14:57] pkgsel: cjwatson * r121 ubuntu/debian/changelog: releasing version 0.20ubuntu8 [15:24] * evand sighs at the archive still being broken [15:28] oh, it looks like the DVD build just got caught between compiz uploads. I retract my former statement. === persia_ is now known as persia [16:04] evand: could you act on bug 234185, please? it should just be a matter of adding a boot parameter for alternate/server CDs [16:09] will do [16:15] thanks [16:41] cjwatson: hi, i'm trying to digest the conversation between you and soren in bug #257739 [16:42] cjwatson: and moreover to determine how long ago, or recently that was [16:42] 25th Sep [16:42] cjwatson: okay, and has any of the module juggling been enacted? [16:43] not to my knowledge; I asked Soren to take it up with the kernel team [16:43] cjwatson: rick has asked me to take over that bug and fix it immediately, he's making it release critical [16:51] cjwatson: for posterity, where are you checking the location of these modules? [16:51] dpkg -c /mirror/ubuntu/pool/main/l/linux/foo.udeb [16:51] cjwatson: oh [16:51] cjwatson: okay, thanks. [16:51] local mirror++ === robbiew is now known as robbiew_ === robbiew_ is now known as robbiew === robbiew is now known as robbiew_away === robbiew_away is now known as robbiew === baali_ is now known as baali [20:31] Should the UUIDs go in the groot option in menu.lst, or should they go into their own guuid option that overrides the groot if set? [20:31] I'm leaning towards the latter, but suggestions welcome. [20:32] (this is for setting the GRUB root device by UUID rather than GRUB device name) [20:32] what's the benefit to them being separate? [20:34] None, I just have to take special care to not write uuid /dev/sda1 it's set as such, but that's obviously easy. [20:34] Well none that I can think of [20:35] oh, did cking introduce a new command for it rather than have root able to handle UUIDs? [20:35] I don't much mind either way, just try to keep the upgrade logic simple at this point [20:40] indeed, he used uuid [20:40] noted though === nxvl_ is now known as nxvl [21:09] cjwatson: I'm assuming then that you mean it should try to upgrade grub device names to UUIDs, where possible? [21:09] (the simple case of writing UUIDs the first time out is working, by the way) [21:15] hmm, I'm not sure about that much [21:15] at least not this late in the intrepid game; that's risky [21:16] my comment was much vaguer than that, I just meant making sure that all that logic in update-grub to fish values out of menu.lst and write them back is simple enough to be easily verifiable [21:16] or at least that the diff to it is simple [21:21] cjwatson: curious behavior I'm seeing ... [21:24] cjwatson: / on RAID1, the installer correctly prompts for BOOT_DEGRADED [21:25] cjwatson: but if /boot is on RAID1, the question isn't presented [21:25] cjwatson: IIUC, the question is presented by the installation of the mdadm udeb, right? [21:26] cjwatson: noted [21:28] kirkland: that's what I thought [21:28] but it's your code :) [21:28] cjwatson: yeah, this is bothering me :-) [21:28] is mdadm getting installed in /target? [21:28] cjwatson: yeah, absolutely [21:28] cjwatson: and it operates correctly, post install, etc. [21:28] oh, no, it's not presented by installing mdadm [21:28] that only asks at priority medium [21:29] cjwatson: right, there was some trick we used to get it to be presented post partman-base [21:29] yeah, I've completely forgotten where you put it [21:29] cjwatson: :-) me too, let me dig.... [21:30] cjwatson: i thought it was in the mdadm udeb [21:30] oh yes, mdadm ships a check.d script [21:30] cjwatson: aha! [21:30] cjwatson: faulty logic in there [21:30] kirkland: are both / and /boot on RAID1? [21:30] if [ "$mp" = "/" ] || [ "$mp" = "/boot" ]; then [21:31] that seems perfectly reasonable [21:31] cjwatson: yeah... [21:31] cjwatson: oh [21:31] you need: [21:31] -done [21:31] +done | head -n1 [21:31] cjwatson: i thin ki need to break [21:31] or you could break [21:31] cjwatson: yup, that's it [21:31] cjwatson: patch forthcoming ;-) [21:32] stick it on pastebin, I'll apply it forthwith [21:32] you want the one liner, or a whole debdiff in pastebin? [21:32] one-liner is fine [21:33] and a suggested changelog message since I'm tired [21:33] no prob [21:35] cjwatson: http://pastebin.com/f3b0691e1 [21:36] kirkland: uploaded, thanks [21:37] cjwatson: hey, thank you for the sanity check ;-) [21:38] cjwatson: the request for getting all, or some, of the RAID fixes ported back to hardy are starting to mount [21:38] cjwatson: i was going to wait until Intrepid releases [21:38] cjwatson: and perhaps put together a list of what I think would need to be backported, see how important it is to rick/nick [21:38] cjwatson: and get your take on it, of course [21:39] cjwatson: i think we could do a couple of fairly straightforward fixes, without getting too deep into the installer [21:39] cjwatson: fix it for running systems only [21:40] ok, happy to think about it after 30 Oct :-) [21:40] we should do a bit of a push for 8.04.2 anyway [21:40] cjwatson: sounds perfectly reasonable [21:40] cjwatson: thanks for considering