00:40:43 ant-x: there's "drm-kmod" which you could look into, not sure if that solves your issue, but to me it sounds like it could 01:38:30 ant-x: im curious about the current state of wireless on those rpi sbc's could you get the wireless chip identificator? 01:41:11 i did an custom solution with rpi4+freebsd once ago, i never intended to even use the wifi anyways, anyworks great in the GPIO but interrupts handlers were not implemented yet 01:41:38 s/anyworks/everything works/ 02:48:25 i'm uh, cursed 02:49:20 MelMalik: What!? 02:54:55 i just wrote a program to feign ld-elf.so.1 into working in a setuid context (because I needed to make an -o PRELOAD library work alongside the X server, which is started using a setuid wrapper). the program chmods itself to all zeroes does setuid(0), and then forks and execs &argv[1]. it is extremely dangerous. i am honor bound not to give out the source code. 02:56:20 The program itself is not stored with the SUID bit set. 03:11:08 I'm not gonna lie... That does sound just a bit dangerous! 03:11:21 Only a bit? 03:11:38 Gee whirlickers. 03:15:09 Haha. Now you're quoting something from the 60's or so. Must be rough! 03:16:17 This is the kind of programme nobody should ever write, ever. 03:16:48 If it works for you, great! But, I wouldn't share it as it obviously cannot be trusted. 03:17:22 I'm also unsure of the reasoning behind it (but i'm sure there is.) 03:18:07 I write a lot of things that I don't share because it's insanely insecure. I trust myself to use it, but I'd hate for it to get into the wrong hands. 03:27:29 I needed to attach a leak-finder library to the Xorg executable. This was, amazingly, the easiest way to do that. 03:37:12 Make sense to me. 04:04:12 I've got something installed via ports and I want to prevent it from getting updated via pkg, how would I do that? 04:15:30 mns: pkg lock 08:55:55 https://bpa.st/WRZA hmm how the fuck does freebsd fuck up so badly, I thought I didn't update to -p3 but I did, freebsd-version shows -p3 and openssl version is 3.0.16 (https://www.freebsd.org/security/advisories/FreeBSD-EN-25:07.openssl.asc) 08:56:52 im scrubbing my zroot right now to see if there has been corruption 08:57:06 but I assume this was caused by freebsd-update messing something up last update 10:08:07 bmake question, I want do so something like `export FOO=important` at the top of this makefile so it is accessible to all the commands used later on 10:09:14 in this case, its a https:// url so make reads it as a target 10:21:00 armin, re: drm-kmod> thanks. The docs say drm-kmod supports Intel and AMD graphics hardware, whereas I RPi is likey using something else. By the way, in the past I /have/ solved a similar problem in Linux by passing drm.edid_firmware=DP-2:edid/1280x1024.bin to the kernel! 10:21:34 That is, a told it which EDID info to use instead trying to auto-detect it. 10:24:36 BarnabasDK, while I am taking a break from the RPi setup before I get me an Ethernet cable for network, can you explain in more detail what you mean by saying that "the res really makes no sense with relation to the console"? Here is are the resolutions of some standard text modes: . Do they make any sense to you? 10:42:23 deepend, I send that e-mail from my personal PC using the Sylpheed mail client. 11:05:50 ant-x: there's "hdmi_mode" in config.txt on the raspberry pi, but it's too long ago and I can't recall what exactly this does anymore; you're right about drm-kmod however, it seems to only cover AMD/Intel. 11:07:54 I totally confused about that config.txt. Which component reads that file? It it Raspbian, then why FreeBSD is reading it too? Or is the reading of that file hardwired into RPi? 11:09:43 ant-x: https://wiki.freebsd.org/arm/Raspberry%20Pi#Console_output_on_HDMI 11:09:49 The Pi OS uses cmdline.txt instead: . 11:10:41 armin, in my case, I see the rainbow color screen only at boot time, but then it starts showing normal console output. 11:10:50 (in 640x480) 11:12:56 I think it is normal behavior: RPi /always/ shows the rainbow screen after it is turned on, and then proceeds to booting. 11:20:21 armin, the advice to turn off hdmi_safe has helped! . The note is bit wrong it menitoning only X.org resolution, because it affects the console, too. I'll fix entry. 11:22:28 Now I have a normal 1600x1200 console. 11:27:45 ant-x: cool, I haven't used a Pi in a veeeery long time, I admit it. :) 11:28:20 Now at least I can diagnose the other errors in relative comfort. 11:44:19 ant-x: regarding sync: operating systems buffer some stuff that gets written to block storage in ram, to not block the program until the write fully happend (as storage devices are slow compared to ram), sync waits until all those buffered writes happened, after the dd it could be that stuff is just in the ram buffer and if you remove the sd card then, the write would be incomplete on the sd card 11:46:51 polarian: tried rm -rf /var/db/freebsd-update/* and then freebsd-update fetch - again? 15:40:02 tercal: doesnt matter im up to date 19:44:42 nimaje, re: sync> I understood that much after you recommended to call sync. Thanks. 19:48:25 ? 19:48:35 the same sync again ? 19:49:20 ant-x: sync && sync && poweroff ;-) 19:49:22 mzar, just a belated confirmation. 19:49:27 Yes, the one! 19:49:42 so it finally helped ? 19:50:05 I didn't find poweroff, and used shutdown now... 19:50:30 mzar, what helped me, was to specify hdmi_safe = 0 in /boot/msdos/config.txt . 19:50:51 thanks for the report 19:52:27 It's the least I could have done. 22:35:10 <__sbrk> Hi. Just tried loading 14.2 on a Thinkpad Z60m (i386), which promptly panic-d 22:35:21 <__sbrk> right after apic0: 22:35:30 <__sbrk> this also happens on 13.5-RELEASE 22:35:39 <__sbrk> however, the ancient 12.1 that I had on there works fine 22:35:47 <__sbrk> anyone else run into this? 23:26:23 __sbrk: Have you tried disabling apic to see if that allows it to boot? 23:53:20 Anyone else having problems with Discord?