[00:14] xnox: cyphermox: am i correct in understanding htat in a working environment (which I have yet to consistenly make), the scopes for lxdbr0 would be DNS LLMNR/IPv4 LLMNR/IPv6? Does everyone else just have working host -> container lookups of their LXDs and not hit this at all? :) [00:14] stgraber: --^ :) [00:18] xnox: cyphermox: i wonder if this is all because lxd itself doesn't start a boot ... so possibly that boot-time race i saw earlier was just relative to when the dns records were cached/recorded? [00:27] mwhudson: There's regressions http://people.canonical.com/~ubuntu-archive/proposed-migration/artful/update_excuses.html#golang-github-jacobsa-crypto [00:28] that line-wrapped here at cry\npto and my brain turned that into "cry potato" [00:30] Heh, it just pushed the url to its own line for me, I think I like your version better though. [00:30] Also, you lost identification to services during the splits. [00:30] :( [00:31] wait how am I here? I thought this channel forbid joins by unregistered? [00:31] That was disabled since the spam hadn't been hitting elsewhere. [00:34] ah nice :) it was always annoying to discover I'd been parted from this channel for a day or several [00:34] More so since ubuntulog did too. [01:13] bdmurray: interesting, the cancer spreads beyond openssl -- 1699630 -- openssl has trouble, and then nothing else makes sense, and then other packages get stuck half-way too [07:45] is ubuntu somehow shipping a policy-rc.d file by default? I'm asking because of https://bugs.launchpad.net/ubuntu/+source/audit/+bug/1646015 [07:45] Launchpad bug 1646015 in audit (Ubuntu) "update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults" [Undecided,Confirmed] [08:02] bigon: mk-sbuild does, but certainly not normal installs [08:08] idd [08:08] apparently it's a docker thing (after some quick googleing) === iulian is now known as Guest25938 [08:48] mitya57: ping [08:48] o/ [08:48] mitya57: saw you replying so you are awake :-) [08:48] mitya57: tell me how I could help once you read my reply to the s390x issues [08:49] oh, thanks a lot [08:49] * mitya57 reads [08:51] cpaelzer, how difficult is it to get the stack trace of the hung process? [08:51] mitya57: like while hanging - or in advance while it runs into it ? [08:52] while hanged [08:52] easy I'd think, let me rekick it into the case [08:52] but it doesn't seem to spin so we likely get only one - the poll it is hanging on [08:53] anyway - it started - I'll ping you once it is hanging so we can joint debug it then [08:54] mitya57: and nobody on the mail said no - but at least from my experience I have not seen s390x specific hangs so far on any other builds [08:55] cpaelzer: actually I noticed one yesterday ;-) [08:55] https://launchpad.net/ubuntu/+source/clutter-1.0/1.26.0+dfsg-4/+build/12556836 [08:55] cpaelzer, also it would be even more interesting to check https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/2819/+build/12784776, there all Qt test processes have exited, so the hang happens in make or some other part of the build system. [08:56] mitya57: sure I just picked the first one in your set of links [08:57] mitya57: once we looked at the strace of the one now runnign I can trigger the multimedia one [08:57] interesting Laney - and also on/after tests [08:57] cpaelzer, thank you again! The first one is also interesting, maybe it will uncover some bug in Qt… [08:58] nacc, dns only starts with the first container.... [08:58] cpaelzer: yeah, although this is the first upload of that pkg where tests are run [08:58] Laney: mitya57: maybe something in whatever test framework they use changed and now hangs (almost) all test son s390? [08:59] cpaelzer: Our test frameworks are completely different. [08:59] :-/ [08:59] so much for the theory [08:59] could be a coincidence [09:00] One thing in common is the GLib main loop, though. [09:01] it didn't hang in debian but all the tests failed early there: https://buildd.debian.org/status/fetch.php?pkg=clutter-1.0&arch=s390x&ver=1.26.0+dfsg-4&stamp=1494334721&raw=0 [09:04] mitya57: the strace isn't great because we don't see the actual call of the program but instead that it was stopped and continued http://paste.ubuntu.com/24923578/ [09:04] which means I'd need a way to atatch earlier :-/ [09:04] * Laney tries some backports [09:05] Laney, you should try some hangout :-) [09:05] ffs [09:05] maybe with follow forks to an interim one that stays a while [09:05] we are waiting for you :p [09:05] cpaelzer, maybe you can attach gdb instead of strace? [09:05] :/ [09:05] wait a minute [09:05] cpaelzer, actually by stacktrace, I meant one from gdb [09:07] (though it may be also not very interesting) [09:08] mitya57: it is just as borked http://paste.ubuntu.com/24923590/ [09:09] whatever it is it already happened [09:10] I'm starting the qtmultimedia one to avoid this being a complex red herring [09:10] :( [09:11] cpaelzer, yes, maybe qtmultimedia would be different [09:16] Attached strace with -ff and such to "/usr/bin/dh build" while it was running /usr/bin/dh_auto_build [09:16] That way it should track whatever follows [09:16] And it is now in debian/rules override_dh_auto_test-arch - so who knows maybe we find something [09:16] but obviously this is a huge slowdown-fest now :-) [09:18] mitya57: hmm maybe - does that match your qtmultimedia hang http://paste.ubuntu.com/24923618/ ? [09:18] hmm seems similar - this time ./tst_qdeclarativemultimediaglobal [09:18] cpaelzer, yes, it does [09:19] full process chain http://paste.ubuntu.com/24923623/ [09:20] cpaelzer, I wonder how make[4] has exited if a child process is still running? [09:20] Do you have the full log? (stdout/stderr, not strace) [09:22] well I have my console and buildlog [09:22] so yes [09:23] in any case the follow fork strace workd here FYI http://paste.ubuntu.com/24923638/ [09:23] that is the haning pid [09:23] here also the build log so far http://paste.ubuntu.com/24923644/ [09:23] Laney: hey! I'm a bit of an autopkgtest noob - I triggered a test run through an explicit command through the request.cgi URL, I saw the test running and now that it's finished, where can I see the logs for it? I don't see it in http://autopkgtest.ubuntu.com/packages/matlab2tikz/artful/amd64 [09:24] sil2100: for a PPA? [09:25] Laney: yeah [09:25] cpaelzer, thanks, so maybe the issue is actually somewhere in Qt test runner. [09:25] https://wiki.ubuntu.com/ProposedMigration/#Testing_against_a_PPA [09:25] * sil2100 reads up [09:25] Laney: thanks! [09:25] here we also have this: [09:25] QWARN : QDeclarativeMultimediaGlobal::test_convertVolume() file:///usr/lib/s390x-linux-gnu/qt5/qml/QtTest/TestCase.qml:1781: TypeError: Cannot read property 'tag' of undefined [09:26] mitya57: the gdb backtrace looks just the same [09:26] as in the former case [09:28] If the test runner was in C++, I would like to add a breakpoint on the line where that TypeError is printed, but it is in QML so that would be difficult. [09:29] FD 5 which it polls on seems to be eventfd [09:30] That doesn't say anything to me :( [09:31] I wonder that the full starce has no open/socket/... that returns =5 [09:31] usually that is what I expect for those FDs [09:31] cpaelzer, what do you think about trying valgrind? bad idea? [09:32] bad idea [09:32] valgrind needs to rewrite code so you need to atatch upfront [09:32] if I would set that up working I'd attach gdb [09:32] the hard part is to "catch" it in between all the build systems complexity [09:32] that is why the strace -ff was neat to track at least a bit [09:32] cpaelzer, I can tell you how to run the test process directly [09:32] well lets try [09:33] Then you should be able to set up gdb [09:33] but for that I'll first kill my sbuild and do a debian/rules build locally in the dir [09:33] I hope that this hangs as well then [09:33] You can use the already built files [09:34] this is the most default sbuild setup - not sure if it leaves something around if I kill it now [09:34] You can chroot to it? [09:34] already searching the id [09:37] hrm the mountpoint it had in the buildlog is gone [09:37] and I don't want it to still hang with the sbuilds hanging processes [09:37] even cleanup is not set and it said it didn't [09:37] weird [09:37] but that reproduces pretty fast - I should soon have one ready [09:39] making build deps and all that avail ... [09:39] I'll ping you then mitya57 [09:39] once ready or once I've given up to screw my system into a non working state :-) [09:40] cpaelzer, thanks once again for your efforts :) [09:40] * cpaelzer has a mainframe heart === Guest25938 is now known as iulian [09:40] cpaelzer, in any case, something like this http://paste.ubuntu.com/24923708/ should allow you to run the test directly [09:40] (replace PKGBUILDDIR with /path/to/qtmultimedia-opensource-src-5.9.0/) [09:41] Unit193: ugh [09:41] ok will let you know then [09:52] ah 12 cpus, now this should be faster :-) [09:54] mitya57: if that is any relive - at least repro-wise - /usr/bin/debuild -eDEB_BUILD_OPTIONS=parallel=12 -us -uc runs just into the same hang [09:54] so all the sbuild is not needed to trigger - ehading to try the test manually now [09:57] mitya57: ok all complete I can trigger jsut the broken test now [09:58] \o/ [09:59] gdb atatched and running [10:00] mitya57: http://paste.ubuntu.com/24923770/ [10:01] I might need to make the libs debuggable [10:01] did you have dbgsyms in your ppa enabled? [10:03] cpaelzer, not much interesting, the dbgsyms won't help. [10:03] mitya57: I'll have a longer lunch break soon'ish - you can then plan what you'd need from me when I'm back [10:04] anything that would help to make that plans to exec immediately? [10:04] I don't have many ideas :( [10:04] Maybe my question about valgrind again? [10:04] It is too QT'y for me to have much ideas - most thing look like "Uh desktop?" to me [10:05] cpaelzer: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/2835/+packages looks like s390x is hanging on zesty and artful but passing earlier [10:05] I can run it, although I'd not expect a lot from valgrind here - we are not looking for leaks do we? [10:05] cpaelzer, Or maybe catch writes to stderr and get a stacktrace of the point where the warning is print? [10:05] *printed [10:06] you mean the one about the tag? [10:06] Yes [10:06] yeah - can try that after lunch [10:06] Sure [10:06] Laney, interesting, with Qt we didn't get anything like this on Zesty. [10:07] although... [10:07] again on y and x the tests are just failing [10:07] mitya57: I guess something different [10:08] valgrind also thinks the program is exited yet hangs [10:09] maybe the main thread went away [10:09] pasting valgrind log for you and then back after lunch [10:09] mitya57: http://paste.ubuntu.com/24923957/ [10:09] if we want other valgrind tools later let me know [10:12] I would expect some invalid read/write warnings right before that QWARN, but there are none [10:15] cpaelzer, a question for after lunch: can you edit /usr/lib/s390x-linux-gnu/qt5/qml/QtTest/TestCase.qml? Maybe some debug prints there would give more information [10:21] Hi everyone. How can I see how an application in an Ubuntu package was compiled? [10:22] ... or configured for compilation? [10:24] Judge: easiest is to check the build log [10:26] e. g. https://launchpad.net/ubuntu/+source/cockpit -> select version -> select architecture -> buildlog [10:32] Judge, pull-lp-source $srcpackage -> read debian/rules that should clearly show any non-default options. [10:32] and patches applied from debian/patches [10:33] pitti: Perfect, thanks [11:04] mitya57: is there anything in qt like a "set -x" in shell? [11:05] good question [11:06] *maybe* QT_FATAL_WARNINGS=1 [11:07] But with that variable it will fail on the "JIT is disabled for QML. Property bindings and animations will be very slow." warning [11:07] mwhudson: Thanks for looking into it. :> [11:10] cpaelzer, the debug symbols in my PPA are enabled, so you can install libqt5core5a-dbgsym and break on QMessageLogger::warning [11:11] cpaelzer, but first please tell me if you can edit /usr/lib/s390x-linux-gnu/qt5/qml/QtTest/TestCase.qml [11:12] mitya57: already adding the 7th debug statement [11:12] haha [11:13] cpaelzer, for reference, this is how successful test output looks like: http://paste.ubuntu.com/24924174/ [11:14] It somehow passes for linear -> linear and linear -> cubic, but does not like linear -> logarithmic even though it is very similar. [11:15] the row object is non existant in the error case [11:15] the subsequent access to an element under that object makes it hang [11:15] it doesn't reach the line afterwards [11:15] is there a "is_defined" or anything like it? [11:16] might need to skip the whole thing [11:16] in case it is not existing [11:16] try “foo !== undefined” [11:16] but also - why is this arch dependent [11:16] it may be endianness dependent, as s390x is the only big endian arch in Ubuntu [11:17] code uses "=== undefined" [11:17] will go with that [11:17] yes, !== is the opposite to === [11:18] seems reasonbale :-) [11:18] it goes into table[index] and gets an undefined [11:18] so isn't that an out-of-bounds in some way [11:18] need to check what that table holds [11:21] right [11:22] seems to hold about 100 entries (the tests parameters I guess) [11:22] but on index 10 it breaks [11:22] from the good test is the order of the testcases up to that the same? [11:23] Yes, the same [11:23] -1.0 from linear to logarithmic [11:23] that is what we would expect [11:23] cpaelzer, the table should contain the entries defined in tst_qdeclarativemultimediaglobal.qml from line 68 [11:23] yes [11:24] cpaelzer, what is table.length? [11:25] It should be 88 if I count right. [11:25] 88 [11:25] all index above 10 are undefined [11:26] I can "finish" the tests by skipping [11:26] mitya57: http://paste.ubuntu.com/24924216/ [11:29] cpaelzer, and what does that print? [11:30] just a sec, modifying the testcase def to see its influence [11:31] mitya57: http://paste.ubuntu.com/24924234/ [11:31] that is with two tests taken out of the def [11:32] and it proves it is not the definition of the case [11:32] but always test #10 [11:32] so I have a table of length 88 that I can only access 0-9 [11:33] the other issues might just as well be such out of bounds access [11:33] cpaelzer, that is very strange, but also very interesting [11:34] and it seems it can survive the first out of bounds - asnering with an undefined object [11:34] but the access to an element of that undefined object then kills it [11:34] it creates the QWARN we saw and hangs on there [11:37] mitya57: the fact that these lists are broken might be arch specific (maybe endiness as you suggested) - and the other part that the error hangs might be whatis new in artful [11:37] cpaelzer, if you change the order of tests in tst_qdeclarativemultimediaglobal.qml, is behavior the same? [11:37] mitya57: yes [11:37] mitya57: always #10 [11:37] mitya57: so it depends on size if anything [11:40] mitya57: http://paste.ubuntu.com/24924267/ [11:40] updated debug code [11:41] cpaelzer, minor nit: you need to wrap the two lines after “if (!row.tag)” in {...} otherwise the second line does not belong to if. [11:41] it is wrapped in the updaet [11:41] update [11:42] I got that a few minutes ago [11:42] No… [11:42] ah this one [11:42] yeah same logic - right [11:42] I think we already have enough material that I can report to Qt upstream. [11:43] yeah that is the only thing that comes to my mind [11:43] mitya57: let me make updates diffs and output [11:43] that you can then report [11:43] But maybe it will be a good idea to try creating a normal array and checking if indices >=10 work there. [11:43] mitya57: you can write some basic code that I can run while I collect the logs [11:43] cpaelzer, try adding this somewhere: [11:43] mitya57: be aware that it might dpeend on the size of the elements [11:44] I think it is an linked list rather than a vector [11:44] what ot add somewhere? [11:45] So how about this? var a = [0,1,2,3,4,5,6,7,8,9,10,11]; warn(a[10]) [11:47] and also warn(a["10"]) [11:48] When you use “for (var i in array)” construct, i is a string rather than a number [11:48] cpaelzer, ^^ [11:49] yeah just on that [11:49] I found iteration examples and will use those [11:50] just a fe wmins [11:50] Ok [11:50] for (var i = 0; i < states.length; i++) [11:50] like that is the recommende daccess [11:51] That is it mitya57 [11:51] let me send latest diff and output [11:51] the fix becomes clear now [11:51] cpaelzer, In this case i would be an integer. But in the TestCase.qml index is a string. *That* might be broken. [11:51] http://paste.ubuntu.com/24924309/ http://paste.ubuntu.com/24924307/ [11:52] mitya57: look at the arr iteration [11:52] with the for i in it is broken as soon as it is double digit [11:52] and with the alternative iteration on numbers it works [11:52] Oh oh oh we found the bug! [11:52] yeah [11:52] Thanks a lot! [11:52] I'll code up the fix for this case and try with that [11:52] you likely can apply that to about everywhere you block then [11:53] I think I can try to write a patch myself. [11:54] fix: http://paste.ubuntu.com/24924317/ - good case log http://paste.ubuntu.com/24924318/ [11:54] mitya57: done [11:54] \o/ [11:54] mitya57: but as I said this has to be fixed in many places for sure - maybe way more than the few hangs you had [11:55] mitya57: you can use all the output I pastebinit'ed before as example on your upstream contrib then [11:55] Either I or Qt upstream should figure out why array["10"] does not work — it should be supported [11:55] I think I reply our IRC log of the last hours onto the ML so that nobody spends time about thinking what might be wrong on LP-infra or s390x [11:55] mitya57: are you ok with that? [11:56] cpaelzer, OK! [11:56] But I still have no idea why this bug does not occur on Debian s390x [11:56] array["10"] really might be the place where endieness hits [11:56] I assume the warning for them is not having this blocking behaviour [11:56] mitya57: do they have the QWARN in their log? [11:57] cpaelzer, no [11:57] uuuh [11:57] ok well, I need to go on to the next package [11:57] glad I could help that far mitya57 [11:57] cpaelzer, sure, your debugging helped me a *lot* [12:10] back to my beloved systemd/ntp error again ... [12:29] cpaelzer, tsimonq2: FYI https://bugreports.qt.io/browse/QTBUG-61579 [12:30] thanks for the info mitya57 [15:05] xnox: right, I understand that -- but it doesn't *always* do that, even then (it seems). [15:06] infinity: #ubuntu-meeting? === JanC_ is now known as JanC [15:55] xnox: Does it even make sense that you self-assign the apt tasks when I already uploaded everything? Seems a bit odd ;) [15:56] * juliank should probably have assigned that some time ago. [15:56] But it certainly makes sense for you to do the u-u part :) [15:58] juliank, yes it is odd. [15:58] juliank, i was doing that, such that people keep asking me for updates on it. [15:58] juliank, and such that it disappears from many reports of un-assigned bugs. [15:58] thus it's mostly cosmetic change to pacify reports. [15:58] :) [16:00] We should also open another bug for improved reliability of network availability (apt-helper wait-online and automatic restart of service). I think I know what to write, but we need a tracking bug for that anyway. [16:01] I guess Ill do that once I'm on my laptop again. [16:02] xnox: We especially have to pick a nice exit value for the helper. [16:02] ;9 [16:02] exit(42) or something [16:25] slangasek: would you mind commenting on bug 1690228 please? I remember you saying that you considered ethtool to be deprecated, but I'm not sure I understand exactly why. [16:25] bug 1690228 in ethtool (Ubuntu) "Make ethtool installed by default in Ubuntu" [Undecided,Incomplete] https://launchpad.net/bugs/1690228 [16:25] (or did I misunderstand?) [16:47] rbasak: fyi, not sure if you saw, but folks are saying LP: #1590799 is not actually fixed [16:47] Launchpad bug 1590799 in nfs-utils (Ubuntu Yakkety) "nfs-kernel-server does not start because of dependency failure" [Medium,Fix committed] https://launchpad.net/bugs/1590799 [16:48] Thanks nacc [16:48] tinoco: ^ could you investigate please? [16:49] rbasak: sure, adding to my list (next week most likely) [16:49] tinoco: thanks -- had a user in #ubuntu also hit it (most likely) [16:49] i'm afraid it is another race (not the initial one) hopefully i'll reproduce (or will just ask for systemd logs) [16:49] Thanks. Yeah it looks like it may be multiple bugs. [16:51] xnox: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1699850 [16:51] Launchpad bug 1699850 in apt (Ubuntu) "Reliable network connectivity for apt-daily" [Undecided,New] [16:53] Summary: Wait for up to 30 s for network connectivity, and retry every 15 minutes if not online yet. [16:55] juliank, this might be easier on ubuntu, than on debian. in e.g. artful. by calling networkd-wait-online. [16:56] xnox: That might have network online but no internet connectivity or stuff. The apt-helper will check if the hosts we actually need are online. [16:59] xnox: The pseudo code is effectively optimized for the case where the first host is reachable, BTW. [17:00] I assume there's no non-blocking alternative to getaddrinfo()? [17:01] (Then we could just issue all DNS requests at once, potentially reducing wait time if first host is permanently offline - but how likely is that anyway) [17:03] What is the status of checkbox-converged? Currently it seems to be the only package in main still using ubuntu-ui-toolkit. Will it be ported? [17:03] xnox: I'm unsure if we should just wait for one remote host, or maybe a majority [17:04] If you configured localhost or something it might come up to early [17:04] I guess we can exclude loopback addresses, though [17:05] So, exclude 127.* and the IPv6 equivalent, and 1 successful connection, and we should be good to go IMO [17:07] We'll try http hosts on port 80 or specified, https on 443 or specified, and either ignore the other ones (ftp, rsh, torrent, whatever) or just try 80 or something (or well, only DNS) [17:11] rbasak: what is this about it not being installed by default? it's in the server and cloud-image seeds [17:13] rbasak: I think we may have talked about moving it out a layer or two in the packagesets from where it was earlier, but doesn't seem to have been moved any farther than that [17:23] tkamppeter: I was looking for you recently. I got a Brother HL-2130 and that's working mostly fine with HL-2140 drivers (hpijs-pcl5e or hl2150, slightly different rendering). Maybe it's worth it adding them as HL-2130 ones too? [17:23] slangasek: aiui, it shouldn't matter that user is netbooting to install ubuntu server vs. iso installing, as far as the packages that get installed, right? [17:23] tkamppeter: You might have seen a message from me in a Debian bug about the device [17:24] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635157 [17:24] Debian bug 635157 in openprinting-ppds "Brother HL-2130 laser printer support" [Wishlist,Open] [17:25] Stuff like manual duplex is not working (duplex checkbox does nothing), and one of the drivers fails at the highest setting (1200x600), but apart from that, it seems to work fine. [17:26] (That's why I bought it in the first place, thanks to the Arch wiki, and it only costing me 25€ used with a toner with unknown capacity included) [17:36] slangasek: rbasak: ok, that's the root cause of this bug, I'll respond in-bug [17:42] nacc: the netboot image isn't a "server" image, it's a generic "d-i" image, so comes with no default task selection [17:49] nacc, slangasek, rbasak : just commented there on LP 1690228 [17:49] Launchpad bug 1690228 in ethtool (Ubuntu) "Make ethtool installed by default in Ubuntu" [Undecided,Incomplete] https://launchpad.net/bugs/1690228 [17:49] Not sure if got mirrored already... [17:49] I'm here too, if you prefer more dynamic conversation than launchpad posts heh [17:50] slangasek, so what is a generic "d-i" image? [17:50] If iproute2 got installed, why ethtool shouldn't be, for example? [17:55] iproute2 is in the minimal set (i.e. what debootstrap installs) but ethtool isn't; that's not a statement of intent, just an observation of current reality [17:56] but I would hope developers would think hard before adding feature creep to minimal [17:57] it isn't in general intended for the output of debootstrap to contain everything you might need to operate a server [17:58] and personally I don't think it's a bug when the result of a netboot install is missing just about any package you might name; netboot installs are intended to be absolute bare minimum, and you can add more packages by preseeding or whatever [18:04] cjwatson, thanks! I partially agree with you [18:04] I agree with the part: " I don't think it's a bug when the result of a netboot install is missing just about any package you might name" [18:04] Problem is that: after the boot, how could I fix this, I mean, install this package, if I have no network? [18:04] hehehe [18:05] egg/chicken issue...you might need the troubleshoot tooling to allow you fix network in order to use machine [18:05] Except if netboot works at all then by definition it can install things from the network. [18:05] So that isn't valid. [18:06] Sometimes, the 'issue' is on switch you don't have access, like it's refusing some configuration your NIC sends...ethtool might come handy to fix this, by configuring NIC [18:06] It must always be possible to nominate additional packages using preseeding, at the very least. [18:06] Yes, makes sense [18:06] but then, we can raise the follow-up discussion: would it make sense to have ethtool on installer itself? [18:07] I agree it's useful to have some minimal set of configuration utilities; every additional package has incremental cost, so it's a judgement call. [18:07] For netboot installers, I do believe we need it. If not, we might not be able to progress the installation [18:07] cool cjwatson, agree with you [18:07] let's what will be this judgement heheh [18:08] If it's needed in d-i, then I think it needs some thought to define exactly what the possible requirements might be in order that netcfg could support them. [18:08] Just the tool being present is only of limited use. [18:08] Note that netcfg already contains an ethtool-lite. [18:09] Which is very cut-down and I think mostly read-only; but I think that indicates a design direction, i.e. just have netcfg implement the ioctls it needs to do the job rather than shipping ethtool. [18:10] (netcfg's ethtool-lite is mostly just for detecting link presence at the moment, I think.) [18:11] slangasek: ack, just commented to the same effect after thinking about it in the bug [18:15] oh, i wasn't aware of this ethtool-lite [18:18] Like I say it's mostly just link presence, but I think it would be weird to end up in a situation where we had both ethtool-lite and ethtool in the installer - it would indicate not having thought things through globally, IMO. [18:23] exaclty, it makes sense [18:23] no need for ethtool0lite if we can have the full ethtool [18:23] By the way, how do I invoke ethtool-lite cjwatson ? [18:23] during installer, I mean [18:24] also no need for ethtool if we work out the relevant bits and add them to ethtool-lite. ethtool has a bunch of quite sophisticated stuff that won't be needed during installation. [18:25] (or add them to netcfg directly. whatever.) [18:25] I don't recall, sorry. [18:25] Look at the netcfg source package [18:26] yes, we might add the features to ethtool-lite..could be difficult though to map all stuff we need [18:28] gpiccoli: but for making a core change that is absolutely what is going to be required [18:28] gpiccoli: it can't be hand-wavy we need ethtool because we need ethtool :) [18:31] Yep. And in order to add installer UI it will be necessary to define the specific features that are needed. [18:32] Seems that if we ended up with a system where we knew that some people were going to have to drop to a shell to use ethtool in the middle of the installation, we'd only have done half the job at best. [18:32] "it can't be hand-wavy we need ethtool because we need ethtool" <- what do we need to justify here? [18:32] Help me wording the request hehehe [18:33] a list of features that are preventing you frmo installing? :) [18:33] Specific features that are currently provided only by ethtool that might be strictly required in order to get a system's network up. [18:33] for me, miss a tool to configure NICs in a small installer that only can work if network is fine, is a dangerous thing [18:33] Most systems don't require ethtool. [18:33] gpiccoli: just be specific as to what you can't do now [18:33] cjwatson and sarnold, thanks a lot! I'll raise such list [18:33] gpiccoli: it can't be a theoretical list (IBM historical problem :) [18:33] Try to keep it minimal. [18:33] great nacc, it's a good point! [18:33] Don't just go over the man page and enumerate everything that looks kind of useful. [18:34] It has to be actual things that definitely hit real systems. [18:34] I'll keep minimal, of course I won't say "I cannot see statistics of how much packets delayed more than X ms, so I cannot install" hahah [18:34] And I would recommend a solution-neutral problem statement. [18:35] yes, I have a use case already, for i40e. i'll improve it [18:35] solution-neutral aka not say "I-need-ethtool-please" ? [18:35] heheh [18:35] In each case, there might be some other sensible solution that doesn't involve people having to drop to a shell mid-install to use ethtool: kernel sorting it out by default, installer UI to configure things, embedding a couple of ioctls in some other tool, ... [18:36] Having to manually configure network devices is pretty 1990s and we should be able to do better. [18:36] ok cjwatson, it does make sense. i got your point here, all you folks said are really valid and I'll take into account. Thanks a lot for the great feedback [18:36] Thanks for listening :) [18:36] 90s was the best, I'm oldschool =D [18:37] Yw, thanks for your patience! [23:10] watching vim build is hard on the eyes [23:11] mwhudson: fyi, LP: #1571967 seems relevant to our earlier *.lxd discussions [23:11] Launchpad bug 1571967 in lxd (Ubuntu) ".lxd domain resolution not working after standard installation" [Wishlist,Won't fix] https://launchpad.net/bugs/1571967 [23:12] mwhudson: i've yet to actually get what we both wanted to 'just work', but stgraber's suggestion in there does make ssh work, at least [23:14] wow that ssh suggestion is both awesome and terrible :) [23:15] mwhudson: :) [23:15] mwhudson: Oh hi! Are you active in the server team? Do you know why python-moinmoin is needed in main? [23:15] Unit193: i'm foundations theses days, and, no [23:16] OK. [23:16] doesn't seem to have any rdeps in main though... [23:16] so i guess it's seeded? [23:16] mwhudson: not that i can see [23:19] (LP 586492 didn't say specifically why it was needed.) [23:19] Launchpad bug 586492 in parsedatetime (Ubuntu) "[MIR] parsedatetime" [Undecided,Fix released] https://launchpad.net/bugs/586492 [23:20] Unit193: oh good thinking -- if moin can be in universe, then parsedatetime would migrate? [23:21] nacc: They'd both have to go to universe, but yep. And I don't see why moin is in main anyway. [23:22] 22371 seems to be as close as it gets, discusses main. [23:22] Unit193: yeah that's the bug i was just reading [23:22] slangasek: --^ are you able to help us determine this? [23:23] Unit193: I *wonder* if the ubuntu wiki or something is moin [23:24] Unit193: and so it's manually being held in main by request [23:24] nacc: Ubuntu wiki is moinmoin. [23:24] Unit193: that might be why? [23:24] Unit193: presumably we'd want to support our own infra :) [23:26] nacc: Heh, well by the name I thought it was a python module for interacting with it, would have expected the source to be 'moinmoin'. Didn't look too closely at that. We should just move to mediawiki to solve this then! :P [23:27] Unit193: I am curious where that gets expressed. I wonder if it's an AA thing [23:27] nacc: So, this sounds like a problem then. [23:27] Unit193: ok, moin shows up here: http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.artful/all+extra.sources [23:29] Unit193: foudn it ... supported-misc-servers seed http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.artful/supported-misc-servers.seed [23:29] now why didn't seeded-in-ubuntu tell me that? [23:29] Because it doesn't like you. [23:30] nacc: But yes, we did find out why. Now, how does one move forward? [23:31] Unit193: i think we need to look at MIR'ing python-future -- that was the revdep, right? [23:31] Yeah, new parsedatetime also builds python3-parsedatetime too. [23:34] MIRing python-future seems like a sane thing to do. [23:35] Actually a bit shocked it's avoided main this long. [23:35] infinity: yeah, i think it seems reasonable [23:35] Unit193: do you want to file the MIR? [23:35] nacc: That'd be better coming from a team member, wouldn't it? [23:36] Unit193: well, it was your upload request :) [23:36] Unit193: i can file it, though, probably not til tmrw [23:38] nacc: Correct, but I'm not in the team so can't subscribe them to the bug mail, and making a MIR request on behalf of a team that I've not discussed it with seems bad form. [23:38] Unit193: which team do you mean? [23:38] Server team. [23:38] Unit193: oh, i am :) [23:39] Unit193: i am in that team, i mean [23:40] infinity: is it normal that seeded-in-ubuntu doesn't show the misc-server seed? e.g., above it didn't show that python-moinmoin and it's not showing me, e.g. that src:nagios3 has several packages seeded in supported-misc-servers [23:42] nacc: FYI, this is all for the new gcalcli, which my sponsor is interested in pushing it to unstable rather than experimental. It was ported to py3. [23:43] Unit193: sure, but this other revdep path shows that the new parsedatetime would have gotten stuck anyways (and so python-future needs the promotion). So given that, I'll file the MIR :) [23:44] nacc: Right, which was why I wasn't too stressed about my request for it. [23:44] nacc: It's normal that seeded-in-ubuntu isn't a perfect tool, I believe. I'm sure the folks who run it would appreciate patches. [23:44] I thought all Ubuntu tools were perfect and ported to py3. :3 [23:45] Unit193: Fairly sure neither of those things is true. [23:45] infinity: Yep. :) [23:45] (https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1099537) [23:45] Launchpad bug 1099537 in ubuntu-dev-tools (Ubuntu) "ubuntu-dev-scripts should be ported to Python 3" [Medium,In progress] [23:46] infinity: sure, i just noticed that particular quirk. I'm happy to work on it! :) [23:46] infinity: and sometimes what i perceive as a quirk is really PEBKAC [23:46] nacc: I have a 100% track record for blaming myself when the software's at fault, and vice versa. [23:47] infinity: heh [23:48] nacc, Unit193, infinity: FTR, branch archaeology tells me moin is grandfathered into main from the original server seed and that this was last revisited only in 2009 when we moved it from server CD to supported. It may be worth asking IS and/or the product manager if it still belongs [23:48] slangasek: yep, i've filed a note to review that whole misc-servers seed [23:48] slangasek: as there are some other old entries in there [23:50] Might be nice to get pdt into universe, yeah. [23:51] Unit193: yep, i've made a trello card (our newer tracking mechanism) for server and i'll review it with the team [23:51] nacc: Thanks! [23:51] https://trello.com/c/rr2vMcsr for documentation publicly [23:58] rbasak: doing some more refactoring to `git ubuntu build` but i should have a pristine-tar version working tmrw, i think