/srv/irclogs.ubuntu.com/2017/08/28/#ubuntu-server.txt

=== clvx is now known as Guest73297
cpaelzergood morning05:31
lordievaderGood morning06:42
=== chmurifree is now known as chmuri
cpaelzercoreycb: in the preliminary qemu 2.10 rc4 the issues you mentioned (and more) are fixed - FYI https://launchpadlibrarian.net/334565303/buildlog_ubuntu-artful-amd64.qemu_1%3A2.10~rc4+dfsg-0ubuntu1_BUILDING.txt.gz11:49
coreycbcpaelzer: great, thanks11:56
* ddellav waves to coreycb 12:06
coreycbhey ddellav!12:07
ddellavhi12:07
=== JanC is now known as Guest96910
=== JanC_ is now known as JanC
cpaelzercoreycb: beisner: hey usually (and on pike in particular) do you usually pick src:ipxe for qemu-ipxe from the latest release (artful atm)?14:20
coreycbcpaelzer: i have no idea, i imagine that would likely be a nova default14:23
coreycbcpaelzer: there's not a single hit for qemu-ipxe in nova source code if that helps14:33
cpaelzercoreycb: well I'll check the ppa - is the pike porposed public?14:49
coreycbcpaelzer: the only thing we modify in the qemu package is libseccomp-dev version in d/control. the pike-staging ppa is public if you want to take a look there.14:51
cpaelzercoreycb: it really is a different src, not qemu nor any else but ipxe14:54
coreycbcpaelzer: ah, i see14:55
cpaelzercoreycb: checked - you do not have it in cloud archive14:57
coreycbcpaelzer: ack14:57
cpaelzerwell htat makes it even worse :-/14:57
naccahasenack: if you want to test: http://paste.ubuntu.com/25418476/ dtrt here16:14
naccahasenack: for that bug16:14
naccahasenack: your simple fix, not the more complicated one to not manipulate the current repository at all16:14
nacccpaelzer: I believe src:libvirt should be caught up now, can you check?16:50
albechlooking for some information on installing a newer verison of dovecot-sieve dovecot-managesieved than the ones being shipped with 16.04. It this possible without compiling?17:25
naccalbech: i don't see anything in backports, so unlikely. You could search PPAs with the normal caveats17:27
albechnacc: dang, thanks tho17:29
naccalbech: np17:31
ahasenackweird, postinst of grub-pc, php and samba failed in the same apt install with exit code 1018:00
ahasenackhttps://launchpadlibrarian.net/334576890/DpkgTerminalLog.txt18:00
HexianI wonder if anyone who was around when I originally went through my intermittent performance is still here20:13
Hexiandisabling swapping eliminated major page faults and the application performance drops that they caused, but now at random times, minor page faults are a serious issue20:14
Hexianminor page faults can cause my real time processes to freeze for over 500ms straight while user CPU time is replaced with system CPU time for that process... and it seems like it is impossible to have the kernel preload the entire application and prevent minor page faults20:16
HexianI've eliminated almost all disk IO completely, there are zero disk reads and infrequent writes of a few KB at a time20:18
Hexianit does not seem right that minor page faults should be able to lock up processes for 500ms+ at a time, I can't help but think that either the kernel is faulty, or the hardware is20:18
sarnoldbuy more RAM?20:19
Hexiansarnold: more than 50% of the 32GB ram is free at all times20:19
Hexianthese random minor page faults causing large process freezes are happening after the process has been running for almost a day, so it's not like it's a fresh process which is hitting memory for the first time20:21
HexianI don't know what to do about this, it is a really serious problem20:21
Hexianany calls that block these processes for 1ms are a problem, this is causing frames that are over 800ms, which is almost entirely waiting on a minor page fault and then catching up on more than half a second of lost CPU time20:24
sarnoldHexian: o_0 you had excessive swap traffic with ~16 gigs _free_??20:27
sarnoldHexian: that feels worth a bug report20:27
Hexiansarnold: not excessive, very infrequent, but that often caused IO wait times and caused performance drops in these real time applications, by default the kernel assumes every server has a SSD and doesn't mind causing IO wait times even with plenty free ram20:29
Hexianthese minor page faults are a much bigger concern though20:29
HexianI guess I'm going to have to try downgrade the kernel a couple years and see if that helps20:30
sarnoldHexian: maybe try fiddling the 'swappiness' or whatever parameter a bit first?20:32
Hexianswappiness is set to 0, there are zero major page faults, zero disk reads (from system or applications), infrequent tiny writes (writes that are more than a few kb get made to a ram disk)20:32
Hexiandisk IO is virtually non-existant20:33
Hexianminor page faults are caused when data is already loaded into ram but is not yet accessible, or something like that20:33
HexianI have no idea why that is happening at all after hours or uptime, let alone a day uptime, or why it makes my processes lock up for over half a second to do the minor page fault system calls20:34
Hexianthis happens at random times, with random severity, even outside of peak times with 30% total system CPU usage20:35
lunaphytehi.  i've recently set up a new install of 17.04, and am having symptoms where it hangs at shutdown, complaining that it failed to unmount a number of filesystems.20:52
lunaphytehow can i troubleshoot this further?20:52
ahasenackdo you have anything special in your mount points?20:53
ahasenacktoday I was just looking at a bug where the user had lvm over mdadm raid1 and quotas enabled20:53
ahasenackand he said something about errors during shutdown20:53
lunaphytei don't believe i do, but let me double check20:53
lunaphyteit fails to  unmount /var/log/, /var/, /tmp/, and /home/20:55
lunaphytehere's a little bit of info: http://dpaste.com/0AMSEF9.txt20:59
ahasenackah, btrfs20:59
lunaphytesorry the fstab spacing is all janky20:59
ahasenackthat qualifies as "special" :)20:59
ahasenackand lvm20:59
lunaphyteoh, ok :)20:59
lunaphytei guess so20:59
lunaphyteyeah, lvm20:59
ahasenackand two vgs20:59
lunaphyteyeah20:59
ahasenackdid it work in another ubuntu release?21:00
lunaphytehere's one more bit of info if it's might be helpful: http://dpaste.com/0NRC48C21:00
lunaphytewell, it's possible i'm crazy, but iirc, it was working right earlier with this install21:01
lunaphytei haven't used this setup in a previous release though21:02
ahasenackI suggest a bug report then, with the info you provided21:02
ahasenackI don't know how to debug that in systemd21:02
ahasenackand "btrfs fi sh" probably too21:03
lunaphytei did :) - https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/170938421:03
ubottuLaunchpad bug 1709384 in systemd (Ubuntu) "failed to unmount filesystems during shutdown, reboot hangs" [Undecided,New]21:03
fatdrago_can ssh public keys be all numbers?21:44
naccfatdrago_: well, i think the key itself is all numbers, but the base64 encoding you see in, e.g., ~/.ssh/id_rsa.pub is more than just the key, it has a header indicating that it is a key and what kind of key and is base64-encoded: https://tools.ietf.org/html/rfc4253#section-6.621:52
naccfatdrago_: or by 'numbers' did you actually mean the text in the public key file?21:53
fatdrago_I asked a user to generate pair of keys and she send me bunch of numbers . it don't look like rsa format to me..with all hex mixed in!21:57
fatdrago_it does say rsa-key-20170828, but it might be different system or something..all numbers!21:58
sdezielfatdrago_: could be puttygen's format21:58
sdezielthe standard format which isn't OpenSSH21:58
sdeziel`ssh-keygen -i -f pub` should convert it to OpenSSH format21:58
fatdrago_I send her three links instructions how to generate in windows/putty and mac and linux.. let's see if she comes through and can work through the problem and convert the putty one!22:00
naccfatdrago_: ah ok22:03

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