[00:39] yay 4.4 is out! === jhenke_ is now known as jhenke === henrix_ is now known as henrix [11:42] i have dual screen monitor setup with classy dvi & vga connectors. [11:42] my vga screen this morning is 1024x768, instead of the expected 1920x1080 [11:42] on wily [13:45] jsalisbury: hi [17:54] apw, hi! i have more kernel config requests. Imho _KVM _VIRTIO_* should be set to =y, on s390x, if not throughout. See bug 1532886 [17:54] bug 1532886 in linux (Ubuntu) "s390x kernels are inconsistent for cloud stuff" [Undecided,New] https://launchpad.net/bugs/1532886 [17:55] would you please review them for sensibility and shepperd it past the nagging bot =) [17:56] xnox, are those causing issue, or just making you unhappy [17:57] apw, the VIRTIO_BLK and VIRTIO_NET are failing to boot the cloud images. [17:58] xnox, but presumably that is because they are missing from the initrd or something, as much as not being =y [17:58] sure. [17:58] all i have is virtio_scsi.ko because of ./config.common.ubuntu:CONFIG_SCSI_VIRTIO=m [17:59] as it seems more logical for them to all be =m rather [17:59] apw, no... cause then one requires to have initrd, and cannot do direct kernel boot, no? [18:00] xnox, ubuntu essentially does not boot without an initrd anyhow [18:00] right ? [18:01] so virtio_blk ends up in -extra [18:01] which is odd [18:02] well that is likely all wrong [18:02] likely because it has been =y so noone noticed it wasn't being pulled up to -image [18:03] apw, and do we have any history into why they are =y? [18:03] and in per-arch rather than in config.common.ubuntu? [18:03] surely things that are the same on all arches, let's say pre-recent ports should have migrated into config.common.ubuntu? [18:03] "it doesn't work mumble mumble" without, and i think s390x came with it =m and we thought to use that to find out why [18:04] apw, debian.master/config/s390x/config.common.s390x:CONFIG_VIRTIO_BLK=m [18:04] debian.master/config/s390x/config.common.s390x:CONFIG_VIRTIO_NET=m [18:04] those are wrong IMHO [18:04] or at least inconsistent [18:04] rtg, see full bug report -> bug 1532886 i have CONFIG_KVM there too, and ZLIB_DEFLATE [18:04] bug 1532886 in linux (Ubuntu) "s390x kernels are inconsistent for cloud stuff" [Undecided,Confirmed] https://launchpad.net/bugs/1532886 [18:04] rtg, they are inconsistant, but there is no obvious reason tehy _have_ to be =m which is what we discussing [18:04] =y even [18:05] right [18:05] we have a lot of stuff which is =y because in 2.6.32 they wern't loadable, and we've not come back to them [18:05] apw, well back in the day we had normal and virtual kernel images. and normal had it as a module, and virtual had it as =y no? [18:05] and then we merged all kernel flavours to one (or some such) [18:06] xnox, i don't thikn it is as clear as that sounds, but some of that occured [18:06] and at that point i guess CONFIG_VIRTIO_* did =m -> =y [18:06] it did that becuase it didn't autoload, in the old days [18:06] but, it may well do so now [18:06] i think debian is all =m and happy, so [18:06] however, it seems that the current cloud-image building machinery doesn't have -extra image installed, and subsequently initramfs-update doesn't include virtio-blk (automagically or needs to be forced) [18:07] xnox, right so for sure that not being in linux-imageis _wrong_ [18:07] xnox, that is definitely a bug [18:07] oh, lack of autoloading *sigh* those were the good old days =) [18:08] i can check that it can autoload, with d-i on s390x on a virtual machine. [18:08] becase udebs are packaged right and have virtio-blk, and in a qemu vm they should autoload.... [18:08] let me check that. [18:11] xnox, oh goody we have it half right, sigh ^2 [18:12] or rather "for once .udebs are on the ball =)" [18:12] rtg, heh and we might want to upload a 4.3 now :/ [18:12] apw, great :( [18:13] rtg, luckily i have the previous master-next should it come to it [18:13] Xenial will eventually be getting 4.4, won't it? [18:14] mamarley, yep, "soon" waiting on some dkms fallout to be resolved as much as anything [18:14] apw, why don't you go ahead anf force push xenial master-next. I've updated unstable [18:15] mamarley, and inded we had just decided we wen't going need a v4.3 again [18:15] Oh, stuff like graphics drivers failing to compile? [18:16] apw, virtio_net appears to be auto-loaded [18:16] xnox, that is enocouraging [18:16] xnox, so i'd say lets get that fixed in teh inclusion list if that fixes you [18:17] i only see virtio_scsi.ko and virtio_net.ko in the installer =/ [18:18] sigh, i guess block-modules is not included in the d-i. [18:19] and well, it's a must really. [18:19] because then none of the d-i/server installer will install inside a virtual machine =( [18:19] on some arches.... [18:19] build/pkg-lists/cdrom/powerpc.cfg:block-modules-${kernel:Version} [18:19] build/pkg-lists/hd-media/amd64.cfg:block-modules-${kernel:Version} [18:19] build/pkg-lists/hd-media/i386.cfg:block-modules-${kernel:Version} [18:19] build/pkg-lists/hd-media/powerpc.cfg:block-modules-${kernel:Version} [18:20] le sigh. [18:20] so block-modules needs to be added to like ppc64el, armhf, arm64, s390x [18:22] * xnox ponders which d-i builts are used for qemu installs [18:22] rtg, ok the tip i have was last changed on the 24 dec, do you recall doing anything since then to it ? [18:23] apw, yeah, probably. lemme go back in my local log. I can find the last 4.3 tip [18:27] rtg, the source uploader has: [18:27] commit e0e8e4a3f07e4f489fae0fcbbade29ef4102d04f [18:27] Author: Tim Gardner [18:27] Date: Tue Jan 5 07:35:27 2016 -0700 [18:27] UBUNTU: [Config] CONFIG_ZONE_DEVICE=y for amd64 [18:28] apw, yep, that is what my log shows as well [18:28] I'll reset master-next [18:28] ok good enough thanks [18:29] apw, pushed [18:30] xnox, apw, I'll catch up on bug #1532886 after I get some lunch [18:30] bug 1532886 in linux (Ubuntu) "s390x kernels are inconsistent for cloud stuff" [Undecided,Confirmed] https://launchpad.net/bugs/1532886 [18:31] rtg, cool thanks. Well work with apw as to what you want to make things consistent and which way around. [18:32] xnox, well, if we make VIRTIO_BLOCK and _NET consistent, i.e., =y, then no other changes are needed. [18:32] sure. [18:33] but i thought that apw wants to make them all =m and make sure they land in -image, rather than in -extra [18:33] whichever =) as long as cloudimages still build and are bootable =) [18:33] rtg, prolly the expedient way forward and i will add a card to get that looked at by someone [18:35] thanks =) [19:09] apw, rebuilt s390x d-i in a ppa, with block-modules. virtion_blk & _net autoload correctly for me. However, I'm struggling to figure out if there is any initramfs that we want to /not/ have those modules. [19:10] given that any disk-image can be trivially exported into a VM and booted. [19:12] xnox, right we likley would want them in every initrd, not in the kernel though as they don't go away then [19:13] right. [19:13] * xnox ponders where/how initramfs decides to include virtio_net or not. [19:14] xnox, it is likley on my list of "always include this if it exists" [19:14] it has quite an extensive list of that [19:15] failing to grep for it. [19:21] apw, yeah, we are good. we default to most, and that does "copy_modules_dir kernel/drivers/block" copy all the things. [19:22] and kernel/drivers/net [19:22] so turning virtio_blk|_net into modules should be a fairly safe and uneventful. [19:23] still need to check that all the relevant d-i's have block-modules and that's about it. [19:28] apw: sforshee: async ping on bug 1531747, any ideas on how we should fix it? [19:28] bug 1531747 in linux (Ubuntu Xenial) "overlay: mkdir fails if directory exists in lowerdir in a user namespace" [High,Triaged] https://launchpad.net/bugs/1531747 [19:28] cking, was there an upstream update for the 'rhashtable: Fix walker list corruption' revert ? [19:29] cking, nm, just saw https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1526811/comments/4 [19:29] Launchpad bug 1526811 in linux (Ubuntu Xenial) "SRU: walker list corruption while being intensively stressed" [High,Fix committed] [19:38] rtg yep [21:21] skoe, Hi, are you here? I am interested in your work on bug #1525554 [21:21] bug 1525554 in linux (Ubuntu) "[HP ProBook 470 G3, Intel Skylake HDMI, Digital Out, HDMI] No sound at all" [Medium,Incomplete] https://launchpad.net/bugs/1525554