/srv/irclogs.ubuntu.com/2016/09/08/#ubuntu-server.txt

=== JanC_ is now known as JanC
skulltiptrying to set up wordpress.. in mysql,  'grant all privileges on wordperss.* to wpuser@localhost idneitified by 'password';  got 0 rows affected, 1 warning00:23
nacci assume that was a typo? "idneitified"00:23
sarnoldskulltip: I understand mysql authentication and authorization changed quite a bit in the mysql-5.7 that is in 16.04 LTS -- be sure to follow a guide that's been updated00:24
naccalso very true00:24
* sarnold pins the eagle-eye-reader badge on nacc's merit badge sash00:24
tarpmanand wordperss.*00:25
sarnoldheh also "wordperss.*" .. reminds me of "ERMAGERD"00:25
skulltiphttps://www.atlantic.net/community/howto/install-wordpress-ubuntu-16-04/00:30
skulltipdo i need to create a wpuser in my etc/hosts file?00:31
sarnold/etc/hosts has IPs and names that you can use to supplement DNS if you wish..00:33
skulltipwhy am i getting a warning and 0 rows affected with this..   grant all privileges on wordpress.* to myuser@localhost identified by "password";00:35
sarnoldskulltip: is this related? http://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_no_auto_create_user00:42
=== minx__ is now known as minx
twbhttp://old-releases.ubuntu.com/releases/  has the EOL'd install media, but are the apt repos available anywhere?06:05
stgrabertwb: http://old-releases.ubuntu.com/ubuntu/06:06
twbThanks06:06
lordievaderGood morning.07:17
PCdudegoodmorning lordievader07:17
PCdudeI thought u were in a different timezone, but apparently not haha07:18
lordievaderHey PCdude07:18
PCdudelordievader: how are u today?07:20
lordievaderDoing okay here, just made coffee.07:21
lordievaderHow are you?07:21
PCdudepretty okay, woke up an hour ago. I am free this morning and still searching for a solution of my problem :)07:22
lordievaderWhat problem?07:22
PCdudehttp://askubuntu.com/questions/821804/openstack-with-landscape-install-fails07:24
sarnold"After about 2900 seconds it fails" ouch07:27
sarnoldthat's a long-ass time to wait to find out if it works or not07:27
lordievaderI don't know openstack, but: Failed to get ip directly: [Errno -2] Name or service not known07:27
PCdudesarnold: bloody good point! I tried to let it time out earlier, but of course that is not working07:28
lordievaderNot sure if that matters.07:28
PCdudelordievader: yeah I saw that too, but I have not clue what it means or is referring too let alone how to solve it :)07:28
PCdudeuhm, internet was bad for a second, I could have missed some messages07:32
sarnoldPCdude: the last we saw from you was "yeah I saw that too..."07:32
lordievaderPCdude: To me that error sounds like a dns resolver not working, or something like that.07:33
PCdudesarnold: ah ok07:33
PCdudelordievader: DNS resolver works on both the nodes and the controller. I checked that, I even logged in during the install to the node JUJU was using and even there was an active and working internet connection including capabilities of DNS resolving07:34
lordievaderHmm07:36
sarnoldPCdude: is the part about KVM extensions not working important?07:36
lordievaderPCdude: There is a juju channel, perhaps they are able to help you07:37
lordievader?07:37
PCdudesarnold: not really, I use vmare esxi rn, for the nodes and controller, but maybe it is complaining since openstack wants to add capabilities for KVM to one of the nodes I dont know07:38
PCdudelordievader: yeah tried it yesterday, gonna do that again today :)07:38
sarnoldPCdude: ahh. turtles all the way down..07:39
PCdudesarnold: for sure, the error logs are not that descriptive at times07:43
cpaelzerrbasak: is there another volume creation path in uvtool ?08:37
cpaelzerrbasak: I have fixed up the one we talked about08:37
cpaelzerand I see it created as08:37
cpaelzerhttp://paste.ubuntu.com/23149276/08:38
cpaelzerwell it is the "right" image being kvmguest-precise.qcow08:38
cpaelzernever the less it bails out with08:38
cpaelzerkvm: -drive file=/var/lib/uvtool/libvirt/images/kvmguest-precise.qcow,if=none,id=drive-virtio-disk0,format=qcow2: '' uses a qcow2 feature which is not supported by this qemu version: QCOW version08:38
cpaelzerchecking the image file header with hexdump now08:43
cpaelzerrbasak: found it - the reason is that the backing file is too new09:15
cpaelzerso even when specifying compat on the new one it fails as /var/lib/uvtool/libvirt/images/x-uvt-b64-Y29tLnVidW50dS5jbG91ZC5kYWlseTpzZXJ2ZXI6MTIuMDQ6YW1kNjQgMjAxNjA4Mjk= is too new09:15
cpaelzermaybe it would even have been ok without any patch to uvt if the initial backing file would have been created on precise09:16
cpaelzerI'll delete and try that09:16
cpaelzerthat backing is what a sync brings in right?09:16
cpaelzeryep thats it09:20
cpaelzerpurge and recreate the base image solves that09:20
cpaelzerrbasak: I updated bug 1620633 about it and set it to won't fix09:30
ubottubug 1620633 in uvtool (Ubuntu) "qcow image created in precise is not usable" [Low,Won't fix] https://launchpad.net/bugs/162063309:30
cpaelzerthanks irc for being patient with my need to mumble while debugging :-)09:30
fricklerjamespage: regarding https://bugs.launchpad.net/bugs/1608934 , https://review.openstack.org/355415 still needs to merge in master, but if you could put that patch into mitaka packages while upstream ponders proper unit tests, that would be nice for us09:31
ubottuLaunchpad bug 1608934 in Ubuntu Cloud Archive newton "ephemeral/swap disk creation fails for local storage with image type raw/lvm" [High,Triaged]09:31
geoff10000_morning all, I need to upgrade openssh-client on my 14.04 rancid server - how?09:45
jamespagefrickler, hmm09:55
jamespagewell I might pull it into newton packages, but I'd like to see it landed in master branch first before we start SRU process09:55
ANTAREShttp://киберампер.рф/приглашаем_к_сотрудничеству_предпринимателей_группы_брикс10:01
* joelio saw an updated ubuntu/xenial64 image and thought it would work - unfortunately there are auth errors or ssh connectivity issues10:11
rbasakcpaelzer: there was a plan to rewrite the images before writing to the libvirt pool. hallyn suggested it IIRC. Decompressing for increased COW efficiency/performance, or something like that. I don't think there's a bug on it. If we do that, then we'll have the opportunity to use an older format if you wish. Or perhaps too much effort (but implementing hallyn's suggestion would be nice anyway).10:25
rbasakAnd, if you care about uvtool performance, that's probably a relatively easy win.10:25
* rbasak goes back to his vacation10:28
ANTAREShttps://www.youtube.com/watch?v=9QBeal8wXB810:40
OerHeksANTARES, why do we need to click that url ?10:41
OerHeksoh, you were spamming before...10:42
ANTARESit is music10:42
ANTARESshanson10:42
OerHekswrong channel dude. this is ubuntu support.10:43
ANTARESrelax10:43
ANTARES)10:43
ANTARESДругой хакер10:44
jamespagecoreycb, ddellav: went through the UCA bugs today - https://bugs.launchpad.net/cloud-archive/+bugs11:03
jamespagenot looking so bad...11:03
coreycbjamespage, looks much better for sure11:40
ddellavjamespage I'm having an issue building aodh for liberty and it looks like it can't find pep8 during the tests. It seems like hacking pins pep8 and I know you did something recently with that. Is there an additional set I need to take to get this building properly? I'm using sbuild-liberty13:27
ddellavcoreycb ^13:27
ddellav*step13:28
coreycbddellav, you may just need to add python-pep8 to BDs13:29
ddellavcoreycb yea, thats what I'm doing temporarily but I wanted to check for a proper solution if it exists13:29
jamespageddellav, only in newton13:30
jamespagenot in liberty13:30
jamespageaodh in liberty?13:31
* jamespage looks13:31
jamespageddellav, its not failing in the branch package builds13:31
jamespageddellav, oh cause we don't build it13:31
jamespagethat would be why13:31
ddellavjamespage there was actually no liberty branch in the package repo. I had to create one using the debian/1.0.0-11 tag13:31
jamespageddellav, hmm so its a new 1.0.0 release?13:31
ddellavjamespage well, 1.1.213:32
jamespageddellav, hmm13:32
jamespageI'm pondering whether we should even update it tbh13:33
jamespageit was the first release, we can't deploy and test it using charms (baselined on mitaka)13:33
jamespagewe don't have to take retrospective ownership of things in past releases IMHO13:33
ddellavshall i skip for now then?13:34
zioprotohello13:43
zioprotojamespage: how are you doing ? We just finished our Liberty upgrade yesterday night in production. Our users notified us this nice bug today :) https://bugs.launchpad.net/nova/+bug/1610015 with a fix in master of course https://review.openstack.org/#/c/355415/13:44
ubottuLaunchpad bug 1610015 in OpenStack Compute (nova) "Creating an instance using images_type=lvm fails on ephemeral volume creation" [Undecided,New]13:44
zioprotohave you guys been already working on this ?13:44
zioprotocoreycb: are you around ?13:47
jamespagezioproto, hey13:47
zioprotohello :) sorry for coming here only when I have bugs13:47
* jamespage looks13:47
jamespagezioproto, np :-)13:47
zioprotoI should bring beers sometimes :)13:47
jamespagezioproto, ah frickler raised this again to me today as well when I was doing some triage on nova bugs13:48
jamespage<frickler> jamespage: regarding https://bugs.launchpad.net/bugs/1608934 , https://review.openstack.org/355415 still needs to merge in master, but if you could put that patch into mitaka packages while upstream ponders proper unit tests, that would be nice for us13:48
ubottuLaunchpad bug 1608934 in Ubuntu Cloud Archive newton "ephemeral/swap disk creation fails for local storage with image type raw/lvm" [High,Triaged]13:48
jamespageoh no thats a different one13:48
jamespagegrrrr13:48
jamespagezioproto, no that is the same issue13:50
zioprotoSo I will try to compile the git review 355415 againt the current Liberty package13:51
zioprotoI will tell you how it goes13:51
jamespagezioproto, ta - that feedback on the bug reports would be good13:51
jamespageafaict that impacts liberty, mitaka and newton atm13:51
zioprotoyes, I will be able only to test on liberty13:51
zioprotoI dont have mitaka deployments available13:52
zioprotojamespage: to test this patch it would be enough to upgrade the deb packages on the hypervisor where the VM is scheduled right ? I dont need to upgrade packages everywhere. Agreed ?13:58
fricklerzioproto: yes, you could also just patch the single line and restart nova-compute13:59
jamespagezioproto, yeah I think so13:59
fricklerfwiw I just marked one of the bugs as duplicate of the other13:59
jamespagefrickler, +1 ta13:59
zioprotoOK I patched manually14:05
zioprotoI did python -m py_compile imagebackend.py14:06
zioprototo regenerate the pyc file14:06
zioprotoand I restarted nova-compute14:06
zioprotomy users confirm the bug is fixed14:08
zioprotothe patch does not cherry-pick clean on liberty14:09
jamespagezioproto, yah - I just hit that as well14:17
jamespage(not a clean cherry pick)14:17
zioprotohttps://review.openstack.org/36741214:18
zioprotohere you go14:18
zioprotonow is clean14:18
zioprotojamespage: oh no there is a collision with this other patch libvirt-Split-out-resize_image-logic-from-create_ima.patch14:24
zioprotooh I see why the conflict. This is in the liberty package but not upstream in liberty https://review.openstack.org/#/c/334074/14:25
zioprotojamespage: I hate quilt stuff :) https://www.dropbox.com/s/2pf2oy0a83lgh3u/nova-367412-rebased.patch?dl=014:29
jamespagezioproto, gah - I thought that was upstream14:30
zioprotoI am building with sbuild-liberty at the moment14:31
zioprotoyou can use the rebased patch I just linked in my dropbox14:31
zioprotoand add it as last one in the series14:31
hallyncpaelzer: hey - (don't really have time to discuss, but wanted to ask)  what did you mean in the email by14:32
hallynOTOH Debian and Fedora have just machine classes as-is upstream.14:32
hallyn?  I could be misremembering but i thought that fedora had its own machine types14:32
hallyni *think* that's where i got the model for what we started doing in ubuntu.  which (as you've most likely seen0) was done in reaction to14:33
hallynthe live migration debacle between qemu-kvm and qemu, where the same machine type name meant different things14:33
hallynso the most important thing was to get unambiguous machine types14:33
hallynso even if those are out of date, that's not so important as making sure they are named so that if things change upstream we can keep them exactly the same14:34
hallyncpaelzer: also, you might join #debian-qemu, and see if you can get onto the debian qemu maintainers team and get write access to the ubuntu-dev branch there :)14:34
* hallyn bbl14:35
jamespageddellav, skip aodh in liberty14:38
jamespagelets own it from mitaka onwards14:38
jamespageso we have pkg ci14:39
ddellavjamespage consider it skipped!14:39
zioprotowhat is aodh ?14:39
jamespagezioproto, it was split out of ceilometer two releases ago - its the alarming part14:42
zioprotoOK14:44
zioprotojamespage: my patch failes the python tests https://www.dropbox.com/s/ckraqbb3vou9d7x/nova_12.0.4-0ubuntu1~cloud1ubuntu1_amd64-20160908-1431.build?dl=014:45
jamespagezioproto, I suspect the test case will need adjusting for libery14:45
zioprotook, I will need to remove the tests from the patch just to rebuild internally for SWITCH14:48
zioprotobecause we need the package today14:48
cpaelzerhallyn: hi14:49
cpaelzerhallyn: fedora has no custom types14:50
cpaelzerhallyn: just checked again in afedora container14:50
cpaelzerhallyn: thanks for the hint to join #debian-qemu14:50
jamespagezioproto, sure we can figure out the unit test later14:51
cpaelzerhallyn: you likely got the model idea from centos/rh - that is where it is used (exclusively in their cases, no upstream models at all)14:56
hallynoh yeah, rh14:58
ddellavcoreycb please review and push lp:~ddellav/ubuntu/+source/designate lp:~ddellav/ubuntu/+source/manila for liberty sru15:10
zioprotojamespage: here you go15:16
zioprotowe are running these in production now https://code.launchpad.net/~zioproto/ubuntu/+source/nova/+git/nova/+merge/30523415:16
zioprotobye bye15:18
coreycbddellav, can you grab the missing d/changelog from the liberty-staging ppa, like this? https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/neutron-fwaas/commit/?id=eed67222490ec24ce804ae7a96776ec99f4a443315:31
ddellavcoreycb ugh, right, i missed that in my notes. Got it.15:32
samba35i am on ubuntu host and my guest is also ubuntu using kvm i want to boot ubuntu guest on diskless machine .how do i get this done15:36
samba35i have firewall/utm which can be used as a dhcp server with boot option15:37
compdocyou want to boot the guest from the .iso image?15:37
samba35i want to boot from guest not iso15:38
compdocdescribe what you mean by diskless machine15:38
samba35is it possible to boot from iso with kvm ?15:38
compdocsure15:38
samba35on ubuntu guest i have installed firewall/utm and that can take care of booting part i have to just point file15:39
samba35using dhcp options15:39
samba35i have another system from which presently i am chating i want to use that system as a bootable guest from kvm host15:40
samba35using ipxe /pxe15:40
apb1963_ i have installed 16.04 on /dev/sdb1 ... I used fdisk to change the boot flag from /dev/sda2 to sdb1, as sda2 contains 14.04.  It not only doesn't boot, but it doesn't show in the boot menu.  I tried to follow this link without much luck, my files don't match what's described here: https://help.ubuntu.com/lts/installation-guide/i386/ch05s01.html#boot-initrd  It boots 14.04 instead.15:55
jamespagecoreycb, ok promoting proposed->updates for newton15:57
coreycbjamespage, awesome15:57
coreycbjamespage, I'm sending the b3 release email here in a sec16:07
andrewIII am trying to commision additional MAAS nodes, but PXE is erroring out due to a TFTP error. The node flashes "NBP filesize is 0 Bytes" (for bootx64.efi). Any idea of what could cause that?16:09
andrewIII'm wondering if Squid could be getting in the way, but I think port 69 is open for it16:11
apb1963_andrewII: A dumb answer but... have you verified the file is where it's supposed to be and it's non-zero?16:19
andrewIII haven't, other than two other machines commisioned just an hour earlier. They finally commissioned once I turned Squid on, but now I can't seem to get PXE to work, even with squid off.16:23
andrewIII've been rebuilding my MAAS setup over and over (fruitlessly) trying to get Openstack bootstrapped on it. But I haven't the foggiest how to diagnose this particular glitch16:24
andrewIIAll 5 machines were commissioned yesterday, so I know the hardware is good, but I've reinstalled the region controller since then16:25
=== JanC is now known as Guest38270
=== JanC_ is now known as JanC
apb1963_andrewII: have you verified the file is where it's supposed to be and it's non-zero?  If not, then you should do that.  Because that's what that error message says.  I would listen to the messge.16:29
andrewIIapb1963: I'll ask ag to find the file. If it got zeroed out, that'd be both a relief and horribly confusing16:30
andrewIIapb1963: Well, there's a 79K /usr/lib/systemd/boot/efi/systemd-bootx64.efi16:33
apb1963_now verify that's where tftp is looking for it.16:35
samba35i have install maas ( for a 1st time as web page instruction ) but i am not able to get maas webadmin page but i am able to get default web page of my server/localhost16:45
samba35andrewII : after apt-get install maas what i suppose to do ,more package need to install or make changes in config file16:47
andrewIIsamba35: When you try to open the page, are you going to http://<MAAS server's IP>/MAAS?16:49
samba35maas server ip and my server ip are differant ?16:50
andrewIIIf you leave off the MAAS part, then you get a regular ol' Apache default page (meaning everything's working, but there's nothing to see yet)16:50
samba35sorry i just want to do what u did ,if u check chat 10 line back16:50
andrewIIMy MAAS server is a different machine (in this case 192.168.0.222), so to get to it I enter http://192.168.0.222/MAAS16:51
samba35how do i check which ip address is configure for maas server ?16:52
andrewIIPersonally? I do it the ham-fisted way and set it myself: sudo dpkg-reconfigure maas-region-controller16:53
samba35ic16:54
andrewIIIt'll have just one input box, and you'll enter the address the system expects your nodes to see when commissioning/deploying (you can use any other address that your computer answers to)16:54
samba35if you dont mind can i ask u some quastions on MAAS ?16:54
andrewIIHaha, sure. I've gotten it to spin up a few times, but no bets on if I can get it to actually work16:55
samba35thanks16:55
samba35if i understand correctly what maas is :1)allow you to boot from guest os ?16:56
samba352) ipxe/pxe/gpxe booting make simpleier ?16:56
samba353)manage guest os ?16:57
samba35is that correct ?16:57
PCdudehttp://askubuntu.com/questions/821804/openstack-with-landscape-install-fails16:57
PCdudeCould someone please help with that16:57
andrewIIsamba35: Sort of? I think it's more like having one machine manage a bunch of other machines. So you'll add a machine to your main MAAS controller (the one you did "sudo apt install maas"), and that machine will bring others online as you like16:59
samba35ok16:59
samba35which link/website you follow to configure maas17:00
andrewIIYou know, I've been following one of the Juju dev's blogs for it: http://blog.naydenov.net/17:00
andrewIII am expressly trying to get Openstack on MAAS 2.0, so this was helpful17:01
samba35ok17:01
samba35thanks17:01
andrewIIProlly worth noting that I *haven't* actually gotten it to work, but I'm sure it's because I've missed something17:03
andrewIIapb1963_: Well, one machine recommisioned just fine. So either the two machines are getting treated differently, or something strange is going on with PXE17:04
apb1963_andrewII: sorry.... i've gone as far as I can.  I know anything about MAAS itself.... just gave you a couple of basic troubleshooting ideas.  Other than that... no idea.  Firewall is a good thing to doublecheck.... permissions too....beyond that... no idea.17:10
apb1963_s/know/don't know/17:10
samba35brb ,rebooting17:10
andrewIIapb1963_: heh, same here. But thanks!17:10
apb1963_sure.  good luck!17:10
ANTAREShttp://www.megapolisfm.ru АФИГЕННЫЙ ХИП ХОП и R&B !!! до 21:0017:25
van777ANTARES: да ну его. Лучше радио рекорд. Там разные направления. Хардкор,Дабчик - норм.17:33
naccteward: any chance you could take a look at LP: #1620627?17:50
ubottuLaunchpad bug 1620627 in nginx (Ubuntu) "package nginx 1.10.0-0ubuntu0.16.04.2 failed to install/upgrade: проблемы зависимостей — оставляем не настроенным" [Undecided,New] https://launchpad.net/bugs/162062717:50
nacci'm not seeing any obvious local configuration, but it seems like nginx timed out? -- not sure if the /run/nginx.pid message is expected or not?17:51
nacchallyn: re: triage of server bugs, would you be ok if i just left LP: #1617055 alone?17:53
ubottuError: Could not gather data from Launchpad for bug #1617055 (https://launchpad.net/bugs/1617055). The error has been logged17:53
MelRayI asked in #ubuntu and the response indicated I might be better off using the server edition. What I'm trying to find out if during the install if it is possible to have both physical disks installed in the LVM volume group? That way it should automatically have all available space allocated for /boot and /root I suppose?17:54
tewardnacc: i've not seen that before, and I did see the bug, but i'm not well right now17:56
tewardso I didn't look into it much17:56
hallynnacc: yeah, i'd mark it wontfix maybe, leavin ga ocmment saying debian hasn't done it yet.17:56
tewardnacc: the problem core is this: сен 06 20:17:33 Novohudonossor systemd[1]: nginx.service: PID file /run/nginx.pid not readable (yet?) after start: No such file or directory17:56
hallynnacc: you can ask them which patches they need and see if they are feasible to backport;  or you can just go ahead and merge the upstream, if you feel brave17:56
tewardnacc: makes me think something's tried to start and create the pid, but couldn't find it17:56
tewardi've never seen that though17:56
hallynbut in general our stance is we merge debian when it's ready17:56
naccteward: ack, feel better! i'll respond in the bug17:57
nacchallyn: thanks! i'm just triaging right now, but i'll come back to it if no one else does :) it does seem like they might just need the one commit right now17:57
naccMelRay: i wonder if you might be able to modify the recipe at http://askubuntu.com/questions/542327/how-do-i-preseed-partman-recipe-two-disks17:58
tewardnacc: possible cause: /run/ not mounted/ready17:58
MelRaynacc: Thanks I'll have a look! Appreciate it17:58
naccMelRay: not sure how easy it will be to translate that to LVM, but it minimally shows how to use other disks17:59
naccteward: yeah, i'll ask about that17:59
tewardnacc: though, i'd expect it to be mounted if it's failing at installation18:00
MelRayIdeally I wish I had 4 disks..then I would just do RAID 10 and move on...18:00
tewardnacc: unless /run/ or such is on its own partition or something and is full, or there's some other disk issue (RO filesystem perhaps due to errors)18:00
naccMelRay: i also wonder if it would be as simple as telling partman-auto/disk there are two disks 'd-i partman-auto/disk string /dev/sda /dev/sdb' then specify LVM and see what it does?18:01
tewardi'm going to go rest though, still not 100% and been beating my head against owncloud for an hour18:01
naccteward: np, thanks again!18:01
MelRayGotcha...will try it18:02
=== iberezovskiy is now known as iberezovskiy|afk
=== apb1963_ is now known as apb_away
fricklercoreycb: neutron needs dnsmasq 2.76 to work properly with dhcpv6, see https://review.openstack.org/#/c/301747/ , is there a chance to get the version from yakkety into uca-newton? or backport the dhcp_release6 tools into 2.75 on xenial?19:12
EmilienMcoreycb: hey, our CI is currently broken with http://logs.openstack.org/51/367551/4/check/gate-puppet-openstack-integration-3-scenario002-tempest-ubuntu-xenial/1f154da/console.html#_2016-09-08_19_06_18_31302919:19
EmilienMjamespage: ^19:19
EmilienMhttp://logs.openstack.org/51/367551/4/check/gate-puppet-openstack-integration-3-scenario002-tempest-ubuntu-xenial/1f154da/console.html#_2016-09-08_19_06_18_31805719:20
coreycbEmilienM, is it the ironic error?19:20
EmilienMyes19:20
coreycbEmilienM, looks like it has some recent updates, I'll take a look19:21
EmilienMthanks19:22
coreycbfrickler, I'll need to run that by some other folks to see if we can do that.19:25
coreycbEmilienM, we'll have a fix by tomorrow.  do you have a work around?19:57
EmilienMcoreycb: yes, we disable ironic testing on ubuntu.19:57
EmilienMdo you have CI testing Ironic?19:57
coreycbEmilienM, ok. you can do that or this should work before installing ironic: http://paste.ubuntu.com/23151534/19:58
coreycbEmilienM, we have unit and dep8 testing for ironic19:59
EmilienMhow come we have to do http://paste.ubuntu.com/23151534/ after X releases ?19:59
EmilienMI mean, Ironic used to work before...20:00
coreycbEmilienM, this fix regressed it: https://bugs.launchpad.net/cloud-archive/+bug/145094220:00
ubottuLaunchpad bug 1450942 in ironic (Ubuntu) "ironic package does not ensure permissions on /var/log/ironic" [Medium,Fix released]20:00
coreycbEmilienM, btw that's just a work around ^20:04
LuMinthi! any recommends on a ftp server that's capable of ftpes?20:05
EmilienMcoreycb: sure20:05
LuMintI'm familiar with Filezilla Server for Windows, now I'm looking for the alternative20:05
jamespageEmilienM, coreycb: that was me sweeping up old bugs today20:11
coreycbjamespage, I think 'chown -R ironic:adm /var/lib/ironic' in postinst will fix it, just testing that out and will upload20:12
jamespagecoreycb,     chown ironic:ironic -R /var/lib/ironic /etc/ironic20:12
jamespageis on the lines after the db sync20:12
jamespageneeds to be before20:12
jamespagewtf - /etc/ironic20:12
jamespagethat sounds dodgy to me20:12
coreycbjamespage, ok yeah that could be moved up20:13
jamespagecoreycb, actually there are no dep-8 tests for ironic - we should add one20:13
jamespageat least to check the install20:13
jamespagebut I thought that happened auto-magically20:13
jamespageevidently not20:13
jamespagecoreycb, we can add dnsmasq to the review for ovs and dpdk  - lets make sure we discuss that tomorrow20:15
coreycbjamespage, sounds good20:15
jamespagecoreycb, you want to let me sort out my ironic foobar?20:17
jamespagehappy todo that now if you like20:17
jamespageI'll even test it20:17
* jamespage looks sheepish20:17
coreycbjamespage, sure go ahead since you can promote everything quickly20:17
EmilienMcoreycb, jamespage: please let me know when I can retry20:21
jamespageEmilienM, just testing the fix now20:21
jamespagebut will take a little time to work through to proposed20:21
jamespageEmilienM, are you testing with the newton-proposed pocket on xenial?20:21
EmilienMno prob20:22
EmilienMlet me check20:22
EmilienMwe're testing updates repos for newton20:22
EmilienMjamespage: ^20:22
jamespageEmilienM, right-oh20:22
jamespageEmilienM, do you test neutron-lbaas in any way? just a headsup that v1 agent (neutron-lbaas-agent) was removed this cycle20:27
jamespagethat's reflected in the b3 packaging20:28
EmilienMjamespage: yes we do20:28
EmilienMand yes we already test v2 only20:28
jamespageEmilienM, that's fine20:28
jamespagenochanges there20:28
jamespagecoreycb, uploading, added minimal install autopkgtest to stop install type issues20:31
jamespageits not a functional test but at least gets things moving in the right direction20:32
coreycbjamespage, sounds good, thanks20:33
LuMintI'm familiar with Filezilla Server for Windows, now I'm looking for the alternative. Any ideas?20:34
jamespageEmilienM, taking a while to go through to updates21:24
jamespageEmilienM, suggest retest tomorrow - I'll finish and test before you start your day21:24
EmilienMjamespage: perfect21:25
EmilienMthanks21:25
EmilienMjamespage, coreycb: found another bug22:15
EmilienMneutron when using linuxbridge22:15
EmilienMhttp://logs.openstack.org/51/367551/5/check/gate-puppet-openstack-integration-3-scenario003-tempest-ubuntu-xenial/d634f0b/logs/neutron/neutron-linuxbridge-agent.txt.gz#_2016-09-08_21_46_45_38322:15
EmilienMimpossible to boot a VM22:15
EmilienMjamespage, coreycb: https://bugs.launchpad.net/cloud-archive/+bug/162165122:23
ubottuLaunchpad bug 1621651 in Ubuntu Cloud Archive "neutron linuxbridge fails to create interfaces" [Undecided,New]22:23

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