/srv/irclogs.ubuntu.com/2020/01/24/#ubuntu-kernel.txt

=== cpaelzer__ is now known as cpaelzer
sdhd-saschahi, 12:52
sdhd-saschaI have a bond-device and added it to a bridge. 12:52
sdhd-saschaI want to use this bridge for lxd and kvm, to expose all machines into the physical network.12:52
sdhd-saschaShould i enable stp ? Because, if i add `stp: yes` to netplan - then my network is not reachable. 12:52
sdhd-sascha(Not sure how to debug this issue. My network skills are not the best )12:52
sdhd-saschaCurrently it's ubuntu 20.04 - but had the same effect before in 19.1012:52
sdhd-saschaShould i give the bond0 all mac-addresses from all physical interfaces ? (Currently don't know how to look into the arp-table of my switch)13:01
sdhd-saschaE. g. MAAS gives the bond only one mac-address from one device (not sure, if the bond-mode does control this)13:02
nils_sdhd-sascha, not sure if this is strictly kernel related. 13:04
sdhd-saschanils_: i'm too. Whom could i ask ? 13:05
sdhd-saschaSome Ceph or Openstack people ... I look, for other channels ;-) thank you13:06
nils_the bond device is connected to a switch? 13:09
nils_It may be that enabling STP on the bridge interferes with the switch. 13:09
sdhd-saschanils_: yes. Good hint. :-)13:21
sdhd-saschaI found #openstack. And there i get the information, that no `stp` is needed, because i didn't create loops on the host 13:21
sdhd-saschaThank you :-)13:21
* sdhd-sascha really need to refresh my network knowledge 13:22
=== mhcerri_ is now known as mhcerri
zx2c4apw: any repo where i can follow along your dkms reworking? ive been poking around launchpad to get a handle on it but havent found much15:32
apwzx2c4, oh no, that is all local right now; the fight i have been having with the librarian and provides is over15:39
zx2c4apw: oh my...15:53
zx2c4O_o15:53
zx2c4do you mean this whole thing with linux-module-wireguard "providing" wireguard-modules, which the wireguard metapackage depends on?15:54
apwzx2c4, the support that would be used for that; but for the existing builds, nvidia and hte like16:29
zx2c4ah gotcha16:31
apwbut the existing stuff was a bit of a mess to add to, and bugs in the first phase take hours to build16:33
zx2c4zoinks16:33
zx2c4well hopefully wireguard will just be "drop in"16:33
zx2c4should have a relatively sane build system compared to nvidia....16:33
apwyes, it should be easy, nvidia not so much16:47
zx2c4apw: well let me know when i can try it out / when youve got something publish pushed16:57
flingIs eoan at 5.4 now?20:52
flingAm I supposed to get shiftfs patches from eoan if I want them for 5.4?20:52
flingprobably not21:03
gpiccolifling, eoan is 5.3 - the new release (devel), called Focal, is 5.4 AFAIK21:04
flinggpiccoli: how do I clone it's repo using linus tree as base?21:07
flinggit clone --reference linux focal.git21:08
flingwhat is the focal git repo? :P21:08
sarnoldfling: https://kernel.ubuntu.com/git/ubuntu/ looks to have one21:09
flingthanks21:09
gpiccoliI've been using this one fling : git://kernel.ubuntu.com/kernel-ppa/mirror/ubuntu-focal.git21:09
flingn=5401 ; for c in $(git log fs/shiftfs.c | grep ^commit | sed s/commit\ // | tac) ; do git format-patch -1 --start-number $n $c ; n=$(($n+1)) ; done21:12
flingthis is how I get shiftfs patches ^ is there a better way to filter out what I need?21:13

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