Thanks. I had been struggling with this since early morning.
Checking /usr/sbin and removing the package 'localepurge' solved my issue.
Also, the netctl package pacman downloaded earlier this morning was corrupt. After removing it from cache, pacman re-downloaded the file and all went well. I'm not sure what the issue was, but I'm guessing it's been fixed (?).
EDIT: Scratch that. After rebooting, I'm left with no network.
In dmesg, I have the following:
Code: Select all
systemd[1]: Cannot add dependency job for unit netctl-ifplugd@eth0.service, ignoring: Unit netctl-ifplugd@eth0.service failed to load: No such file or directory. See system logs and 'systemctl status netctl-ifplugd@eth0.service' for details.
Also,
Code: Select all
# systemctl status netctl-ifplugd@eth0.service
netctl-ifplugd@eth0.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
Dec 31 18:00:20 raspberrypi ifplugd[118]: client: Started network profile 'ethernet-dhcp'
Dec 31 18:00:20 raspberrypi ifplugd[118]: Program executed successfully.
Dec 31 18:00:22 raspberrypi dhcpd[240]: eth0: sending IPv6 Router Solicitation
Dec 31 18:00:26 raspberrypi dhcpd[240]: eth0: sending IPv6 Router Solicitation
Dec 31 18:00:22 raspberrypi dhcpd[240]: eth0: No IPv6 Routers available
Jun 04 08:43:55 raspberrypi dhcpd[240]: eth0: renewing lease of 192.168.1.21
<....snip>
EDIT #2: As best I could tell, the netctl package that got installed installed using 'pacman -Syu --ignore filesystem,bash' placed files in the wrong location. I removed it using pacman -R, but still needed to manually delete some files it placed in /. After that I downloaded the netctl package from the link above using a seperate computer, copied it to the pi, and installed. All is working now.