You are not logged in.
Please post a complete "sudo journalctl -b", how did you install archlinux?
Offline
Please post a complete "sudo journalctl -b", how did you install archlinux?
Here's the output
As for how I install, I created an arch installer flash drive and followed the wiki best I could. I ran into trouble booting and had to get some help with correcting grub for EFI, but other than that, things went smoothly. It was a few weeks ago, and was my first "real" install after testing in VirtualBox a few times to make sure there were no showstoppers.
Offline
Looks like I missed a line in my hosts file.
I need to add
127.0.0.1 localhost
I think, in order for it to respond to localhost
Offline
https://wiki.archlinux.org/index.php/Ne … resolution
Sicne there's no trace of it in the journal: "ps aux | grep resolved"?
Offline
https://wiki.archlinux.org/index.php/Ne … resolution
Sicne there's no trace of it in the journal: "ps aux | grep resolved"?
[mykrobinson@SAMSUNG-ARCH ~]$ ps aux | grep resolved
mykrobi+ 2296 0.0 0.0 6272 2312 pts/1 S+ 09:08 0:00 grep resolvedAlso, editing my host file makes it work with localhost:6789
Offline
There's something off w/ networkmanager, it seems.
It used to manipulate /etc/hosts but now uses resolved by default. In your case, neither seems to be true…
Offline