00:28:24 format_c, Yes. The Handbook is generally authoritative documentation. 01:18:27 Anyone notice odd things being install with latest repo on 14.3? 01:19:35 No. Odd such as? 01:19:53 Do you mean latest as in "Latest"? Sorry, I am using Quarterly. 01:20:41 https://gist.github.com/derekschrock/d5b8fab026d68d3e7326e99b04a5fc13 01:21:24 Trying to uninstall gcc14 after that upgrade wants to uninstall a bit of other things that were not part of that upgrade. 01:25:27 It looks like one of the packages in the upgrade has new dependencies that were not there previously. 01:26:28 That's possible. 01:31:29 I am not sure how to do this exactly but maybe "pkg info firefox-esr" for the installed package compared with "pkg search -f firefox-esr" for the incoming package and compare them? And the same for the other packages? 01:33:06 I don't see what from that list would require binutils though. I have it installed here for bhyve 01:34:44 What I've had seen in the base due to a local repo it would install extra things (like binutils and couple others from that list) but then autoremove would remove them 01:35:09 Thinking that's the case I limited to just latest.. even disabled the other repo 02:07:06 Best I can it Imath enabling PYTHON 02:11:59 So it's all legit. 07:45:44 hm 08:25:00 so i bumped into the tomfoolery where ffmpeg gets updated and nvenc stops workign in jellyfin heh 08:25:17 i need to see how the path gets set for jellyfin so i can get it to call the script instead of actual ffmpeg 08:25:47 Macer: you can configure that in the web UI 08:26:07 or... wait, maybe they removed that setting for security reasons? in which case you'd have to set it in the XML config 08:30:24 ivy: yeah that's the first place i checked. it shows where ffmpeg is but it doesn't allow you to change it 08:30:37 (in the web ui) 08:31:14 but yeah. i slapped a ffmpeg script in there and renamed ffmpeg to ffmpeg.bin .. but pkg upgrade sort of squashed that .. i forgot about it lol 08:31:21 yeah, you used to be able to change it there but it turned every XSS into an arbitrary command execution vulnerability so they removed it 08:31:58 you can edit the XML config in /var somewhere (i want to say /var/db/jellyfin, but i use a custom path so i'm not sure if that's also the default) 08:32:25 i'll do it once i'm done backint it up with bastille 08:32:29 *backing 08:32:57 i just finished creating all the trickplay images and that took forever so i'd like to make sure i don't ever have to go through that again 08:33:18 even with the hardware help and using keyframes it still took like 2 weeks 08:34:04 on a side note though.... using freebsd and freebsd jails is moving along nicely 08:34:56 Macer: out of interest, do you use ffmpeg for HDR>SDR tonemapping? i saw they provide a custom ffmpeg for that on Linux to do something upstream doesn't do, wondering how much difference it makes in practice 08:35:48 i do for the proxmox container but that uses jellyfin-ffmpeg 08:36:04 also. when enabling it while using vaapi or qsv ... it won't play anything :) 08:37:36 but i haven't tried with the fbsd jellyfin server yet because i'm still working on setting it up 08:38:19 i know if you don't have it enabled and try to play DV content you get purple and pink video 08:39:22 hmm, i think all my DVs are hybrid DV/HDR10+ so hopefully that's okay... i was wondering if doing HDR10>SDR results in weird output or something. i should ask my housemates if they still have an SDR TVs, actually... 08:39:50 i haven't noticed it when i had it enabled 08:40:25 but tbf i don't know what i should be looking for. i'd guess if it didn't map properly it would be rather obvious like it is with DV 09:03:57 that moment where you update opnsense and it comes off teh rails requiring you to hard reboot it 09:04:16 i really need to get this 1u installed to replace it so i have ipmi for it lol 09:34:15 Macer: any problems with IPMI setup ? 09:50:53 mzar: for the one i was working on earlier? no. works great. 09:51:18 i have to do the same for this ancient 1u supermicro i'm going to use as a router later 09:54:48 well.... 09:54:55 seems like the gomuks pkg was updated :/ 09:55:06 and now it's the newer web based one instead of the terminal client 10:10:01 https://www.freshports.org/net-im/gomuks/ 10:10:12 i don't understand how it got upgraded if there is no maintainer lol 10:10:39 For a while I had to move to Windows 11 due to my game development work. But I realized that the compiler for the Switch is really just a slightly modified version of LLVM's Clang toolkit, so I thought I could just set up Wine on FreeBSD, install all the rest of the tools, and move away from Windows (only drivers would be uncertain). But it seems like running anything under Wine requires me to 10:10:41 execute "/usr/local/share/wine/pkg32.sh install wine mesa-dri", and since FreeBSD 15 has no 32-bit support anymore, the script will run FreeBSD 14's repositories, and ultimately fail with error messages "Unable to update repository XLibre" and "Error updating repositories!". Not sure why it wants to update XLibre too, but it happens. 10:15:05 technically an update can be committed to a port even if it doesn't have a maintainer 10:15:58 with 15 you can still install the i386 components 10:16:13 there is no i386 kernel anymore 10:19:05 So I guess there's something else going on then. 10:40:41 ivy: yeah i see that. 10:40:52 the pkg info is from .. i guess a build bot? lol 10:41:52 all packages are built by the automated builders (which run poudriere) 10:41:53 Maintainer : ports⊙Fo 10:42:01 yeah 10:42:22 this is one where it actually hurt lol.. i really don't feel like jumping through the hoops to sort out how to build a gomuks legacy bin 10:42:35 i wonder if i could get away with running the linux bin 10:43:07 2026-01-16T04:42:52.563-06:00 WRN Failed to open frontend index.html error="open index.html: file does not exist" 10:43:28 you can always get away of here running Linux 10:43:28 🤔 it doesn't have index.html baked in? 10:43:47 Macer: if the old version of the software provides some useful functionality, you could add it as a new port 10:44:00 mzar: i already am with proxmox. i'm trying to shift over to fbsd 10:44:04 although whether that would be accepted depends on the situation, i don't know what a gomuks is so hard to say 10:44:27 it's a (well... was) a terminal based matrix client 10:44:54 which then became a backend with a built in web front end with a terminal front end being worked on 10:45:18 which is odd because the terminal bin was added quite a while ago but the pkg doesn't have it 10:45:42 that sounds like a case for providing net-im/gomuks1 (or whatever the old version is), if you're interested perhaps ask in hash freebsd-ports 10:46:03 (ok, how do i type a hash symbol on the UK Mac keyboard on Linux?...) 10:47:48 wow. and the pkg overwrites the config lol 10:48:02 glad i have that elsewhere. let me uninstall this and see if i can get this going with the linux bin 10:49:31 #### ok there we go, switched to a US layout 10:50:01 Macer: a port overwriting existing configuration is a bug, please file a PR. it should install .sample files instead 10:51:25 some lame ports don't follow this rule 10:51:42 Macer: it will be best to submit a PR with the patch fixing it 11:17:14 looks like py-cryptography wants to drop OpenSSL support: https://cryptography.io/en/latest/statements/state-of-openssl/ 13:51:27 ... is there breakage on 15-s re: sndstat? 13:54:23 not afaict, what isn't working? 13:54:52 oh the -s is for stable? I missed that 14:13:54 Update: I figured out why the Wine command from before didn't work. I had an XLibre repo that wasn't working anymore. I removed it, considering that it's now being packaged in the ports tree anyway. 14:15:29 Running that script I noticed that it's trying to install Wayland for whatever reason, even though I don't even use anything that depends on it. So I thought, Gentoo has a way to block unwanted dependencies, does FreeBSD have something similar to that? 14:16:24 I'm not going to say that Wayland = evil or something, it's just unnecessary for me. 14:23:57 well something depends on it or it wouldn't be installed 18:38:03 21:10:43 heh 21:16:03 that was a tmux command-key typo 22:07:16 jus as a hypothetical: how involved would it be to connect a new mandir to the build system 22:12:14 man0 or mana ? 22:13:10 man0 seems obvious s far from my explorations, idem for mana 22:13:17 but i'm trying to attach "man10" 22:13:25 probably would need a lot of special casing 22:14:19 (I should probably have selected 0 or a instead of 10, as the mansect I'm using for informational pages in my fork) 23:52:06 sweet 23:52:23 didn't realize that fbsd had p5-xmltv