-
Macer
ivanbu: where are you supposed to edit a file to change where ffmpeg is for jellyfin?
-
Macer
i thought it was the encoding.xml but i don't think that did the trick
-
Macer
can fbsd do this native with qsv or vaapi?
-
Macer
or do you always need to run ffmpeg with that weird libc6 shim?
-
ivanbu
Macer: no idea, I guess the question was for ivy :-)
-
nxjoseph
hello
-
Macer
ivanbu: it was. Sorry about that.
-
dch
its the time of month/year when I need libreoffice to do taxes & paperwork
-
dch
but computer says no: qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
-
dch
I wonder what dependency is missing to cause that
-
Macer
is openoffice still a thing?
-
dch
I think it died a well-deserved death some time ago
-
dch
I reinstalled libreoffice and somehow something got fixed. but it didn't add any new packages.
-
Macer
it self healed!
-
Macer
i've been slowly trying to set up fbsd jails that have parity with my linux containers ... the struggle is real :)
-
dch
openoffice has basically had minimal feature releases in the last decade
openoffice.apache.org
-
Macer
one thing that hurts emotionally is that there is no mount_cifs for fbsd
-
Macer
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.
-
Macer
does oracle still "own" it?
-
dch
oh yeah mount_cifs etc would be very handy
-
dch
no oracle donated it to the apache foundation back in 2010 or something
-
Macer
dch: right now the only way i can manage to mount cifs is using rclone
-
Macer
which has its own set of problems
-
Macer
and given the fact they removed mount_smbfs from ports/pkg ...
-
Macer
the only other option would be to use nfs and maintain two backends
-
Macer
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
-
dch
I don't really have any CIFS stuff here now, does net/samba423 not include any client-side support either?
-
Macer
dch: i don' think anything to mount no
-
Macer
i think there's smbclient but that acts more like an ftp client.. although i haven't used it in years
-
Macer
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
-
Macer
which is a terrible way to do it
-
CrtxReavr
Macer, Maybe Libre Office is what you're looking for? I think it's a more modern fork.
-
yourfate
upgrade to 15 worked flawlessly, as always <3
-
Macer
CrtxReavr: I use libreoffice. I was just curious about OpenOffice.
-
Macer
i need to sort out what deps i need to sort out building the gomuks legacy
-
Macer
the pkg getting updated hurt quite a bit
-
nimaje
Macer: how about git checkout b24429e3ede02a855f8e7ecb3564af0287306483 (last commit touching gomuks before the version update acording to freshports) and copy the port from there?
-
cvl
is there any way to install freebsd entirely remotely? what is described here:
docs.freebsd.org/en/articles/remote-install seems to be fairly out of date and not work anymore.
-
cvl
I need a bootable image that will automatically set up networking (dhcp) and start sshd so I can connect and do the installation
-
mzar
cvl: perhaps you can import vm image ?
-
nimaje
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
-
cvl
-
rwp
Wow but as cvl mentions
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.
-
rtprio
cvl: depending on where; i dd'd an image to the disk of a oracle vm and rebooted it
-
cracauer
Why does cp(1) not need a loop around copy_file_range(2) to handle EINTR?
-
cracauer
This fails for (some) fuse filesystem mounts, at least as the source of the copy.
-
rwp
cracauer, I don't know but guessing because BSD has restartable signals??
-
cvl
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?
-
cvl
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
-
rtprio
cvl: no serial console on that host?
-
cvl
rtprio: nope, no serial console, no graphical output either
-
cvl
that's why I'm trying to create a ISO that will automatically enable SSH access, so I can do the installation entirely remotely
-
rtprio
did you " Then place a script as above in etc/installerconfig" ?
-
cvl
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.
-
cvl
ah figured it out, just needed to delete rc.local from the ISO
-
v01d
is there a way to print a videos file's specs in the shell ?
-
cvl
ffmpeg's ffprobe
-
rwp
ffprobe?
-
v01d
rigth
-
v01d
thanks
-
cvl
bsd's tar is magic
-
cvl
I didn't know it was possible to un-tar a ISO
-
rwp
BSD's tar uses libarchive and libarchive knows about *everything*! It's really fancy and nice.
-
v01d
do you use it for that ?
-
lessless
I don't have opinion on eBPF but this looks convenient
github.com/loresuso/psc
-
Matt|home
o\
-
v01d
ffprobe -hide_banner -show_format -show_streams input.video
-
v01d
powerfull
-
hodapp
hrmph, trying to use 'podman compose' to run immich but don't know how to force it to linux/amd64