Fred
How to check if my WiFi card is supported, before installing? broadcom-wl exist in Linux anything similar for BSD?
Bsd-hardware.info or linux-hardware.org will tell you what hardware is supported by what drivers in which operating system. hw-probe -all -upload
Fred
You are welcome. The propietary Broadcom chips don't share enough documentation to write a FreeBSD device driver. So you might have to plug in a usb wifi dongle with a RealTek chip inside.
Fred
linux-hardware.org says it works
Yes a Linux Operating System has the Linux wifi device driver Broadcom-wl for that Broadcom wifi chipset. You check bsd-hardware.info to see if there is a BSD style wifi device driver for that Broadcom wifi chipset.
Pouria
Can i share my shell script here? it's a fetch tool. Like pfetch, screenfetch, neofetch. But it's faster than above scripts. It has pkg updates count. @n0madcoder
Pouria
https://github.com/pr-asadi/dotfiles/tree/master/Scripts/#fetchsh-script
ɴꙩᴍᴀᴅ
https://github.com/pr-asadi/dotfiles/tree/master/Scripts/#fetchsh-script
How's the spectrwm experience so far? I kinda miss a screenshot of the desktop one could be having if they do the git clone & install process
Null
Taking a Look at the GhostBSD Installer GhostBSD provides a simple desktop-oriented operating system based on FreeBSD with MATE, OpenRC and OS packages for simplicity. GhostBSD has a selection of commonly used software preinstalled and required to start using it to its full potential. GhostBSD project: https://www.ghostbsd.org/ LinuxLounge channel: https://odysee.com/@LinuxLounge:b?
neb
For users without instagram it's different, the platform pops up an "accept cookies" message followed with another pop up message saying "login. No account? Sign up"
Bibliogram allows us to browse Instagram with a nice front-end, and PixelFed is a federated alternative (compatible with ActivityPub protocol).
K
Hi guys Anyone knows what the “jailed” attribute does on zfs datasets? What’s the difference between having it or not, on a dataset used for a jail?
K
Found out don’t worry
ɴꙩᴍᴀᴅ
Hello and welcome rashed
Badugar
Found out don’t worry
What's the answer?
K
What's the answer?
Doesn’t get mounted on the host anymore, jail can control it (eg take snapshots etc)
Badugar
Okay, tnx
K
Welcome
Eliab/Andi
Happy 4th July
Joe
🔺💠SHØTGUN💠🔺
Hello I know its offtopic again, but I created this group
🔺💠SHØTGUN💠🔺
https://t.me/thetraditionalart
🔺💠SHØTGUN💠🔺
@n0madcoder
ztx
Hello everyone. I'm starting out with FreeBSD and right now I'm trying to solve how to get access to LUKS encrypted partitions on another SSD. If mounting is not an option, then I at least need to move a lot of files from a LUKS partition on one disk to a GELI encrypted partition on another disk. As far as I understand, I cannot decrypt LUKS in FreeBSD, and I cannot decrypt GELI in Linux. So, the only solution I could come up with (without using another drive) is to run a VM on one of the systems. And I'm much more interested in bhyve, since I decided to learn FreeBSD. I don't have any experience with BSD systems and I don't have much experience with virtualization, so bear with me on this one. Question number one is: can I run my linux installation from a physical disk in bhyve? Assuming that this is possible, I tried to run bhyve as follows: sudo bhyve -c 1 -m 2G -w -H -s 0,hostbridge -s 1,virtio-blk,/dev/ada1 -s 2,virtio-net,tap0 -s 30,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait -s 29,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd artixvm Right now, when I connect via VNC it's just a black screen and bhyve terminal window is spamming with "atkbd data buffer full" messages when I'm trying to use my keyboard. And if I terminate the bhyve process I cannot run it again because of vm_reinit: Device busy until I reboot the host. That raises the second, more important question: can I somehow... "unmount" my /dev/ada1 block device after terminating bhyve without the need to reboot? Also, is there a "nicer" way to close bhyve in such situation? I'm more than willing to tinker with bhyve on my own, I just would absolutely hate to reboot every time.
ɴꙩᴍᴀᴅ
Hello everyone. I'm starting out with FreeBSD and right now I'm trying to solve how to get access to LUKS encrypted partitions on another SSD. If mounting is not an option, then I at least need to move a lot of files from a LUKS partition on one disk to a GELI encrypted partition on another disk. As far as I understand, I cannot decrypt LUKS in FreeBSD, and I cannot decrypt GELI in Linux. So, the only solution I could come up with (without using another drive) is to run a VM on one of the systems. And I'm much more interested in bhyve, since I decided to learn FreeBSD. I don't have any experience with BSD systems and I don't have much experience with virtualization, so bear with me on this one. Question number one is: can I run my linux installation from a physical disk in bhyve? Assuming that this is possible, I tried to run bhyve as follows: sudo bhyve -c 1 -m 2G -w -H -s 0,hostbridge -s 1,virtio-blk,/dev/ada1 -s 2,virtio-net,tap0 -s 30,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait -s 29,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd artixvm Right now, when I connect via VNC it's just a black screen and bhyve terminal window is spamming with "atkbd data buffer full" messages when I'm trying to use my keyboard. And if I terminate the bhyve process I cannot run it again because of vm_reinit: Device busy until I reboot the host. That raises the second, more important question: can I somehow... "unmount" my /dev/ada1 block device after terminating bhyve without the need to reboot? Also, is there a "nicer" way to close bhyve in such situation? I'm more than willing to tinker with bhyve on my own, I just would absolutely hate to reboot every time.
My only contact with bhyve has been through cbsd(@cbsdofficial). I have little knowledge on it. I have plans on learning in-depth bhyve and jails in a future.
ɴꙩᴍᴀᴅ
@n0madcoder
Glad you decided to create it (:
ztx
@n0madcoder интересно, спасибо за наводку
ɴꙩᴍᴀᴅ
@n0madcoder интересно, спасибо за наводку
пожалуйста! Дайте мне знать o любых ваших прогресс ))
🔺💠SHØTGUN💠🔺
Anonymous
Hello everyone. I'm starting out with FreeBSD and right now I'm trying to solve how to get access to LUKS encrypted partitions on another SSD. If mounting is not an option, then I at least need to move a lot of files from a LUKS partition on one disk to a GELI encrypted partition on another disk. As far as I understand, I cannot decrypt LUKS in FreeBSD, and I cannot decrypt GELI in Linux. So, the only solution I could come up with (without using another drive) is to run a VM on one of the systems. And I'm much more interested in bhyve, since I decided to learn FreeBSD. I don't have any experience with BSD systems and I don't have much experience with virtualization, so bear with me on this one. Question number one is: can I run my linux installation from a physical disk in bhyve? Assuming that this is possible, I tried to run bhyve as follows: sudo bhyve -c 1 -m 2G -w -H -s 0,hostbridge -s 1,virtio-blk,/dev/ada1 -s 2,virtio-net,tap0 -s 30,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait -s 29,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd artixvm Right now, when I connect via VNC it's just a black screen and bhyve terminal window is spamming with "atkbd data buffer full" messages when I'm trying to use my keyboard. And if I terminate the bhyve process I cannot run it again because of vm_reinit: Device busy until I reboot the host. That raises the second, more important question: can I somehow... "unmount" my /dev/ada1 block device after terminating bhyve without the need to reboot? Also, is there a "nicer" way to close bhyve in such situation? I'm more than willing to tinker with bhyve on my own, I just would absolutely hate to reboot every time.
Idk shit...... can ya do it from /compat/linux ??
ztx
idk, I'm yet to learn about the compatibility layer and how to work with it
Anonymous
OK just a thought
Anonymous
Hello everyone. I'm starting out with FreeBSD and right now I'm trying to solve how to get access to LUKS encrypted partitions on another SSD. If mounting is not an option, then I at least need to move a lot of files from a LUKS partition on one disk to a GELI encrypted partition on another disk. As far as I understand, I cannot decrypt LUKS in FreeBSD, and I cannot decrypt GELI in Linux. So, the only solution I could come up with (without using another drive) is to run a VM on one of the systems. And I'm much more interested in bhyve, since I decided to learn FreeBSD. I don't have any experience with BSD systems and I don't have much experience with virtualization, so bear with me on this one. Question number one is: can I run my linux installation from a physical disk in bhyve? Assuming that this is possible, I tried to run bhyve as follows: sudo bhyve -c 1 -m 2G -w -H -s 0,hostbridge -s 1,virtio-blk,/dev/ada1 -s 2,virtio-net,tap0 -s 30,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait -s 29,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd artixvm Right now, when I connect via VNC it's just a black screen and bhyve terminal window is spamming with "atkbd data buffer full" messages when I'm trying to use my keyboard. And if I terminate the bhyve process I cannot run it again because of vm_reinit: Device busy until I reboot the host. That raises the second, more important question: can I somehow... "unmount" my /dev/ada1 block device after terminating bhyve without the need to reboot? Also, is there a "nicer" way to close bhyve in such situation? I'm more than willing to tinker with bhyve on my own, I just would absolutely hate to reboot every time.
What even is bhyve
ztx
What even is bhyve
https://wiki.freebsd.org/bhyve
Antonio
bhyve is a native FreeBSD virtualization platform
Lee
Hello everyone. I'm starting out with FreeBSD and right now I'm trying to solve how to get access to LUKS encrypted partitions on another SSD. If mounting is not an option, then I at least need to move a lot of files from a LUKS partition on one disk to a GELI encrypted partition on another disk. As far as I understand, I cannot decrypt LUKS in FreeBSD, and I cannot decrypt GELI in Linux. So, the only solution I could come up with (without using another drive) is to run a VM on one of the systems. And I'm much more interested in bhyve, since I decided to learn FreeBSD. I don't have any experience with BSD systems and I don't have much experience with virtualization, so bear with me on this one. Question number one is: can I run my linux installation from a physical disk in bhyve? Assuming that this is possible, I tried to run bhyve as follows: sudo bhyve -c 1 -m 2G -w -H -s 0,hostbridge -s 1,virtio-blk,/dev/ada1 -s 2,virtio-net,tap0 -s 30,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait -s 29,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd artixvm Right now, when I connect via VNC it's just a black screen and bhyve terminal window is spamming with "atkbd data buffer full" messages when I'm trying to use my keyboard. And if I terminate the bhyve process I cannot run it again because of vm_reinit: Device busy until I reboot the host. That raises the second, more important question: can I somehow... "unmount" my /dev/ada1 block device after terminating bhyve without the need to reboot? Also, is there a "nicer" way to close bhyve in such situation? I'm more than willing to tinker with bhyve on my own, I just would absolutely hate to reboot every time.
Suggest you install bhyve-vm
Lee
https://github.com/churchers/vm-bhyve
ztx
Thanks, but what exactly will it give me? does it provide an easy way to passthrough physical disk to the bhyve instance? Or does it provide a way to shutdown VM's gracefully? I kind of want to learn the bhyve itself
ztx
Actually you know what, I can learn something from these scripts instead, so yeah, thanks
ɴꙩᴍᴀᴅ
I guess if you have time, it's better to fully learn about bhyve and jails, yep
ɴꙩᴍᴀᴅ
https://github.com/churchers/vm-bhyve
This looks cool btw, thanks for sharing
ztx
I guess if you have time, it's better to fully learn about bhyve and jails, yep
This is what I want to do in the near future. I would prefer to make my own abstraction layers for bhyve (if I'll need it)
Hardcode
sysutils/vm-bhyve btw
Hardcode
like a thousand years for now
Erfan
Hey everyone.... I have a problem with freenas. Can anyone help me ?
Erfan
I can access it with wifi but with Ethernet cable I can't even ping it
Erfan
And it's just for one laptop and it's running ubuntu
Erfan
Other systems are ok
K
Did you configure the network?
Erfan
I don't think so
Erfan
On Ubuntu machine ?
K
Both
Erfan
No I didn't
Erfan
It was working
Erfan
Im sure it's from the Ubuntu machine
K
They can’t talk to each other til you configure them to do so
Erfan
And where is that config ?
K
Idk about FreeNAS, FreeBSD has ifconfig and Linux has iproute2
Erfan
Ok I will try
Rafa
And where is that config ?
You either have to access via a web browser or via a console on the FreeNAS server.
Rafa
AFAIK, you can only assign one DHCP address, any other NIC on FreeNAS has to be static
Lee
Who knows how to speed zfs write performence
Lee
Zfs cache zfs special ?
K
Who knows how to speed zfs write performence
Ashift zpool option Also compression helps quite a lot
Lee
I want to use ssd nvme ssd speed write performence
Mentally stable
/rules
ɴꙩᴍᴀᴅ
Hello and welcome @Nozomi89
Mentally stable
Hello and welcome @Nozomi89
Oh, Hi. I'm pretty new in the BSD world and they recomended me this group cause they told me there are more people using BSD as desktop os...than in the italian group (GUFI)
ɴꙩᴍᴀᴅ
/rules
The rules are basic: - No NSFW content. - No spam. - Harassment, racism and violence are forbidden.
ɴꙩᴍᴀᴅ
Feel free to ask any doubts