i think you can do this in your bhyve template to passthru that device
passthru0="129/0/0 129/0/1"
https://wiki.freebsd.org/bhyve/pci_passthru
or this
bhyve_options="-s 08:0,passthru,129/0/0 -s 09:0,passthru,129/0/1"
08:00 and 09:00 are the pci slots on the vm
>>> why have Italy won 4 world cups
<think>
Italian teams are know for their play acting, rolling around on the ground and cynical fouls
So they probably cheated
>>> which Italian soccer team has the woodpecker emblem
<think>
sorry your team is so bad i dont care about it
why dont you support a proper team like Newcastle united
ignore the following post
i missed a step in the set up
vm-bhyve and ubuntu have stopped working for me
i just get dumped to a grub prompt
Connected
grub> ls
(hd0) (host)
which doesnt list as many devices as it did before
nothing in (hd0) or (host), so i cant manually load anything...
thats pretty much the conclusion i came to as well
its just a offline database you can query
also what it knows is tied to when the "database" was created
so obviously the model doesnt know about anything after that date it was created
commenting out torch in the requirements.txt
and installing the torch packages
#torch
#torchsde
#torchvision
#torchaudio
\see if that makes any difference
looks like the answer is no
doas pkg install py311-pytorch py311-pytorchvideo py311-torchaudio
python3 -m venv .venv
source .venv/bin/activate
git clone https://github.com/comfyanonymous/ComfyUI.git
cd CofmyUI
pip install -r requirements.txt
ERROR: Could not find a version that satisfies...
ydotool requires root
an alternative is wlrctl
https://git.sr.ht/~brocellous/wlrctl
some of the features depend on if they are supported by the wayland compositor
dwl is the only wayland compositor i know of on Freebsd with independent workspace per monitor
and it has a panel
with labwc and wayfire you have to create rules so certain applications are always visible on the second monitor
also labwc doesnt come with a panel so you have to install one...
id like to install ComfyUI on Freebsd for work
however it requires python torch
and i dont think there are any binaries for freebsd to download torch with pip
using pip to install torch on Freebsd or in a linux jail will return this error
ERROR: Could not find a version that satisfies the...
Just a heads up Freebsd 14.2 p1 is out
freebsd-version -kru
14.2-RELEASE-p1
14.2-RELEASE-p1
14.2-RELEASE-p1
uname -a
FreeBSD pollux 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64
there is an update for musicpd
note if you have a custom musicpd rc.d script in...
what about sed or awk
https://www.grymoire.com/Unix/Sed.html
https://www.grymoire.com/Unix/Awk.html
https://github.com/NapoleonWils0n/cerberus/tree/master/sed
https://github.com/NapoleonWils0n/cerberus/tree/master/awk
https://github.com/NapoleonWils0n/cerberus/tree/master/find
just a thought
what about a script that takes one argument which is a package name
and then uses query, rquery and diff to show you the difference between the two
so you can see what options are set in the local package vs the remote
i dont think the bourne shell supports redirection
so...
what about using query and rquery with diff
diff <(pkg query '%Ok : %Ov' ffmpeg) <(pkg rquery '%Ok : %Ov' ffmpeg) > diff.txt
not sure if i have that right
another version
diff -y <(pkg query '%Ok : %Ov' ffmpeg) <(pkg rquery '%Ok : %Ov' ffmpeg) > diff.txt
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.