=== JanC_ is now known as JanC [02:31] mwhudson: sweet: http://autopkgtest.ubuntu.com/packages/celery/artful/amd64 [02:32] jamespage: mwhudson: unblocking the packages [02:32] nacc: \p/ [02:32] \o/ rather [02:33] * mwhudson is making is very own das keyboard [02:33] mwhudson: i figured it was in profile [02:33] mwhudson: maybe a stretch or something :) [02:41] heh [05:53] nacc: awesome - thanks again for all of your work on this! [06:17] Good morning [09:02] cron job for every 1.5 hours [09:02] https://stackoverflow.com/questions/247626/how-can-i-set-cron-to-run-certain-commands-every-one-and-a-half-hours [09:03] won't this work? [09:03] */90 * * * * [09:03] I didn't find it anywhere.. [09:04] all say about splitting the syntax. [09:04] */90 * * * * won't work? [09:16] db`: no, as 0-59 are the allowed values for minutes [09:16] okay [09:16] db`: "run in when $minute is a multiple of 90" won't happen very often. what's so bad about having two entries? [09:17] Okay. will do it like that [09:17] tahnks. [09:43] jamespage: I got the patches I needed for openvswitch and tests look good. [09:43] jamespage: I will likely upload the arm-dpdk+ftbfs-fix later today - let me know if there are any conflicts ahead [09:43] patches are arm-dpdk only, still I checked and normal OVS seems unaffected as it should be [09:44] cpaelzer: nothing that I am aware of [09:46] thanks jamespage [09:47] cpaelzer: no thankyou for your work in this area - its appreciated by me and the wider community of users :-) [09:47] you make me smile, but I wonder if you just want to raise my mood [10:42] hm, why would someone add a "samba" tag to a bug against samba? Kind of redundant? :) [11:07] cpaelzer: could you look at https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1697729 when you're next in libvirt land [11:07] Launchpad bug 1697729 in libvirt (Ubuntu) "port allocator allocates the same SPICE port for multiple guests (race condition)" [Undecided,New] === _danpawlik is now known as danpawlik [12:02] jamespage: added to my list [12:03] jamespage: but by german luck (public holdiys) this week is a short one, so needs a bit of time [12:05] but the bug and patch are nice and clear - so I don't expect anything stopping me [12:09] jamespage: btw just saw that the new mininet fails on OVS Test in artful-proposed [12:09] jamespage: seems like it needs an explicit shutdown now [12:09] jamespage: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/amd64/o/openvswitch/20170531_164045_f27a5@/log.gz [12:09] jamespage: the number of control ports rise each test by one and they fail saying it should be stopped [12:10] jamespage: haven't looked deeper into it [12:10] just saw that checking for my upload in excuses [15:21] jamespage: np! [15:26] dpb1: ping me when you want to review your `git ubuntu build` issue [15:26] *build-source [15:27] nacc: thx [15:27] nacc: ya, I need some interactive debugging I think [15:43] ahasenack: samba tests appear to be working as expected now [15:43] https://paste.ubuntu.com/24857332/ [16:25] powersj is doing my bug triage job for me lol [16:26] teward: yw! :) [16:26] :D [16:26] :P [16:26] And I even copied and pasted from your page this time ;) [16:26] powersj: thank you again for doing my job :) [16:26] powersj: yay! I appreciate the assistance :) [16:31] powersj: the tests swallow stdout somehow? like http://pastebin.ubuntu.com/24857739/ [16:32] I would expect to see the local workgroup SID somewhere in there [16:32] as evidence [16:32] ahasenack: yes it does [16:32] dpb1: note also that `git ubuntu build` is *just* a wrapper around dpkg-buildpackage [16:32] dpb1: it's not often used by end-users [16:33] I have time now [16:33] so... [16:33] dpb1: sure [16:33] powersj: it's hard to verify that test as it is, it could be a false green as we have seen [16:33] build-source is what I should have been using [16:33] dpb1: and did (it looks like) [16:33] dpb1: yeah, typically i use build-source followed by an appropriate sbuild [16:33] ahasenack: I would suggest going and looking at the actual tests before going that far [16:33] hm, right [16:34] I do agree in principle, but knowing how we check for output for the tests I like to think we are ok [16:34] nacc: so, git ubuntu clone; quilt push -a; git build-source [16:34] that should get me the latest source package as it would be installed in the dev release [16:34] dpb1: no, you don't want to be in patches-applied state [16:35] Although I haven't thought about keeping all the stdout before, that is one I didn't question [16:35] dpb1: you should be able to just do `git ubuntu clone; git ubuntu build-source` [16:35] nacc: ah, only when making a modification [16:35] ok [16:35] dpb1: with a cd in between, i guess [16:35] right [16:35] dpb1: alternatively `pull-lp-source ` :) [16:35] makes sense [16:35] well [16:35] I have changes I want to make, but first I want a baseline [16:35] dpb1: those two should produce the same output [16:36] nacc: fwiw, I'm looking at this bug: https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1658653 [16:37] Launchpad bug 1658653 in nis (Ubuntu) "Ypbind service fails to start on system bootup [race condition]" [Medium,Confirmed] [16:37] powersj: I branched lp:ubuntu-test-cases/server/ [16:37] dpb1: your 'baseline' for a source pacakge is obtainable from `pull-lp-source ` as well, is all i meant before [16:37] nacc: got it [16:38] dpb1: or more correclty, sorry, `pull-lp-source -d ` [16:38] powersj: is that the automated version of http://iso.qa.ubuntu.com/qatracker/milestones/351/builds/117343/testcases/1409/results ? [16:38] dpb1: that won't extract the source package, and you can use that as the baseline for generating debdiffs [16:38] well, samba-server inside that branch, that is [16:39] nacc: idk, I like git log, it's helpful to have it right at first [16:39] dpb1: sure that will work too [16:42] nacc: for the mechanics of actually testing my change. what do you normally do? new lxd for artful? [16:47] dpb1: so it happens with artful too (already confirmed)? [16:48] dpb1: yeah, so what i'd do is a) setup a PPA to test (a bit slower) or b) build in sbuild and `lxc file push` to a artful lxd and install there [16:48] haven't confirmed yet, no. [16:48] dpb1: ok, that's probably step 1 -- you can also just look in d/changelog if something stands out [16:50] ahasenack: the automated ISO tests have a repo where the jenkins jobs are kept and another for the tests [16:50] tests are here https://code.launchpad.net/~ubuntu-server-qa/ubuntu-test-cases/server-tests-raring [16:51] which looks like you found further above (sorry didn't read that far up) [16:51] np [16:51] they don't include the steps from that manual test page [16:53] step 28 seems to be the only one missing [18:37] Is there a guide on tftp/network booting/installing against the full server iso? so we get all the drivers. [18:37] Epx998: perhaps investigate what maas is doing? [18:40] sarnold: maybe one day we'll get hours approved to POC MAAS, but for now we use tftp against the netboot images, we just want an all inclusive image with all the drivers. Installing against the iso, wondering if there is a how-to or documentation somewhere for it. [18:42] Epx998: rather confused -- you're using the netboot image, which implies you're using a rather minimal env to start (just enough to netboot generally). "All the drivers" in what context do you mean? [18:45] nacc: my manager has a bad habit of ordering servers for many different manufactors, tired of dealing with driver issues every time we get new hardware. This time its huawei, video drivers out the box with netboot, no issues if we use the iso. We have some UB14 servers still, good ol controller issue there. [18:46] meant also we have some ub12 servers still, that are giving controller issues for the drives. [20:05] powersj: hey, how would one change a test like http://iso.qa.ubuntu.com/qatracker/testcases/1409/info? Where is that stored? [20:05] I would like to propose a change to step 28, which the automated bits are not even running [20:05] ahasenack: at the top of the page there is a file a bug link, which takes you to the project [20:06] aha [20:06] thx [20:06] ahasenack: https://code.launchpad.net/~ubuntu-testcase/ubuntu-manual-tests/trunk [20:06] ahasenack: i think? [20:06] will check [20:07] ahasenack: http://bazaar.launchpad.net/~ubuntu-testcase/ubuntu-manual-tests/trunk/view/head:/testcases/image/1409_Install%20%28Samba%20server%29 [20:07] ahasenack: that's "1409_Install_Samba_server" i think [20:07] that looks right [20:11] thanks [20:12] powersj: I can add the new step 28 to the automated tests, will look into that later [20:12] sweet [20:12] ahasenack: if there are other bigger changes that would make it easier, please do. I have looked at these tests way too much, and taking a step back to review them would be good. [20:12] sure [20:13] we can add the simple dep8 tests i added recently too, they are simple, exercise the localhost network only, and can be run right after a default install [20:13] https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1697996 ftr, now cooking up a branch [20:13] Launchpad bug 1697996 in Ubuntu Manual Tests "samba: step 28 doesn't work without joining a domain" [Undecided,New] [20:27] Does MAAS have to act as a DHCP server or does it have a built-in tftp service that I can next to? [20:32] I think not using the dhcp server that comes with maas will lead to pain. I know it was possible in the 1.8/1.9 versions, not so sure about current 2.2. But even with 1.8/1.9, it wasn't really the recommended way [20:32] roaksoax will have a better insight :) [20:32] all you need with dhcp is to point to a tftp server [20:33] if maas is running a tftp server internally, makes it easy [20:33] tbh, maas nowadays only uses dhcp for that step. The Ip assignment is made by writing to /etc/network/interfaces* directly [20:34] commissioning and enlisting steps, I mean. In the actual node deployment you get a "static" IP in e-n-i [20:34] but you can still select dhcp if you want [20:35] Epx998: I suggest you hop into #maas here on freenode [20:35] we run isc-dhcp-server on another node, all of our subnets have a dhcp helper to the dhcp serve, that just next's our tftp [20:35] will do [20:36] that channel was active 30min ago [20:37] Epx998: did you read https://docs.ubuntu.com/maas/2.1/en/installconfig-network-dhcp ? [20:38] ahasenack: need to validate maas as a replacement for OS provisioning, we really dont need to replace our dhcp server [20:39] sure [20:39] yeah its running tftpd, i can see port 69 in use - so thast good === hehehe is now known as Guest3176 === Guest3176 is now known as hehehe [21:27] hey hey [21:27] :D [21:56] Hmmm, does anybody know how to fully disable winbind auth in dovecot? I have "auth_use_winbind = no" configued, and `doveconf` confirms that's active, yet I'm constantly seeing pam_winbind being invoked for dovecot:auth in the log. [21:57] not an expert, but it sounds like dovecot is using pam, and pam is using winbind [21:57] so, either configure pam to not use winbind, or configure dovecot to not use pam [21:58] Unfortunately neither of those options is exactly optimal :( [21:58] Particularly considering that the server in question also doubles as a fileserver to Windows machines. [21:59] well, that's what VMs/containers are for [22:00] Yeah, because I'm sure I won't run into *other* issues greater than just spurious log file lines if I complicate things like that ;) [22:00] keithzg: is there an /etc/pam.d/dovecot? [22:00] separation of duty is important for lots of reasons, and that's one of them [22:01] sarnold: There is indeed! [22:01] keithzg: does it use winbind? :) [22:02] sarnold: Not explicitly, although I should look into if any of the inlcuded options in turn include winbind; just lists common-auth, common-account, and common-session. [22:03] qman__: Eh, I don't disagree in principle, and it's why most of the internal services are indeed run in VMs. But in this instance, the users being authed also have their home directories on the server, which is in turn where their Maildirs live. And everyone insists on accessing all this at least slightly differently than everyone else... [22:06] sarnold: Yeah, good catch, all three of those include pam_winbind.so [22:09] keithzg: now you get to decide if you want to neuter those or just duplicate them directly into dovecot without the line.. [22:09] hey all i am trying to move my mysql datadir off to a block volume on DO [22:09] and syslog shows these entries [22:09] Jun 14 22:03:49 app01 kernel: [27231.885231] audit: type=1400 audit(1497477829.157:531): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="/proc/23000/status" pid=23000 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=112 ouid=112 [22:09] Jun 14 22:03:49 app01 kernel: [27231.885383] audit: type=1400 audit(1497477829.157:532): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="/sys/devices/system/node/" pid=23000 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=112 ouid=0 [22:09] Jun 14 22:03:50 app01 systemd[1]: Started MySQL Community Server. [22:09] even though i have an entry in /etc/apparmor.d/tunables/alias pointing to the new path [22:10] the service comes up fine but ansible still thinks its failing :\ [22:14] ndboost: note that those DENIED messages aren't for data files [22:14] ndboost: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1658233 [22:14] Launchpad bug 1658233 in mysql-5.7 (Ubuntu) "missing apparmor rules" [Low,Triaged] [22:14] is it denys for starting mysqld? [22:14] ahhh [22:14] "For MySQL the call to proc/pid/status is done as part of a check to ensure no other processes are using the same socket file, so it affects the server's ability to detect an invalid configuration." [22:14] bingo [22:15] ahh [22:15] forgive me for my lack of knowing how to navigate launchpad but is there a workaround? [22:15] ChmEarl, thx for your help, lvm2 works now. Unbelievable that this bug is more than an year old [22:15] ndboost: here's something to fiddle with https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1658239 [22:15] Launchpad bug 1658239 in apparmor (Ubuntu) "base abstraction missing glibc /proc/$pid/ things" [Undecided,New] [22:18] thanks sarnold [22:18] sarnold: Seems to me that merely changing the order in common-auth would solve my problem (so that winbind is last, rather than LDAP being last---LDAP being where the users actually live). I guess I have to give up using pam-auth-update then, though, since I don't see a way with it to specify order of plugins, only which plugins are enabled. [22:19] keithzg: you're firmly into territory I've never needed to know, but i'm surprised re-orderingw ould fix it [22:20] sarnold: Yeah, it's not a hard failure, all it is is an annoying set of lines printed in the dovecot logs (in scary red in our colorful systemd world, heh) when winbind fails, but then it moves onto ldap and is placated by successfully authenticating the users. [22:20] So I'm largely just fixing a cosmetic log issue for myself here, haha [22:21] keithzg: oh! I get it [22:21] my world is back together again, thanks :) [22:21] sarnold: haha, no problem :) And many thanks for being, yet again, The Answerer Of Questions :) [22:22] Aison, cheers [22:24] :D === skipyyty is now known as caliculk [22:56] is there some nagios nrpe server 3 backport for xenial? [22:58] the nagios 3 client from zesty is not working correctly with nrpe server from xenial [22:58] https://packages.ubuntu.com/xenial-backports/nagios-nrpe-server says no [22:59] Aison: is it https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849417 ? [22:59] Debian bug 849417 in nagios-nrpe-server "nagios-nrpe-server: segfault during SSL negotiation with older NRPE 2.15 plugin" [Normal,Fixed] [22:59] Aison: fwiw, nagios3 is being removed from artful (hopefully) [22:59] Aison: it's already been removed from Debian [23:01] tarpman, yes, it is related to ssl [23:01] nacc, why? [23:02] Aison: it's insecure and inactive upstream (icinga2 is the alternative) and nagios4 is the future (i think) [23:03] Aison: there are unfixed CVEs in nagios3 [23:03] LP: #1696252 is the artful bug [23:03] Launchpad bug 1696252 in nagios3 (Ubuntu) "Please remove nagios3 (and revdeps) from artful" [Undecided,New] https://launchpad.net/bugs/1696252 [23:03] well, nagios4 is an option too ;) but v4 it is also not in ubuntu (not even zesty) [23:04] Aison: not in debian either :) [23:22] GET /index.php?route=product/product&manufacturer_id=7&product_id=165 HTTP/1.1" 403 177 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; [23:22] baidu spiders are weird [23:23] he followed aliexpress scraper seems so :D [23:32] nacc: thanks for taking care of that kombu / celery mess [23:32] this channel makes me hungry sometimes