ɴꙩᴍᴀᴅ
Anonymous
Umm
Anonymous
13.1
Anonymous
And what did you change?
Anonymous
Nothing
Anonymous
I was reinstalling it
Anonymous
Anonymous
echo "exec xfce4-session" > .xinitrc
Anonymous
and type startx
Anonymous
Btw you will ned xinit package
Andy 'm1m1n' Hidayat
Fixing DEBIAN EFI BOOT in BHYVE
Step by step :
1. using live CD to akses the drive
2. mount the 1st partition /dev/vda1 to /mnt
3. mkdir -p /mnt/EFI/BOOT/
4. cp /mnt/EFI/debian/grubx64.efi /mnt/EFI/BOOT/bootx64.efi
5. umount & reboot
6. You're up & running now
Diego
hello, I was downloading FreeBSD, but I see that in the download page there is 13.1 RELEASE and 13.1-STABLE below, both with the various architectures to choose according to the system.
I didn't understand the differences between the two links. How is 13.1 released ??? Are there multiple releases of the same distribution?
Thanks to everyone and have a nice day
Jackie
Terry
neznay
Hi all! can not understand... pkg.freebsd.org died? I go to releases, version 12, gives an error
neznay
Diego
Anonymous
hummm on a release I wonder what the security issues are with icons and wallpapers
Anonymous
Is there a way to see if a process is not currently running and then start it? Like keep monitoring in background and if the process closes for some reason, it can automatically start again
(and using the name of the application, I guess with pgrep I can get the number of the process)
Anonymous
Anonymous
Hi. How to enable port 3306? Virtual machine. In firewall system.
Anonymous
FreeBSD 13.1
Krond
Have you enabled firewall? If no then it should be available by default.
Anonymous
I didn't turn on anything. I installed 13.1 from scratch yesterday, and I need to unlock this port to connect to the mysql database remotely via the program.
ɴꙩᴍᴀᴅ
Maybe there's some pf config messing around with the ports? Idk
Anonymous
I don't know, I'm a beginner at freebsd
Jackie
Anonymous
I'm not 100% sure, but I think you need to enable remote access for mysql. It's a mysql setting, the default should be 127.0.0.1.
Anonymous
I don't have a local mysql installation, so I can't verify it.
Anonymous
It is 127.0.0 by default
Anonymous
? webmin for services configs
Anonymous
It is 127.0.0 by default
So it only accepts local connections. If you want to enable remote access, you could set it to 0.0.0.0. Be sure not to expose it to the internet.
Anonymous
bind-address = 0.0.0.0 | not work
Hardcode
Hardcode
did you try to restart the DB afterwards ?
X
The sides of the circle are not all equal - Pierrrr Square
Raniri
Hello, is it normal if my laptop speaker and headset have some noise and hissing sound (it's started yesterday and never happen before)? IIRC I didn't do something related to sound other than setting ssh. In my debian (I'm dualbooting with debian) this thing never happen / normal and no hissing / noise sound. I'm on freebsd 13.1-RELEASE. Also it happens when I enter multi-user and surprisingly it does not happen when I enter single-user. Any clue ? Thanks.
Neville
Raniri
Raniri
Matthew
Hi
Joey
if your ssh gets out of date it does indeed hiss a little. If it goes to long it'll start to whine, and maybe even beg for food
Raniri
Ihor
Hello, please answer where I can find help in JUNos
r2g2
https://support.juniper.net/support/
Juraj
and you will need an active juniper support.
Belgacem
download playlist youtube under freebsd : Howto?
K
Chris
yt-dlp and pipe-viewer(gtk) is awesome, jdownloader2 is also decent
Joey
surely there's a community group somewhere for juniper stuff
Joey
try actual IRC or some forum somewhere, maybe
Shresth
Shresth
bittin-
https://www.bsdnow.tv/464
Chad
Hello. I'm not sure why but drm-kmod make my screen flash continuously. The CPU is i7 -11867G (Alder Lake) I've searched and read just about everything and am missing something. Anyone else had this issue?
Anonymous
Anonymous
hello. any way to get iwlwifi working?
Anonymous
iwlwifi works on FreeBSd
Anonymous
well
Anonymous
i mean wifibox. i cant find any iwlwifi
Anonymous
i m on iwm, which give me 20 mpbs download instead of 1 gbps
Anonymous
There are some resources available. See https://wiki.freebsd.org/WiFi/Iwlwifi and https://www.freebsd.org/cgi/man.cgi?query=iwlwifi&sektion=4&manpath=FreeBSD+13.0-stable
Jeremy
anyone gone through enabling one wire on raspberry pi running freebsd?
Jeremy
I looked at this guide, but I'm guessing source isn't included in the raspberry pi images anymore (or at least not the rpi-b version that I'm using). https://vzaigrin.wordpress.com/2016/01/12/one-wire-on-raspberry-pi-with-freebsd-11/
I also have no idea how relevant this guide is anymore. However, this is what I'm trying to do.
Jeremy
Think it may require me to cross compile to change the FDT. Otherwise, I was able to load the modules I needed. It's just not showing up while connected, so I assume that's why.
ɴꙩᴍᴀᴅ
I don't have a rpi so I have no clue at all, sry
bittin-
https://www.bsdnow.tv/465
Jackie
what's the proper way to eject a flash drive in FreeBSD? I usually camcontrol stop and then camcontrol eject, but I notice it's still in /dev/
Jackie
in Linux I do udisksctl unmount and udisksctl power-off and it's gone, no entry in /dev/
r2g2
no idea about linux but just unmount it and remove it?
ɴꙩᴍᴀᴅ
Yeah, umount /media/drive or whatever location is mounted at should work
Jackie
great. thanks.
Anonymous
Jackie
Jackie
I am asking because when I eject a removable hard disk in Linux, I can see the led indicator turn off, I can also feel it stop spinning if I put my hand on its case. but this doesn't seem to be the case in FreeBSD