Константин
is it contains only 00 bytes you need to install linux boot on it
Константин
(grub or lilo)
数学の恋人
Sorry but Linux is on lvm volume
数学の恋人
数学の恋人
you have 2 linux partition, ada0s1 & ada0s2, maybe one of this have linux and other is linux swap
1 is boot 2 is normal partition to store files, 3 (?) Is lvm and thats where linux is
Константин
if first is linux boot grub bootcode should be on it, i think
Константин
so first block (0x00000000..0x00000003FF) contains only 00, need to install grub bootcode on this partition maybe boot to linux livecd & try to install grub on partition can help, but i'm not familiar with grub
数学の恋人
So if i reinstall grub it should be fine right?
Константин
yes
数学の恋人
Okay I'll try, but it might take some time
数学の恋人
Thanks for all your help till now
Sleep
Добрый день! Кто нибудь пробовал поставить HomeBridge на FreeBSD ARM64?
Anonymous
здесь английская конфа, тебе сюда freebsd_ru
Sleep
OK
数学の恋人
数学の恋人
Why is this happening?
数学の恋人
I tried to add nameservers in resolv.conf but no use
Константин
check netstat -rn for default route
数学の恋人
数学の恋人
ue0 is my ethernet interface
Константин
looks like you have default route only for ipv6, so ping6 will work
数学の恋人
数学の恋人
数学の恋人
Arminio
Hmm... But internet isn't working
The WHOLE internet is not working? What did you do?
Lev
try dhclient ue0
数学の恋人
The WHOLE internet is not working? What did you do?
Now it's okay, I added my router's ip address as nameserver in resolv.conf
Arminio
Now it's okay, I added my router's ip address as nameserver in resolv.conf
Quite frankly, I was being sarcastic, but it's good to know you found out that it was "just" DNS that wasn't working, afterall. 😊
数学の恋人
Hello everyone, i installed xorg this morning, but i couldn't start it
数学の恋人
It says server terminated with error (1).
数学の恋人
Also when i load vesa module it didn't load
Vladimir
hey bro, pls learn how to copy paste from console and use wgetpaste to send logs to online services, making photo of your screen is ridiculous 😅
数学の恋人
I'll try to send again
Vladimir
I think in FreeBSD there should be mouse wotking in tty already from beginning, so you can grap, you can grab text and it will be copied automatically, then paste it in a file and wgetpaste that file
Vladimir
``` $ sudo pkg install wgetpaste wgetpaste logs.txt ```
数学の恋人
Ok
数学の恋人
数学の恋人
I have only ipv6 connectivity
数学の恋人
But DHCP is not assigning any ipv4 address
Vladimir
:(
数学の恋人
:(
Do you have any suggestion?
数学の恋人
ping6 google.com works but usual ping doesn't
Vladimir
play around with dhclient I guess https://www.cyberciti.biz/faq/freebsd-unix-force-dhcp-client-to-get-a-new-lease/
Vladimir
in linux I would get IP from the router by "dhcpcd -HD", I don't know about bsd alternative
数学の恋人
It actually works
数学の恋人
sudo dhclient ue0
数学の恋人
sudo dhclient ue0
After this bam, i got ipv4 address
数学の恋人
But ipv6 is gone lol
Vladimir
I wonder why didn't you googled that from the start 😄
数学の恋人
I wonder why didn't you googled that from the start 😄
Actually i was googling boot couldn't find
数学の恋人
I read this and that but nothing works
Vladimir
ok, maybe you've used wrong terms or something. I googled "freebsd dhcp renew"
TheWhyteCrow
sudo dhclient ue0
Obviously you have not set dhcp option in rc.conf... Or have you?
数学の恋人
数学の恋人
I restarted netif and routing services
数学の恋人
``` $ sudo pkg install wgetpaste wgetpaste logs.txt ```
Okay so here's log for Xorg server http://dpaste.com/202Y406
数学の恋人
And error while loading vesa driver http://dpaste.com/30EG06S
Константин
[ 1714.247] (EE) Failed to load module "intel" (module does not exist, 0)
数学の恋人
Константин
pkg install xf86-video-driver?
数学の恋人
pkg install xf86-video-driver?
You mean xf86-video-intel?
Константин
yeah, sorry
数学の恋人
I was about to install but then thought it's safe to ask first
Vladimir
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213045
Vladimir
you might just experiencing a bug. try intel driver
数学の恋人
TheWhyteCrow
If it fails, try to compile xorg and intel driver from ports. I had similar issues on 11. Instalation from sources fixed it.
Константин
note that xf86-video-intel need also drm-kmod: https://wiki.freebsd.org/Graphics