/srv/irclogs.ubuntu.com/2019/05/17/#ubuntu-server.txt

=== gnomethrower is now known as Wings
=== Wings is now known as uphoria
=== uphoria is now known as wings
lordievaderGood morning06:37
heller_hey06:52
heller_how do you guys keep track that your servers are up to date with security?06:53
yossarianuk Hi - for the zombieload bug - when using VMs do I need to update the VMs as well as Hypervisors or is just the hypervisor enough08:14
heller_im trying to dry-run unattended-upgrades but i get error about "sudo unattended-upgrade --dry-run08:19
heller_An error occurred: '404  Not Found'08:19
heller_The URI 'http://security.ubuntu.com/ubuntu/pool/main/c/cups-filters/libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb' failed to download, aborting"08:19
heller_Does this mean that UU requires manual apt update?08:19
lordievaderI don't think unattended-upgrades promises to run 'apt update' before the actual update run.08:22
lordievaderThere should be an `/etc/apt/apt.conf.d/10periodic` where this period of `apt update` is defined.08:24
ahasenackrbasak: I would like to update the importer whitelist12:22
ahasenackrbasak: the code is updated already, but the snap that is doing the import isn't12:22
rbasakahasenack: to do that I grab the latest nightly build from Jenkins and push it to edge in the store12:42
rbasakahasenack: then eventually promote it up to beta, and refresh and restart the importer service12:42
rbasakahasenack: or alternatively move the importer service instance to the edge snap temporarily12:43
ahasenackrbasak: this is really just a config file in the end, right12:45
rbasakYes12:48
rbasakIt can be overridden on the command line12:48
rbasakBut I've never been confident about keeping that in sync properly, so have been going via the snap12:49
rbasakSuggestions welcome12:49
ahasenackrbasak: how can we see what changed between the snap that is running and the one to be pushed to edge?12:52
ahasenackrbasak: would another option be to import the package manually from somewhere else?12:53
rbasakahasenack: yes you can just run the importer on the importer service instance in a different screen window12:54
rbasakahasenack: for the differences, snap info git-ubuntu and look for the git commit hashes?12:54
ahasenacklet me check12:54
ahasenackok, edge is just one commit behind my whitelist change, as expected12:55
ahasenackbeta is quite behind12:55
ahasenackdoes not have the --split change12:55
ahasenacknor the cache changes? That's odd12:56
rbasakDid I leave the importer service instance on edge?12:56
ahasenackrbasak: let's check12:56
rbasakYes, I did12:56
ahasenackwell, good for me :)12:56
ahasenackand it's been working for a couple of weeks now?12:56
rbasakSo we could probably upload the latest nightly to edge and beta together, and move the importer service instance back to beta.12:57
rbasakYes12:57
ahasenackrbasak: ok, want to walk me through it, or do it yourself this time?12:57
rbasakI can walk you through it12:57
ahasenackh/o?12:57
rbasakack12:58
ahasenacklet me fetch my headset12:58
=== svetlana is now known as Sveta
tobias-urdincoreycb: hello :) quick questions, will ubuntu keep neutron-lbaas packages for the train release?14:21
tobias-urdinit will be retired in Train, but RDO will keep the packages pinned to latest version https://review.rdoproject.org/r/#/c/20683/14:21
tobias-urdinwill ubuntu do something the same, or will it be completely removed in Train?14:21
tobias-urdins/latest version/latest commit/g14:22
tobias-urdinthen drop next release14:22
coreycbtobias-urdin: that's a good question. i think we can keep them around.14:22
coreycbjamespage: +1 on keep neutron-lbaas* around for train?14:23
jerichowasahoax"journalctl -u postfix" used to bring me my mail logs in 16.04, but in 18.04 it comes up empty, and my postfix logs are in /var/log/mail.log instead. Can I switch back to journalctl? I don't want to rework my scripts today.16:14
TJ-jerichowasahoax: are you sure you've not got that inverted? the 16.04 Xenial package has no systemd-related files or config, but the 18.04 Bionic package does16:32
jerichowasahoaxTJ-: does 16.04 have some kind of package that lets journalctl read "classic" log files?16:47
jerichowasahoaxit's possible that in 16.04 "journalctl -u postfix" was just some kind of fancy pants "cat /var/log/mail.log"16:47
jerichowasahoaxbut like, my daily report scripts are reading mail logs via https://pypi.org/project/systemd/, and i wrote these scripts back in 2017, so i was most definitely for sure using journald16:49
jerichowasahoaxsomehow16:49
TJ-jerichowasahoax: I'd suspect a custom config to route the mail logs to journald16:50
jerichowasahoaxTJ-: depends on how custom we're talking - i could definitely have filled in "syslog" for a log file somewhere but i wouldn't have gone more complex than that16:51
TJ-jerichowasahoax: I would presume that journald was configured to take over the syslog function, via its /run/systemd/journal/dev-log (symlink to /dev/log). That's where the syslog() library function writes to (and Postfix uses syslog() by default)17:12

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