[00:09] slangasek: *super* confusingly ... it seems like debian's php-imagick only shows the one failure from before that the imagemagick backports should be resolving ... so possibly the backports introduce a regression? I'm debugging using upstream ImageMagick , but am also tempted to just skip this test as it seems inconsistent [00:10] slangasek: and i have a really difficult time undersatnding how s390 gets a different (successful) result then the two failing archs [00:11] nacc: well, for that matter, I don't see why it should be different between the failing archs and the succeeding 32-bit archs; this shouldn't be wordsize-sensitive math [00:11] slangasek: right, it's really odd [00:11] unless some double rounding is off in php [00:13] slangasek: let me also say the upstream ImageMagick coding standards are ... poor :) [00:13] so many empty commits [00:13] empty commit messages, i mean [00:13] yeah, I noticed that [00:22] slangasek: ok, i just confirmed (agin) that upstream imagemagick works fine with the version of php-imagick we have in ubuntu, at least for that one test -- bisecting again === _salem is now known as salem_ === _salem is now known as salem_ [01:17] slangasek: ok, so i need to look at php-proxy-manager (that's already on my list); i'm still learning to understand/pase the update_output.txt file, let me konw if there are more action items you want to extract from it === salem_ is now known as _salem === _salem is now known as salem_ [01:38] slangasek: also, i'm not sure i understand fully why php-defaults has regrssions for php-sabre-http and php-sabre-http-3 where those versions are superseded in proposed? is that just an ordering issue? or does it only retrigger as those propogate to the release pocket? [01:39] nacc: the latter [01:39] actually, it doesn't automatically retrigger at all, but I'm retriggering them manually [01:39] slangasek: ah, well, thank you very much! [01:39] slangasek: i suppose it would be a lot of potential churn if it was automatic [01:42] well, I believe there's an outstanding bug report about making that automatic [01:48] robert_ancell: Hi Robert, Do you plan to fix the u-c-c task at bug #1554878 (or possibly remove the rest of the XDG_CURRENT_DESKTOP queries)? [01:48] bug 1554878 in unity-control-center (Ubuntu) "fix up usage of XDG_CURRENT_DESKTOP" [Medium,Triaged] https://launchpad.net/bugs/1554878 [01:49] GunnarHj, I'm not working on it right now, if you want to make MPs for the remaining issues please do [01:50] robert_ancell: I'm afraid it's above my head to decide if any non-Unity options need to be kept. === juliank is now known as Guest66004 === juliank_ is now known as juliank === salem_ is now known as _salem === shuduo-afk is now known as shuduo [05:27] good morning [07:14] pitti: morning! trying to retry i386 from https://requests.ci-train.ubuntu.com/static/britney/xenial/landing-006/excuses.html , I get "A server error occurred." after clicking the login button [07:34] good morning [07:49] Good morning [07:49] Mirv: "no space left on device", argh [07:53] Hi all. [07:53] Can anyone help me setting "Also affects distribution/package" for Trusty in LP:1557893 [08:09] pitti: thank you, seems working now [08:09] Mirv: yes, but not for long, I'm working on avoiding running out of inodes more permanently [08:10] ok [08:59] Mirv: ok, should survive longer now :) === spineau is now known as spineau_afk [09:00] pitti: great! [10:41] doko: did you see the pyzmq problems? [10:41] Laney, yes [10:42] ok === spineau_afk is now known as spineau [13:15] doko: smb cyphermox I am now all over bind9 [13:15] yay [13:15] awesomeness [13:16] it's mixed awesomenes, since it became a hardblocker for my team last night. :/ [13:20] oops [13:20] not much response from the other guy? === _salem is now known as salem_ [13:40] pitti, xnox so my cloud-init units (specifically cloud-init-local) is not guaranteed to run before ifup@.service units, as those are run via hotplug events. [13:41] and i guess running before udev cold-plug is too early, as disk and things might not exist then yet. [13:41] smoser, run -local in the initramfs?! =) [13:41] the result (observed) is that cloud image with 'dhcp eth0' will dhcp before cloud-init woudl write other configuration for eth0. meaning i'd have to take the interface down to actually apply it. and worse, with ifdown insistening that the interfaces file is in the state it was in when ifup was run, i have to deal with that. [13:41] xnox, yeah, but / isn't even mounted rw at that point [13:41] initramfs [13:42] but yes, generally that is kind of the path that others have taken [13:42] and e.g. in the systemd-networkd (if and when we switch to that) it also does everything via udev events. And there it's worse, one cannot really remove config at all. [13:42] smoser: but ifconfig wouldn't even have a configuration if c-i-local didn't run yet, so wouldn't that event be a no-op? [13:42] it seemed to me that possibly i could make the cloud-init-local RequiredBy ifup@.service [13:43] horum. [13:43] well,l ifup@ is already After=network-pre.target [13:43] but that doesn't matter for things which are started explicitly [13:44] (which is done by /lib/udev/ifupdown-hotplug) [13:45] so RequiredBy=ifup@.service in c-i-local should work indeed [13:45] although it's a bit of a crowbar really [13:45] yeah. [13:46] smoser: so I'm confused -- if that hotplug event already does *anything*, it means that there already is a config for that interface, and thus c-i-local must have run already? [13:46] well, i guess [13:46] a.) in a stock image, we still have 'auto eth0' and 'dhcp' in ENI [13:46] smoser: the RequiredBy= probably blows up in your face if you disable cloud-init on the command line? [13:46] Ooh, exciting, running sbuild on my desktop unmounts my ecryptfs home directory. [13:47] b.) in a stopped and snapshotted image, you'd have the 'old' data in ENI [13:47] smoser: ah -- well, that we need to get rid of, but I thought that was the whole point of that exercise [13:47] "auto eth0" is EBW [13:48] b) is an interesting point [13:48] c.) if there was *not* anything there, then ifup would not do anything. but the cloud-init would have to ifup the interface itself. i guess that is possible, but it seeemed more than ideal cloud-init just let the system bring up the networking. [13:49] in the future, the intent woudl be to be able to apply networking chagnes after boot, so cluod-init woudl then need to know how to re-set the running system (ideally with minimal change) [13:49] but i was kind of hopign to just avoid dealing with that. [13:49] EBW ? [13:49] * pitti pushes away the thought that we are reinventing NetworkManager here [13:50] just seed it and use nmcli :P [13:51] smoser: not tested (and distracted), but does it work better if you add Requires=network-pre.target to ifup@.service? [13:51] then any ifup@ should not only run after n-pre but also actually start it if it hasn't already, and thus also run c-i-local [13:53] smoser: I have a gut feeling that nothign is actually starting network-pre.target right now, this should rectify this [13:53] :) [13:53] oh, and adding Requires=network-pre.target to networking.service too [13:53] I think that was an oversight when we wrote those units [13:55] pitti, my journalctl on a system right now does not seem to have any occurance of 'target.*network.*pre' [13:55] journalctl | grep -i 'target.*network.*pre' [13:56] i'll try your suggestion [13:59] smoser: http://paste.ubuntu.com/15401586/ → not entirely sure that this is the right way to put them (as the intention is that things that want to run before pull it in, not things that run after it), but if that fixes it we at least know what to look for [14:07] pitti: tyhicks: I'm seeing bug 1430557 (or something very similar) when running sbuild even with schroot 1.6.10-1ubuntu3 installed. (I don't really know enough about how s(build|chroot) work to know if I should be doing something in addition to just installing the updated package) [14:07] bug 1430557 in schroot (Debian) "sbuild / schroot unmounted encrypted home directory" [Unknown,Confirmed] https://launchpad.net/bugs/1430557 [14:11] pitti, that seems to have worked. [14:12] the one other hting that i want/need is to be able to rename interfaces [14:12] Odd_Bloke: hi - can you paste the corresponding schroot fstab file (/etc/schroot//fstab) and /proc/self/mountinfo ? [14:12] maybe cloud-init will just have to do that, but could do fairly freely knowing that the interfaces would not be ifup'ing at that point. [14:14] cloud-init is writing udev rules, but the rule to rename might have already been written. [14:14] oh shoot. [14:15] tyhicks: o/ /etc/schroot/sbuild/fstab -> http://paste.ubuntu.com/15401660/, /proc/self/mountinfo -> http://paste.ubuntu.com/15401663/ [14:16] seems like bridges might be too late also. [14:18] hm.. so my reaading is that bridges and device renames are going to cause me some pain. as udev would have already invoked /lib/udev/ifupdown-hotplug [14:19] and actually that would have already decided (based on the /etc/network/itnerfaces at the time) if the interface was 'auto' or not. [14:20] Odd_Bloke: nothing odd in there [14:20] Odd_Bloke: what about ubuntu release was in the chroot that you were using? [14:20] bah [14:20] typo [14:21] Odd_Bloke: what ubuntu release was in the chroot that you were using? [14:24] Odd_Bloke: I see the problem. You're hitting bug 1438942 [14:24] bug 1438942 in schroot (Ubuntu) "Host's /dev/shm is mounted over when entering 14.10 and older sbuild schroots" [High,In progress] https://launchpad.net/bugs/1438942 [14:25] Odd_Bloke: I was really wanting to get feedback from schroot maintainers on that fix before uploading it but it is dragging on for too long [14:26] Odd_Bloke: I'll poke the Debian bug and then go ahead and upload the fix in Ubuntu [14:28] tyhicks: Great, thanks! [14:28] (It was trusty in the chroot :) [14:28] yep :) [14:30] Odd_Bloke: schroot is mounting a new tmpfs over /dev/shm in your *host* [14:31] Odd_Bloke: ecryptfs-utils keeps some state in /dev/shm so it causes problems when an entirely new tmpfs is mounted over /dev/shm [14:31] Odd_Bloke: I think a workaround in the meantime would be to unmount the extra tmpfs at /dev/shm after you've created the schroot session but before you destroy it [14:32] anybody know who controls the ACL lists for the wiki? One of my test plan pages has become imumutable, and I can't update it anymore [14:33] awe: are you accidentally logged out? [14:33] nope [14:33] I tried logging out and back in again [14:33] and they didn't do it [14:33] s/they/that/ [14:41] rbasak, https://launchpad.net/ubuntu/+source/software-properties/0.96.19 btw, just for info [14:51] seb128: ? [14:51] rbasak, it was not you who were asking about unattended-upgrades/software-properties depends? sorry, need to check my IRC logs [14:51] seb128: ah yes, I was. [14:51] k [14:51] well, fix uploaded ^ [14:52] just I was just letting you know [14:52] Ah. Thanks! [14:52] yw! [14:55] seb128: will that software-properties upload fix bug 1554099? [14:55] bug 1554099 in software-properties (Ubuntu Xenial) "Changing what action for security updates unusable" [High,Confirmed] https://launchpad.net/bugs/1554099 [14:55] smoser: worked> nice! [14:55] bdmurray, yes, sorry forgot about that bug/to list it in the changelog [14:56] seb128: no problem [14:56] pitti, i think i've convinced myself that bridge and vlan (which run at 40-* in /lib/udev/rules.d) wont be a problem for me [14:56] smoser: so apparently the intention is "This passive target unit may be pulled in by services that want to run before any network is set up", i. e. which declare the Before= [14:56] butrenaming devices seems like it still will. [14:57] ^ is for network-pre ? [14:57] bdmurray, we discussed it with m_vo on IRC, unattended-upgrade does autodownload so that option isn't needed to be set to 1 [14:57] smoser: yes, that was a quote from the manpage [14:58] smoser: renaming happens in 80-net-setup-link.rules [14:58] smoser: so if you want to rename something, the udev rule ought to exist before the device is processed by udev, otherwise you might already start things which depend on the old name [14:59] right. [15:00] pitti, cloud-init writes /etc/udev/rules.d/70-persistent-net.rules . which would work on next reboot [15:00] smoser: right (don't forget to call update-initramfs -u too) [15:00] smoser: what's that for, OOI? can you define interface names in user-data? [15:00] update-initramfs -u : yuck. [15:01] smoser: it's not strictly necessary if you have a controlled environment, but safer [15:01] smoser: there's things like open-iscsi and friends which talk to network interfaces in the initrd already [15:01] if you can rule these out, then they can be renamed after initrd [15:02] the goal woudl be to define the interface name in the 'network-config'. right now that network config would only come from the cloud provider. but thats no different really than coming from the user. same end result. something outside declares what they want. [15:02] Mirv, pitti: is xvfb currently not working properly? https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/armhf/i/ipython/20160316_133657@/log.gz [15:03] the initramfs only comes into play if 'ip=' on the command line. i think i might have to accept that any interface already configured is nto goign to be changed. [15:04] right now maas can declare the interface name when it installs a system. [15:04] as it runs in the install environment and the peristent-rule are written before reboot [15:04] so thats fine. [15:04] (you could add something like "override.name= ..." to your kernel cmdline instead and have a script in the initrd that reads it ... that saves you from regenerating and you just need to change the cmdline [15:04] ) [15:05] so at this point the network-config allows you to declare "the device with MAC=XX:XX:XX is to be named foobar0" [15:06] i'd like to support that if at all possible in the scenario where the network-yaml is consumed during boot. [15:07] well, so you use that name pre-mount ... and post-mount you write it into the udev rule file [15:07] (from your initrd) [15:08] assuming your yaml can be pulled from some server via network [15:09] ogra_, i think its ok if you have "dirty" persistent rules are fine as long as network is not left up after exiting initramfs. ie, i think the *root*'s persistent-rules would still be consumed, right? [15:09] yeah [15:09] i thought you wanted a persistent name from start to end though [15:10] that'd be ideal, but i'mi ok at this point to say that booting iscsi root with 'ip=' on the command line you can't declarel the name of the nic. [15:11] or if you did, you need to declare it to the intiramfs, and then cloud-init would need to respect that. [15:11] the way ii'm looking at that is that 'ip=' on the command line is actually definitive over a network-config. [15:11] similar to the way that command line flag would override environment variable or config file [15:11] yeah [15:14] pitti you said 80-net-setup-link.rules sets naming ? [15:15] if thats true, then i'd have thought it woudl run *after* 80-ifupdown.rules [15:15] which would have tried to ifup the nic with the old value of $INTEFACE [15:19] smoser: no, RUN is executed after all rules for a device are processed [15:20] ah. ok. that makes more sense then. [15:20] it should probably have been 85-ifupdown.rules or so to avoid confusion, but it won't make a practical difference [15:26] slangasek: fyi, got access to a s390x system, so will debug that issue today [15:31] pitti, so do i have a chance at this ? [15:32] is there any way something run on ADD can dynamically determine the name and set it ? [15:33] IMPORT would seem possible, but i think setting NAME= in via import would only affect the env{NAME} not the NAME [15:33] smoser: yes, you can run something with IMPORT [15:35] smoser: ah, you can do PROGRAM="echo-my-name", NAME="$result" [15:35] smoser: or rever to any $env{VARNAME} or similar [15:35] IMPORT and PROGRAM are synchronous in one rule, RUN+= gets queued after rule processing [15:35] nacc: what do I need to do to request php7.0-fpm to be in main? [15:36] Son_Goku: nothing [15:36] it already is :) [15:36] it is? [15:36] wooo! [15:36] it was on component-mismatches a few days ago, so I promoted it [15:37] awesomeness [15:37] things were horribly uninstallble before [15:37] pitti: thanks [15:37] Son_Goku: for reference, this is the MIR process for php5-fpm: LP: #1267255 [15:37] pitti, NAME="$result" ? [15:37] Launchpad bug 1267255 in php5 (Ubuntu) "[MIR] php5 (php5-fpm binary)" [Wishlist,Confirmed] https://launchpad.net/bugs/1267255 [15:37] oh. all in one rule you coudl do that ? [15:37] smoser: this question no verb [15:38] smoser: yes, see man 7 udev [15:38] smoser: you can use various substitutions in ENV, NAME, etc. assignments [15:38] right. [15:38] ok, then. tell me how horrible you think this is. [15:39] the plan would be to add a rule with: IMPORT=, NAME=env{NEWNAME} [15:39] smoser: so roughly, PROGRAM/IMPORT are for *detecting* devices and determining their properties (but these programs can't do much with that new device), while RUN is about doing *something with* the newly found device and can use it fully [15:39] pitti, so the pyzmq triggered ipython autopkg test failure looks unrelated to pyzmq. please override it for this migration [15:40] smoser: well, with some additional ACTION==, SUBSYSTEM=="net", etc. :) [15:40] and IMPORT would block until cloud-init-nonet had found the data it was looking for. [15:40] when is the next time xenial-proposed gets merged into xenial? [15:40] Son_Goku: that happens automatically as soon as the thing in -proposed is ready (http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html) [15:40] and that process runs multiple times an hour, typically [15:40] smoser: just make sure that it's really fast [15:40] smoser: i. e. milliseconds [15:42] well, it might not be on first boot. [15:43] doko: done [15:43] and even [15:43] time python3 -c 'pass' [15:43] erk, python? [15:43] uuh [15:43] is itself on the order of milliseconds (~ 0.04) [15:43] this runs on every add or change of a network device [15:44] well, at least add NAME=="" so that it doesn't re-run after it ran successfully once [15:44] right. but i need it to block until cloud-init-nonet has determined what the new name should be. [15:44] no, you can't do that [15:44] nacc: is there a way to set conflicts or dependencies for enabling confs through a2enconf? [15:44] hm.. why not ? [15:44] you can run for a second or so and figure out the name, but you can't block indefinititely on some external async service to run [15:45] udev will just kill it if it thinks it is taking too long [15:45] is that right ? [15:45] right, that too [15:45] smoser: but the attributes -> name map should be in some easy to parse format somewhere on disk [15:46] and if it's not there, just don't assign a name [15:46] if it's not configured, nothing should use the device [15:46] so the goal is for cloud-init-nonet to find a network configuration that says "the nic with mac XX:YY should be named pittinet0" [15:46] but this event may come in before cloud-init-nonet has run [15:46] (or run to completion) [15:46] nacc: I can’t seem to find anything that indicates it’s possible, but I was hoping it’d be possible to make it so that when a2enconf php7.0-fpm is activated, it can switch on dependent modules, or indicate that it won’t run if php7.0 is enabled [15:47] so my plan would be for that IMPORT program to simply parse a file liek you suggest , but one written by cloud-init-nonet. [15:47] if the file (/run/cloud-init/simple-parse-file) is not present, it would block and wait for it to appear. [15:47] Son_Goku: shouldn't that be something php7 upstream does? i dont' think it'd be uatomatic, it'd need soemthing we'd have to write, i guess [15:47] smoser: cloud-init-nonet could trigger change events for network cards if it actually has any assignments [15:47] then they'll re-run [15:48] nacc: they don’t care, and I wrote the php7.0-fpm a2enconf stuff [15:48] technically, nothing will blow up if you do it with mine, as it just won’t do anything if php7.0 is active [15:49] * Son_Goku gets really confused with mod/conf system [15:53] nacc, slangasek: the zeromq3 and php-defaults transitions are coupled. what's the status of the failing autopkgtest for php-imagick? [15:55] doko: debugging it as we speak [15:55] ta [15:58] pitti, but the 'RUN+' that does the ifup has to have the new name, and ideally not run until /etc/network/interfaces has been populated with the provided data. [15:58] and the CHANGE woudln't rename the interfaces i dont think. at least in the past via 70-persistent-net.rules, those were done only on ACTION=="add". [16:05] but i admit to not understanding 80-net-setup-link.rules [16:06] oh. now that i read it i undderstand more. [16:21] why does running 'systemctl start dbus' fail like it does on xenial, but not on debian? [16:21] "Failed to start dbus.service: Operation refused, unit dbus.service may be requested by dependency only." === shuduo is now known as shuduo-afk [16:23] slangasek: ugh, at least on s390, we've got a string with a zero length, but pointing to a valid string [16:23] tjaalton: that (RefuseManualStart=yes) is an ubuntu speficic change [16:24] pitti: okay [16:24] tjaalton: that particular change was from bug 1540282 [16:24] bug 1540282 in dbus (Ubuntu) "Breaks policykit/systemctl commands when restarted" [Low,Fix released] https://launchpad.net/bugs/1540282 [16:24] need to work around it in freeipa then [16:24] tjaalton: and the whole "don't stop on shutdown" is still from bug 1438612 [16:24] or just not run start, seems silly anyway [16:24] bug 1438612 in dbus (Ubuntu) "remote file systems hang on shutdown, D-BUS stops too early" [High,Fix released] https://launchpad.net/bugs/1438612 [16:25] once we fix all consumers of d-bus interfaces on shutdown to DTRT we can drop it again [16:25] but things getting stuck on trying to talk to dbus on shutdown have caused tons of shutdown hangs [16:25] right, ok [16:25] so this was a dirty, but remarkably effective way of fixing those [16:25] tjaalton: I was hoping that by 16.04 we would have kdbus and none of this would be relevant any more :/ [16:25] heh :) [16:27] pitti: well… there’s bus1, maybe someday possibly? [16:27] who the hell knows anymore... [16:30] doko: zeromq3 and php-defaults should not be coupled; I've uploaded php-defaults to not require a newer version of php-zmq [16:37] xnox: please could you explain your upload of juju-mongodb 2.4.10-0ubuntu6? I'm reviewing updated juju-mongodb packaging for upload and want to know whether I need to carry that forward or not. It would help to know why. [16:38] rbasak, juju-mongodb should be built on all ubuntu architectures, there is no reason not to. [16:39] as juju works on all arches (and go, and mongodb) [16:39] rbasak, you should carry "Architecture: any". [16:39] xnox: OK, so please could you explain this in the changelog at time of upload? [16:40] I did =) "Drop architecture restrictions." i'm not sure how else to phrase it, there is nothing arch-specific in the package. [16:40] No, that tells me _what_, not _why_. I can see _what_ by looking at a diff. [16:40] "build with "Architecture: all"" [16:40] way easier for quick-parsing [16:40] rbasak, horum, ok. Are you updating to new major upstream release or some such? [16:41] (or "any" in this case) [16:41] "Drop architecutre restrictions since there is nothing arch-specific in the package" would be better, for example. Or whatever other reasoning you want to give. Otherwise I don't know if there's some hidden reason I'm missing and have to investigate. [16:41] xnox: yeah - 2.6 and 3.2 as new source packages. [16:42] There may be porting issues. We'll see. [16:42] rbasak, you will probably need to cherrypick 2.6 & 3.2 branches from e.g. IBM for ppc64el and s390x ports.... [16:42] (aka update/refresh the port patches that we include there) [16:42] and probably pick up linaro trees for arm64. [16:43] unless it's all upstream, but i don't think all has made it into 3.2. [16:44] hi rbasak [16:44] sinzui: xnox was talking above about porting suggestions for s390x, ppc64el and arm64. [16:44] I noticed that your juju-mongodb 2.6 packaging was based on ubuntu4, and ubuntu5 adds some porting stuff. [16:45] Do you know the current status of your 2.6 packaging wrt. those architectures please? [16:45] rbasak: oops. I didn't realise how stale that package had become. I can and will use xenial's current package as the base [16:46] sinzui: it's only a couple of minor changes, don't bother. [16:46] sinzui: just apply those changes to the top of your tree or something. [16:47] rbasak, sinzui - yeah we should not regress arch support, if there are troubles with ppc64el/s390x/arm64 do open a bug and let me know. there shouldn't be any porting required, just finding the right vendor repos on github and integrating them. [16:47] rbasak: the 2,6 package was fine on ppc64el and arm64. [16:47] sinzui, s390x is brand new, and powerpc was added too. [16:47] rbasak: I got access to s390x yesterday and need to solve hoe to build and test on it...it looks lile a fedora derivative [16:48] sinzui: or if you prefer, I can leave it for now and wait for an update from you? [16:48] sinzui, you got access to the wrong thing =) [16:48] xnox: Juju doesn't support powerpc but s390x is what we are adding [16:48] sinzui, you got access to a z/KVM, which should have libvirt running which can be used to launch ubuntu cloud image. [16:49] sinzui, for development and building things, you probably want an ubuntu lpar and/or ubuntu zvm. I have those available and can co-share access to that. It has like sbuild. [16:49] sinzui, note that some of juju ppas have s390x enabled now, thus you can just use a launchpad ppa to be honest. [16:49] xnox: yes, vish is there but was expecting ubuntu xenial [16:49] doko: ah I see, it's a one-way dep where php-defaults needs to happen first and then zeromq can go. Yeah, I'm forcing php-defaults through [16:50] sinzui, hence i said wrong thing. very little people actually need acess to z/KVM (rhel + virsh) [16:50] nacc: zero length> another rounding bug? ;) [16:50] xnox: The juju ppas are s390x enabled. and we have built [16:50] sinzui, do update your rt request to get normal ubuntu lpar / zvm [16:51] thank you very much xnox [16:51] sinzui: please run update-maintainer also, and check the architecture list. [16:52] sinzui: Architecture: any might be more appropriate. It's fine to have unsupported architectures fail to build. Makes future porting easier. [16:52] slangasek: i think it might be an upstream php bug ... they do some extra init routines in mb_strpos that they don't do in mb_stripos [16:52] slangasek: looking into it [16:52] * slangasek nods [16:53] slangasek: doko: also i think i figured out the php-imagick issue [16:53] slangasek: missing some parentheses :/ [16:53] testing that now too [16:53] nice :) [16:54] slangasek: ah ok, i think php7.0 upstream has a fix for the s390x bug [16:54] "fix incompatible pointers on 64-bit" :) [16:54] or, it might, at least [16:54] slangasek: going to try and build php7.0 from source on s390x to test [16:55] jamespage: hi, libcommon-lang-java is broken because of the diff to debian (not using bnd). freeipa server fails because of that (more accurately pkispawn fails because of java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils) [16:56] and also the jar is three times bigger than on debian [17:04] tjaalton: i'd like to help debug that ... can you provide me a configuration that i can use to reproduce? that is, where could/should i point pkispawn? [17:05] nacc: what do you mean? install pki-ca, run pkispawn [17:05] it'll fail while trying to connect to the daemon, since it fails to start [17:07] tjaalton: which release? [17:08] pitti, is a generator guaranteed to run before udev events ? i'd guess it must be. [17:08] tjaalton: in xenial, i get: http://paste.ubuntu.com/15402793/ [17:08] xenial [17:08] smoser, well there is udev running in the initramfs, generators are run before udev-coldplug service at which point all events are retriggered if i understand things right. [17:08] right. [17:09] that sounds sane. [17:09] nacc: hostname foo.bar [17:10] tjaalton: doing that and updated /etc/hosts in my schroot, it started up and is asking me for a "Subsystem" [17:10] and it should only have [CA]? [17:11] hit enter [17:12] tjaalton: ok, Directory server is localhost? [17:13] oh right, you need that set up first [17:13] install 389-ds-base === alexisb is now known as alexisb-afk [17:14] tjaalton: ok [17:14] run setup-ds [17:14] express [17:14] tjaalton: ok, one sec [17:18] smoser: not before the initrd's udev, but certainly before we re-start udev adn do the big udevtrigger [17:18] right, what xnox said [17:19] yeah. so woudl there be an easy way to say "am i shooting for the cloud-inti target" in udev ? [17:19] i can check for the .target file taht the generator would have written [17:22] tjaalton: might need more config to make it work in a sbuild :/ [17:22] smoser: udev rules can't wait for anything; the only thing you can do is to start a .service asynchronously from a rule (SYSTEMD_WANTS) [17:23] nacc: no you need a real machine [17:23] aiui [17:23] tjaalton: :/ ok [17:24] tjaalton: not as easy for me to easily reproduce then :) [17:24] real as in proper install, virtual or otherwise [17:24] not chroot [17:27] sinzui: I'm done reviewing bug 1557830. Most items are related to architecture support and patches. It may be easiest to resolve this with xnox. When done I'm happy to upload, or xnox can if he wants. [17:27] bug 1557830 in juju-mongodb (Ubuntu) "[needs-packaging] juju-mongodb2.6 in xenial, wily, and trusty" [Undecided,New] https://launchpad.net/bugs/1557830 [17:27] nacc: this seems related https://bugs.launchpad.net/ubuntu/+source/axis/+bug/894302 [17:27] Launchpad bug 894302 in axis (Ubuntu Trusty) "jar files do not include OSGi metadata" [High,Triaged] [17:28] thank you rbasak [17:29] tjaalton: ok, i can try and look into it if jamespage can't [17:29] heh, and https://bugs.launchpad.net/ubuntu/+source/libcommons-lang-java/+bug/1556647 [17:29] Launchpad bug 1556647 in libcommons-lang-java (Ubuntu) "/usr/share/java/commons-lang.jar contains documentation" [Undecided,Confirmed] [17:30] explains why it's so big [17:30] and why it's broken [17:30] tjaalton: ok, one sec === salem_ is now known as _salem [17:33] tjaalton: i'll try and reproduce & debug [17:33] tjaalton: you're right, that's almost certainly the underlying cause === _salem is now known as salem_ [17:42] quick comment/concern - I have been unable to get changes in alsamixer in the ammount of channels to stick (defaults to two, I change it to 6 for 5.1) When reboot it is back to two again :/ [17:42] with all of the 16.04 images I have tried [17:42] ubuntu / mate / xubuntu etc. [17:43] nacc: here's the diff, if you plan on fixing it, should make it easier https://launchpadlibrarian.net/247122600/libcommons-lang-java_2.6-5ubuntu1_2.6-6ubuntu1.diff.gz [17:44] or maybe not [18:00] sinzui, rbasak, awww... we need 2.6 to in-place upgrade to 3.2 *sigh*. I would have thought we would be serialising juju and re-deploying for migration. E.g. because juju2 has different format for stuff anyway. [18:00] pitti, now i see what you meant by all mongos everywhere. [18:00] xnox: it's astounding. time is fleeting! Maaaaadness takes its toll. [18:01] xnox: yeah, it is very disapointing. there was discussion in Juju about creating their own format to inport/export to. that might be the long term solution [18:01] leeeet's dooo the moooongoooo agaaaain ♪ [18:01] sinzui, e.g. like sqlite or something =) [18:01] :) [18:02] if we could serialize juju's db, why bother and not just always use that serialization format *cough* :) [18:02] sinzui, as far as i can tell, we don't actually use anything mongo-ish in juju. [18:03] xnox: it is both a document stoe and a file store which cloud be done both other things. Mongo offers some encapulation. === alexisb-afk is now known as alexisb === salem_ is now known as _salem === _salem is now known as salem_ [18:37] slangasek: great, s390x failures fixed, sending a debdiff for that and the twig failures (as it's a real bugfix too) [18:41] slangasek: LP: #1558201 [18:41] Launchpad bug 1558201 in php7.0 (Ubuntu) "php-sabre-dav-2.1 testsuite failures in mb_stripos on s390x" [Undecided,New] https://launchpad.net/bugs/1558201 [18:53] tjaalton: weird, the build produces a good jar, but something but be messing it up, reproduced and debugging now === salem_ is now known as _salem [19:07] nacc: is LP: #1558201 the only patch needed for php7.0 right now? I'll probably let the current round of packages migrate and then pick up that diff [19:07] Launchpad bug 1558201 in php7.0 (Ubuntu) "php-sabre-dav-2.1 testsuite failures in mb_stripos on s390x" [Undecided,New] https://launchpad.net/bugs/1558201 === _salem is now known as salem_ [19:08] (now that I've got the imagick hints the right way 'round) [19:13] slangasek: yes, i think so -- that will fix the two known issues we've hit in testing with php7.0 [19:14] nacc: which are the two? I only saw the sabre-dav/s390x one [19:14] slangasek: sorry, the debdiff has two patches added [19:14] ok [19:14] slangasek: i wasn't sure how to do that with the two bugs [19:14] like that is fine :) [19:14] ok :) [19:18] tjaalton: i think i found it [19:18] tjaalton: but would need jamespage to review it [19:21] nacc: ok, looks like we're going to need one more p-m run but this should really be the one now - unfortunately p-m made a wrong guess about the packages to hint together and pulled in php-zmq, but a manual hint should get past that [19:21] then the php gallstone will be cleared and we can tie up loose ends [19:22] slangasek: great, thanks [19:23] <[reed]> Could I get somebody to add precise to https://bugs.launchpad.net/ubuntu/+source/git/+bug/1557787 to get that fixed? [19:23] Launchpad bug 1557787 in git (Debian) "client/server RCEs in path_name()" [Unknown,Confirmed] [19:25] nacc: debian/patches, please include Bug-Ubuntu references for clarity; do you want to fix those up or shall I? [19:26] nacc: btw, provided proper Bug-Ubuntu headers, I favor generating the debian/changelog entries using dep3changelog [19:26] slangasek: ah sorry, i can fix that up, i didn't have one of the bugs opened yet. Let me do that and run that command [19:26] (though the authorship of dep3changelog may imply some bias) [19:30] nacc: love the fix for the s390x mbstring problem. my only question is, why are we not building php7.0 with -Werror= flags that make this a build-time failure [19:32] slangasek: good question [19:32] nacc: also, when I say I "love the fix", what I actually mean is "why the heck did they not just fix the type of mbfl_string in the embedded libmbfl" [19:33] I suppose because somebody could be building php against a stand-alone built of this library and it's ABI-changing [19:33] nacc: oh look, php migrated [19:34] slangasek: awesome; and updated debdiff posted in that same bug [19:51] nacc: ok, so reason #1 not to build with -Wall -Werror, the phpdbg build fails to configure when using those flags ;) [19:53] heh [19:53] slangasek: i wondered about that [19:53] slangasek: there are a ton of warnings already emitted [19:54] slangasek: so that's probably why [19:54] but they could possible turn on some flags [19:54] slangasek: upstream is finally fixing all the semicolon issues, but even that's not done yet, afaict [19:54] and if I ignore that, I get http://paste.ubuntu.com/15404033/ [19:55] hrm [19:55] Pharaoh_Atem: do you know --^ ? [19:56] slangasek: in theory, could do -Werror -Wincompatible-pointer-types, right? [19:56] the problem is the configure script is wrong about strtok_r not being defined, so it goes a bit off [19:56] oh i see [19:56] nacc: yeah possibly [19:56] I think there are probably a lot of other warnings you'd want turned on :) [19:56] slangasek: yeah, i can take that as another todo [19:57] slangasek: to at least look into [19:57] nacc: yeah; it's not urgent, but chances are it'd turn up other latent bugs like the mbstring one [19:57] slangasek: yep [19:58] nacc: -Wincompatible-pointer-types doesn't catch it, fwiw [19:58] not sure what the right -W flag is, I guess doko might know [20:01] slangasek: so i got e-mails from lp about the bugs being fixed for php-defaults/php7.0/php-universe-source7.0. But excuses still lists them all? [20:04] nacc: excuses shows you what's currently under consideration; update_output shows you whether it's actually being promoted; they'll be gone from update_excuses as of the /next/ p-m run [20:04] slangasek: ah! i see, more timing nuance :) [20:34] nacc: I haven't seen a new debdiff for php-imagick. you still working on that one? [20:52] slangasek: yeah, having issues with my adt-lxc at home [20:52] slangasek: let me try to resync my base image and start the tests up again [20:54] nacc: ok no hurry, just trying to make sure I'm not dropping any balls [20:55] slangasek: the only thing i've submitted right now is the two patches to php7.0. I'm hoping to have php-proxy-manager and php-zend* fixed today [20:56] ok [21:04] nacc: do you know anything about this warning?: W: php-mongodb source: pear-package-without-pkg-php-tools-builddep [21:08] slangasek: i think it's this: https://lintian.debian.org/tags/pear-package-without-pkg-php-tools-builddep.html [21:08] slangasek: it's part of the debian php7.0 transition, iiuc [21:13] yeah, as part of the update to php7, most distros are yanking pear specific requirements [21:13] mainly to kill a couple of circular dependencies that are a pain to resolve when doing a bootstrap upgrade [21:14] err, a bootstrap of a new php version for an upgrade [21:14] not for bootstrap the js thingy [21:16] Hello. Is there any specific reason adobe-flashplugin is stuck in partner-proposed? I don't see it on the update excuses page. [21:27] cyphermox: smb doko any of you around? [21:27] lamont: yeah [21:27] wanna play with bind9 / isc-dhcp for me? [21:27] I'll be uploading to a couple of ppas momentarily [21:28] lamont, where? [21:29] my ppa, and the maas ppa [21:29] once it gets any exposure, xenial [21:29] but zomfg [21:30] I had to get out a hammer and smash -export back into the code... and I went with "let's not perturb the cleanup work that doko did, because I like that better than the old wya" [21:30] ISC dropped the --enable-exportlib configure code [21:30] * doko thought that URL were common knowledge ;-P [21:31] dpkg-shlibdeps: error: couldn't find library libisccc-export.so.140 needed by debian/libisccfg-export140/lib/x86_64-linux-gnu/libisccfg-export.so.140.3.0 (ELF format: 'elf64-x86-64'; RPATH: '') === salem_ is now known as _salem [21:31] bah and bother [21:31] oh haha [21:43] and then, this weekend maybe (hahaha), I plan to roll to 9.10.3.dfsg.P4, because it's out [21:46] xnox: hey, come join us in #zfsonlinux ;) Never seen somebody with a s390x use it [21:46] dasjoe, well... ssssh [21:47] =) [21:51] nacc: well, lintian locally gives me all the same information as that webpage about the message, was wondering if you knew that the message was a false-positive and why [22:15] nacc: I can sponsor libcommons-lang-java [22:16] tjaalton: ok, it looks like an obvious tweak to me and the generated jar seems correct now [22:16] nacc: yep [22:16] cyphermox: https://launchpad.net/~lamont/+archive/ubuntu/ppa/+build/9360619 [22:16] still building, and once it finishes, I'll upload isc-dhcp [22:20] slangasek: ok, so the php-zeta-console-tools failure is ... not quite clear to me as being a real issue. That is, what is failing is the test is doing a variable assignment like: $table[][0]->format = "test", where $table is of type ezcConsoleTable, which inherits from ArrayAccess [22:20] that, in turn, implicitly calls getOffset() for the $table variable [22:21] getOffset is declared as getOffset($offset) [22:21] but, it seems like when [] is used, $offset is empty [22:21] so it can't be accessed and throws an error [22:22] nacc: I can help you bludgeon C compilers to get php to build, and dredge a path through p-m to get it into the archive; but I have remained blissfully ignorant of all changes to the PHP language's semantics for the past decade [22:23] slangasek: yeah, i'm just not sure it's a "new" failure, as we weren't running the tests at build-time before the version we just picked up [22:25] slangasek: is it possible for me to see the autopkgtst results for 1.7-1? [22:25] nacc: uploaded [22:25] nacc: http://autopkgtest.ubuntu.com/packages/p/php-zeta-console-tools/ ? [22:25] nacc: seems it passed with php5 5.6.17+dfsg-3ubuntu1, and fails before and after [22:29] slangasek: indeed [22:29] i wish i knew what "bug #10710" is referring to [22:29] bug 10710 in Ubuntu "linux86: FTBFS on amd64: elksemu's file format not recognized." [High,Fix released] https://launchpad.net/bugs/10710 [22:29] err, sorry, it's definitely *not* referring to that :) [22:33] slangasek: asking on their IRC channel [22:37] slangasek: would you be able to review LP: #1543803? to fix my AWS error [22:37] Launchpad bug 1543803 in aws-sdk-for-php (Ubuntu) "Sync aws-sdk-for-php 3.14.2-1 (universe) from Debian experimental (main)" [Wishlist,New] https://launchpad.net/bugs/1543803 [22:37] slangasek: that's one of the two holdups for php-monolog [22:45] hey pitti - chef 12.3.0-3 fixes the FTBFS on rebuild, but I'm not sure if it's safe to sync over your delta (or whether it should be merged) [22:45] nacc: yeah, still on my todo list [22:46] doko cyphermox smb blake_r bind9 built, and isc-dhcp uploaded to https://launchpad.net/~lamont/+archive/ubuntu/ppa/+packages ( blake_r also to experimental3). pls to test [22:46] Logan: see debian bug 798618, looks like it wasn't applied in Debian yet, so it needs merging [22:46] Debian bug 798618 in chef "chef-client: autopkgtest race condition" [Normal,Open] http://bugs.debian.org/798618 [22:47] pitti: ok, mind if I grab the merge in that case? [22:47] Logan: of course I don't mind, thank you! [22:47] of course :) [22:53] hmm, spoke too soon. the package needs to reduce its dependency on the plist gem as well :| [23:05] lamont, Right now I only see bind9 there. But since yesterday's tomorrow just became today, I will have a look in a few hours [23:30] slangasek: fyi, the php-zeta-console-tools is a bug in php, fixed upstream, narrowing it down now [23:49] heh [23:52] smb: /me typoed the upload url :( [23:53] _now_ it's uploaded [23:53] and building