05:19:29 got myself another page fault, this time I have a core file 05:23:55 there's no possible way dhclient has a page fault bug right? 05:35:31 rwp I use HashiCorp vault for secrets management 05:35:52 there’s an open source fork called openbao that isn’t yet in ports tree 05:36:08 AMA it’s great even at small scale 11:00:58 nmz: it's diverged from upstream, so who knows 13:59:07 I wanted to put FreeBSD-14.1-RELEASE-arm64-aarch64-RPI.img onto a 32GB microSD card, but it seems the image is too big, how do I manually downsize it? 14:32:24 the image is not too big, wut 14:33:01 zilti: the image should be about 1gb no? 14:35:22 are you sure you don't have a faulty sd card? sdcards are usually shit 14:37:15 r0ni: it is 5GB as a .img file. The sd card is definitely fine. dd just keeps writing, it did indeed fill the complete microSD, then complain that there is no space left 14:39:10 nmz: 14:39:22 Sorry for the mis-ping. Not sure what happened there 14:40:37 zilti: can't you use the rpi-imager? 14:41:28 nmz: I guess I could. I didn't know of its existence. Thanks! 14:42:50 if that doesn't work then ¯\_(ツ)_/¯ 14:43:39 rpi's boot in a strange way, you have to create a special partition then set it as bootable then write the os on another partition 15:24:00 I have audio out I want on pcm0, but the microphone is usb, so it's pcm5. But since if you set hw.snd.default_unit to 0 results in audio coming out hdmi as wanted, but the mic default still sits at pcm4. I've been all over mixer(8) with no ability to set the mic independant of the default_unit for audio out. 15:26:24 zilti: scammers can modify a microSD card controller to falsify the card volume. When you plug the microSD card into your system, it appears as one size, but once you start writing data to the drive, you'll find that you run out of space early 15:27:17 https://www.freshports.org/sysutils/f3/ could be used to test the card 15:42:58 not to mention some SDCards are write once and then they become read only 16:12:53 I installed a FreeBSD desktop, and as usual, configuring Xorg drivers renders Xorg to fail to start, but not configuring it makes it work fine... 16:14:29 According to pciconf, my Nvidia card is "vgapci0@pci0:1:0:0: class=0x030000 rev=0xa2 hdr=0x00 vendor=0x10de device=0x13b0 subvendor=0x17aa subdevice=0x222e", and configured the driver as Identifier "Card0", Driver "nvidia", and BusID "pci0:1:0:0". Should be correct... 16:15:00 I don't get why it isn't correct. 16:49:32 remiliascarlet: why are you trying to specify busid at all, have several gpus? 16:54:09 yuripv: This laptop has 2 GPU's. An Intel and an Nvidia. 16:55:01 Even if I comment everything out except for "Section" and "EndSection", it really seems to be tripping over `Section "Device"`. 16:57:53 for my sake, assume yes because I have never gotten X (without config) to work with my hardware, on a hp proliant 580 gen9 with 3 nVidia Quadro K6000, and a builtin, it just says no screens found 17:00:26 In my case it's "[01:59:24.245] (II) DAEMON: Running: /usr/local/bin/X -nolisten tcp -background none -seat seat0 vt9 -auth /var/run/sddm/xauth_tKIzuz -noreset -displayfd 15", "[01:59:24.256] (EE) DAEMON: Failed to read display number from pipe", "[01:59:24.256] (WW) DAEMON: Attempt 3 starting the Display server on vt 9 failed", and "[01:59:24.256] (EE) DAEMON: Could not start Display server on 17:00:28 vt 9" 17:01:22 dch, I look forward to asking you about openbao some time in the future when we both have time to talk about it. I am definitely interested in how it works. Thanks! 17:49:55 im looking into jails atm what ip addresses should one use? im not very knowledgable on ip addresses, is there like a range of addresses one can safely use without causing trouble? 17:59:07 OwlWizard: it depends on the purpose of the jail. For example, I have a unifi controller that I want to have an address on my LAN, so it's 192.168.etc.etc. But for my caddy jail and jails that it reverse proxies to, i have them in the 10/8 space, and those are on the loopback interface, inaccessible outside the host unless i have pf forward packets to them 18:00:01 OwlWizard: There's more info regarding ranges here: https://datatracker.ietf.org/doc/html/rfc1918#section-3 18:09:35 ill have a look at a 18:09:41 hit enter too early 18:11:02 but yea im learning jails atm and the guide doesnt tell me anything about ip-address, so atm its a test jail but im thinking about making one for installing ports into 18:23:41 also can i assume that the host can execute apps inside of a jail? 18:33:48 I was hoping someone could take a look at an issue I'm having with my interface bridging. I have a dual 10G SFP+ card in bridge mode and it works setting up manually, but I can't seem to have the rc.conf settings bring it up during boot. https://dpaste.org/9kf38 18:34:03 Also it seems that https://bsd.to is down so I used a different pastebin :/ 18:36:45 I was wrong at the top of my paste. An IP address gets assigned to bridge0 but the member interfaces are not added. 18:45:36 I suspect its a timing issue, the commands are being ran too fast? 18:55:10 ah, I figured it out. My two `ifconfig_bridge0` variables were overwriting eachother. I need to combine the ifconfig command into one like `ifconfig_bridge0="inet 192.168.80.12 netmask 255.255.255.0 addm ix0 addm ix1 up" 19:00:41 👍 21:18:15 has Samba recently added some sort of ZFS block cloning feature? i just copy-pasted 3 10GB files on a Windows SMB client / FreeBSD server and they copied instantly 21:43:58 Do I still need nfs to pxe boot FreeBSD 14.1? I just want to pxe boot the installer. :/ 22:30:58 ivy, Probably block_cloning is enabled and probably Samba is using it now by default. It's a new feature that recently has rolled through into release. 22:31:21 https://openzfs.github.io/openzfs-docs/man/master/7/zpool-features.7.html#block_cloning 22:33:35 rwp: yeah, i saw block cloning when it was introduced (mostly because of that one bug :-) but wasn't aware Samba was using it 22:33:55 pretty nice though, even over 10GbE it would usually take long enough to copy that much data that i'd log in and do via ssh instead 22:34:04 Both the source and destination would need to be in the same zfs pool though. 3x 10GB = 30GB ... How much ram do you have for file system buffer cache? It might have all gone into ram. 22:34:41 nah, the pool is only 8x 7200rpm HDDs, there's no way it could have read that much data in a couple of seconds 22:35:05 at most it does ~1GB/s and usually slower 22:35:16 Some commands are aggressive about using the newest features and will opportunistically do all of the fancy stuff if it is available. Sometimes that is good to give testing and to find bugs. Sometimes not so good when it leads to data corruption. 22:36:05 Was both the source and destination on the same pool? It can't do block cloning if it is in different pools. 22:36:17 yes 22:37:12 different filesystems, same pool 22:37:40 Then it would be a candidate for it. Could be super fast in that case. 22:38:18 is there a way to check if a file got block cloned? i guess not as it happens at a fairly low level 22:39:29 https://www.truenas.com/community/threads/truenas-scale-23-10-is-released-with-additional-smb-features.113649/ says they do block cloning over SMB but doesn't say if they use Samba or not 22:39:33 presumably they do though 22:40:10 I imagine that if you ran a command under truss that it would be visible in the copy options? I don't know. 22:40:25 i was thinking after the fact, i don't care enough to truss smbd :-d 22:41:13 That's something I imagine is available to deduce from some zfs list options but off the top of my head I do not know. Maybe someone else will know? 23:23:29 hi, good evening,