I just did an upgrade on my raspberry pi server. It now mounts the root file system as read-only. I can fix this with `mount -o remount,rw /`
Also, when I try to ping a domain name, it fails. If I try to ping an IP or an alias from /etc/hosts, it's fine. I can't get pacman to download packages because it can't resolve the host for the mirror.
It also has an NFS server, and the share doesn't mount properly on the clients. ssh/sftp seem to be working fine.