04:36:49 ivanbu: where are you supposed to edit a file to change where ffmpeg is for jellyfin? 04:36:57 i thought it was the encoding.xml but i don't think that did the trick 04:38:21 can fbsd do this native with qsv or vaapi? 04:38:37 or do you always need to run ffmpeg with that weird libc6 shim? 07:19:21 Macer: no idea, I guess the question was for ivy :-) 11:05:48 hello 11:33:04 ivanbu: it was. Sorry about that. 11:50:40 its the time of month/year when I need libreoffice to do taxes & paperwork 11:50:58 but computer says no: qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" 12:03:23 I wonder what dependency is missing to cause that 12:31:53 is openoffice still a thing? 12:35:10 I think it died a well-deserved death some time ago 12:35:37 I reinstalled libreoffice and somehow something got fixed. but it didn't add any new packages. 12:35:52 it self healed! 12:36:32 i've been slowly trying to set up fbsd jails that have parity with my linux containers ... the struggle is real :) 12:37:19 openoffice has basically had minimal feature releases in the last decade https://openoffice.apache.org/ 12:37:21 one thing that hurts emotionally is that there is no mount_cifs for fbsd 12:37:42 dch: yeah i know i saw it in the pkg repo a little while ago when i was looking for something else. i was curious but never checked its status. 12:37:52 does oracle still "own" it? 12:45:01 oh yeah mount_cifs etc would be very handy 12:45:16 no oracle donated it to the apache foundation back in 2010 or something 12:47:43 dch: right now the only way i can manage to mount cifs is using rclone 12:47:50 which has its own set of problems 12:48:41 and given the fact they removed mount_smbfs from ports/pkg ... 12:49:25 the only other option would be to use nfs and maintain two backends 12:50:21 which i may actually start doing... but i'd have to use both smb and nfs on the same dir and i'm sure that would be a problem 12:56:32 I don't really have any CIFS stuff here now, does net/samba423 not include any client-side support either? 12:59:09 dch: i don' think anything to mount no 12:59:27 i think there's smbclient but that acts more like an ftp client.. although i haven't used it in years 13:00:30 i couldn't figure out how to get a jail fstab to mount using rclone either. rclone works just find using 'mount /dir' but in the jail fstab it doesn't work so i had to add a @reboot cronjob 13:00:45 which is a terrible way to do it 15:32:20 Macer, Maybe Libre Office is what you're looking for? I think it's a more modern fork. 16:04:26 upgrade to 15 worked flawlessly, as always <3 16:08:43 CrtxReavr: I use libreoffice. I was just curious about OpenOffice. 16:34:56 i need to sort out what deps i need to sort out building the gomuks legacy 16:35:05 the pkg getting updated hurt quite a bit 16:48:16 Macer: how about git checkout b24429e3ede02a855f8e7ecb3564af0287306483 (last commit touching gomuks before the version update acording to freshports) and copy the port from there? 17:14:43 is there any way to install freebsd entirely remotely? what is described here: https://docs.freebsd.org/en/articles/remote-install/ seems to be fairly out of date and not work anymore. 17:15:34 I need a bootable image that will automatically set up networking (dhcp) and start sshd so I can connect and do the installation 17:19:50 cvl: perhaps you can import vm image ? 17:24:11 iirc bsdinstall is completely scriptable so you could add an config to the installer and let it do the installation and have a setup system after that 17:26:49 nimaje: oh you're right, I didn't know this. seems worth a try: https://man.freebsd.org/cgi/man.cgi?bsdinstall#:~:text=BUILDING%20AUTOMATIC%20INSTALL%20MEDIA%0A%20%20%20%20%20%20%20If%20building 18:58:18 Wow but as cvl mentions https://docs.freebsd.org/en/articles/remote-install/ seems to be really outdated by its reliance upon sysinstall which seems to have last been seen in FreeBSD 9. Other parts of it seem to have been updated more recently though. It is definitely an article that would be a good target for some love and attention. 19:00:33 cvl: depending on where; i dd'd an image to the disk of a oracle vm and rebooted it 19:12:34 Why does cp(1) not need a loop around copy_file_range(2) to handle EINTR? 19:14:17 This fails for (some) fuse filesystem mounts, at least as the source of the copy. 19:20:51 cracauer, I don't know but guessing because BSD has restartable signals?? 19:49:44 I've managed to create a custom ISO that uses DHCP and has my pub key in authorized_keys, the problem is that sshd only gets started *after* selecting "Live System". How do I have sshd start at boot, w/o needing to select Live System first? 19:50:34 What I did so far: untar a -dvd1.iso, edit rc.conf adding the line sshd_enable="YES", creating a new ISO with mkisoimages.sh 19:59:28 cvl: no serial console on that host? 20:01:34 rtprio: nope, no serial console, no graphical output either 20:01:57 that's why I'm trying to create a ISO that will automatically enable SSH access, so I can do the installation entirely remotely 20:04:12 did you " Then place a script as above in etc/installerconfig" ? 20:06:20 the way I understand these docs is, that installerconfig will do the whole installation. I don't want it to install anything, just enable SSH access. 20:21:20 ah figured it out, just needed to delete rc.local from the ISO 22:26:06 is there a way to print a videos file's specs in the shell ? 22:27:07 ffmpeg's ffprobe 22:27:09 ffprobe? 22:27:20 rigth 22:27:23 thanks 22:32:09 bsd's tar is magic 22:32:20 I didn't know it was possible to un-tar a ISO 22:38:49 BSD's tar uses libarchive and libarchive knows about *everything*! It's really fancy and nice. 22:40:09 do you use it for that ? 22:40:25 I don't have opinion on eBPF but this looks convenient https://github.com/loresuso/psc 22:44:35 o\ 22:44:56 ffprobe -hide_banner -show_format -show_streams input.video 22:44:59 powerfull 23:33:53 hrmph, trying to use 'podman compose' to run immich but don't know how to force it to linux/amd64