00:42:06 nimaje: i managed to power through an 11.2-BETA -> 15-CURRENT last weekend. I wasn't sure it would make it all the way but it did 00:42:44 nimaje: tried to just do it with a make buildworld using source but found out that wasn't going to work (11.2 too old even for source upgrades) 00:51:45 test 02:15:13 aquamo4k, You may have been a good candidate for this upgrade technique: https://lists.freebsd.org/archives/freebsd-questions/2024-September/005729.html 03:02:10 i have two FreeBSD UNIX 14.1 laptops and mostly the same packages: working on making them the same. When I installed libcddb on the other, it said 'this port is deprecated [...] multiple services have been shut down'... but I saw a bug report of another operating system that uses it that you should just change the server it uses ( http://bugs.archlinux.org/task/76105 ) from freedb.org to still-existent gnudb.org ? Does the package maintainer for FreeBSD 03:02:10 know this or should I report it to them somehow? 03:05:35 When you installed it did it give you a message that the port was lacking a dedicated maintainer? 03:07:34 no 03:12:30 Looking at freshports.org for libcddb it says "This port expired on: 2024-07-31" which I don't know what that would mean. 03:12:36 i see 03:14:04 The port maintainer is listed as multimedia⊙Fo which would seem to be a mailing list probably https://lists.freebsd.org/subscription/freebsd-multimedia 03:14:22 As you can tell I don't know anything and am exploring things right along with you. 03:17:03 okay 03:21:41 I think it is definitely worth an email at least or a big ticket in the system for it. It would keep the port useful for people out of the box. 04:03:47 are protobuf, protobuf-c part of FreeBSD base system now? I have them installed as separate packages on my old laptop but can't seem to be able to install nor list them on the new one, though 'pkg info' says they're installed ('pkg list -a' doesn't list them) 04:07:34 I meant to say "bug ticket" before, not big ticket. Noticing that now. I don't think protobuf* is in base. Almost everything of that sort has been put into the ports system. You can tell things that are both ports and base because they programs will exist in both places then. 04:08:23 ssh is an example. It's in base. But there is also an openssh package with a slightly newer version available to install. If installed as a port then both are installed but the port is in PATH earlier. 04:11:50 oh, so it might be a port, not a package? 04:14:00 All compiled binary pkgs are source ports. 04:14:22 The auto-builder builds the port into a binary pkg. 05:53:35 yuripv: I didn't try yet, will do so during the weekend, which starts in only a few hours from now anyway. 05:56:35 So until the workday ends, I'll have OpenBSD booted up instead. 05:58:02 so, a linux contributor got swat'ted during streaming 05:58:20 which one of you did that? 05:59:15 all eyes are on the bsd community... 06:48:32 jnth: My mom swatted a Linux contributor during a stream. 07:48:24 Hi, my usb audio dongle works sometimes and others it does not. How can I know which sound system I am using and how can I restart it? thanks 07:49:28 aquamo4k: but you mean an upgrade there, not running -current on 11.2 in a chroot or similar? 07:52:49 mmm DOSBOX was hijacking the dsp device 08:24:39 hijack0r3d 13:24:39 I'm looking forward to the new pcm(4) which'll let devices share it. 14:48:26 nimaje: yes, full, manual upgrade of baremetal system (old supermicro server with two zpools, one for boot) 14:48:56 rwp: ack, neat idea, will see what that is like sometime 18:24:09 Hola my peeps 19:04:04 hola! 21:30:05 thick jails share the same kernel as the host right? do if my host needs a kernel modulefor networking i dont need to isntall it in the jail right? 21:32:47 OwlWizard: all jails use the host kernel, so the module can only be loaded on the host and cannot be loaded in the jail. whether you can use the module in the jail depends on what exactly it does 21:36:03 ok that makes it even weirder that i cant bootstrap pkg in the jail 21:36:10 im new to jails if you cant tell 21:36:23 does your jail have a resolv.conf? 21:36:49 i think i copied it from the host as the guide said but ill look 21:45:04 The host system kernel for the jail handles the networking. The host system needs to be able to network. A (non-vnet) jail then shares the network with the host. 21:45:46 TCP/IP networking means _numbers_. DNS converts names to numbers. The network might be working but DNS not working. And then people think the network is broken but it is just DNS misconfigured. 21:47:42 so yea i do have the resolv.conf 21:48:35 it still has a address resolution failed problem 21:48:52 is the nameserver reachable from within the jail? 21:50:38 im not much familiar with networking so i dont know how ot check for that 21:52:04 Can you describe your jail? It's a normal thick non-vnet jail sharing the network with the host? 21:53:06 its a thick jail with the enviroment of freebsd 13.3 it should have the normal networking tack (so not vnet) 21:53:38 can you pastebin it's jailconf section? 21:53:41 it has ivp4 but not 6 as i didnt get arounf to it 21:53:52 i think i can post it just wait a sec 21:54:01 I still don't have a working IPv6 here either. :-( 21:55:34 https://pastebin.com/Kf12nab9 21:55:49 yea i just installed freebsd a week or so ago so i dont know much et 21:55:54 atleat i can code on it 21:58:10 if you care about architectures and licensing I would use another BSD 21:58:12 you're gonna need "mount.devfs;" at some point 21:58:50 Are you setting defaultrouter in the jail's /etc/rc.conf file? 21:59:32 rwp: that isn't neccessary 21:59:46 Okay. How is it not necessary? 22:00:36 All of my jails are currently vnet jails. I have mostly forgotten how non-vnet jail networking works. Does it inherit that from the host? 22:05:30 its not neccesary for vnet jails either, at least with normal setups, like if you're using a bridge for your vnets. None of my jails have networking things in their rc.conf 22:07:34 OwlWizard is re0 the interface your host is using ? 22:09:47 yup it is 22:09:53 dhcp? 22:09:54 its a realtek chip 22:09:58 I move network setup into the jail.conf too. But that includes setting a default route. 22:10:02 dhcp is on on the host 22:10:30 the realtek chip required installing a kernel mdule as it is to new for the standart kernel 22:10:37 sorry for my bad spelling btw 22:14:52 rwp: yeah and on a non vnet jail all the networking is the same as the host, it's IP is just an alias. so the routes are the same 22:16:36 aquamo4k: well, what sidh did was a bit diffrent, chrooting into a 14.1 system from a running 12.3 system (and from what they did only cat didn't work) 22:18:42 would there need to be a pf rule to be able to NAT out of the jail? 22:20:24 Owl if you add allow.raw_sockets you could try pinging your dns host so you know if it's getting any network at all. 22:22:17 Heyy everyone. Does anyone know how I can prevent dhclient from changing my resolve.conf file? 22:26:05 dhclient changes it with resolveconf resolveconf.conf can turn this off. You also can override the DNS answers from DHCP in dhclient.conf 22:26:22 sorry resolvconf and resolvconf.conf 22:28:02 duskmoss: ok thanks. I guess to turn off resolvconf, I just need to add resolvconf=NO in the resolv.conf file. 22:28:22 in the resolvconf.conf file 22:28:28 not resolv.conf file 22:28:39 (tricky one that ;) ) 22:29:46 ohhhh, you saved me right there 22:34:21 duskmoss: ok works, thank you :) 22:34:28 np 22:55:06 Hi, I waiting for the progress freebsd is fully supported the VisonFive 2. 23:33:03 OwlWizard: are you running pf? have you configured pf to NAT packets from the jails?