bittin-
Any tips for troubleshooting if Wifi works or not on GhostBSD? can see my ssid in netmgr but not connect
Anonymous
have you put dhcp_enable="YES" in /etc/rc.conf ?
bittin-
that fixed it
Carlos
Realtek what? Network card?
What works and what doesn't on BSD laptops, servers, desktop, etc. http://bsd-hardware.info/?view=computers
Anonymous
Hello everybody. Actually I downloaded FREEBSD 13.1 DVD1 , but I have some problems with my DVD device. I want to know is there any method to make a bootable USB using Iso image???!!!!
ɴꙩᴍᴀᴅ
You can always try to burn the dvd iso into a usb
ɴꙩᴍᴀᴅ
Use dd in Linux/BSD systems or rufus if you are on Windows
Anonymous
bittin-
the Norway GhostBSD mirror has not been updated since May 2022, changed to the French one and got 894 updates
Jay
Use the .img file. Linux iso-files are iso/image hybrids so dd'ing to USB drive and booting works. It wont on FreeBSD
Hey guys, an opinion poll: Why would you use (Free)BSD rather than GNU/Linux ? 🤔
Anonymous
Hey guys, an opinion poll: Why would you use (Free)BSD rather than GNU/Linux ? 🤔
It's a very personal question, as stated in the documentation > https://www.freebsd.org/advocacy/myths/#beaten In my case I use it because of the good documentation, the ZFS implementation and the ports collection
ɴꙩᴍᴀᴅ
Hey guys, an opinion poll: Why would you use (Free)BSD rather than GNU/Linux ? 🤔
http://www.over-yonder.net/~fullermd/rants/bsd4linux/01 That's been answered so many times now I guess
Anonymous
Carlos
Hello everybody. Actually I downloaded FREEBSD 13.1 DVD1 , but I have some problems with my DVD device. I want to know is there any method to make a bootable USB using Iso image???!!!!
Use dd to write image to USB stick. Insert the flash drive and display dmesg to make sure of the device name. Let's see an example assuming your USB device is /dev/da0 # dd if=FreeBSD-13.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=1m status=progress 🤔
Carlos
https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.0/FreeBSD-13.0-RELEASE-amd64-memstick.img
Anonymous
No
Thanks
Is this still true ?
Anonymous
Is this still true ?
all i know is 0ad runs w/ free inside of vmware VM
XS
supposedly, he's talking about running windows guests with gpu passtrough from a FreeBSD host. But as it's just a screenshot of some assert without context or any evidence on the real subject, thrown there on the ground, there's not much to say
ɴꙩᴍᴀᴅ
Indeed
ɴꙩᴍᴀᴅ
@Leuchs what are you seeking with your questions? Is there something you need from BSD that Linux can't offer?
@Leuchs what are you seeking with your questions? Is there something you need from BSD that Linux can't offer?
I want to make an informed decision to know if it's worth making the transition or not, but it seems so.
XS
All BSD's derivates are not exactly the same in many aspects but historically shares the same codebase and culture. I can recommand you to install some release on a real hardware, reading the installation guides, documentations and faqs carefully. You'll be aware what works for you or not. @Leuchs
It depends on what you want to do with the OS (:
I want to run more clients of an MMO-RPG within VMM-Xen virtual machines.
Up to 10 virtual machines simultaneously.
( With an RX 5700 XT )
XS
you can't run more than one OS that have access to one graphical card at a time
XS
if you want to run 10 VM that access a real GPU, you need 10 GPUs
...Terrible limitation.
XS
basically the same for any OS
XS
but you can avoid assigning GPU's and do proxying of computation requests with virtio for example
Jakob
Just a theoretical question, and i do not really know stuff, But couldnt a sufficient video card be time-multiplexed? Like, you do 300 reassignments of the card per second, each round robin'ing through the vms - et voila: it seems as if all guests had their own video card delivering 30 fps?
XS
I'll watch you doing that if you do :)
Jeremy
I'm wondering if there's any value in having something read the auth.log file and output a list and count of invalid or disconnected ssh attempts... I wrote a simple script in Python just to see the results, for fun.
Jeremy
but based on the results, you probably don't won't to have a password login for any of these user ids (I use key auth anyway): admin user ubuntu debian pi
Moon
Lynis is an excellent tool that you can use for system hardening, compliance testing and general system auditing. It works by going through a checklist that covers a lot of the basics for hardening/compliance and gives you a very nice overview of where your system stands. It is available in most Linux package repositories. https://cisofy.com/lynis/
Moon
Example of just a few of the things that Lynis covers.
Moon
I joined to ask, dosent hardened BSD cover all these kernel features which Lynis offers?
Anonymous
no. snapshots != backup
really ? so when you activate one what is it going to be ?
r2g2
the tar file is the backup of your snapshot ... I just stress that everytime someone suggests a zfs snapshot is a backup just to prevent beginners to believe that all they need is a zfs snapshot so nobody has to cry in case of a zfs bug
Anonymous
so when you mount one to recover config files ain't that "SORT OF" a backup ?
Anonymous
as it were/was
Jeremy
Why python script? Just use grep(1) grep -i -E "ssh|extra" /var/log/auth.log
Because instead, I was able to get it to output counts based on logic for which it found, example...not listing a whole bunch at the end: [Disconnected attempts] root 561 sshd 11 operator 7 daemon 5 www 4 nobody 4 bin 3 [Invalid attempts] admin 1601 user 740 ubuntu 601 debian 452 pi 176
Anonymous
Hello everyone, I have translated some of the basics of FreeBSD to get you started. If you are interested you can visit https://mfga.bsdcn.org I would appreciate it if someone could improve the translation. https://github.com/FreeBSD-MFGA/FreeBSD-MFGA
Jekyll
Hi, when I was upgrading python38 to python39 ports according to UPDATING, I got the rrdtool upgrade failed with the following error:
Jekyll
===> Checking if rrdtool is already installed ===> Registering installation for rrdtool-1.7.2_6 pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory *** Error code 1
Jekyll
Does anyone know what's wrong with that? Thanks...
r2g2
So what can I do to export my freebsd instalation?
use tar or any other backup program
Anonymous
Anonymous
Glx is not working with nvidia geforce gt525m (nvidia-driver-390)
Anonymous
use tar or any other backup program
I found this https://forums.freebsd.org/threads/backup-script-with-tar.61250/ But I dunno if they can reinstall it in another machine like we do in Linux =P (noob question?)
D.M
Hello, i would like yo know how i can install chromium bit nota install pulseaudio
accelerat0r 🇮🇱 🇮🇱 🇮🇱
I think by default comes without pulse support
bittin-
Anyone know how to get Linuxulator to use Ubuntu instead of CentOS?
bittin-
found how you do here: https://wiki.freebsd.org/LinuxJails :)
r2g2
https://letmegooglethat.com/?q=linuxulator+ubuntu+freebsd
᠌᠌
anyone has infinbrand on FreeBSD 13? i need ibcore.kp, ipoib.ko, mlx4.ko, mlx4ib.ko and mlxen.ko from /boot/kernel/. Im not able to succesfully built those modules. Thanx.
r2g2
maybe post to the mailing list
bittin-
https://www.bsdnow.tv/461
Kaan deyil🤨🤨🤨
Hi people is it possible run linux firmware module on freebsd?
Kaan deyil🤨🤨🤨
Are there any ways for it? Bc 802.11ac driver not supporting on freebsd