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

groupersHi, can someone tell me how to configure a static IP in 18.04? I tried installing nmtui but apparently network manager has been replaced with netplan? I need to create a yaml file now or what?01:18
RoyKiirc it should be possible to use /etc/network/interfaces01:24
RoyKbackwards compatibility01:24
tomreyngroupers: ubuntu server uses systemd-networkd rather than network-manager by default. netplan is a management abstraction which can handle both. the goal is to make confioguration easier.02:09
tomreynthat's on 18.0402:11
mybalzitchoh right I should get back to debugging systemd-networkd not assigning my vlan interfaces ip's02:12
cryptodanthe Interfaces File was far easier02:19
RoyKsurprise ;)02:22
trippeh_there are too damn many ways to configure networking! *makes one more* ;)02:27
trippeh_I know people who really like netplan though, so shrug, wont judge :)02:30
cryptodaninterfaces was easy as heck the file existed all you had to do was add a few lines and change dhcp to static and bam instant static ip after restarting02:31
groupersI guess netplan is fine I just hate learning yet another way02:37
xrandr_macI am looking to permenantly add additional ip addresses to my server. I see that /etc/network/interfaces is no longer used... what is the new way?02:41
cryptodanyup continuing to break things or add things where things arent broken02:41
xrandr_macso...thoughts?02:46
mybalzitchxrandr_mac: netplan02:47
mybalzitchxrandr_mac: or read the interfaces file header and go back to ifupdown02:47
cryptodanso just curious if I had 5 interfaces in my PC and 5 different connections I would need a netplan file for each interface?02:50
mybalzitchyou'd need a single yaml file02:51
mybalzitchread the docs02:51
cryptodanwow okay02:51
mybalzitchit's on the netplan.io site, example configs02:51
mybalzitchhttps://netplan.io/examples02:51
cryptodanso much more work then interfaces file02:52
mwhudsoni lost it with ifupdown when i realised that it was parsing an entirely made up format with a custom c parser02:54
mwhudsonwhich is not entirely rational but there you go02:54
xrandr_macmybalzitch, thanks :)03:49
lordievaderGood morning05:57
jamespagecoreycb: hey so I finished https://review.openstack.org/#/c/600027 - rewrote the action to fork out to cinder-manage rather than use cinder internals10:44
ironhalikHello12:26
ironhalikanyone with some iscsi + mpio experiance?12:26
ironhalikI'm trying to create a mpio device from multiple iscsi targets :) For some reason my hw array shows four targets that turn into a single block device. The problem is, in such a setup, mpio doesn't see it as a candidate for a device12:28
ironhalikand I'm a relative newbie in storage world, have no idea how it should work or wether its some issue with the storage array configuration12:29
kstenerudIf I have a conn entry in /etc/ipsec.conf, I should be able to call ipsec up <name> right?13:05
kstenerudWhen I do, it says it can't find it...13:06
sdezielkstenerud: yes, could you pastebin your ipsec.conf file?13:08
kstenerudhttps://pastebin.ubuntu.com/p/PZnnpySk7Z/13:09
coreycbjamespage: cool will take a look in a bit13:11
sdezielkstenerud: add "auto=route" to the net-net conn13:11
sdezielkstenerud: there is otherwise an implicit "auto=ignore"13:15
kstenerudok13:16
powersjkstenerud, it looks like there has only been one version in cosmic15:27
powersjso since you are testing the upgrade path, you could grab the earlier version in bionic and continue using that15:28
powersjthat would be the simplest way15:28
dpb1another strategy is, create a new package with just a changelog change15:28
kstenerudso15:28
kstenerudapt install -y postfix=3.3.0-1 postfix-mysql=3.3.0-1 mysql15:28
kstenerudwould work in cosmic as well?15:28
powersjno, you would need to grab the deb itself15:28
powersjhttps://packages.ubuntu.com/bionic/amd64/postfix-mysql/download15:29
powersjkstenerud, dpb1's suggestion should work to. You could make the change log change and upload to a ppa with an earlier version15:29
dpb1or a newer version?15:30
dpb1right?15:30
powersjoh yeah upgrade15:30
powersjdoh :)15:30
kstenerudhmm so I'd need a ppa1 to demonstrate brokenness, ppa2 with the fix in place, ppa3 to demonstrate that it's fixed?15:31
powersjupgrading to ppa2 with the fix in place, won't demonstrate it?15:33
powersjonly the next upgrade would prevent the issue?15:33
kstenerudoh right yeah should only need 215:33
kstenerudso I'd need 2 ppa repos for the tester to verify, one with just a version bump, and one that's an actual fix upping the ubuntu version right?15:34
powersjyeah15:34
kstenerudok, and for the strongswan issue, do I just say in the MP that I've been unable to verify the fix?15:36
ksteneruder unable to replicate the bug15:36
powersjkstenerud, yeah update with your findings, what you tried, and move on15:46
kstenerudhmm that's weird... suddenly git-ubuntu is failing on both my machines15:52
kstenerudfatal: could not read Username for 'https://git.launchpad.net': terminal prompts disabled15:52
kstenerudoh wait no. It's because there's no postfix-mysql?15:53
kstenerudERROR:Unable to find an imported repository for postfix-mysql. Please request an import by e-mailing usd-import-team@lists.launchpad.net15:53
powersjsmoser, ^ is that something you can help with15:55
sdezielit looks like postfix-mysql is from the postfix package itself16:11
sdezielhttps://packages.ubuntu.com/source/cosmic/postfix16:11
smoserkstenerud: its because you do not have a postfix-mysql in your personal namespace16:13
smoserah. ok.. i can import it. sorry for noise.16:14
smoserkstenerud: sorry... even *more* noise.16:16
smoseryou have to give it a source package name, not a binary.16:16
smosergit ubuntu clone postfix16:17
smoserthat works for me.16:17
kstenerudah ok16:17
smoserinitially i thoguht you were just worried about:16:17
smoser fatal: could not read Username for 'https://git.launchpad.net': terminal prompts disabled16:17
smoserwhich looks "fatal" , but really is just saying "https://git.launchpad.net/~smoser/ubuntu/+source/postfix does not exist".16:18
=== jdstrand_ is now known as jdstrand
kstenerudAnybody know what would cause this on a git ubuntu build-source?17:01
kstenerudERROR:Command exited 100: /usr/bin/lxc exec prime-ant -- apt-get install -y devscripts equivs sudo17:01
kstenerudERROR:stderr: E: Package 'equivs' has no installation candidate17:01
sdezielkstenerud: this operation is usually retried17:02
sdezieland here, it succeeds on the second try17:02
kstenerudIt did about 10 retries or so17:04
kstenerudhttps://pastebin.ubuntu.com/p/rNWpyv5D8m/17:05
kstenerudNext try failed in a different way: https://pastebin.ubuntu.com/p/wbFXH9t5ws/17:13
nacckstenerud: let me look17:14
nacckstenerud: what version of ubuntu?17:14
nacckstenerud: and can you do something like: `lxc launch -e cda42780ccea`, `lxc exec <container> -- apt-get update; lxc exec <container> -- apt-get install -y devscript equivs sudo` ?17:15
kstenerudcosmic-daily from 2018090617:15
nacckstenerud: to be clear, the first log, it did two sets of 6 retries17:15
naccbecause it tried two different builds17:15
naccbecause it failed to build with the orig tarball from pristine-tar17:16
naccg-u doesn't know *why* it failed to build, in that it will fail the same way the second time17:16
naccalthough that it wasn't the same both times is weird17:16
bdxhello all17:18
kstenerudhmm interesting. the network isn't running17:18
bdxfew things I wanted to bring to light as I'm hitting them installing ubuntu server17:19
kstenerudthere's an ipv6 link but no ipv417:19
kstenerudI'll try a different daily and see if there's a difference17:19
nacckstenerud: yep17:19
bdxhttp://cdimage.ubuntu.com/ubuntu-server/bionic/daily/current/ - the bionic-server-amd64.iso image found here seems far less problematic then what I'm finding here at the releases endpoint http://releases.ubuntu.com/18.04.1/17:20
bdxthis https://paste.ubuntu.com/p/S5rxQ3xkjx/, is from an ubuntu-18.04.1-desktop-amd64.iso      install from the releases endpoint17:21
bdxlol17:21
bdxI have been hitting oddity after oddity similar but different to ^17:22
bdxooops shoot17:22
bdxs/ubuntu-18.04.1-desktop-amd64.iso/ubuntu-18.04.1-live-server-amd64.iso /   ^^^17:22
bdxso, when I install ubuntu-server from http://cdimage.ubuntu.com/ubuntu-server/bionic/daily/current/17:23
bdxeverything is where I would expect it to be and works as expected (packages found, correct source repos) on first boot17:24
bdxI didn't understand what was going on at first, and I still really don't17:24
bdxI just have users pegging me with these issues of like, "I installed ubuntu-server from http://releases.ubuntu.com/18.04.1/ and its totally broken"17:25
bdxI had to run through it for myself to get a first hand experience and get in touch with you guys17:25
bdxeither way17:26
bdxit seems http://releases.ubuntu.com/18.04.1/ is pushed as the path to get ubuntu-server from17:26
bdxthis totally sucks because its the one that "seems broken"17:26
bdxas opposed to the one found at http://cdimage.ubuntu.com/ubuntu-server/bionic/daily/current/17:27
bdxnot sure if there is anything you guys can do about this, or if its intended or what17:27
bdxjust wanted to share the experience from the user perspective17:27
bdxsorry to spam your channel, but I thought it was worth bringing up17:27
bdxthx thx17:28
mybalzitchubuntu.com/download/server lists 18.04.1 as the version of choice too17:28
kstenerudOK, I'm now using a daily from Aug 29th, but that fails in a different way :/17:45
kstenerudhttps://pastebin.ubuntu.com/p/JwHJMhYCVh/17:45
naccbdx: did you read the release notes?17:52
nacckstenerud: can you keep the container and see what the permissions are?17:52
bdxnacc: no, I'm sure there is something I've missed here .... I was just expecting there to be consistency between the two17:53
naccbdx: it's a totally different installer17:53
naccbdx: please read the release notes :)17:53
bdxnacc: I see that,  thanks17:53
naccbdx: it even points to the alternate installer17:54
bdxyeah I know I know17:54
naccbdx: ok :)17:54
bdxthat shouldn't mean the user experience is totally different following install though17:54
naccbdx: the experience issues, you might want to file bugs about17:55
bdxright ... I was hoping this is something you guys might be more on top of .... consistency has been great across different platforms and series previously17:56
bdxpossibly you shouldn't break that for a new installer17:57
bdxnacc: could you link me to where I can file a bug on this please?17:59
naccdpb1: --^ ?18:01
kstenerudhmm that's odd18:01
kstenerudroot@moved-mutt:~# ls -l /tmp/tmptsr1sluv.tar.gz18:01
kstenerud-rw------- 1 1001 1001 4673602 Sep  7 18:00 /tmp/tmptsr1sluv.tar.gz18:01
naccbdx: probably subiquity as the source18:01
nacckstenerud: strange18:01
kstenerudTried that an two different versions of cosmic18:01
nacckstenerud: i am about to be eod early; if you want, you can file a bug and i can try and reproduce it on monday. Give me the git repo/branch you are using too18:02
kstenerudok18:02

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