/srv/irclogs.ubuntu.com/2017/02/14/#ubuntu-devel.txt

tmartinsHey guys, jamespage, I'm trying to start "systemctl start gnocchi-api" (Ocata Cloud Archive), and I'm seeing the following error:00:22
tmartinsgnocchi-api[10900]: gnocchi-api: error: unrecognized arguments: --config-file=/etc/gnocchi/gnocchi.conf --log-file=/var/log/gnocchi/gnocchi-api.log00:23
tmartinsAny clue?00:23
tmartinsI manage to run "gnocchi-update" as expected, gnocchi-statsd and gnocchi-metricd are running, gnocchi.conf looks good...00:23
tmartinsBut gnocchi-api doesn't run...00:23
tmartinsI think that the "/lib/systemd/system/gnocchi-api.service" that comes wth Ubuntu is wrong...00:24
tmartinsI'm not sure but, looks like that gnocchi-api is a Web App, that runs under Apache2.4, don't know why its package includes systemd files, but no apache confs...   =/00:27
tarpmannacc: so the deal with tomcat-pki seems to be that 'systemctl start pki-tomcatd' does nothing because systemd thinks it was already started - but it's not running because that was before it was configured03:33
=== salem_ is now known as _salem
=== JanC is now known as Guest77653
=== JanC_ is now known as JanC
jamespagetmartins, hey - which Ubuntu release?  I think coreycb and zul have worked on the apache2/mod_wsgi transitions this cycle so it might be fixed for ocata08:05
tmartinsUbuntu 16.04 + Ocata Cloud Archive08:05
tmartinsstaging...08:05
jamespagetmartins, a load of changes landed very late in newton which did cause some pain - gnocchi is not covered by the automated testing we do for openstack deploys so it might have got missed08:05
tmartinsI see...08:06
tmartinsI really need AutoScaling in OpenStack...08:06
tmartinsLooking forward to use those tools on Ubuntu, like Senlin, Ceilometer, Aodh, Gnocchi...08:06
tmartinsWorking to put those things together08:07
tmartinsI'm trying rift.io but, looks very complex.08:07
tmartinsI'll prefer to give a try first, with OpenStack projects.08:07
tmartinsThanks for your reply!08:08
=== smb` is now known as smb
=== smb is now known as Guest15776
tmartinsjamespage, I think that I got gnocchi-api to work under apache. It is definitely not a daemon to run via systemd. I used the nova-placement-api as an example...    ;-)08:24
jamespagetmartins, that's a good guide - keystone, aodh and others work the same way08:58
jamespagetmartins, projects are in a bit of a transitionary state atm08:59
ckinghappyaron, hey, what's the situation with the zfs sync from debian to ubuntu?09:11
tjaaltondoko: mesa in proposed now wants llvm-4.0, can you handle the switch to main and demote 3.9?09:56
dokotjaalton: no, not now. next week would be better (Thu & Fri afk). Did you check that everything else builds using 4.0?09:58
tjaaltondoko: new libclc does09:58
dokotjaalton: I don't want to know the success stories ;p09:58
dokotjaalton: fyi https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/rust/+packages  ... so newer llvm versions for trusty will be fun ...09:59
tjaaltontrusty is not an issue for me at least09:59
ginggscjwatson_: hi, are you still interested in #708123 by any chance?  I have an affected machine10:22
=== marcusto_ is now known as marcustomlinson
cult-xnox: cool! :)11:28
=== _salem is now known as salem_
Odd_Blokexnox: Is https://bugs.launchpad.net/cloud-images/+bug/1664367 something that you'd be able to look at?  I know you did the original livecd-rootfs work for s390x.11:50
ubottuLaunchpad bug 1664367 in livecd-rootfs (Ubuntu) "s390x squashfs image should include s390-tools" [Undecided,New]11:50
xnoxOdd_Bloke, yes i can look into that. All of that makes sense, as long as squashfs is not used as the basis for any container-like images.11:53
Odd_Blokexnox: *sad trombone* It's used by lxd.11:53
xnoxOdd_Bloke, since s390-tools is a bootloader and makes sense only on things that are booted (e.g. VMs and bare metal)11:54
Odd_Blokexnox: Well, MAAS uses the squashfs as well.11:54
xnoxOdd_Bloke, does amd64 squashfs has UEFI grub and grub2?11:54
Odd_Blokexnox: http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64.squashfs.manifest is what it has.  (i.e. no)11:55
Odd_BlokeSo it sounds like maybe my diagnosis of the issue is incorrect.11:55
Odd_BlokeAnd really curtin/MAAS needs to understand that s390-tools should be installed in to s390x images?11:56
xnoxOdd_Bloke, i did the curtin work too.11:58
xnoxand it totally should install s390-tools before calling zipl (previously it was important and seeded everywhere)11:59
xnoxOdd_Bloke, added a comment to the bug report.12:00
xnoxcpaelzer, ^^^^ squashfs is a base for container images too, hence should not have a bootloader (pointlessly)12:00
xnoxpowersj, ^^^^12:00
=== marcusto_ is now known as marcustomlinson
GunnarHjchrisccoulson: Hi Chris, pepperflashplugin-nonfree has been fixed in Debian and synced to zesty. Is there any reason to backport that fix and keep update the package in Ubuntu, considering that we have adobe-flashplugin? (Discussion today at bug #1632870.)12:06
ubottubug 1632870 in pepperflashplugin-nonfree (Ubuntu) "Package is broken since Google stopped shipping Flash with Chrome 54 for Linux" [High,Fix released] https://launchpad.net/bugs/163287012:06
Odd_Blokexnox: My guess would be that grub ends up in there when the kernel is installed.12:06
Odd_Blokexnox: Because the kernel Recommends grub.12:06
Unit193GunnarHj: adobe-flashplugin is in a repo that by default is disabled, whereas this is in the primary repositories.12:08
GunnarHjUnit193: True, but why is that significant? This is what we currently say in the desktop guide: https://help.ubuntu.com/stable/ubuntu-help/net-install-flash.html12:10
xnoxOdd_Bloke, kernel cannot know if one needs grub-efi; grub-pc; or grub-legacy12:12
xnoxon s390x it's only s390-tools ever, but we may or may not have /etc/zipl.conf written out for us, before kernel is installed =/12:13
Odd_Blokexnox: There's some logic around EFI in curtin.12:13
xnoxapw, should kernel, on s390x, recommend a bootloader? (s390-tools)12:13
xnoxOdd_Bloke, i shall look at curtin.12:13
mdeslaurCould someone from the SRU team please process the php7.0 packages in the xenial and yakkety queues, please? We are waiting on them as security updates...12:36
mdeslaurapw, bdmurray, rbasak, stgraber ^12:42
xnoxsmoser, is there work started to support curtin for bare-metal support? e.g. for subiquity or not at all yet?13:10
xnoxcause curin will need to learn which network interfaces and hard drives (zfcp and dasd) are requested to be used; and run `chzdev -e` for all of those ids to activate them and make that activation persistent (by generating udev rules)13:11
rbasakpho7.0> looking13:11
rbasakphp7.0>13:11
xnoxsmoser, not sure if this belongs in curtin or subiquity13:11
mdeslaurrbasak: thanks!13:14
rbasakmdeslaur, nacc: please see https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1658289/comments/4. This doesn't stop us from landing 7.0.15, but we should tweak the changelog. Do you want to handle the security update separately? Or do you still want this SRU in the proposed pockets?13:25
ubottuLaunchpad bug 1658289 in php7.0 (Ubuntu) "Regression in pdo_pgsql after SRU to php 7.0.13 (fixed upstream)" [Undecided,Triaged]13:25
ChrisTownsendseb128: Hi again:)  Just wondering if you've had a chance to look at libertine in -proposed.  afaict, it's still stuck due to some other libertine packages needing to be promoted from universe to main.13:25
mdeslaurrbasak: I plan on rebuild in the -security pocket once the SRU has been successful13:25
rbasakmdeslaur: you mean after 7 days?13:26
mdeslauryeah13:26
rbasakOK. Then I guess I can drop this entry from the changelog.13:26
rbasak(and re-upload)13:26
mdeslaurthanks13:26
rbasakUnless nacc wants to cherry-pick the fix or something?13:26
seb128ChrisTownsend, oh, sorry, got pulled into other things yesterday and then forgot, I'm going to have a look in a bit, thanks for the reminder13:27
rbasakmdeslaur: I might wait for nacc to come online if that's OK.13:27
ChrisTownsendseb128: Ah ok, no worries:)13:27
mdeslaurI plan on pointing people to -proposed when the mail starts pouring in when I release my php5 updates13:27
ChrisTownsendseb128: And thanks!13:27
mdeslaurrbasak: sure, np13:27
cpaelzernacc: pitti: would be nice if you could take a look at the prepared stable postgres updates at bug 166447814:36
ubottubug 1664478 in postgresql-9.5 (Ubuntu) "New upstream microreleases 9.3.16, 9.5.6" [Undecided,New] https://launchpad.net/bugs/166447814:36
cpaelzernacc: pitti: especially on the "known to be flaky tests" there is experience required14:37
smoserxnox, you are the only one who has touched curtin and s39014:39
smoserperhaps cpaelzer has thought about it.14:41
=== Guest81556 is now known as karstensrage
xnoxNM started to fail to start in adt tests15:44
xnoxquite weird, and blocks a few things.15:44
xnoxcyphermox, do you still touch NM?15:45
nacctarpman: interesting... thanks for investigating that16:02
naccrbasak: here16:02
nacccpaelzer: will do16:02
nacccpaelzer: approved the tasks, as well16:03
cpaelzerthank nacc16:04
=== Guest15776 is now known as smb
=== smb is now known as Guest36747
=== Guest36747 is now known as gnarl
nacctjaalton: did you see that dogtag-pki failed to build on all archs (10.3.5-7)16:55
tarpmanhe acked bug 1664457, so I guess so16:56
ubottubug 1664457 in resteasy (Ubuntu) "dogtag-pki ftbfs with libresteasy-java 3.1.0" [Undecided,In progress] https://launchpad.net/bugs/166445716:56
cyphermoxxnox: I can look16:56
nacctarpman: ah thanks!16:57
xnoxcyphermox, the symptoms are failing adt tests of networkmanager in zesty. And from the logs it "fails to start network-manager-wait-online" on installation =/ with not permitted in the logs.17:00
cyphermoxfor zesty?17:02
cyphermoxthere was a rerun which looks like it went ok: http://autopkgtest.ubuntu.com/packages/network-manager/zesty/amd6417:02
cyphermox(i'm not saying this is fixed, but more "what is this mess")17:03
slangasekkees, mdeslaur, infinity, stgraber: TB meeting?17:03
mdeslaurslangasek: ack17:03
tjaaltonnacc: yes, still needs tomcat 8.017:04
tjaaltoneven after fixing resteasy17:05
nacctjaalton: rather than 8.5, you mean?17:06
tjaaltonyes17:06
nacctjaalton: ack, ok, i pinged just now in -release, will see if i can get some traction on that bug today17:06
=== gnarl is now known as smb
=== mwenning is now known as mwenning-lunch-r
naccrbasak: what's up with php7.0?19:01
zulbdmurray: ping https://bugs.launchpad.net/ubuntu/+source/aodh/+bug/164577219:11
ubottuLaunchpad bug 1645772 in ironic (Ubuntu Yakkety) "[SRU] newton stable releases" [Undecided,Incomplete]19:11
cjwatson_ginggs: interested I guess, but largely lacking in time to deal with it - it'd be a good opportunity to work out how to debug grub!19:11
=== cjwatson_ is now known as cjwatson
ginggscjwatson: if you gave me some pointers where to start, i might be able to help19:15
bdmurrayzul: hmm?19:15
zulbdmurray: the SRU passed19:15
cjwatsonginggs: best thing to do would be to figure out a way to replicate the same situation with a VM (at minimum) or disk image (ideally)19:16
cjwatsonginggs: grub-fstest can be useful for the latter19:16
cjwatsonginggs: then it might be possible to work on minimising the test case to a point where it can usefully be debugged19:17
cjwatsonI vaguely remember trying to replicate that once and giving up ...19:18
ginggscjwatson: thanks - i'll make a disk image (at least that will give me a backup - i might try to upgrade the mdraid superblock format on the real machine) and see if i can replicate in a VM19:30
cjwatsonI seem to remember it partly being hard because fakeraid is weird19:31
cjwatsonbut it was years ago ...19:31
ginggsi'm not using fakeraid19:33
ginggsi have an mdraid raid 1 array - array created in 2009 - machine stopped booting after 14.04 -> 16.04 upgrade19:34
ginggsit comes up with 'error: disk 'mduuid/blahblah...' not found. Entering rescue mode...'19:38
ginggsi can get it to boot if i set root and prefix to one of the drives19:39
smosercyphermox, looking at http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html20:06
smoserand knowing you've fought open-iscsi tests... i think its probably best to remove them20:07
smoserwhat do you think ?20:07
naccsmoser: do you think it's worth porting the curtin stuff to open-iscsi's tests?20:07
smosernacc, how so ?20:08
cyphermoxsmoser: I don't think removing the tests is going to achieve much, this has the benefit of actually testing open-iscsi at least a bit20:09
smoseri cleaned up a *lot* of the stuff that is in that package20:09
smoserbut still has serious issues that i dont have solutions for20:09
smoser https://git.launchpad.net/~smoser/ubuntu/+source/open-iscsi/tree/debian/tests/README-boot-test.md?h=diglett-master20:09
smosersee 'Caveats' there.20:09
cyphermoxsmoser: they could be fixed to work better though, possibly using a different kernel?20:09
cyphermoxs/kernel/root-image20:09
naccsmoser: as in our tgt spawning logic, etc. or is it the image manipulation that's not working?20:09
smosersee caveats there.20:10
cyphermoxthis is just failing because something craps out in the maas image paths or something20:10
smoser'1' can be addressed, but takes some engineering to do it.20:10
cyphermoxthe download of open-iscsi isn't what broke here.20:11
cyphermox/tmp/autopkgtest.qCZ79u/build.C9k/open-iscsi-2.0.873+git0.3b4b4500/debian/tests/zesty.d/root-image: not a file20:11
smoserwell, the file isnt there because the download failed.20:12
smoserbecauase 404 Not found.20:12
smoserthe argument of "it tests open-iscsi some" is not valid when it fails 100%  of the time for unrleated reasons.20:13
smoseri'm not suggesting that we should not test.20:13
smoseri'm suggesting that we should disable until tests that work can be added.20:13
smosernacc, the tgt spawning isnt really a problem, as it all in a vm. we just run tgt on the default port and use it htere.20:18
bdmurrayzul: What happened to ironic?20:20
zulbdmurray: hmm...good question ill find out20:20
smoserzul still sings that song all the time bdmurray20:20
zulsmoser: its ironic that i was working on ironic today while listening to ironic dont you think?20:21
smoseris that actually irony or is that a coincidence. i get the two confused.20:22
naccsmoser: ok20:33
=== salem_ is now known as _salem
smoserpitti, you told me once, but i lost it.21:50
smoserin a test run by adt, where does one find the package that caused this run21:50
=== Elimin8r is now known as Elimin8er
=== arlen_ is now known as arlen
=== slashd- is now known as slashd
=== TheMuso` is now known as TheMuso
=== mterry_ is now known as mterry
=== psivaa_ is now known as psivaa
=== Trevinho_ is now known as Trevinho
=== dobey_ is now known as dobey
=== zigo is now known as Guest27057
tewardso, any of the packaging experts mind sharing a copy of their .quiltrc?23:13
tewardI apparently lost mine in the upgrade so it's not handling patches right with quilt, so i need to 'redo' my .quiltrc23:14
sarnoldQUILT_REFRESH_ARGS="--diffstat --no-timestamps --backup -p ab"23:14
tewardsarnold: what about for where to put patches, QUILT_PATCHES=debian/patches?23:15
naccteward: yeah23:15
naccQUILT_NO_DIFF_INDEX=123:15
sarnoldteward: funny ehnough I almost never need that. I've got this alias that I almost never need:23:15
naccQUILT_NO_DIFF_TIMESTAMPS=123:15
sarnoldalias dq='export QUILT_PATCHES=debian/patches'23:15
naccheh23:15
tewardnacc: sarnold: thank you both.  now I have a working quilt again.23:16
teward*facedesks at forgetting to back it up before nuking and reinstalling*23:16
tewardsarnold: have I mentioned I have a hatred of manually recreating deltas?23:16
tewardit's ***PAINFUL***23:16
sarnoldteward: yup. sometimes retyping a security fix is the only way to get the stupid thing to apply..23:17
tewardsarnold: well, the issue was a missing quiltrc23:17
tewardbecause if I had that I'd save myself a headache23:18
teward'cause the quilt patches wouldn't apply with a direct import from Debian -> MergeInProgress23:18
tewardbecause it didn't have everything it needed to understand them :/23:18
tewardsarnold: this one's more painful for nginx though23:18
tewardwe're at 1.10.323:19
tewardDebian's at 1.10.223:19
tewardI have to retroactively copy in Debian's changes23:19
tewardand then up the packaging to 1.10.3.23:19
teward***painful***23:19
tewardsarnold: let's just hope this doesn't blow up in my face23:20
tewardafter all this work...23:20
Unit193sarnold: Nice spot with the new motd, that's something nasty.23:24
sarnoldUnit193: what's this?23:25
Unit193/etc/update-motd.d/50-news, and the new dynamic motd.23:26
sarnoldUnit193: ah! xnox found that. :)23:26
Unit193Also fun because as it stands, it's implied you can disable it in /etc/default/motd-news, but you actually can't.23:28
tewardi think i fubard23:36
tewardand uploaded to release  by accident :/23:36
=== kitterma is now known as ScottK

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