i have a ubuntu jail which can use the gpu
just trying to see if i can get the latest version of ollama running in the jail
i really hate software that is installed like this
curl -fsSL https://ollama.com/install.sh | sh
go run . serve
package github.com/ollama/ollama
imports github.com/ollama/ollama/cmd
imports github.com/ollama/ollama/server
imports github.com/ollama/ollama/discover: C source files not allowed when not using cgo or SWIG: gpu_info_cudart.c gpu_info_nvcuda.c...
so it sounds like you just need to install go
pkg seach go
go-1.21_5,2 Meta-port for the default version of the Go programming language
download the source and run
go run . serve
running local build...
i think i did see that error flash by
You may need to upgrade
the latest release of ollama is v0.6.0
and was release 16 hours ago
https://github.com/ollama/ollama/releases
the current version in the freebsd quarterly branch is
Version : 0.3.6_3
https://www.freshports.org/misc/ollama/...
just a heads up
ollama doesnt run gemma 3
https://ollama.com/library/gemma3
i pulled down gemma3:4b with ollama to test it
start the ollama server
OLLAMA_NUM_PARALLEL=1 OLLAMA_DEBUG=1 LLAMA_DEBUG=1 ollama start
or
ollama serve
pull gemma 3
ollama pull gemma3:4b
run gemma 3
ollama...
XWayland apps even run from a Jail like Davinci Resolve work absolutely fine
no issues at all, you cant tell them apart from native apps
dwl and labwc work great with Xwayland
when i was using wayfire 16 months ago there was an Xwayland bug that crashed the compositor
when you opened an X11...
hi mate
your right i just checked my notes and i did install the dwlb package
sudo pkg install dwlb
and then build dwl from source
so more accurate to say there is a bar that works with dwl
i have got XWayland working on Wayfire, Labwc and dwl
with nvidias proprietary drivers
i use XWayland to run X11 apps like Davinci Resolve in a linux jail
and forward the display from the jail to the Freebsd host
i have been using Wayland on Freebsd for the last 16 months
and have tired...
hi mate
this is a script i used to start wayfire
#!/bin/sh
exec dbus-launch --exit-with-session wayfire
you can start any wlroots compositor on Freebsd using the same method
like dwl, labwc, wayfire etc
you could try sending stderror to a text file
i havent tried but it should work...
hi mate
heres how i enabled the multimedia keys on my ducky mini keyboard
https://github.com/NapoleonWils0n/cerberus/blob/master/freebsd/ducky-media-keys.org
hi mate
i made a video tutorial about using ollama on Freebsd
with emacs as a front end with the gptel package
i have a dell xps 15 2019 with 16 gb of ram
and a NVIDIA GeForce GTX 1650
i can run deepseek-r1:7b
https://github.com/NapoleonWils0n/cerberus/blob/master/ollama/ollama.org
i...
great stuff
one thing thats worth a mention is that searxng runs on http if you are using an ip address
and not https which i think requires a domain name
the official docker images does have a .env file that works with letsencrypt
i may be wrong but i think that only works with a domain name
hi mate
i was using 20241108 in quarterly
great stuff
if people are on the quarterly branch they could use poudreire to build it
one thought is if you wanted to run searxng in a jail
and you built the package with poudriere, im not sure how you set the jail to use the poudriere package...
the other option is to use podman in an bhyve vm
which i already have set up for invidious
https://docs.searxng.org/admin/installation-docker.html#installation-docker
https://github.com/searxng/searxng-docker
the searxng package doesnt work
thats the issue
searching for this error
"searxng create_ssl_context"
i came across this issue on github
https://github.com/searxng/searxng/discussions/4219
response
looking at the error
from the unexpected crash link
mentions ssl
searxng is running over http not https
so maybe either an ssl issue or the captcha
Exception TypeError Percentage 100
Parameter create_ssl_context() takes from 0 to 3 positional arguments but 4 were given
Filename...
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.