00:27:44 thanks yuripv :) 00:39:57 I would really like an invite if someone has a bluesky account. 00:57:55 <_xor> meena: Do the `packages` and `update-packages` targets only create packages from the host system or can it take a separate root prefix? (i.e. installkernel + installworld using the install at /usr/obj/tmp) 01:15:11 What's the typical method people use to see how much memory is in a system? 01:15:30 "dmesg | grep memory" is what I have been doing. It works. But it isn't very elegant. 01:17:47 It has the advantage of working from an installation ISO shell without any pkgs installed though. 01:47:01 rwp: `top` is about as basic as it gets for showing a few key pieces of system info, including installed RAM. 01:47:23 runs in shell with nothing installed but a base *BSD 01:49:01 There are (much) more minimalist ways of doing it, but `top` is 3 characters :) 01:55:42 Thanks coreystephanphd. Running top is good. "top -d1 | head -n7" gives me one screen with _just the facts_ about the system. 01:56:37 It does suffer from not being as immediately obvious though as compared to other things. 01:57:15 "dmesg | grep real.memory" says "real memory = 17179869184 (16384 MB)" which is directly the amount of installed memory. 01:58:01 "top -d1 | head -n7" on the same system says "Mem: 673M Active, 10G Inact, 467M Laundry, 2903M Wired, 12M Buf, 1653M Free". 01:58:25 Useful information there certainly. But not as easy to say this system as 16GB of RAM installed. 01:58:50 The swap line from top though is perfectly direct and succinct though. 01:59:42 "swapinfo -h" gives swap info more succinctly readable too. 02:09:50 daemon: sure 02:11:25 rwp, sysctl -n hw.physmem 02:13:02 hw.realmem 07:18:39 _xor: they operate like any other make target in our weird, weird, build system 07:23:35 I have a dumb question. when I type it overwrites the old text instead of inserting new text. how the f do I change it back to normal? 07:24:05 typing into what? 07:30:54 into vi? 07:31:49 just general text. if I type an additional word into a sentence, it overwrites the existing words rather than insert new letters. I think i might have accidently pressed shift cntrl and another key 07:32:23 into what program? 07:48:33 did you know you can actually order weird types of pet frogs online? You can keep them as pets. Im not sure what you can do with them other than wear a glove and sit them on a stick or a leaf. 07:49:58 rtprio: i usually use sysctl, like VVD shows. but… i actually don't know how to read it. my brain struggles with big strings of numbers 08:41:16 Hi all. I have newest FreeBSD 13.2. But I can't install newest GnuPG. My version is 2.3.8 if installed from pkg. If installed from ports - 2.3.3. But here is 2.4.x: https://www.freshports.org/security/gnupg 08:41:17 Title: FreshPorts -- security/gnupg: Complete and free PGP implementation 08:41:20 What to do? 08:43:09 are you using the quarterly or latest pkg repo? 08:44:04 RhodiumToad: I don't know. How to get this? 08:45:17 what's the repo location in /etc/pkg/FreeBSD.conf or /usr/local/etc/pkg/repos/FreeBSD.conf ? 08:45:31 url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", 08:45:35 it'll have either /latest or /quarterly in the url 08:45:45 So I should set 'latest'? 08:46:04 latest is more up to date, at the expense of having more version churn 08:46:16 How to switch safely? 08:47:10 edit the file, do pkg update -f, then pkg upgrade will upgrade all your packages to the latest version 08:47:19 OK 08:47:21 tnx 08:47:33 or copy the file to /usr/local/etc/pkg/repos/FreeBSD.conf and edit that, but that might be more confusing 10:51:02 Hi. My system just froze up changing between tty's. Had to give it a power cycle. dmesg does not know anything happened (new log starts at the new boot, old log does not show an error). xorg logs look normal too. Where else could i poke around to figure out the problem? 10:51:26 on freebsd 13.2-release-p3 if it matters 10:53:44 KingShark: did you not say that you had a page fault panic a few days ago while rendering in blender? it's probably the driver that's a bit clunky. does /var/crash/vmcore.last say anything useful if you kgdb it? 10:55:03 dstolfa, yep thats me, nice memory :) no files of today in /var/crash 10:55:35 changing from tty9 to any other tty1 always is laggy before it happens but after that initial lag, changing from tty1-8 usually works fine 10:55:46 just now it froze the whole system, keyboard stopped worked, sound stopped.. 10:56:10 its an intel+nvidia setup with drm-kmod 10:56:25 it's *probably* the driver. you have it installed from packages right? 10:56:27 but i think the ttys are also rendered using the nvidia drivers so not sure if that matters 10:56:30 yes 10:56:39 are you running latest or quarterly? 10:57:04 Name : drm-kmod Version : 20220907_1 Installed on : Sun Sep 17 13:43:22 2023 CEST 10:57:27 latest. 13.2-release-p3 10:58:11 did an install from the websites download and later a pkg update / pkg upgrade 10:58:42 default kernel, nothing spectacular configured (: 10:59:01 i don't really know how well the intel + nvidia setup works on freebsd but i'd certainly expect this to be a driver issue. unfortunately when nvidia is involved it becomes a bit harder to debug because there's no source for the driver IIRC 11:00:35 all i changed compared to a plain basic install is usbhid_load="YES" hw.usb.usbhid.enable=1 in /boot/loader.conf to have multimedia keys work on my keyboard but the pagefault error happened before that. besides of that, i do lightdm_enable="YES" kld_list="i915kms fusefs" allscreens_flags="-f ter-u28" in /etc/rc.conf 11:00:59 dont think any of them are related to the issue (: 11:01:03 Hello. What happened to forums.freebsd.org ? 11:01:28 i could remove the allscreens_flags which i use to increase font size on the ttys for a try but i dont think that would cause a freeze 11:14:15 CyberCr33p: up and working, what's the issue? 11:25:03 how could i track if a packet got sent out from my freebsd workstation? 11:25:05 WOL issues :) 11:25:23 the wol command claims everything went fine but the target device does not wake up so.. i would like to confirm the packet ever got sent 11:26:40 guess tcpdump is the way to go 11:36:40 weird, weird. i can see the wol packet go out via tcpdump yet the target device doesnt bother waking up. guess a upd broadcast packet on port 9 does not do what it expects 12:32:21 I've been trying to email freebsd-stable@ but I am getting dozens of DMARC auth error responses from various places. I do see my email in the list archives so it's been delivered to the list server, but apparently a lot of subscribers aren't getting the messages. 12:32:46 The problem seems to be that a message from me (@anduin.net) comes from a *.freebsd.org host, which my SPF/DMARC policy doesn't allow for. 12:58:16 heh, why would they notify you though 13:16:35 need a system and network perfomance for server 1 gb ram, 1 cpu, and 20 gb ssd. 13:16:41 Of course i host on freebsd 15:26:52 Hi 15:27:04 How enable 0-RTT in FreeBSD 14-STABLE with Nginx 1.24, OpenSSL 3.0 and HTTP/3 ? 16:33:49 VVD, sysctl! I had completely forgotten about and not been thinking about "sysctl hw". That's very good! Thanks! 16:56:27 what is the cleanest way to mix one port into my pkg based system? i want to try a higher version of something. the newer version exists as port but pkg has a very old one :) 17:47:45 KingShark: just install it with the port, no extra steps needed 18:07:39 @KingShark Use synth ;) 18:25:20 So, how complicated is it to get bluetooth audio working? Specifically Sony headphones? 18:26:45 when i reboot, after the "all buffers synced" message I see ~25 messages like "pid 6983 (zsh), jid 0, uid 1001: exited on signal 11 (no core dump - other error)" 18:27:06 on 14.0-BETA3. don't recall seeing these on 13.2 18:28:31 markmcb: does that also happen when trying to just shutdown too? 18:29:49 BillyJoeBob: I can try now and find out ... brb 18:33:24 Well... 18:33:40 BillyJoeBob: yes, "shutdown -p now" had the same reslut 18:33:43 result 18:33:51 signal 11 no core dumped? 18:33:57 correct 18:34:07 ? 18:34:17 pid 6606 (zsh), jid 0, uid 1001: exited on signal 11 (no core dump - other error) 18:34:25 except sshd 18:34:29 slightly different error 18:34:32 pid 3700 (sshd), jid 0, uid 1001: exited on signal 11 (no core dump - bad address) 18:34:38 "bad address" vs. "other" 18:34:47 Hmm...have you done any updates recently? 18:35:24 i'm fully up to date on BETA3. or do you mean hardware? 18:36:15 if hardware, no recent changes 18:36:19 Hmm, is beta 3 version 15? I only run release versions. 18:36:34 14.0-BETA3 18:37:18 Was there a recent update that you can cooralate with this? I mean FreeBSD/pkg updates 18:38:01 i think it started with the move to 14, i don't recall seeing it prior when on 13.2 18:38:38 That would be my guess or something along those lines. You should be able to downgrade, I think. That's if it bothers you that much. 18:41:24 I usually don't upgrade until it reaches RC3/RC4 18:41:46 it doesn't bother me. i just assume it is indicative of a bug somewhere 18:45:56 Could try here: https://lists.freebsd.org/subscription/freebsd-bugs 18:45:58 Title: FreeBSD Mailing lists: subscription for freebsd-bugs 18:55:41 as someone who's subscribed to 7863256 bugs (rough estimate), i reckon subscribing to bugs@ is going to be complete overkill 19:06:35 geobarrod: from what I understand, 0-RTT is a feature of TLSv1. 3, and the server implementing it. so i reckon it should be an option in nginx, but i can't seem to find anything 19:07:33 "Additionally, TLS 1.3 supports session resumption, which makes connection establishment faster by eliminating the overhead of repeating the TLS handshake when a client returns to a previously visited site. This is also called 0‑RTT (zero round trip time) resumption" 19:21:39 so does 1.2 19:23:44 meena: Thanks for answer. Look here on this HTTP/3 online checker https://http3check.net/?host=www.youtube.com 19:23:46 Title: HTTP/3 Check - www.youtube.com 19:24:45 meena: Now look my default site https://http3check.net/?host=geo.prensa-latina.cu 19:24:48 Title: HTTP/3 Check - geo.prensa-latina.cu 19:26:58 @meena Not 0-RTT in my site and the checker don't release the second connection 19:27:38 geobarrod: the detailed description in both cases says that 0-RTT was successful. but you didn't get a badge. 19:28:05 maybe it doesn't fit, cuz you got too many badges lol 19:28:52 meena: detail description is only for explain the features 19:29:12 aah 19:29:24 ;) 19:30:39 Linux have 0-RTT, Why my FreeBSD not? :/ 19:30:41 why don't you have a http header output, and why is Youtube's header output bigger than my website? 19:33:24 Now in FreeBSD 14, the support for OpenSSL 3.0 is ready, and this allow use HTTP/3 with Nginx, but not work. Why? 19:33:26 meena: https://freshbsd.org/freebsd/src/commit/3f39a2a83945c31d17e609dd6e2adcfb099ae7f0 notice anything? 19:33:27 Title: FreeBSD / src / 3f39a2a / ntpd: Support IPv6-only hosts - FreshBSD 19:37:38 Freaky: hrmmm… still says c, maybe my phone is hard caching this 19:37:52 meena: oh, you'll need to be using Split diffs 19:38:00 Unified support is coming 19:38:09 I'll try my laptop as soon as my daughter is asleep. in a years or 13 19:38:47 I backported inline diff highlighting from my dev branch 19:40:09 geobarrod: 0-RTT is a TLSv1.3 feature, and TLSv1.3 for a long time. not just OpenSSL 3.0 19:40:43 Freaky: that's really cool 19:42:43 @meena I mention OpenSSL 3.0 because that version allow to Nginx enable HTTP/3 support 19:43:51 meena: My site have only TLS 1.3 enabled 19:57:48 meena: I love being able to slurp in random .jar's and glue them into Ruby 19:58:12 if only all FFI stuff was that easy 19:58:42 (I think saying that three times is how you summon a GraalVM developer) 20:09:04 Freaky: it's really cool 20:09:36 I think the entire JVM eco system is really freakin cool, even tho I could never warm to Java itself. 21:18:25 anyone got recent benchmarks on linuxulator to compare overhead of linux jail vs running linux directly? 21:18:33 wonder what kinda overhead there is (if any!?) 21:35:16 geobarrod: what doesn't work about it? 22:18:16 meena are you mina galic? 22:18:30 polyex: no, I'm Mina Galić :P 22:18:36 reading about a virtio vsock device driver 22:18:38 :P 22:18:44 what's that driver do? 22:19:10 polyex: it allows for cheap communication between guest and host 22:19:24 through like a uds file path? 22:20:56 rtprio: The online tool http3check.net don't show the feature 0-RTT of my site https://http3check.net/?host=geo.prensa-latina.cu 22:20:58 Title: HTTP/3 Check - geo.prensa-latina.cu 22:21:10 No, it's just its own socket protocol. The device on one side implements it, and the driver on the other side does, too. An application opens a standard socket(), but with that protocol, and then communication happens. 22:21:15 Or so I hope. 22:25:05 ya isn't that what i said? 22:25:18 not being shitty just honestly confused 22:27:00 oh it's just an open standard in the virtio family duh. looked it up. wow it looks COOL 22:27:11 dude how fun is that project? 22:27:30 oh 22:32:11 polyex: I thought UDS meant that there is an actual unix socket file somewhere 22:32:21 ah nah, just LIKE that 22:32:43 but ya i get it now. gonna be so cool 22:32:55 do jails have a similar mechanism of host <> jail communication? 22:33:08 they don't need it 22:33:24 how can code running in a jail communicate with the host system? 22:33:25 polyex: it's painful. my C is rusty, and virtio is painfully underdocumented, hence: https://reviews.freebsd.org/D41853 22:33:26 Title: ⚙ D41853 virtio: add introduction to virtio, document virtio.h 22:34:37 meena ah :/ well your work is super appreciated! 22:34:44 polyex: jails see a subset of the host's filesystem, so the host can create local-domain sockets visible to the jail 22:35:07 after you make the virtio man page, maybe add a section on virtio to the handbook's chapter 24 virtualization ? 22:35:50 RhodiumToad so jails can use standard uds to communicate with the host? so sockets for jail and vm communication eventually. that's badass 22:36:09 meena ^ (virtio man page...) 22:37:09 looking at chapter 24 in handbook, a section on virtio would be AWESOME 22:37:33 imo should be 24.2 and push the others down 23:23:15 I just rebooted my FreeBSD server by installing a Debian jail & trying to force install sysvinit-core, WTF 23:25:01 wtf 23:26:02 veg: any crash dumps? 23:28:03 meena: no, it straight when into shutdown, twice 23:28:36 to be fair, I was in a chroot, not jailed 23:32:46 i know /usr/src/release has scripts to make .iso but .img can be made too right?