ɴꙩᴍᴀᴅ
dot .
Marco
Hi all, I've broken freebsd bootlader. on another disk I've ghost, can I restore from ghost?
Jekyll
Marco
My system has efi boot. I've broken because I tried to move EFI partition...
So I can't boot freebsd
Jekyll
What do you mean by "move" EFI partition?
Marco
I have multiboot so my old efi is full. I create a new partition, format on F32 and I copy freebsd data from old to new partition
Jekyll
You can try to cp /boot/loader.efi to the new partition, rename it to BOOTX64.efi .
Jekyll
And AFAIR, it searches the first efi partition only, so you might have to delete the old efi partition.
Jekyll
And... reconfigure EFI boot from BIOS might be needed?
Marco
Nothing. I delete old efi but after copy file in new partition bootloader doesn't charged and I can only emergency shell
stéphane T
The EFI partition needs to have a special flag right?
Did you set it?
Константин
Mr
#ask How to setup freebsd as DNS ?
Jekyll
Install bind and configure.
Marco
Alex
Hi everyone! Tell me please. there is an ibm x3400m3 server. I don't want to install esxi, I want to install freebsd. the server will be used including for virtualization. is it worth getting the latest version of freebsd? which version is better to take? 2xXeon 5506, 4 Tb hdd, 128 Gb RAM
XS
Hi, try with the latest release, see if it works for you.
Alex
understood you, thank you!
Null
FreeBSD 12.4-RELEASE Now Available
https://www.freebsd.org/releases/12.4R/relnotes/
Guillermo
Is 802.11c state still the same???
Guillermo
I mean ac
Pouria
I will appreciate if you take a look at my question on forum:
https://forums.freebsd.org/threads/gssd-cant-work-as-nfs-client-with-h-flag-pnfs-krb.87358/
I have problem with gssd and it can't work as NFS client when the -h flag is set. But I need the -h flag and using it should not causes problem for NFS *client*
Baron
https://tildegit.org/BobSlacker
Repo updated
Fa
Dears ;
I was configured a freebsd as ftp server that can save logs from others devices , I install ProFTPD and configure it but still get an empty files and not for all devices; can you help or suggest any solution ?
Null
📚 FreeComputerBooks contains a small library dedicated to the BSD world freely available.
The official FreeBSD site also covers some online library here
Anonymous
Group Butler [beta]
Hi Timur!
Anonymous
Hi
Andy 'm1m1n' Hidayat
Anonymous
there is pcm4 for hearing sound in speakers, its working correctly but i cant use pcm4 with microphone(pcm5) at the same time
Anonymous
i mean i cant talk and hear it at the same time
Anonymous
if i set active one with sysctl sysctl hw.snd.default_unit=4 i can hear sound but i cant talk
Anonymous
if i set sysctl hw.snd.default_unit=5, i cant hear sound but i can talk
Anonymous
interesting problem
Anonymous
i use pulseaudio btw
Anonymous
is there any way to fix that problem?
ɴꙩᴍᴀᴅ
I use the default mixer, don't know about pulse. Back when I tried to do this, I had to enable the mic on the BIOS settings, or plug-in an external one, then use the mixer commands to enable some parts, and do some hint.hdaa stuff over /etc/sysctl.conf
ɴꙩᴍᴀᴅ
The guides I used were https://wiki.freebsd.org/Sound and https://www.freebsd.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports
Anonymous
Anonymous
for discord and some video editing programs
Krond
Last time I checked Discord was a site...
Krond
There are a number of other ways to use sound on FreeBSD: OSS/ALSA/Sndio.
Xavier
Hi to all !
Asssassin
Hi
Null
2022 in Review: Fundraising Update
https://freebsdfoundation.org/blog/2022-in-review-fundraising-update/
Group Butler [beta]
Hi Muhammed Anas!
Muhammed Anas
Hi
Muhammed Anas
Muhammed Anas
I couldn’t import pool
Muhammed Anas
When i tried to replace drive it's showing like this🥹
Pouria
As far as I can see, Your zpool is not mirrored. Technically you can not import an unmirrored zpool without its zdev.
Muhammed Anas
Muhammed Anas
r2g2
Jay
Muhammed Anas
Is there anyway I could recover it?
Krond
Find the drive.
Krond
It literally has one third of you data, and only system blocks are duplicated. If you read the drives you got directly you probably can get away with directory structure and some one-block files.
Krond
But everything else is lost right now.
Muhammed Anas
Muhammed Anas
X
Happy New Year !!!🎊🎆🎇🍾🥂
Anonymous
Happy new year :)
ɴꙩᴍᴀᴅ
Happy new year group!!
Jackie
Happy new year from China!
Krond
Happy New Year everybody!
Guillermo
How does it look like???
Guillermo
Does it look promising???
Jackie
Hi. How do I make sure IPv6 is enabled? Is it enabled by default on FreeBSD 13.1? I think I have it but I don't see v6 address in ifconfig.
Jackie
I am looking at wiki page, do I have to explicitly add
ifconfig_rl0_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
to rc.conf and then check?
Jackie
Oh never mind, it worked as soon as I added these two lines and restated netif service.
stéphane T
Good for you, but it’s not exactly the reasoning.
To know if you have ipv6 enabled you can do a ifconfig, ipv6 will assign adresses called link-local for each network interface in the form fe80:
Now, you got a working routable address (from presumably your isp) because it uses router advertisement to assign addresses, some may use dhcpv6-pd or other ways and it would have not worked.
Jackie
Thanks. I don't really understand all the tech stuff, but the network I am using is a office WiFi, I just have to connect and log in via a webpage authentication. I suppose all the work you mentioned is not on my side.
stéphane T
stéphane T
Turns out it was the right method
Jackie
thanks for the information