libera/#devuan/ Monday, 2023-12-11

n4diri started the laptop, and it didn't connect to the internet. I ran "ip a", and it doesn't show the wireless device anymore. lspci -k does show it and that iwlwifi is in use07:58
n4dirconnection/setup happened during installation, seems to be via wpasuppliciant and an entry in /etc/network/interfaces. No other network manager is involved08:00
n4diri don't know what else to do. Might a kernel upgrade be the reason?08:00
n4diroh, this is excalibur08:00
brocashelmwhat's the kernel? uname -r08:01
brocashelmdoes ifconfig show anything?08:01
n4dir6.5.0-5-amd6408:01
n4dirifconfig also doesn't show the wireless device, like ip, only lo and eth008:01
brocashelmhave you checked if you had the correct firmware installed, that wireless is enabled from the bios, etc.?08:02
brocashelmif yes to all of those, then sounds like a kernel problem08:02
brocashelmhave you tried booting to a previous kernel?08:02
n4dirthere is a "key" i can use to turn on and off wireless. To test if i hit it by accident, i hit it again, i assume then running ip or ifconfig it will show it immediatly08:02
n4dirok, i will reboot to an older kernel next boot08:03
brocashelmthe 6.x kernels have been problematic IME08:03
n4dirif lspci -k shows the corrct driver in use, i assume it is the correct firmware08:03
n4diri am really rather bad with the firmware stuff, and with wireless too08:04
brocashelmjust remember to check for non-free-firmware on your sources.list file08:04
n4dirnah, this worked until yesterday ever since installed. Nothing changed, i probably did an upgrade yesterday, but didn't pay much attention08:04
n4dirso as far i can tell the general setup should be fine08:05
brocashelmis the wifi like iwlwifi, broadcom, realtek, etc.?08:05
n4diriwlwifi08:05
brocashelmthen that is a red flag08:05
n4dirit is? for newer kernels?08:05
brocashelmintel drivers/firmware should always "just work" on linux08:05
n4dirmight be the wireless device just died?08:05
n4diruhm, i am not sure what it means if lspci shows it08:06
brocashelmdoubtful if you can boot to an older kernel and it would work08:06
brocashelmthis is part of why i am staying on 5.1908:06
n4dirbrocashelm: let me try that right away. See you in a bit08:06
brocashelmfor daedalus08:06
brocashelmok08:06
n4dirbrocashelm: nope, the older kernel, 6.5.0-4-amd6408:09
n4diralso doesn't show wlan for ip and ifconfig08:09
n4diri woke up and the first thing i run into is the smartphone being broken, the next thing i run in is wireless on the laptop not working anymore08:09
n4dirlooks as if a great day is ahead of me08:10
n4diri see nothing in apt's history log which might relate to wifi08:11
brocashelmn4dir: i guess i meant to say 6.1 or so for an older kernel08:13
n4diryeah, but on the newer kernels it seem to have worked until yesterday08:13
n4diri just looked if there is an elder kernel to be found for excalibur, but it doesn't seem so08:13
n4diri could add daedalus and install one that way, but i start to doubt it is the kernel08:14
brocashelmit doesn't hurt to try installing daedalus' kernel08:14
n4diryup. doesn't hurt08:14
brocashelmbut this doesn't surprise me much08:14
brocashelmbefore you left, i said this is why i'm staying with 5.1908:15
brocashelmdespite daedalus default kernel being 6.108:15
n4diri read that you said you use that kernel on daedalus08:15
brocashelmoh08:15
n4diror i only dreamt it, pretty confused right now.08:15
brocashelmnope, not a dream :)08:16
n4dirto me it isn't that bad, i got no problems using the cable08:16
n4dirstill sucks running in such right after waking up08:16
brocashelmi was on ceres for a while, and then switched to daedalus when it went to freeze08:17
brocashelmseems like i picked the perfect time08:17
n4diri would have staid on daedalus too, but i really wanted the newer ardour version08:17
brocashelmwere you able to build it from source?08:18
brocashelmi keep backports for certain newer software if i need it08:18
n4diri once did it, and it wasn't too hard, in fact it just ran through. But i prefer the binary version08:18
n4dir#ardour also kinda recommends against it. Well: they really recommend to use their "versions"08:19
n4dirso neither compile yourself, nor use the distros binary versions, but use theirs08:19
n4dirbrocashelm: all i find after adding daedalus is 6.1 kernel, not elder, it seems08:20
divad27182you said the device showed up in lspci.  Did lspci -v show a kernel driver in use and kernel modules?  if not, maybe you just need to modprobe08:38
n4dirlscpi -k did show the kernel driver in use, iwlwifi08:39
divad27182did you try "ip link" ?08:40
n4dirafter you said it, same as for ip a08:40
n4dirwell, not the same, but it only shows lo and eth008:40
divad27182you might try doing rmmod iwlwifi ; modprobe iwlwifi08:41
divad27182and then examining dmesg output for errors08:41
n4dirtried that after your first comment, didn't result in anything08:41
n4diroh, dmesg08:41
n4dirdivad27182: yup, that gave a meaningful error message08:42
divad27182Good.  I hope it is something fixable.08:42
n4dirfailed to load firmware and iwlwifi-6000-4 is required08:42
n4diriwlwifi-6000-4 is required08:42
divad27182You might try the package firmware-iwlwifi08:45
n4dirthat is installed08:45
n4dirstill confused why this worked until yesterday08:45
divad27182did you power cycle since then?   Did you run windows before linux yesterday without power cycling?08:46
divad27182(odd possibility)08:46
n4dirno windows, and i don't know what power cycle is08:46
divad27182turn off power, turn on power08:46
divad27182tends to fully reset hardware08:47
n4diryes, i did that08:47
divad27182have you googled the error message?08:48
n4dirdoing it right now, but not that good results, am starting08:49
divad27182Well, iwlwifi-6000-4 is part of the filename.  It should be in /lib/firmware/08:53
divad27182In my experience, you might need to reboot if you only just installed firmware-iwlwifi08:53
divad27182Of if the iwlwifi modules is in you initramfs and the firmware is not08:54
divad27182s/Of/Or/08:54
n4diri didn't just install it08:54
divad27182But you did the kernel, I think you said.  Check to see that either both files or neither file is in the initramfs08:55
n4dir/usr/lib/firmware/iwlwifi-6000-4.ucode08:55
n4dirNo, i was thinking there might have been a kernel upgrade, but there was none08:55
divad27182I take it you have the /usr/lib and /lib merge in place?08:57
n4dirwhat is the merge?08:58
divad27182classically, /usr/lib and /lib are different directories.  The firmware goes in /lib/firmware/09:00
divad27182A few releases back, debian concocted something to symlink the one to the other, and similarly for bin and sbin09:00
divad27182simpler for new users....09:00
divad27182I won't touch it.09:01
divad27182Of course, the reason for the separation is that / is a small disk, with only enough to let you mount /usr09:01
divad27182and that hasn't been an issue for a LONG LONG time09:01
divad27182I think Debian Buzz would actually do that09:02
n4diri downloaded the older, stable, version of firmware-iwlwifi, and ip shows wlan0 again.09:23
n4dirwhat a nightmare.09:23
n4dirthanks brocashelm and divad2718209:23
divad27182which version is this?09:24
divad271822021.... or 202302.. or something else09:24
n4dir firmware-iwlwifi_20230210-5_all.deb09:25
n4dirthat is the elder version.09:25
divad27182thank you  :-)09:42
Besnik_bgnarface, you mention wayland the other day as an example of “merit is often determined just by how many volunteers you can wrangle”. I’m curious to read about that. Can you help any link?09:54
spine-o-saurusim getting some error upgrading netcat-traditional13:00
hagbardspine-o-saurus: Yes, there's a debian bug about it: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1941966.html13:14
hagbardAs a quick and dirty workaround, hardlinking the relevant file from the actual to the expected path did let me upgrade the package.13:15
ineffHello everyone.14:29
ineffQuestion: have they fixed the problem with the linux-image package?14:30
ineffor if you prefer, is it safe to do an updated now?14:30
rktaIt's fixed in 6.1.66, which seems to have another issue https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.67 :-D14:40
_ds_Fun™14:41
ineffSo....this raise the question, can I safely update to kernel 6.1.0-15?15:03
djphDepends on whether or not the issue is in 6.1.0 ...15:13
djphAIUI, the issue(s) were in 6.1.65/66 ...15:14
ineffIs there any way to find out?15:31
djphread the patchnotes for 6.1.0-15 compare to 6.1.6615:35
ineffthanks djph15:41
rwpSometimes when there are big issues like that it is good to wait a few days or a week to upgrade.19:02
rwpBecause you KNOW they are pushing very hard to get a fix out.  Working under time stress like that is hard and it is easy to have a secondary problem.19:02
rwpIn a week everything will have settled down.19:03
rwpMeanwhile I upgraded two of my canary machines and am keeping an eye on them.  Looks okay to me so far.19:03
claesIs this the place to ask for help/support for an annoying Devuan networking issue I have?19:16
cousin_luigiGreetings19:18
rwpGood morning claes.  Yes.  This is the place!  Please ask away.  If someone knows the answer they will respond.19:18
claesExcellent, thank you.19:18
rwpHang around a little.  People come and go and there might not be an immediate knowledge source available.19:18
cousin_luigiI've started tinkering with devuan and every time I issue a reboot from ssh, I get asked for the root password on the system console. Which I cannot see from there.19:18
claesA little background: I've been running Devuan for a few years now, but I'm still a bit of a noob when it comes to Linux and the more I learn about networking the more it resembles magic.19:19
claesEver since I upgraded my home Devuan server (file/media server) to Daedalus, I've been having a network issue. The server won't connect automatically to my network. It keeps asking for a DHCP lease (I think is the term) on the wrong subnet. It asks on 192.168.1.1 but my subnet is 172.17.2.119:21
claesIn the past I've worked around it by unplugging the network cable, rebooting the machine, logging in and then run "ifup eth0" which would report back an error (unable to bring up interface), but it worked for some reason19:23
claesAfter the latest updates, that doesn't work either...19:23
claesI'm stumped. I've tried setting /etc/network/interfaces to a static IP address (address 172.17.2.7, netmask 255.255.255.0 gateway 172.17.2.1) but that doesn't work (I'm guessing it's a DHCP<->Static IP conflict in the router?).19:26
claesInterestingly, when running "sudo service networking restart" I get this: "DHCPREQUEST for 192.168.1.7 on eth0 to 255.255.255.255 port 67" followed by repeated "DHCPDISCOVER" requests.19:28
claes192.168.1.7 was the IP address the server used to have before I changed the network range. Anyone know where the server gets this old address from and if I can change it to my new network range?19:29
rwpcousin_luigi, At install time did you set up an encrypted file system?  Using LUKS?  If so that's pretty much the way it works.19:33
rwpI have not used it myself yet though so no first hand experience with it.19:33
rwpIf this is a remote system look at the "mandos" package and associated system.  It's designed to work with remote encrypted file systems.19:33
cousin_luigirwp: No. But the problem is intermittent.19:34
rwpNext time it asks for a password, copy-paste the exact text off to a file to save it so that you can share it with us.19:34
cousin_luigiNow it seems to have disappeared. I'm hacking away at default packages to recreate my own custom debian from 15 years ago, so who knows what I'm doing. But that request came quite early. Before disabling apparmor, that is.19:35
rwpclaes, I am staring at your problem description and trying to figure it out.  It's still early here for my brain and I will need a moment of staring.19:35
rwpclaes, Could it be a sudo password prompt?  Or a gtksudo(spelling?) prompt for the graphical side?19:36
claesno worries. It's just a home server and I do have physical access to it, so it's not hair-on-fire.19:36
rwpWups, I meant s/claes/cousin_luigi/ on that last one!19:36
cousin_luigirwp: no, console. It's a headless system.19:37
cousin_luigiIt's the sort of query one sees at runlevel 2 when trying to rescue the system IIRC19:38
rwpclaes, I presume you have one wired network interface.  But then if it is listed in /etc/network/interfaces then the ifupdown system will manage it from there forward.  OTHER systems such as Network-Manager should be ignoring it.19:38
rwpBut I feel that there must be multiple network class managers fighting with each other there.19:38
rwpIf you do a "ps -efH | grep dhclient" do you see a dhclient program running?  Hopefully not since you have configured a static IP address.19:38
rwpThat would be just a clue for a symptom of the problem.  And I have sometimes on DHCP configured systems had multiple dhclient programs running as a bug case and that's also bad.  But you want a static IP configured.19:39
rwpCan you https://paste.debian.net/ your /etc/network/interfaces file for sharing?  And also check that you don't have a /etc/network/interfaces.d/* other file that is fighting with it?19:40
claesI should clarify that I removed the static IP setting once I realized it didn't work. It's back to dhcp, but I'll find the output for you.19:41
cousin_luigirwp: (including ctrl-D)19:41
rwpAs a different problem that might also be related for each of your DHCP configured systems.  Might it be possible that you have TWO or MORE DHCP *servers* on your LAN?  That would match a possible way to have sometimes 172.17.2.* and sometimes 192.168.1.* because sometimes getting a dhcp address from one and sometimes a dhcp address from the other.19:41
rwpI have seen people accidentally attach a router to the network, it has a dhcp server enabled, it might not have an upstream WAN connection so when connected to that rogue one there probably is no route out to the Internet.19:43
rwpThat seems the most plausible explanation that fits to me right now.  Until you tell me new data.  I would install "dhcpdump" program, run it in a terminal, and let it tell you the details of the DHCP protocol exchange.  There should be good information such as MAC ethernet hardware addresses of the server that is offering the rogue dhcp address.19:44
rwpcousin_luigi, That sounds like your system is booting up into single-user-mode not multi-user-mode.  At single user mode there is usually a root password prompt like that.19:46
rwpcousin_luigi, Is your system a default sysvinit system?  Check /etc/inittab for "id:2:initdefault:" if that says something other than 2 then that would be a possible reason.19:47
cousin_luigirwp: Indeed. But why would it do that on its own after a reboot?19:47
claesOutput:19:47
claesclaes@odin:/etc/network$ ps -efH | grep dhclient19:47
claesclaes    18343 11753  0 11:42 pts/0    00:00:00       grep dhclient19:47
claesroot     15215     1  0 11:11 ?        00:00:00   dhclient -4 -v -i -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth019:47
cousin_luigirwp: anyway it's not doing it anymore. I have bigger fish to fry atm, but I'll keep that in mind.19:48
rwpclaes, Be careful pasting into any libera chat channel.  Always use a pastebin.  There is a global Liber.Chat wide bot that will kick anyone who pastes too much.  It's considered abuse.19:48
claesOh, sorry.19:48
rwpIf you get kicked for it please just join back in again.  It's usually just a kick the first time and not an auto-ban.  Just join back in if that happens to you.19:48
rwpThat ps listing lists only one dhclient and it looks okay.  Configured for IPv4 only.19:50
claesThanks. I really didn't know. I think this is only the second time I've used IRC for anything.19:51
rwpNo worries!  The journey of 10,000 miles begins with the first step.  We all start out at the beginning and proceed onward from there.  I just wanted to let you know the problem.19:51
claespaste of the /etc/network/interfaces: https://paste.debian.net/130081619:53
rwpThe other thing I would do is review /var/log/syslog and look at the dhcp exchanges logged there.  That would be useful.  Maybe "grep -i dhcp /var/log/syslog | less"19:53
rwpThat's a perfect paste!  Excellent.  Looks perfect.  Look in /etc/network/interfaces.d/* for any additional files.  If none there that is good.19:54
claesand /etc/network/interfaces.d/ is empty so there shouldn't be a conflict.19:54
rwpSide comment: I know there is a bunch of old documentation with both address and netmask but these days we prefer to see 172.17.2.7/24 using the combined CIDR format rather than the separate netmask.  It's the same thing of course, no difference, but we just like and prefer the more conside CIDR format for most things these days.19:55
rwpThis is all making me think you have a rogue dhcp server on your LAN.  Look through /var/log/syslog for logs of the dhcp exchanges.  I am going to be confident that is the problem, right up until you say you have looked extensively and it can't be that, but it fits the problem.19:56
claesOkay. This is just what the intertubes yielded...19:56
claesOkay, will do.19:56
rwpAlso I find "dhcpdump" useful to debug these things.  It opens a "promiscuous mode" connection to the network and prints out every dhcp exchange it sees.  Useful for debugging.  Pretty sure it shows the hardware address.  And from that you should be able to track down the rogue offender.19:57
rwpI would unplug all of the extra cables from the network switch and things will start working.  Then could plug them in one at a time until you find which wire contains the offending server.19:58
rwpThe "arp -an" command is also useful too.19:59
rwpI have a skillet heating up calling my name.  BBIAB.19:59
claesOkay, here's an excerpt of /var/log/syslog. It goes on like this for a lot longer, but this was all that was saved (had an encoding issue!?). https://paste.debian.net/130081820:10
claesLooks like the server and router play "you're it" to me...20:11
gnarfaceBesnik_b: well it's not really a support topic, it's more appropriate for #devuan-offtopic20:36
gnarfacei don't have any links off the top of my head but i'm sure they shouldn't be hard to find if you look for statements made by the wayland creators themselves20:37
Besnik_bI see… thank you!20:37
Besnik_bI’ll check around20:37
rwpclaes, That's definitely "not good" there.  Normally we would see the DHCPREQUEST and DHCPACK in a recurring cycle of good.  But why is it DHCPDECLINE'ing it immediately afterward?  That's flummoxed me.  I can't imagine why.20:45
rwpWhat is your dhcp server?  Is that your house router and/or modem box?  If it is then would start by rebooting it.  Those are not always the most robust of systems.20:46
claesYeah, DHCP server is an old TP-Link router. I can try rebooting it, but I really don't think that's the issue. BRB.20:48
rwpAnd then I would log into the admin panel of the router/modem and review everything.  Because you said 192.168.1.1 was handing you an IP address earlier.  If you don't see anything that looks like 192.168.1.* then I still think there must be yet another server somewhere with 192.168.1.* configured.20:48
claes_Okay, I'm back. I'm sorry, but I may not have been clear enough on the IP addresses. The Server initially requests an IP address on an invalid subnet (192.168.1.1). It never receives one, since there's nothing at that address.20:55
claes_That seems to somehow be stuck in a loop. Only unplugging the network cable fixes that. A reboot after unplugging makes it give me a login screen. Plugging in the cable and then running "ifup eth0" used to fix it but no longer does.20:57
claes_The server is the only thing trying to do anything on 192.168....20:57
claes_It's getting the server to, I suppose, accept an IP address in the 172.17... range that's the issue.20:58
claes_I don't know why it keeps requesting a) an old now invalid IP address in the first place and b) won't accept an IP address from the new range.20:59
claes_Oh and the router has nothing with 192.168.1 in it. Here are the DHCP settings: https://paste.debian.net/1300822. Please note line 11 has radio buttons on it that aren't showing in the paste, "enabled" is selected.21:03
claes_There's also a section with reserved addresses, they're all in the 172.17... range.21:05
djphA host can /request/ an IP on any subnet (usually the most recent IP it had); it's up to the DHCP server to respond to the broadcast and tell it the proper address to use22:08
rrqwhen dhclient starts, it reads /var/lib/dhcp/dhclient.leases to find some prior IP to ask about, and then it writes that file upon getting an IP.22:14
rrqand, with allow-root in the /etc/network/interfaces of the initrd, then it'll use that file from the initrd first, and first write it within the unpacked inird before writing it on disk upon a later re-request.22:27
rrq"allow-hotplug" rather22:27
rrq(but ideally initrd shouldn't have any /var/lib/dhcp/dhclient.leases)22:31
rwpSomething as yet unexplained is still happening.  We are not yet to root cause.22:40
fsmithreda file in /etc/network/interfaces.d/ ?22:47
fsmithredor something in /etc/dhcp/dhclient.conf?22:48
rrqduplicate dhclient? eg one started as service in addition to the one started by ifup?22:50
claes__I just edited /var/lib/dhcp/dhclient.eth0.leases and /var/lib/dhcp/dhclient.leases to use 172.17.2.7 instead of 192.168.1.7, but to no avail (I picked up those 2 files as they were referenced when running ifup)...22:51
claes__The server now requests 172.17.2.7 (sent to 255.255.255.255 on port 67), but still doesn't connect22:52
rrqthe server provides good gateway?22:53
rrqah i guess you meant "the client requests" ?22:54
rrqdoes it get a lease?22:55
claes__I don't think so. It doesn't show up as client on dhcp server (router) and I can't connect to anything from the server. "ip addr" says "2 eth0: <NO CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc fq_code1 state DOWN group default qlen 100022:57
rwp"NO CARRIER"?  No ethernet link?  Run "ethtool eth0" on it and see what the last line says.22:58
claes__(cont.) "link/ether {MAC Address here} brd ff:ff:ff:ff:Ff:ff"22:58
rrq"NO CARRIER" ... is the cable good?22:58
claes__link detected: no22:58
claes__I hope so... Don't tell me it's the goddarn cable...22:59
rrqunplug + plug in... both ends22:59
rwpIf there is no link then you should not be seeing a light on the RJ-45 port either.  Nothing would work then.  But you were previously getting DHCPDECLINEs so it must have been connected before.  This is a new problem.22:59
rrqright, and then it may need "ifdown --force eth0" to reset client state23:04
claes__I can't make sense of it. I thought I might have a hardware issue, as neither the physical ethernet port (eth0) or the switch lit up. Changing cables back and forth (and trying different ports on the switch) haven't changed it.23:07
claes__But now, running "ethtool eth0" it says "Link detected: yes" where it said no the first time I ran it.23:07
claes__Should I run "ifdown --force etho"?23:08
claes__*eth023:08
rrqyes good to do.. sounds like your cable or plugs are unreliable23:08
claes__alright, done.23:09
claes__"ifup eth0"?23:09
rrqyes23:10
claes__Nothing makes sense. Here's a paste of what's (still) going on. It keeps declining the IP address, yet it somehow works now. I just ssh'd into the server and firefox on the server connects...23:18
claes__https://paste.debian.net/130083823:18
claes__So the workaround that I used suddenly works again. I guess I need to replace the cables and maybe switch ethernet ports?23:20
claes__I swear, computer networking requires just the right kind of incantation on the third night after a new moon...23:22
gnarfaceclaes__: make sure you don't have any Windows boxes or other such things accidentally providing a conflicting DHCP broadcast, then consider switching to isc-dhcp-client23:24
blockheadyou must appease the machine spirits to get network to work ;)23:24
claes__There are no Windows boxes on the network right now (wife is at work, when she gets home it'll be different). I use Linux Mint on my laptop and my phone is Android. That's all that's on the LAN right now.23:26
claes__Both laptop and phone use wifi, server is hardwired (via a switch). I have a Synology NAS that's powered off on the switch as well.23:27
gnarfaceis the wifi router a separate router?23:27
rrqyour docker0 interface has 172.17.0.1/16 .. does it have a dhcp server?23:28
claes__No, it's just an old TP-Link ADSL modem/router (I live waaay out in the countryside.)23:28
claes__I don't know about the docker, it just works, somehow. I mostly use linuxserver.io's images and Docker Compose.23:29
gnarfacemost the time this type of behavior is caused by two DHCP servers fighting, but i've also occasionally seen compatibility issues with the default dhcpcd that the alternate, reference implementation, isc-dhcp-client doesn't have23:29
rrqwell, any 172.17.0.0/16 packets would go to it23:29
gnarfaceyea i suppose a weird routing issue could do it too23:30
rrqwhat does "ip r" (or "ip route show") tell ?23:30
rrqand "brctl show" is good to, to see the bridging set up23:31
claes__one moment. Need to shuffle usb stick around and copy/paste output...23:31
claes__brctl gives "command not found"23:32
rrqhmm but br-660db2c8aee6 and br-89556810fc0e are bridges?23:33
claes__https://paste.debian.net/130084023:34
rrqI think you would be happier separating the eth0 and docker0 networks23:37
claes__So move docker to use eth1, somehow?23:38
claes__I mean physically separate them?23:38
claes__I do have a second ethernet port on the server (plus an IPMI that I've never used)23:39
rrqno, change it's setup to use /24 rather than /1623:39
rrqthen 172.17.0.* would be docker0 net and 172.17.2.* would be eth0 net23:40
claes__But isn't that what it's doing now? Docker0 is listed as 172.17.0.1/16 while eth0 is 172.17.2.1/24? Those are tw23:42
claes__Ooooh, no, /16 is a bigger net than /24... So eth0 is practically a subset of docker0 as it stands?23:43
rrqyes, docker0 gets 172.17.*.* packets23:43
rrqyes23:43
claes__Gotcha!23:43
gnarfacemystery solved?23:43
claes__Maybe? I don't know...23:43
gnarfaceseems possible that you had broadcast packets getting where they don't belong... they do tend to do that23:44
rrqwell, the more specific route should apply, but there may be some race during setup23:44
rwpI just saw the 33 network devices in the paste and went, whoa, that's a lot of network devices.23:44
claes__Okay. So, next idiot question. How do I change docker0 to /24 instead of /16?23:44
gnarfacesubnet mask 255.255.255.023:45
gnarfacesorry, dunno docker specifics23:45
rrqI guess there is some docker config files somewhere?23:45
claes__I'll go look at some Docker documentation, it's got to be in there somewhere.23:45
rwpI don't do anything with docker but it MUST but wherever docker configures its address right now.  Wherever that is.23:46
claes__Thanks so much for your help! The docker0 thing may or may not be the right answer, but it's definitely worth looking into (and cleaning up).23:47
rrqan I wonder how one might see bridge port setup without brctl?23:47
rwpIf nothing else at least temporarily stop its (docker's) operation because it certainly seems to be the problem.23:48
rrqI would install bridge-utils for brctl of course :)23:48
claes__Dunno.. https://www.man7.org/linux/man-pages/man8/brctl.8.html says "brctl" is obsolete...23:48
gnarfacei would also recommend installing bridge-utils23:48
rrq(those happy hackers that must "deprecate" anything they are not using themselves)23:49
claes__Now that I can access the server, I can install dhcpdump as well. You know, for next time I have to come asking you guys for help.23:50
claes__Alright, thanks again for the help. I'm out (until next time)!23:51
rwpLooking at the "bridge" command and I can't see how to duplicate "brctl show" there.23:51
rwpThe man page is a good reference tool but really poor at being a tutorial.23:52
rrqhmm "bridge" is a protocl family for "ip" (??)23:55
rrqlike inet and inet6 (and "mpls" and "link"... peculiar concept structure)23:56
gnarfacei was under the impression that it worked at a lower level than that, but i could be wrong23:58

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!