Chad
The doc says, % export XDG_RUNTIME_DIR=/var/run/user/id -u
Chad
I do see a usr folder.
Chad
Checking
Chad
Will try. Thank you.
Chad
I was able to do this and set the environment variable XDG_RUNTIME_DIR. When I check the variable it says permission denied even though I can write to the var run path. I tried to launch hikari after I finished the instructions and it fails. Found 0 GPUs. Cannot create backend. Not sure what to try next.
XS
You might have wrong permissions set on the filesystem for your user. What does it say exactly? You can send a screenshot if you want. Does your GPU correctly installed (firmware and driver) this is required before being able to run any program on it. Your user also needs to be in the video group.
Chad
Pciconf -vl displayed tiger lake as the GPU. Is there another command?
ɴꙩᴍᴀᴅ
but i have two other groups now with the same issue. i am only realizing it when i need some help and want use the group. In this case Oneplus8T update group. I donno why happening it....😔
ɴꙩᴍᴀᴅ
Tyler ask the admins to report false-positive on the TG anti-spam bot on the actions that took over your user id
XS
same happened to me, by digging telegram help you understand that being "premium" makes the antispam less hard
XS
i did already. i cant do anything more
Had you your last 24h message deleted too ?
XS
you are lucky hehe
Ronard NX
do u use bhyve?
Only for wifibox
Tyler
What is the default settings of tap0? i have deleted it by mistake(ifconfig destroy tap0) and i have created again but if i do vm init now the vm-public switch does not activate it
Tyler
i did destroy tap0 interface by mistake while the guest was running. Now i cant get VNC client to connect to the server. i was trying to delete guest and create new one but not helping. Also i did try reinstall vm-bhyve and tigervnc but also did not work. Also i was deleting and creating a new VM dir. Also did not help. 😞 I dont use any firewall. Any idea what else i should try?
Vincent
Anyone using potabi on an arm device?
トミ
I will... but can I borrow $8k first? 😁
i can borrow you 8k. is zimbabwe dollar ok?
Jeff
lol. I was so curious I had to look up the exchange rate. that won't even pay for lunch! ($22.10 USD) :^)
🇵🇸🍉
Where i can find the original Bourne shell
XS
Here: https://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/sh
🇵🇸🍉
The legendary BSD UNIX
Tyler
I did fresh install manually freebsd. 480M efi partition for boot and 99G zfs. but this ssd has got 11 different partitions more. Ext4 and NTFS. But freebsd does not see any. Even if i installed fuse-ntfs and fuse-ext2 packages and modify loader.conf and rc.conf adding fuse to kernel at bootup. 🙄 No such geom.
🇵🇸🍉
Is sh in freebsd is the original bourne shell?
Dmitry
Hello. Please answer, will discrete intel(A380) graphics cards work on freebsd?
harmony5 🇺🇳 ⌤
Is sh in freebsd is the original bourne shell?
Wdym by "original" bourne shell?
🇵🇸🍉
Wdym by "original" bourne shell?
I mean bourne shell that used in unix v7 and svr4
harmony5 🇺🇳 ⌤
I mean bourne shell that used in unix v7 and svr4
https://docs.freebsd.org/en/articles/linux-users/#shells
XS
Is sh in freebsd is the original bourne shell?
just read the HISTORY and AUTHOR section in sh(1), it's an Almquist Shell derivate: https://www.in-ulm.de/~mascheck/various/ash/
XS
I take it totally easy, just wanted to point where to find this information, the manual page has additionnal infos.
Makaba
Hi guys. Do you know if anyone has ever made an updatable immutable FeeBSD? I mean with read only root and atomic updates.
guru
Good idea?
Jay
But what about /home/user? Is it writable?
It can be. Mount /home as malloc disk and sync with /cfg on shutdown
Makaba
It can be. Mount /home as malloc disk and sync with /cfg on shutdown
So do you think it would make sense to create an immutable FreeBSD for desktop use? A bit like openSUSE microOS.
Jay
In some cases - sure. Think thin client with desktop environment, browser and RDP client for example.
Makaba
And what about a /home FreeBSD container for desktop apps?
Jay
If you can imagine it, you can do it. You can create boot1,boot2,cfg,zfs partitions and import zfs on boot. Read https://man.freebsd.org/cgi/man.cgi?nanobsd
Tyler
Any idea why the guest does not get net on vm-bhyve if vm switch created and activated in ifconfig?
Tyler
No pf of ipfw or ipfilter applied.
T
Please, what is the format for USB to share files between freebsd, ubuntu and Windows ? Fat32 ?
Jeff
IP forwarding isn't enabled?
T
Thanks
T
Thanks
Tyler
Why bloody vm-bhyve does not give DHCP to the guest os? 😡🤬
Tyler
The VNC does connect. Nothing wrong about it. But the guest does not get DHCP from the host.
Jeff
bpf? (I was thinking of devfs rules for VNET jails, sorry)
🇵🇸🍉
Seriously??
🇵🇸🍉
R.I.P Bram we will miss you.
ɴꙩᴍᴀᴅ
Indeed
XS
That is why
Tyler
It's not a DHCP service
So need to add in the guest the bridge manually or what?
XS
Idk what you are trying to get, but if you have your vms connected to a network with a DHCP service, eg your isp box or your own, the guest os can do DHCP requests
Tyler
None of the vm-bridge guide mentiom that. Just create and add switch to the interface and thats all. But does not work.
XS
So need to add in the guest the bridge manually or what?
Dhcpd has nothing to do with the bridge, apart that it must be reachable
Tyler
Dhcpd has nothing to do with the bridge, apart that it must be reachable
Ok but how to add to vm switch what i created the DHCP then?
Tyler
Vm-bhyve don't handle any dhcpd and don't have to
Ok. But how the guest connect to the network then?
Tyler
If I vm install the os the installation will launch and will fail at DHCP stage. So i could enter manually the ip but no clue what exactly
XS
As I said if the guest does a dhcp request and that request arrive in a network having a dhcpd (eg your ISP box) then you will get a dhcp lease, and this won't work if the network is misconfigured
XS
Normally you connect the VM to a bridge having a physical interface in the said network
Tyler
But what else need to add to manage DHCP also?
XS
So your VMS are in the public switch If they are configured correctly, however no idea for your em0
XS
Perhaps it is not configured correctly
XS
But what else need to add to manage DHCP also?
Well a dhcp server must be reachable, this is what you need if you want dhcp, else you configure static IPS in your guests