/srv/irclogs.ubuntu.com/2017/02/03/#ubuntu-server.txt

geniiMaybe check if there's some settings related to video cards in /etc/default/grub  ( like nomodeset or VGA=### )00:00
bigstu80genii: yeah I've tried a few /etc/default/grub settings like nomodeset nofb and others00:00
bigstu80sarnold: OK I'll check that log location00:01
geniiAll settings related to video cards in /etc/default/grub should be removed and grub-update and update initramfs   ran. Because trying to have grub do actions on nonexistent hardware often makes it choke00:02
bigstu80genii: OK I didn't do update initramfs, just update grub00:03
bigstu80I'll take another look at the settings00:03
geniiAlso if you installed proprietary drivers for the videao card that was in it at the time, remove those00:03
bigstu80nope, all vanilla00:04
* genii wanders off for beer and hockey00:04
bigstu80genii: thanks for the input o/00:06
genii:)00:07
IndustrialHi. I am trying to run conjure-up but I get an error about /home/tom/.config/juju/accounts.yaml not existing00:09
IndustrialI want to deploy Kubernetes locally00:09
naccstokachu: --^00:09
bigstu80also thanks sarnold00:09
IndustrialFor development purposes.00:10
IndustrialWell, for learning to write apps for and deploy apps in kubernetes.00:11
sarnoldmy pleasure bigstu80 :) I hope this one works out fo ryou :)00:12
IndustrialI have this React + Redux + GraphQL + PostgreSQL blog (yes :p) that I want to use to achieve continuous deployment with in a development/test environment00:12
sarnoldIndustrial: are you trying to install strictly on localhost or are you trying to install to a public cloud or private lcoud? I know next to nothing about conjure-up but I do know it's pretty flexible..00:14
Industrialsarnold: on localhost00:24
=== Guest84556 is now known as rxc
stokachuIndustrial, ah01:47
stokachuIndustrial, can you pastebin ~/.cache/conjure-up/conjure-up.log01:48
stokachui really need to surface that error better01:48
Industrialstokachu: https://gist.github.com/Industrial/bf0b1b812f21252d0add2d2a5209054e01:50
Industrialwhen I run the IPv6 ting it says not found01:50
stokachuwhat version of lxc?01:51
stokachulxc version01:51
stokachuim going to fix that incorrect error now too01:51
stokachuIndustrial, ^01:52
Industrial2.4.101:53
stokachuIndustrial, what does `lxc network set lxdbr0 ipv6.nat false` show?01:53
Industrialerror: not found01:54
stokachuIndustrial, what about sudo lxd init01:54
Industrialhttps://gist.github.com/Industrial/6b7543151c058998152d19721f313d2a01:55
stokachuhmm looks right01:55
stokachuIndustrial, ive got some new code that does add some better lxd handling. you'll need to `apt-get remove conjure-up`, `sudo snap install --classic --edge conjure-up`01:56
stokachuIndustrial, also you installed lxd from their ppa?01:57
stokachubrb grabbing drink01:59
IndustrialI think I had it installed. I'm not sure.02:00
Industrial(as in I didnt know it was installed)02:00
stokachuIndustrial, you on xenial?02:00
stokachub/c 2.0.8 is the latest from the archive which is nbd i jsut wanted to try to reproduce with your version02:01
IndustrialNo, on yakkety02:02
stokachuah ok02:02
stokachuwell the snap version doesn't work on yaketty because of some iptables rules changes02:02
stokachulemme install from the ppa02:02
stokachuIndustrial, whats `lxc network show lxdbr0` print out?02:05
Industrialname: lxdbr002:06
Industrialconfig: {}02:06
Industrialmanaged: false02:06
Industrialtype: bridge02:06
Industrialusedby: []02:06
stokachuIndustrial, can you do `lxc network delete lxdbr0`; `sudo lxd init` again02:07
IndustrialWhat happened what this I think: I did a `sudo lxd init` configuration wrong and it made the networks. Is there a way I can undo everything lxd init does and retry it clean?02:07
Industrialok02:07
Industrialright that02:07
Industrialstokachu: hmm. it says error: not found on that delete :S02:08
Industrialshow shows it :S02:08
stokachuhrm02:08
IndustrialIt does it too on other networks (just tried docker0 for example)02:09
stokachuIndustrial, whats lxc network list02:09
Industrialhttps://gist.github.com/Industrial/afe1deda3881be35d92b98c0d4570b8d02:10
stokachuah it's not managed by lxc02:10
stokachuIndustrial, do `sudo ip addr flush dev lxdbr0`; `sudo ip link set dev lxdbr0 down`02:10
stokachuthen try to re-run sudo lxd init02:11
Industrialhttps://gist.github.com/Industrial/d5681d7b278996da2acbdaa884aeae9d02:12
Industrialstokachu: ^02:12
Industrialam I filling it in correctly though?02:12
IndustrialI'm just saying yes to everything except ipv602:12
stokachuyea you are doing it right02:12
Industrialok02:12
stokachuone sec02:12
stokachuIndustrial, ok, `sudo apt-get install bridge-utils`; `sudo brctl delbr lxdbr0`02:14
Industrialstokachu: sorry, ISP disconnected :S02:22
stokachuIndustrial, all good, did you see the "  `sudo apt-get install bridge-utils`; `sudo brctl delbr lxdbr0`"02:22
Industrialok done02:23
IndustrialLXD has been successfully configured.02:23
Industrial\o/02:24
stokachu\o/02:24
stokachugive conjure-up another go02:24
Industrialthx man :)02:24
stokachuIndustrial, actually02:24
Industrialk02:24
stokachuIndustrial, do `conjure-up -d kubernetes-core localhost`02:24
stokachuthat'll doa headless and surface any other errors02:24
sarnolddoes that send errors right to stdout or stderr and bypass logs?02:25
stokachuwell does both02:25
stokachujournalctl -f is nice too02:25
stokachubut yea conjure-up tui needs to surface that juju != ipv6 behavior better02:26
stokachuIndustrial, if you get pass the bootstrapping part you're good02:26
stokachuIndustrial, yea just ran it on my yaketty with those commands and it works02:28
Industrialhttps://gist.github.com/Industrial/fed01c80695bf3008c7f9b8d6dfc0dba02:29
Industrialis what I'm getting02:29
IndustrialI must have a broken ubuntu install allready =(02:29
stokachunah thats a bug02:29
IndustrialI wish you could like "diff" your whole system vs the base image to find out what you have changed :P02:29
stokachuIndustrial, do you have an /etc/default/lxd-bridge file?02:30
Industrialno02:30
stokachuhmmm02:30
sarnoldIndustrial: heh yeah that'd be nice02:30
stokachuIndustrial, try this for me02:31
stokachuIndustrial, sudo apt-add-repository ppa:conjure-up/daily-git02:31
stokachusudo apt-get update && sudo apt-get upgrade02:31
stokachui got some better lxd code handling in there02:31
stokachulooks like youre running 2.0.1 conjure-up02:31
Industrialah it's running now :D02:34
stokachucool02:34
IndustrialBootstrapping juju-controller02:34
stokachuyea should be good02:34
stokachuIndustrial, https://gist.github.com/battlemidget/677aab92efa6347a61b724410d454baa02:35
stokachuthat's what you shoudl see at the end02:35
IndustrialI'm doing this all just to try out kubernetes, to see if I can deploy my docker/docker-compose app to kubernetes02:35
stokachuIndustrial, you'll need some sort of storage which we dont setup automatically on lxd02:36
stokachueasiest thing is to setup nfs and have kubernetes use that02:36
stokachubut this is vanilla kubernetes so most tutorials online will work02:37
IndustrialOk cool. So what did I just install really? Can I compare it to like a Vagrant setup of Kubernetes (which I also found)02:37
stokachuIndustrial, if you run `juju status` it'll list all the components02:38
IndustrialOr it all runs on docker containers right on the host02:38
stokachuso kubernetes and it's deps run in seperate lxd containers02:38
stokachubut when you deploy your apps on kubernetes it's all docker02:38
Industrialaw i got an error02:38
Industrialhttps://gist.github.com/Industrial/cfb4e09506dda9aed3bf619efa2e136002:38
Industrialright ok02:39
stokachuwhat's juju status show02:39
stokachusorry `juju status`02:39
Industrialits taking a while02:39
stokachuhttps://gist.github.com/battlemidget/1f51b834b59b2e3be216a8d8c2a07dbf02:40
stokachuthat's what you should see02:40
Industrialit's not printing anything02:41
Industrialit hangs02:41
stokachuhow about `juju controllers`02:41
Industrialconjure-up-localhost-777*  conjure-up-kubernetes-core-2f1  admin  superuser  localhost/localhost       2         1  none  2.0.002:42
stokachuhmm02:42
stokachuso thats the initial 2.0 juju release02:42
stokachuIndustrial, do `juju kill-controller conjure-up-localhost-777`02:43
stokachuthen, `sudo apt-add-repository ppa:juju/stable && sudo apt-get update && sudo apt-get upgrade`02:43
stokachumake sure youre on juju version 2.0.202:43
stokachuthen re-run `conjure-up -d kubernetes-core localhost`02:43
Industrialright. Thanks for all the help, by the way :-)02:46
stokachuIndustrial, anytime, we should get thsi going soon02:46
Industrialso these lxd containers start at ubuntu startup? So Kubernetes as well?02:46
stokachuIndustrial, yea02:47
stokachuthey're set to autostart in the lxc config02:47
Industrialcool, really nice02:47
stokachuyea keeps things really clean so it doesn't mess with your host system02:47
IndustrialI got the same error, but with juju 2.0.202:51
stokachuIndustrial, does juju status return anythign?02:52
Industrialno02:52
stokachuhmm02:52
stokachuIndustrial, is this system accessible for me to login too?02:53
Industrialno, it's my laptop unfortunately :)02:54
stokachuok hmm02:55
stokachuIndustrial, can you paste ~/.cache/conjure-up/conjure-up.log02:55
Industrialhttps://gist.github.com/Industrial/dd4b41f59dff1737d7f84e4c7866040402:57
stokachuIndustrial, there should be a ~/.cache/conjure-up/kubernetes-core/*.err/*.out can you paste thsoe as well?02:59
Industrialhttps://gist.github.com/Industrial/5084668e11d46dd7d0bf231a1596cade03:01
Industrialthe out is empty03:01
stokachuIndustrial, juju status still not responding?03:02
Industrialnone03:03
stokachuwell that's disappointing03:04
stokachuIndustrial, what about `juju models`03:04
Industrialalso hangs03:07
Industrialcontrollers shows the one again03:07
stokachuIndustrial, try this, `juju bootstrap --debug lxd/localhost`03:08
stokachuonce that finishes try just a `juju status`03:08
Industrialstokachu: okay03:20
stokachuIndustrial, work?03:20
Industrialcopying image now03:21
stokachuah lxd image?03:21
Industrialseeing a bunch of 200 response jsons now03:22
stokachutalking to lxd03:22
Industrialit keeps on doing that03:29
stokachuIndustrial, yea there is something screwy going on03:30
stokachunot sure if it's lxd related03:30
stokachuIndustrial, can you paste the log?03:30
Industrialstokachu: it's way more then my terminal can log before it stops03:37
stokachuok03:38
Industrialwhen it stops it floods some more into the terminal and the rest is gone03:38
Industrialso I only see the stop requests03:38
stokachuIndustrial, does lxc list show any vms?03:38
stokachucontainers i should say03:38
Industrialhttps://gist.github.com/Industrial/28b3c013a646e808e0dfd7926244b61603:38
stokachuah03:40
stokachui see03:40
tsimonq2@s/or03:40
tsimonq2Whoopsie03:40
stokachuIndustrial, lxc delete  juju-6fa2a6-0 --force; lxc delete  juju-6fa2a6-1 --force; lxc delete juju-79d91c-0 --force03:40
stokachuIndustrial, once lxc list is empty03:41
stokachure-run conjure-up -d kubernetes-core localhost03:41
Industrialokay03:41
Industrialok its doing some new stuff now; creating a juju model03:42
stokachuw0rd03:42
stokachuIndustrial, where is it at now?03:46
stokachuIndustrial, whats lxc list look like as well03:46
Industrialstill the same03:47
Industrial] Using controller 'conjure-up-localhost-d20'03:48
Industrial[info] Creating new juju model named 'conjure-up-kubernetes-core-b7e', please wait.03:48
Industriallxc list is empty03:48
stokachuctrl + c that03:48
stokachudoes juju controllers return anything?03:48
Industrialyes, one03:49
stokachuwhat's that output03:49
stokachuIndustrial, ^03:55
Industrialconjure-up-localhost-d20*  conjure-up-kubernetes-core-c18  admin  superuser  localhost/localhost       2         1  none  2.0.203:56
stokachuIndustrial, juju kill-controller conjure-up-localhost-d2003:56
stokachuIndustrial, them rm -rf ~/.local/share/juju03:56
stokachuIndustrial, then conjure-up -d kubernetes-core localhost03:56
Industrialok03:57
Industrialstokachu: same thing. I think I might go with Vagrant for testing Kubernetes for now :-)04:09
stokachuheh04:09
stokachuok04:09
=== CodeMouse92 is now known as CodeMouse92__
stokachummcc, ^ apparently juju and lxd didnt cooperate here04:14
pyromaxHi?06:50
pyromaxDoes anybody have any experience with LVM?06:53
pyromaxhelp?07:28
=== lordievader is now known as Guest16923
=== Guest16923 is now known as lordievader
alkisgpyromax: can you phrase your question again?07:57
zenirc369Hi guys12:10
zenirc369Chain INPUT (policy DROP)12:10
zenirc369DROP       all  --  anywhere             anywhere12:10
zenirc369ACCEPT     tcp  --  IP1         anywhere            tcp dpt:Port1 state NEW,ESTABLISHED12:10
zenirc369ACCEPT     tcp  --  IP2         anywhere            tcp dpt:Port2 state NEW,ESTABLISHED12:10
zenirc369In the above case how does the DROP rule behave?12:11
=== lordievader is now known as Guest64938
=== Guest64938 is now known as lordievader
jayjohow do I exclude filepaths in scp?13:35
jayjoI want to scp my home directory, but skip any directory titled venv (which is a python virtualenv and the directories are massive)13:35
hateballjayjo: use find to filter what you want, pass to scp with xargs?13:36
hateballI dont think scp has any form of exclude flag13:36
jayjook, thank you13:36
coreycbcpaelzer, zul, ok seeing this in b3 ocata-staging testing now: http://paste.ubuntu.com/23918074/13:39
zulerm...13:40
zulcoreycb: try just installing qemu-kvm and seeing what happens?13:41
zulcoreycb: going to try to reproduce it here13:52
cpaelzercoreycb: zul: yeah I see it - but only on ppc13:54
cpaelzerzul: if you are already retrying please let me know what it is or should I try as well?13:55
cpaelzerzul: coreycb: the new qemu hit proposed - see http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html13:56
cpaelzerzul: coreycb: maybe something missing there - the error there is the nova ppc issue zul tried to recreate but didn't show up13:56
cpaelzeron the retries13:56
coreycbcpaelzer, zul: i have to guess that's related to this13:56
zulcpaelzer: i think it might it be different not sure yet13:57
coreycbzul, cpaelzer: because deploying xenial-ocata-staging yesterday didn't hit this.  and staging just got the new qemu 18 hours ago.13:57
zulcpaelzer: did you mention something about xen?13:57
cpaelzerzul: yep13:57
cpaelzerzul: it is also waiting13:58
smbcpaelzer, To answer the question ahead: I had no chance yet to talk to Andy13:59
cpaelzersmb: I just wanted to point to you :-)13:59
smb:) Hence the answer. But I still will try to look into it today13:59
cpaelzerzul: coreycb: the TL;DR of the bit I know is that xen and libvirt (rebuild for xen) currently don't migrate as the detection says they make certain packages uninstallable13:59
cpaelzerzul: coreycb, but tested effectively all are fine14:00
zulok14:00
cpaelzerzul: coreycb: I had a writeup and smb (who did the xen/libvirt upload) wanted to talk to Andy as AA what it might be14:00
cpaelzerzul: coreycb: since it has nova in the names FYI http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html14:01
cpaelzerzul: coreycb: I beg a pardon for the initial german chat :-)14:01
cpaelzerbut I couldn't find whats going on without help :-)14:01
zulcpaelzer: no worries im still waking up so everything is german14:02
cpaelzerhehe14:03
zulcoreycb: we need a newer seabios14:07
coreycbzul, is that it?14:08
zulcoreycb: http://pastebin.ubuntu.com/23918257/14:08
coreycbzul, gotcha i see it now14:08
coreycbzul, cpaelzer, not sure why that was hit on ppc too but maybe seabios pkg wasn't available yet14:09
coreycbzul, cpaelzer: makes sense on xenial-ocata-staging because we have an older seabios14:09
cpaelzercoreycb: zul: I'm in meetings from now on the rest of the day - if the end of your checks end up thinking that I could/should do something would you drop me a mail so I can pick it up on Monday?14:11
cpaelzerIf it is trivial I might do so on Weekend, but I just don't want to miss it14:11
cpaelzerthe run before FF is usually a lot of depending on each other - I don't want to be the blocker here :-)14:12
zulcpaelzer: no worries well scream :)14:12
cpaelzerzul: since you could not reproduce it I'll hit retry on the dep8 test and see if it shows up again14:13
cpaelzerzul: ok with that?14:13
zulcpaelzer: i am14:13
zulcoreycb: ^^^14:14
coreycbcpaelzer, sounds good14:14
coreycbzul, i'm  backporting seabios14:14
zulcoreycb: i saw14:15
zulcoreycb: there could possibly be others14:15
kyle__What is the deciding factor for which drivers make it into linux-image-<kernelver>-generic, and which end up in linux-image-extra-<kernelver>-generic?15:13
ddstreetcoreycb i'll create a bzr repo, will take a bit as i'm not very familiar with bzr :)15:17
coreycbddstreet,  i hear you.  i'll msg you some basics :)15:18
lucidguyOk, when I het ~. It types out ~. .. not the exit/kill response of ssh or ipmitool .. what am I doing wrong?15:20
coreycbddstreet, you can probably get away with just  'bzr branch lp:ubuntu-dev-tool', make your changes, 'bzr commit', write commit message, then 'bzr push lp:~ddstreet/ubuntu-dev-tool'15:20
ddstreetok lemme try that :)15:21
ddstreetcoreycb ok i think this has it https://code.launchpad.net/~ddstreet/ubuntu-dev-tools/ubuntu-dev-tools15:23
coreycbddstreet, i think so. taking a look.15:23
ddstreeti had to use 'bzr push lp:~ddstreet/ubuntu-dev-tools/ubuntu-dev-tools', just using one ubuntu-dev-tools was 'too short' apparently15:23
ddstreetthnx!15:24
coreycbddstreet, ok i pushed that, now if we can get a debian developer to upload to deiban.  thanks for the updates!15:54
coreycbddstreet, nice improvements15:55
ddstreetcoreycb thanks!15:55
EmilienMcoreycb: FYI on trove https://review.openstack.org/42881617:16
EmilienMnot sure you test it (we do)17:16
coreycbEmilienM, do you have a link for the failure?17:22
EmilienMcoreycb: sure, a sec17:22
EmilienMhttp://logs.openstack.org/88/428788/2/check/gate-puppet-openstack-integration-4-scenario003-tempest-ubuntu-xenial/302daab/console.html#_2017-02-03_16_30_24_39899017:23
EmilienMcoreycb: ^17:23
coreycbEmilienM, thanks17:23
coreycbEmilienM, that appears to be fixed in b3 of trove: https://github.com/openstack/trove/commit/6d5c082d54001b29b262c9a2a1a4d7222911f2ba17:32
coreycbEmilienM, which we have in ocata-staging but we're debugging some issues before we promote to proposed17:33
EmilienMok17:33
EmilienMcoreycb: thx!17:34
coreycbEmilienM, np hope to have b3 promoted soon, or it might just be rc1 since that's already out17:35
EmilienMcoreycb: please ping me or mwhahaha17:36
coreycbEmilienM, ok17:36
josekihi all. i'm having a problem with multipath where i seem to have lost a superblock on a filesystem after trying to resize via rm/mkpart in parted17:49
josekiwhat options do i have for trying to find a valid superblock? I tried mke2fs -n /dev/mapper/mpatha-part1 and using the "backup location" reported there17:50
josekii'm not using LVM17:51
=== Grapes is now known as Guest22001
=== Guest22001 is now known as [Grapes]
lucidguyFrom my workstation I can ssh -A etc just fine into specific servers.  If I ssh into my workstation from another box and try the -A to the box that always worked it no longer does.  It's something to do with an ssh agent or something running, can someone remind how to resolve this?18:05
sarnoldlucidguy: does your 'another box' have forwardagent turned off in the ssh configs?18:37
=== CodeMouse92 is now known as CodeMouse92__
=== keithzg_ is now known as keithzg
coreycbzul, cpaelzer, nova-compute seems better now with the new seabios20:04
zulcoreycb: cool20:10
shambatI'm using Ubuntu 16.04 and I'm copying some files between harddrives, and it's very slow. I'm getting this over and over in my dmesg: https://hastebin.com/izixekibok.css /dev/sde is the device I'm writing to. My drives are attached via a LSI Fusion MPT SAS2 controller card.20:33
* genii ponders https://hastebin.com/izixekibok.css20:36
sarnoldshambat: you might want to give this tool a try http://blog.disksurvey.org/blog/2014/08/10/decoding-lsi-loginfo-codes/20:37
sarnoldor look up0 the codes by hand http://blog.disksurvey.org/knowledge-base/lsi-loginfo/20:37
geniiLooks suspiciously like this bug that's been known since 2013 at https://bugzilla.kernel.org/show_bug.cgi?id=6064420:38
ubottubugzilla.kernel.org bug 60644 in Other "MPT2SAS drops all HDDs when under high I/O" [Blocking,New]20:38
shambathm20:41
sarnoldthe final comments on the bug suggest disabling ASPM20:42
sarnoldmost reports involved sata drives, I wnoder if that's just because a lot of people use them, or if there's something slightly amiss with the sata tunnelling protocol they have to use20:42
shambatsarnold: that has to be done in the bios I take it?20:44
shambatdisabling ASPM20:44
sarnoldI think so20:45
shambatI may suddenly disappear :)20:46
smoserdannf, able to show me uname -a from a 64bit arm20:50
dannfLinux mustang 4.9.0-11-generic #12-Ubuntu SMP Mon Dec 12 16:21:56 UTC 2016 aarch64 aarch64 aarch64 GNU/Linux20:51
dannfsmoser: ^20:52
smoseraarch64. thanks.20:52
smoserdannf, is that hardware or vm ?20:52
dannfsmoser: hw20:52
smoserdo youhappen to have a openstack anywhere with that ?20:53
dannfsmoser: though, don't see why it would differ20:53
dannfsmoser: i have a non-openstack vm20:53
smoserwell, looking for wheter or not oipenstack puts dmi data into the system like it does on intel20:54
geniismoser: Someone in #ubuntu-arm might know20:55
dannfsmoser: there is dmi data - but in the uname?20:56
dannfLinux ubuntu 4.9.0-15-generic #16-Ubuntu SMP Fri Jan 20 15:29:58 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux20:56
dannfsmoser: ^20:56
dannfthat's a vm that has dmi tables20:57
dannfbut no, no openstack setup atm20:57
smoserright.20:58
dannfsmoser: beisner may have an arm openstack up20:59
* beisner checks a thing..21:00
=== unreal_ is now known as unreal
beisnersmoser, yep, got stuff online if you need it.21:09
beisnersmoser, from an aarch64 xenial nova instance: Linux xenial-uefi-20170119b210515 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:37:14 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux21:10
smoserbeisner, ah.21:13
smosercan hyou21:13
smosersudo grep -r . /sys/class/dmi/id21:13
smoserrharper, ^21:13
beisnersmoser, http://pastebin.ubuntu.com/23920627/21:14
rharperbeisner: cool!21:14
rharperboo21:14
rharperit really should have OpenStack Nova in there like on x8621:15
beisnerha!21:15
rharpersame issue on power as well21:15
rharper% cat /sys/class/dmi/id/product_name21:16
rharperOpenStack Nova21:16
beisnerKVM Virtual Machine21:17
rharperright that's not specific enough to know it's a VM on Openstack Cloud21:17
rharperyou'll get that with any qemu-system-$arm_arch machine21:18
* beisner is missing context but trusts that smoser and rharper know way more than i've ever forgotten about that.21:18
rharperwe're looking at ways for clouds to identify what they are w.r.t DataSource we can expect21:18
rharperon x86, all the VMs in Openstack have the 'OpenStack Nova'  this is set via qemu's -smbios parameter for x86;21:19
rharperaarm64 has DMI tables now, but I'm guessing since their uefi vs. bios-based qemu probably hasn't exposed an interface for auto-generating those tables at runtime;  however, they do for example pass -uuid through in 'product_uuid'21:19
rharperso, it can be done, it's a matter for getting it upstream I suppose (or if upstream, getting libvirt to set the value)21:20
budfoxHi! Anybody ever experienced abrupt npm ECONNRESET errors on Ubuntu Server 16.04.1/VirtualBox 5.1.4? https://gist.github.com/anonymous/aca183d181bec293c619133922f07fe621:20
beisnerrharper, ah tricky21:22
rharperbeisner: would you be able to paste the qemu command line running that instance on the compute node ?21:23
beisnerrharper, libvirt log for that instance shows the cmd i believe: http://paste.ubuntu.com/23920679/21:24
beisnerrharper, that's xenial-mitaka, firing up a mitaka instance.21:25
beisnererr, xenial instance ;-)21:25
=== jathan is now known as jathan73
jgehey all, anyone ever played with FastNetMon?21:28
bluekingis it doable to disable dhcpd server without removing config files/setup ?21:29
bluekingubuntu server 16.0421:30
compdocyou should be able to stop the service from running21:30
bluekingstop et restart at boot ..21:30
compdocnot just that. I mean disable it21:31
bluekingjust mv file from init ?21:31
rharperbeisner: one more, if you can: on the node, qemu-system-aarch64 --help &>  help.out ;  I'm interested in the cli switches exposed there21:31
compdocno, just a command21:31
=== jathan73 is now known as jathan
compdocsystemctl disable SERVICE - Turns the service off on the next reboot or on the next stop event. It persists after reboot.21:32
beisnerrharper, sure: http://paste.ubuntu.com/23920715/21:33
compdocdont want to move files frm init21:33
rharperah ha!21:33
rharpersmbios type=1[,manufacturer=str][21:34
beisnerrharper, also - happy to let you poke around the compute node + instance.  it'll be online at least through monday mid-day.  after that i'll be doing crazy things with the kit.21:34
rharperlooks like we can get an update to nova-compute on aarch64 nodes to pass in the OpenStack Nova string to the type 1 table21:34
rharperbeisner: ok; it would be fun to shutdown an instance, update the xml to include the manufacture element used on x86  and reboot to confirm that we can see OpenStack Nova in the aarch64 dmi tables21:35
beisnerour perspectives on fun may differ, rharper ;-)  send you the fun keys momentarily21:36
rharperhehe21:36
budfoxOh well, guess npm won't work on Ubuntu either, next stop Debian!22:13
=== evade___ is now known as evade

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