/srv/irclogs.ubuntu.com/2016/05/06/#ubuntu-server.txt

shannon_hello, hopefully a quick question here.. but is there updated docs on a single server install of openstack for 16.04?  everything I can find online points to using openstack-install, which is missing from 16.0403:25
shannon_I got this channel from http://openstack.astokes.org/03:25
shannon_looks like the installer was possibly replaced by a binary simply called openstack, but I'm not sure how to use it as it appears to be more of an interface for managing a server already setup03:26
sarnoldshannon_: there's this thing, but I haven't tried it myself: http://conjure-up.io/03:27
shannon_great, thanks. I'll check it out :)03:31
naccrbasak: fyi, i put some notes in the share doc03:32
naccrbasak: https://git.launchpad.net/~nacc/ubuntu/+source/strongswan03:33
naccrharper: --^ that's the full import of all the debian and ubuntu history, if you want to look at it, as an example03:34
naccrharper: for strongswan03:34
rstarmershannon_: conjure-up does work, but I had (and still have) some issues trying to use it on a KVM based virtual machine.  If you are building it on hardware directly, it should work well.  You might also want to grab the latest from the ppa rather than from the default package, as there are some tweaks to the network service that may be needed.03:35
rstarmerppa:conjure/ppa03:35
shannon_ok thanks, yeah I'm installing on hardware03:35
rstarmerIt's pretty slick, automates juju driving LXD/LXC to deploy the services as containers.03:36
melocHi. I've placed the mitmproxy root ca certificate in every directory i can find documented and have run update-ca-certificates over and over04:52
melocyet no new root CA is being added. no new symlinks in /etc/ssl/certs04:52
melocI can't find any actual, real documentation on this anywhere. Can someone please advise?04:52
Jordan_Umeloc: What kind of certificate is this file?04:53
melocstandard PEM certs04:54
melocthe same certs I use in Nixos and Arch without issue04:54
melocwow. just wow. it specifically looks for .crt files04:55
melocrename .pem or .cer to .crt and it works. wooo. Thanks for the rubber duck debugging assistance!04:55
Jordan_UYou're welcome :)04:56
=== cydizen_ is now known as cydizen
OlofL_I installed sudo apt-get install --no-install-recommends lubuntu-desktop, how do I get to gui?08:08
OlofL_startx errors08:11
rbasaknacc: looking good! I'll review the doc but we should probably do a hangout sync today to catch up I think?09:38
=== cometzone_ is now known as cometzone
=== JanC is now known as Guest26117
=== JanC_ is now known as JanC
rharpernacc: thanks!13:07
aardhi, trying to figure out if the newest lts comes with a newer jmicron driver (jme) than 1.0.8 that comes with 14.04.13:19
sdezielaard: I'm afraid it's still 1.0.8: https://paste.ubuntu.com/16258501/13:23
aardaww that's a shame but thanks for the answer sdeziel13:23
sdezielaard: you are welcome13:23
rbasaknacc: I just found out about http://dep.debian.net/deps/dep14/. Might be worth looking into harmonising.13:32
rbasakIt's pretty close to what we're doing lready.13:34
trippehaard: in kernel drivers quite rarely actually update their version numbers though.13:41
trippehso it can have significant fixes13:41
aardtrippeh: hmm okay thx13:42
trippehhttps://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/drivers/net/ethernet/jme.c there's at least a few fixes since 201413:45
trippehsince/during, anyway13:47
=== chuck__ is now known as zul
naccrbasak: ack, i'm around now15:14
naccrbasak: if you still are15:14
nacctrippeh: even in mainline, the version is still 1.0.815:15
nacctrippeh: the 'version' of drivers is often nonsensical now that we have git :) just refer to, if you can, of the sha1 of the kernel commit that is the source for the kernel image15:16
nacctrippeh: since it all moves together if it's in mainline15:16
naccaard: --^ actually, sorry15:16
naccrbasak: ok, are you ok if we change our naming to match dep14? e.g., s/:/%/ rather than s/:/_/15:17
naccrbasak: we should update git-dsc-commit too (i've got a --tree-only patch for that too)15:20
naccrbasak: do you want me to default to signed tags? i'm not sure if that will work with the faked authorship?15:21
JanCmaybe they should change the "version" of drivers like that to something like "git" then  ;)15:23
naccJanC: heh15:24
trippehheh yeah the version strings in in-kernel drivers is causing a bit of confusion.15:48
trippehthey are pretty much "random"15:48
nacctrippeh: they are also in the driver source, which relies on the driver vendors to update them; and some drivers don't get many updates (or only get bugfixes)15:49
naccand not all of those come from the vendor anymore, which means versions don't change correspondingly15:50
nacctbh, i'd ignore any string a driver emits about its own version, if it's from the kernel source :)15:50
naccand just trust the uname/git-sha to tell you what the src is15:50
JanChence, make a kernel policy to use a version string which makes that obvious for those drivers  :)15:51
JanCsolves the confusion part at least15:51
nacci'm sure for some vendors they do use the version string15:51
naccit's just not consistent15:51
naccJanC: feel free to suggest on LKML :-P15:51
hallynsmb: you know it's a good thing we didn't try to merge libvirt 1.3.3 last cycle, bc i think it's a bit of a lemon16:20
naccrbasak: if you do come back online today, just ping me, or even just set up the hangout, i'll join (in case I don't see the ping)16:23
gQuigsCan anyone help me understand what update-status does in the nova-compute charm (see bottom of https://api.jujucharms.com/charmstore/v5/trusty/nova-compute-254/archive/hooks/nova_compute_hooks.py)17:46
gQuigsand what could make it fail..17:46
gQuigswith http://pastebin.ubuntu.com/16264350/17:47
aardnacc trippeh: so kernel driver versions doesn't say much really, as far as i understand. well, it states that a driver is "at least" a certain version so to speak18:10
hallynsmb: jdstrand: arges: so i think i may have the libvirt-bin.service->libvirtd.service rename mostly working, but qrt failures pointed out that any scripts doing service libvirt-bin restart (for instance) will fail...18:22
hallynthat is, systemctl restart libvirt-bin will work,18:22
hallynbc we have libvirtd aliased as libvirt-bin.service.  but 'service' and 'invoke-rc'd don't know about that18:22
hallynis that a problem?18:23
argeshallyn: might be a good way to find obsolete scripts : )18:23
hallynroaksoax: jamespage: smoser: ^ will things like maas or subiquity hav ea problem with it?18:23
hallynarges: 'obsolete' sadly may not be accurate in our cloud archive world18:23
argeshallyn: oh yea...18:23
hallyn:(18:23
smoserhm.18:24
argeshmm18:24
hallyndunno if there is a way to trick it18:24
hallynand don't know what all we 'officially' support18:24
hallynsigh @ gratuitous rename18:25
JB_____I have installed a host with dhcp server and FW server (ufw/iptables). But my rules in ufw are only apply on my host and absolutly not on my NAT... exemple if I block internet acces my host doesn't heave any more internet but on my private network internet stay present.. somebody can help me ? :/18:30
hallynall right well lets see how many more different failures i've got (qrt still running).  maybe i can still do better18:31
naccaard: it's just a string in the source, basically :)18:38
argeshallyn: i think we're going to have to do it at some point. better at the first release after an LTS than later18:44
argesbut then cloud archive backporting may need extra logic18:44
hallynyeah18:50
hallynthat may be the way to go18:50
hallynso i mihgt just push without extra logic for now while we work out bugs in regular setups, then we can accomodate whatever jamespage and friends need later18:51
jamespagehallyn, arges: we have capability to support renaming of a service, and I think that on a systemd enabled install, we use systemctl transparently to the charm19:01
jamespageservice_restart(XX) -> systemctl restart XXX19:01
jamespagebut I'll check that19:01
hallynsounds good19:07
hallynall right, i'm now down to actually fewer qrt failures than with the xenial version.  yay.19:33
=== alexisb is now known as alexisb-afk
LostSoulHello21:55
ryankoskihello all, I'm looking for a way to delay the autoimport of zfs pool in 16.04 to ensure that my devices are up and ready (not working on reboot right now)22:11
ryankoskiany tips?22:11
rattkingyou could take alook at rootdelay or rootwait to slow the kernel down a bit22:13
ryankoski@rattking, thanks for the tip, giving that a shot now22:22
ryankoskino go22:28

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