[05:29] good morning [05:29] gnight :) [06:37] rbasak: the htop MIR is acked by te MIR team, could you today take a look again at https://code.launchpad.net/~paelzer/ubuntu-seeds/18.04-support-htop/+merge/337201 ? [07:09] Good morning [07:09] hi lordievader, how are you today? [07:10] Doing good here, how are you? [07:10] good as well === mthaddon` is now known as mthaddon [10:15] rbasak: if you are in a review-flow 1744072 holds two similar MPs to the seeds [10:15] rbasak: to uncouple the two acks, you could (if ok) ack with "ack subject to a MIR team ack on the MIR bug" [10:16] then I could "move" as soon as the MIR Team does so [10:16] ack === strigazi_ is now known as strigazi [11:52] any idea what exit status 10 is, if it's something special: [11:52] dpkg: error processing package grub-pc (--configure): [11:52] subprocess installed post-installation script returned error exit status 10 [11:52] ? [12:00] sysexits.h doesn't list 10 [12:00] I'm not aware of anything in Debian policy that defines specific exit codes [12:00] So it's likely that it's just passing through the exit code from whatever failed in the script I think. [12:05] yeah, and it's a huge one [12:05] (huge postinst, I mean) [12:06] it's from a bug, not my system [12:09] If it's a current bug, you could see if the reporter can reproduce (eg. with dpkg-reconfigure or whatever), and if so, then instrument the postinst with a "set -x" at the top (by hacking /var/lib/dpkg/info/.postinst IIRC). [12:24] yep [13:20] I wonder why this is the default in ssh_config: [13:20] SendEnv LANG LC_* [13:20] every non-us person will get this warning when logging in to a remote us/uk system [13:20] WARNING! Your environment specifies an invalid locale. [13:20] DANGER! [13:20] meh [13:21] why would anyone want to impost the local locale settings on a remote system by default [13:37] s/impost/impose/ [13:39] what would set it on the remote system if you're logging in via ssh? [14:06] coreycb: looped back to the os-vif test failures - resolved and uploaded [14:06] coreycb: os-brick only failed unit test in the jenkins setup - in PPA and on my larger, newer build its fine... [14:06] coreycb: so did a bypass of the tests in jenkins to effect the upload [14:06] one to watch [14:07] jamespage: ok that was the test that was timing out [14:07] jamespage: backports for queens are back to normal \o/ [14:08] coreycb: hurrah! [14:08] long live the queen [14:08] (s) [14:08] lol :) [14:09] jamespage: i was chatting with lbragstad in #openstack-pkg yesterday. summary is that in keystone v3 35357 and 5000 are the same, so we can drop the admin port. [14:11] jamespage: you can still listen on both if you want, we just don't need to. he's updating docs so i'll keep him posted on what we do. [14:11] coreycb: oh ok will need good testing in the charms [14:12] * jamespage crosses fingers that everything is actually using keystone provided port values... [15:19] mdeslaur: I comment that SendEnv, get no warning, and things just work [15:20] so you inherited whatever lang was setup as the remote system default [15:20] and I suspect they work better than with me trying to use pt_BR.UTF-8 in an unknown remote system by default [15:23] imagine the success rate of someone with a Japanese locale ssh'ing elsewhere outside of Japan [15:24] imaging you inheriting the japanese locale ;) [15:24] * mdeslaur shrugs [15:24] ahasenack: en_us always works fine [15:24] :) [15:25] see? :) [15:25] hah [15:25] mdeslaur: at least it would be installed on the remote system I'm logging in to, so that would be expected [16:26] inside /etc/environment bashvars such as $USER don't work. Is there a way of fixing that? [17:02] jamespage: ok going to update the keystone package to just use the public port and will open a bug for the charms for now [17:05] Woot, qemu-system-ppc for the win. Painless. [19:12] jamespage: i'm tripping over this with tempest on queens: https://bugs.launchpad.net/nova/+bug/1747511 [19:12] Launchpad bug 1747511 in OpenStack Compute (nova) "server create fails with "Can not find requested image" when CONF.glance.api_servers is not set and [service_user] is set" [High,In progress] [19:13] fyi [19:58] hey all - just wondering if bionic will ship with a new version of ZFS? [19:59] tdb: 0.7.5 is in proposed right now [20:00] you can help by testing it. :) [20:00] !proposed | tdb [20:00] tdb: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [20:00] hm [20:00] not the link I was thinking of [20:00] tdb: https://wiki.ubuntu.com/Testing/EnableProposed [20:01] ah! sweet :) [23:47] hey all [23:47] Does anyone know if there's a way w/out user interaction to choose an option from the dialog that shows when you install a .deb? [23:48] When I install the MySQL official deb, it asks if you want to add mysql 5.6 or mysql 5.7 [23:48] but defaults to 5.6 - which isn't what I want, but since it's an automated install I think I'm maybe out of luck for 5.7? [23:51] monokrome: maybe take one more step back and describe what problem you're trying to solve :) [23:53] sarnold: Installing MySQL 5.7 w/ ansible [23:55] monokrome: aha -- stuff in something like apt-get update && apt-get install --yes mysql-server-5.7 [23:57] sarnold: mysql-server-5.7 isn't in the package listing, so I had to install the MySQL deb for it [23:57] I think we're on LTS [23:58] but the MySQL deb makes you choose a version w/ dpkg [23:58] so I'm trying to figure out how to tell it which version [23:58] Does that make sense? [23:58] yikes, I wonder how the heck they do that. [23:58] you might have to mail oracle. [23:59] there's a debconf mechanism that is often used to prompt the admin for package settings [23:59] but I've never used it for anything quite as huge as "what version do you want to install" [23:59] so I wonder if oracle decided to do Something Strange. [23:59] Hm. I'm stuck on something... virt-manager on my host connects to libvirtd in a guest, and I get a warning that KVM is not available. I've not tried nested virt with KVM before... Is there a way to get my host (Xenial) to pass through virtualization extensions? [23:59] s/never used it/never seen it used/