by Syncopated » Wed Apr 29, 2015 8:39 pm
Cubieboard 2, too. I lost network connection to the device a few hours ago after pacman -Syu. On top of that I had never enabled HDMI and didn't manage to for some reason. (I tried making some mali.conf file on the device's microSD from an Arch Linux x86 machine, but to no avail.)
In the end, I mounted the Cubieboard 2's microSD on another, working, ArchLinux ARM device and used pacman with -r, -b, --config, and --logfile options to -U the systemd, libsystemd and systemd-sysvcompat back to 218. At first I tried the same from the Arch Linux x86 machine but learnt that pacman doesn't work across architectures, so I had to use my still-working Arch Linux ARM device.
My journal shows this from the unsuccessful boot after the update:
$this->bbcode_second_pass_code('', 'Apr 30 00:50:07 cave systemd-networkd[102]: Enumeration completed
Apr 30 00:50:07 cave systemd-networkd[102]: eth0 : eth0 : could not bring up interface: Operation not supported
Apr 30 00:50:07 cave systemd[1]: Started Network Service.
-- Subject: Unit systemd-networkd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-networkd.service has finished starting up.
')
I don't know where to look to investigate the "Operation not supported".
That was a very bad experience wasting 3 hours of time. I hope for a fix soon. Meanwhile, I'm staying away from pacman upgrading. I hope everyone beware of this and avoid wasting time on this problem until the fix appears.