/srv/irclogs.ubuntu.com/2018/02/07/#ubuntu-server.txt

cpaelzergood morning05:29
sarnoldgnight :)05:29
cpaelzerrbasak: 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 ?06:37
lordievaderGood morning07:09
cpaelzerhi lordievader, how are you today?07:09
lordievaderDoing good here, how are you?07:10
cpaelzergood as well07:10
=== mthaddon` is now known as mthaddon
cpaelzerrbasak: if you are in a review-flow 1744072 holds two similar MPs to the seeds10:15
cpaelzerrbasak: to uncouple the two acks, you could (if ok) ack with "ack subject to a MIR team ack on the MIR bug"10:15
cpaelzerthen I could "move" as soon as the MIR Team does so10:16
rbasakack10:16
=== strigazi_ is now known as strigazi
ahasenackany idea what exit status 10 is, if it's something special:11:52
ahasenackdpkg: error processing package grub-pc (--configure):11:52
ahasenack subprocess installed post-installation script returned error exit status 1011:52
ahasenack?11:52
rbasaksysexits.h doesn't list 1012:00
rbasakI'm not aware of anything in Debian policy that defines specific exit codes12:00
rbasakSo it's likely that it's just passing through the exit code from whatever failed in the script I think.12:00
ahasenackyeah, and it's a huge one12:05
ahasenack(huge postinst, I mean)12:05
ahasenackit's from a bug, not my system12:06
rbasakIf 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/<package>.postinst IIRC).12:09
ahasenackyep12:24
ahasenackI wonder why this is the default in ssh_config:13:20
ahasenackSendEnv LANG LC_*13:20
ahasenackevery non-us person will get this warning when logging in to a remote us/uk system13:20
ahasenackWARNING! Your environment specifies an invalid locale.13:20
ahasenackDANGER!13:20
ahasenackmeh13:20
ahasenackwhy would anyone want to impost the local locale settings on a remote system by default13:21
ahasenacks/impost/impose/13:37
mdeslaurwhat would set it on the remote system if you're logging in via ssh?13:39
jamespagecoreycb: looped back to the os-vif test failures - resolved and uploaded14:06
jamespagecoreycb: os-brick only failed unit test in the jenkins setup - in PPA and on my larger, newer build its fine...14:06
jamespagecoreycb: so did a bypass of the tests in jenkins to effect the upload14:06
jamespage one to watch14:06
coreycbjamespage: ok that was the test that was timing out14:07
coreycbjamespage: backports for queens are back to normal \o/14:07
jamespagecoreycb: hurrah!14:08
jamespagelong live the queen14:08
jamespage(s)14:08
coreycblol :)14:08
coreycbjamespage: 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:09
coreycbjamespage: 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
jamespagecoreycb: oh ok will need good testing in the charms14:11
* jamespage crosses fingers that everything is actually using keystone provided port values...14:12
ahasenackmdeslaur: I comment that SendEnv, get no warning, and things just work15:19
mdeslaurso you inherited whatever lang was setup as the remote system default15:20
ahasenackand I suspect they work better than with me trying to use pt_BR.UTF-8 in an unknown remote system by default15:20
ahasenackimagine the success rate of someone with a Japanese locale ssh'ing elsewhere outside of Japan15:23
mdeslaurimaging you inheriting the japanese locale ;)15:24
* mdeslaur shrugs15:24
dpb1ahasenack: en_us always works fine15:24
dpb1:)15:24
ahasenacksee? :)15:25
dpb1hah15:25
ahasenackmdeslaur: at least it would be installed on the remote system I'm logging in to, so that would be expected15:25
boxrickinside /etc/environment bashvars such as $USER don't work. Is there a way of fixing that?16:26
coreycbjamespage: ok going to update the keystone package to just use the public port and will open a bug for the charms for now17:02
masonWoot, qemu-system-ppc for the win. Painless.17:05
coreycbjamespage: i'm tripping over this with tempest on queens: https://bugs.launchpad.net/nova/+bug/174751119:12
ubottuLaunchpad 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:12
coreycbfyi19:13
tdbhey all - just wondering if bionic will ship with a new version of ZFS?19:58
dpb1tdb: 0.7.5 is in proposed right now19:59
dpb1you can help by testing it. :)20:00
dpb1!proposed | tdb20:00
ubottutdb: 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
dpb1hm20:00
dpb1not the link I was thinking of20:00
dpb1tdb: https://wiki.ubuntu.com/Testing/EnableProposed20:00
tdbah! sweet :)20:01
monokromehey all23:47
monokromeDoes 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:47
monokromeWhen I install the MySQL official deb, it asks if you want to add mysql 5.6 or mysql 5.723:48
monokromebut 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:48
sarnoldmonokrome: maybe take one more step back and describe what problem you're trying to solve :)23:51
monokromesarnold: Installing MySQL 5.7 w/ ansible23:53
sarnoldmonokrome: aha -- stuff in something like apt-get update && apt-get install --yes mysql-server-5.723:55
monokromesarnold: mysql-server-5.7 isn't in the package listing, so I had to install the MySQL deb for it23:57
monokromeI think we're on LTS23:57
monokromebut the MySQL deb makes you choose a version w/ dpkg23:58
monokromeso I'm trying to figure out how to tell it which version23:58
monokromeDoes that make sense?23:58
sarnoldyikes, I wonder how the heck they do that.23:58
sarnoldyou might have to mail oracle.23:58
sarnoldthere's a debconf mechanism that is often used to prompt the admin for package settings23:59
sarnoldbut I've never used it for anything quite as huge as "what version do you want to install"23:59
sarnoldso I wonder if oracle decided to do Something Strange.23:59
masonHm. 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
sarnolds/never used it/never seen it used/23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!