the issue might be that you need to solve captchas
for different search engines before you can use them
https://docs.searxng.org/admin/answer-captcha.html
the fix seems to involve creating a ssh tunnel
and setting the browser to use that as a proxy and then solving the captcha
Searxng working in a Jail and accessible using Firefox running in the Jail
i found the culprits
2 block statements in my pf.conf were causing the issue
block log all
block out on $int_if all
Heres my pf.conf
with the block statements commented out...
i have installed searxng in a jail but havent got it working yet
which maybe a pf firewall issue
The jail already has Firefox installed
so i thought it would make sense to install searxng in the same jail
searxng is set to listen on the jails ip address 10.10.0.5 and port 8888
and since...
spot on about containers
we do have Podman on Freebsd which i briefly tried
however i did run into issues trying to run some linux podman containers on Freebsd
may have been because they used systemd
on linux you have the nvidia container toolkit which is installed on the host
that can be...
if you install yt-dlp manually to get the latest version
the shebang points to python3 which doesnt exist
so the solution is to create a symlink
sudo ln -s /usr/local/bin/python3.11 /usr/local/bin/python3
problem solved
i have been using deepseek for work to create image prompts for microsoft designer
by giving deepseek a list of fictitious characters with a description
and getting deepseek to generate the lighting and camera angles based on the description
i had already got it to create image prompts...
Python on Freebsd is in a bit of a sorry state
For work i have been trying various methods to install ComfyUI
https://github.com/comfyanonymous/ComfyUI
Vermaden wrote a guide a couple years ago for installing Stable Diffusion on Freebsd
https://github.com/verm/freebsd-stable-diffusion...
dont use an fstab with a jail
i found that using an fstab and then stopping the jail
resulted in the mountpoints not being unmounted
the solution is to put the mount points in the jails config
that way the jail "knows" about the mountpoints and they will be unmounted when you stop the jail...
my gpu wasnt listed either
but it does work
dell xps 15 -2019
16 gb of ram
i can run deepseek-r1:7b
buti i did find some 7b models that wouldnt work
nvidia set up
Yes Master ? nv-sglrun nvidia-smi
shim init
Fri Feb 21 18:26:33 2025...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.