You are not logged in.
Pages: 1
I have just finished installing arch linux on Virtual Box. The pacman command was working fine during the installation but after rebooting it just stopped working. After printing the name of the package its installing it just freezes.
https://i.imgur.com/UWxhQjQ.png
edit:
It printed this after a while: https://i.imgur.com/RNyER3q.png
Last edited by Unfinished632 (2024-09-05 15:07:33)
Offline
Please replace the oversized image with a link, the board has a 250²px² max rule
Also avoid posting images of text, post the text.
ip a
ping -c3 mirror.osbeck.com
ping -c3 _gateway
Offline
How are you configuring your network?
Offline
Mod note: moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Please replace the oversized image with a link, the board has a 250²px² max rule
Also avoid posting images of text, post the text.ip a ping -c3 mirror.osbeck.com ping -c3 _gateway
Sorry about the images. I couldn't get the clipboard to work and it seems the easy way to get it to work is to install some packages, which i can't do.
I'll post links from now on.
Last edited by Unfinished632 (2024-09-05 11:41:52)
Offline
How are you configuring your network?
pacman -S NetworkManager
systemctl enable NetworkManager
Offline
Looks like a DNS problem, osbeck responds fast but the ping sequence lasts 6s. so it's gonna be the reverse lookup.
Please post the outputs of
find /etc/systemd -type l -exec test -f {} \; -print
resolvectl status
Offline
Looks like a DNS problem, osbeck responds fast but the ping sequence lasts 6s. so it's gonna be the reverse lookup.
Please post the outputs offind /etc/systemd -type l -exec test -f {} \; -print resolvectl status
Offline
cat /etc/resolv.conf
dig google.com
dig @8.8.8.8 google.com
Offline
cat /etc/resolv.conf dig google.com dig @8.8.8.8 google.com
Offline
https://wiki.archlinux.org/title/Networ … NS_servers
You're defaulting to your gateway which is likely your ISPs DNS, setting the default to 8.8.8.8 (google) or 1.1.1.1 (cloudflare)
Offline
https://wiki.archlinux.org/title/Networ … NS_servers
You're defaulting to your gateway which is likely your ISPs DNS, setting the default to 8.8.8.8 (google) or 1.1.1.1 (cloudflare)
Thx this worked!
Offline
So it's a shitty, underdimensioned and locally uncached ISP DNS - vodafone or verizon? …
You might benefit from resolved, stubby or dnsmasq or any other local DNS stub responder and if your (likely ISP-issued?) router allows you to configure a custom DNS backend (ie. the server that it asks) you might want to adjust that there for the benefit of the entire LAN.
Offline
Pages: 1