01:02:25 latest stable FreeBSD UNIX 15 large USB flash drive image just crashes on boot apparently with a large message. It says can't find /boot/entropy nor /boot/hostid and some probably unrelated stuff. Should I photograph and post to forum? 01:03:08 /etc/hostid 01:03:56 moviuro: according to the man page, it seems like it only reads from /tc/rc.conf.d/* but not write to it 06:09:37 how to fix this? 06:09:56 ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/bin/git not defined 07:05:18 rtprio: so it's a bug. sysrc syslogd_flags should return "-ss -c" if I set them up that way in /etc/rc.conf.d/syslogd 07:47:52 is there a way to use DHCP with a non-VNET jail ? 08:04:31 non-VNET jails share the network with the host, so while it might be possible to push dhcp into a non-VNET jail (no idea) that would also affect the network of the host 08:18:55 I'm building jails dynamically in a CI/CD pipeline (Fogejo) and I was wondering how could I get a pool if IP adresses that the script could get and push back once the jail is destroyed 08:19:47 maybe I could simply use a simple json/yaml/... file 11:52:09 mage: yes, VNET has nothing to do with it. IIRC it's just exposing /etc/bpf & allowing raw_sockets. Note this delegates a certain degree of trust to the jail; these also allow among other things changing MAC address, spoofing of various kinds. 11:53:16 dch: but how would the jail configure its own IP address after getting a DHCP reply? 11:56:03 ivy: you're the network expert :-) I don't know, the point of running dhclient in a jail is entirely lost on me. 11:56:19 i don't know either, i never use non-vnet jails 11:56:20 It's definitely possible tho 11:57:28 OK I checked up, the only place I have personally seen this done is iocage, and it implicitly sets up a vnet jail for this 14:44:20 question... is there a way to get insight as to why a pkg didn't generate from a ports change? 14:44:22 https://www.freshports.org/security/tor/ 14:53:12 hm? all latest repos seem to have tor 0.4.8.22 14:54:35 How do I find out why a package is being installed by pkg? 14:56:20 I often look at what would get removed via pkg remove -n after letting the upgrade install it 14:56:28 for that 15:10:03 oh my bad. never updated FreeBSD.conf on this box. apologies for the noise 15:10:38 nimaje: I used `pkg query %dn mu nss` as those are the two being upgraded, but they do not have dependencies on gtk3 and I'm trying to figure out where that is coming from. I have emacs-nox installed but pkg is removing that and replacing that with emacs. But why is it replacing emacs-nox with emacs since this is a headless system. 15:18:31 hm, mu depends on emacs and pkg doesn't have something like debians alternatives system, so if something depends on emacs, it depends on emacs and not on emacs-nox 15:19:45 For me: 'pkg query %dn mu' returns emacs-nox along with a few others. 15:21:36 before or after the update? 15:21:45 before the update 15:22:19 I did a 'pkg update && pkg upgrade' 15:22:43 With RPM and DEB, there is the concept of "Provides" so that emacs-nox "provides" emacs, so if a package depends on emacs, emacs-nox can satisfy that dependency. I don't think something similar is available in pkg, yes? 16:36:55 What VM software do you guys prefer on FreeBSD? 16:38:18 I mostly use vm-bhyve 16:48:09 yes, i use vm-bhyve too 16:48:42 my use is just adb/fastboot on linux with usb port pci passthrough 16:48:53 I'm still working on figuring out bhyve, but, it seems the most appropriate system to use 16:49:01 Im gonna try vm-bhyve, thanks for the suggestion 16:49:17 okay, good luck, it's very easy and straightforward, i like it. 17:37:36 wavefunction: vm-bhyve might make your learning quicker 22:16:50 so I recently upgraded the wireless card in my laptop to an AX200, to get 11ac support from iwlwifi or iwx. it seems like I get stuck with an 11n connection if I end up getting connected to my router's 2.4GHz band. has anyone else run into this? 22:18:38 I could disable band steering on my router, getting the 5GHz band as a separate SSID, and specifically connect to that, but that seems less than optimal 22:20:10 connected to 2.4GHz currently, ifconfig says "media: IEEE 802.11 Wireless Ethernet MCS mode 11ng" 22:21:19 can it connect to a 5Ghz only ssid at a higher speed? 22:24:05 if it connects to 5GHz, it negotiates an 11ac connection as it should, and my connection is in the range of 250-500Mbit, but if it connects to 2.4GHz, it seemingly gets an 11n connection (even though the 2.4GHz band is configured to support everything up to 11be), and my connection is more around 50Mbit 22:24:39 with band steering enabled on the router, both of these bands are under the same SSID and it's basically random which one I'll be connected to 22:25:16 does FreeBSD not support 11ac on 2.4GHz networks? 22:25:46 this isn't just iwlwifi, it happens on iwx as well 22:38:41 tm512: Have you checked "man 4 iwlwifi" and the "^LOADER TUNABLES" section? I'm not sure how you're implementing it, but that does have some info regarding 11n vs 11ac. 22:39:21 balsamic-oval: Yello! 22:39:26 hi hi 22:41:56 sounds like band steering doesnt work as expected against FreeBSD/iwlwifi ? 22:44:22 you could force freebsd to only use 5Ghz with some extra settings in rc.conf/ifconfig/wpa_supplicant? 22:52:08 is there a better libre #channel to use for questions about porting to FreeBSD? 22:54:58 ek: I could try, though I suspect that disabling 11n support will cause a fallback to 11g. worth a shot though 22:55:56 it doesn't seem to have anything to do with band steering. disabling band steering on this router put the 2.4GHz band on the default SSID, which my laptop connected to, at 11n speeds 22:57:15 not sure whether I can force 5GHz from my laptop. maybe on my router I could configure a band-steered SSID, but then one for 5GHz specifically 23:00:10 gman999: What do you mean? What "libre" are you trying to port? 23:00:15 could set "mode 11a" for ifconfig in rc.conf? or lock to specific 5ghz channels in wpa_supplicant.conf? how does your device conenct to wifi? 23:00:49 ek.. i mean on #libre, not "libre" :) 23:01:08 gman999: just ask here, 23:01:52 cool. 23:01:55 will in a bit 23:02:16 gman999: the official mailing lists 23:02:23 yes.. of course. 23:03:35 there is both a tar.gz and bz2 file in the master_site dir, and bz2 not set in the Makefile... 23:03:44 gman999: Are you asking about just any general porting for FreeBSD? If so, there is a #freebsd-ports channel here on Libera. 23:03:44 yet it keeps pulling the bz2 file 23:04:10 idk why it's not grabbing the tar.gz file by default... like it's supposed to 23:04:41 i'm very familiar with openbsd porting... but can hack on fbsd Makefile easily enough 23:07:06 gman999: What is the master_site? 23:07:32 so it's a gitlab site of Tor 23:07:34 https://gitlab.torproject.org/tpo/network-health/sbws 23:07:52 USE_GITLAB and GL_SITE set 23:10:20 Hrm. I would think it would pull the .tar.gz by default. This is when you're testing with "make makesum"? 23:10:27 yes. 23:10:30 same 23:14:01 gman999: Well, I do see .zip, .tar.gz, .tar.bz2, and .tar in the releases. Honestly, it shouldn't matter which one gets pulled. The ports inf should decompress and use it all the same. 23:14:10 Is it causing problems being a .tar.bz2 download? 23:14:27 well, i'd like to use the default tar.gz... 23:14:46 dvl (freshports) is saying it's the USE_GITLAB line... 23:14:48 ok... 23:14:54 lm look at that again 23:20:45 It likely is. I've never used USE_GITLAB before. But, there is a way (or used to be) to tell the port to download a certain filetype suffix. 23:31:43 gman999: Are you specifying a tag to pull? That seems like it could be a culprit. 23:32:24 USE_GITLAB, GL_ACCOUNT, and GL_TAGNAME? 23:34:36 Every port I current see using gitlab where the distinfo is pulling a .tar.gz is specifying a tag. 23:52:57 that's what i concluded ek... tag v release 23:53:06 this is a release so that's what it probably is. 23:53:10 appreciated. 23:53:34 _GITLAB_EXTRACT_SUFX= .tar.gz 23:53:36 _GITLAB_TAG_EXTRACT_SUFX= .tar.bz2 23:53:59 from bsd.sites.mk file 23:57:11 Hrm. That almost looks opposite? 23:57:43 But, that is for extraction and not downloading. I'll ahve to take a look at the bsd.sites.mk. 23:59:24 Ah. The EXTRACT_SUFX specifies what to pull. Makes sense. So, yep. Specify a GL_TAGNAME and you should be good to go with a .tar.gz.