If FreeBSD and nysql are in a VM, maybe you need port forward?

|
fx_ttr 2022-07-14 12:55:49
And what did you change?
Devil Xiu 2022-07-14 13:00:07
Nothing
Devil Xiu 2022-07-14 13:00:17
I was reinstalling it
posixshell 2022-07-14 14:28:51
Devil Xiu 2022-07-14 09:55:43
Not working too

Use xinit?

posixshell 2022-07-14 14:29:47
echo “exec xfce4-session” > .xinitrc
posixshell 2022-07-14 14:30:00
and type startx
posixshell 2022-07-14 14:30:33
Btw you will ned xinit package
m1m1n 2022-07-15 05:19:41
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

argonvv 2022-07-15 11:41:36
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
JackieMe 2022-07-15 12:00:06
argonvv 2022-07-15 11:41:36
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

If you don’t understand this yet, you should use RELEASE.

Terry Malloy 2022-07-15 12:06:30
m1m1n 2022-07-15 05:19:41
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

or use CBSD ( reFIND boot method) 😉

nestoilo 2022-07-15 14:13:16
Hi all! can not understand… pkg.freebsd.org died? I go to releases, version 12, gives an error
nestoilo 2022-07-15 14:13:30
freebsd1-31104.jpg

argonvv 2022-07-15 14:22:05
JackieMe 2022-07-15 12:00:06
If you don’t understand this yet, you should use RELEASE.

Thanks. Sorry, but I’m new on BSD. What are differences from stable and release? Thanks

JackieMe 2022-07-15 14:25:43
argonvv 2022-07-15 14:22:05
Thanks. Sorry, but I’m new on BSD. What are differences from stable and release? Thanks

Well, welcome to the BSD world then. I am a fairly new user of FreeBSD too.
If you want to know more about RELEASE STABLE & CURRENT, check out :
https://forums.freebsd.org/threads/solved-clarification-on-releng.48063
and Q1.6 – Q1.11 at
https://docs.freebsd.org/en/books/faq/

Solved – [Solved] Clarification on relengThe FreeBSD Forums
Could anyone please clarify what the RELENG branch is? I understand that the all the work is done in CURRENT. Then there is STABLE, where the ABI wont change. And then a snapshot(?) is done into a…
argonvv 2022-07-15 14:31:41
JackieMe 2022-07-15 14:25:43
Well, welcome to the BSD world then. I am a fairly new user of FreeBSD too.
If you want to know more about RELEASE STABLE & CURRENT, check out :
https://forums.freebsd.org/threads/solved-clarification-on-releng.48063
and Q1.6 – Q1.11 at
https://docs.freebsd.org/en/books/faq/

Thank you. This is very clear 👍🏻

downhillflyer 2022-07-15 16:27:24
hummm on a release I wonder what the security issues are with icons and wallpapers
helvítis dýrið 2022-07-16 06:19:10
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)

Learner_DR 2022-07-16 10:33:25
helvítis dýrið 2022-07-16 06:19:10
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)

wait PID

Ja 2022-07-17 10:24:12
Hi. How to enable port 3306? Virtual machine. In firewall system.
Ja 2022-07-17 10:24:39
FreeBSD 13.1
krond 2022-07-17 10:25:27
Have you enabled firewall? If no then it should be available by default.
Ja 2022-07-17 10:27:48
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.
n0madcoder 2022-07-17 10:29:07
Maybe there’s some pf config messing around with the ports? Idk
Ja 2022-07-17 10:29:58
I don’t know, I’m a beginner at freebsd
JackieMe 2022-07-17 10:34:50
Ja 2022-07-17 10:27:48
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.

if FreeBSD and nysql are in a VM, maybe you need port forward?

fx_ttr 2022-07-17 10:34:55
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.
fx_ttr 2022-07-17 10:35:30
I don’t have a local mysql installation, so I can’t verify it.
Ja 2022-07-17 10:36:05
It is 127.0.0 by default
downhillflyer 2022-07-17 10:36:12
? webmin for services configs
fx_ttr 2022-07-17 10:37:45
Ja 2022-07-17 10:36:05
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.

Ja 2022-07-17 10:58:06
bind-address = 0.0.0.0 | not work
drookie 2022-07-18 17:15:10
Ja 2022-07-17 10:58:06
bind-address = 0.0.0.0 | not work

however it really should

drookie 2022-07-18 17:15:23
did you try to restart the DB afterwards ?
X_BSD 2022-07-18 17:15:32
The sides of the circle are not all equal – Pierrrr Square
|