/srv/irclogs.ubuntu.com/2017/03/30/#ubuntu-kernel.txt

ivancould whoever pushes please push to ubuntu/ubuntu-xenial.git, it's missing Ubuntu-4.4.0-7101:50
hallynstupid question.  If I have livepatch enabled, how do I know whether my kernel (a) is in fact being livepatched and (b) is uptodate with the most recent panicy cve-patching kernel release?03:23
hallyndoes "fully-patched: true" mean that latter?03:23
hallyn(as a response to 'sudo canonical-livepatch status')03:24
stgraberhallyn: canonical-livepatch status --verbose04:56
stgraberhallyn: that should show you the CVE that got patched too04:56
smbivan, xenial tree is updated now08:06
smbthough only the master branch right now08:06
ivansmb: thanks10:43
ivanis there anything in 4.4.0-64 -> 4.4.0-69 (proposed, yes) that could have regressed network device renaming? I used to see eth0,eth1 -> em1,em0 renaming but now absolutely no renaming10:43
ivanon just one machine. of course.10:44
ivanrunning a tg3 0000:03:00.0 eth0: Tigon3 [partno(N/A) rev 5720000] (PCI Express)10:44
ivanoh wow a SIOCSIFNAME ioctl does this so I need to look outside the kernel too10:52
smbivan, I believe the whole renaming game is in some way tied into systemd nowadays (formerly done by udev rules)10:55
ivanthanks10:55
ivanI need a Really Stable Device Names that just brings up all the network devices and sees which gets which IP over DHCP10:56
smbivan, Maybe "man systemd.link" is helpful for you. Should be working nowadays by creating a *.link file in /etc/systemd/network with a match section for the mac address and a link section with the desired name.10:58
smbThen update-initramfs -u (not 100% its needed but should not hurt either)10:58
ivanah thank you11:04
ivanit looks like I had an empty (with comments) /etc/udev/rules.d/80-net-setup-link.rules that was inhibiting network device renames11:54
ivanbut now they're eno1,eno2 instead of em1,em0. whatever, I'll live with it11:57
ivan_oh_, em0/1 aren't stable names, that was a dumb thing to assume11:59
=== cachio_afk is now known as cachio
ivanoh, em = embedded NICs and they're supposed to be stable, I guess the kernel stopped thinking my NICs were embedded NICs (?), whatever12:08
hallynstgraber: hm, it doesn't.  i wonder whether the latest cve was not patchable13:09
=== jjohansen1 is now known as jj-cloaked
=== jj-cloaked is now known as jjohansen
ivanoh, I see, things changed because I purged biosdevname13:51
=== ben___ is now known as ben_r
manjoI need to add a module for ethernet and PHY for arm64 vendor.. it is applicable only to ARM64 and a given vendor .. should I add that to d-i/modules/arm64/nic-modules ? d-i/modules/arm64/modules simply includes generic nic-modules so asking 15:12
manjoapw, ^ any thoughts ? 15:16
manjoapw, this for di install of that system 15:16
rtgmanjo, looks right15:25
manjortg, add it to arm64 specific nic-modules correct ? 15:26
rtgmanjo, yep15:27
manjoawesome thanks15:27
=== cmagina_ is now known as cmagina
=== JanC is now known as Guest23500
=== JanC_ is now known as JanC
lostgoathey guys, trying to make a ppa with some local kernel changes + 4.11-rc416:24
lostgoatI've got my kernel + debian patches, and a source package I created using "debuild -S -I -i" 16:25
lostgoatthat uploaded nicely to launchpad, but resulted in error building after 5 hours16:26
lostgoat/bin/bash: line 3: /<<BUILDDIR>>/linux-4.11.0-rc4+losgoat/debian/build/udeb-meta-packages: No such file or directory16:26
lostgoatI can look for the solution to this, but I was mostly curious if anyone knows any other pitfalls I should be trying to avoid16:27
lostgoatdon't want to have to wait another 5 hours for a silly mistake16:27
lostgoatOr if anyone knows how to perform the same build locally that would be great16:27
* lostgoat is not super experienced using debuild16:28
apwlostgoat, did you clean the package before you built it ?17:22
apwlostgoat, the specific error you have implies you have debian installer bits turned on but no d-i config17:24
apwlostgoat, if you arn't making old style CDs from your kernel you might want to set disable_d_i=true in your buidl17:24
lostgoatapw: yeah I had a local build at some point, but I ran fakeroot debian/rules clean before starting the debuild command. (and also a git clean -fd before that). I might have messed this up somehow though18:28
lostgoatI'll look into disable_d_i and turn it off as you suggested. I don't need CDs18:28
lostgoatapk: thanks for the tips18:28
lostgoat*apw18:28
lostgoatapw: I've also read about disabling abi checks. Is that something else I should be doing?18:52
apwyes most likely18:54
apwskipabi and skipmodule something like that18:55
lostgoatthanks, will do19:05
=== Guest86599 is now known as RAOF

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