After the trouble in Ubuntu: Fixing the myserious “Failed to stop apt-daily.timer: Connection timed out” I got into more trouble:
apt-get update && apt-get upgrade
hung the device.
It booted fine, but a new update showed it was in a hosed state.
I don’t expect vendor supported distributions to fail this way, so I gave up on the ubuntu-16.04-minimal-odroid-c1-20160817.img.xz .
–jeroen
|
root@odroidC1:~# apt-get update && apt-get upgrade |
|
Hit:1 http://ports.ubuntu.com/ubuntu-ports xenial InRelease |
|
Hit:2 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease |
|
Hit:3 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease |
|
Hit:4 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease |
|
Hit:5 http://deb.odroid.in/c1 xenial InRelease |
|
Reading package lists… Done |
|
E: dpkg was interrupted, you must manually run 'dpkg –configure -a' to correct the problem. |
|
root@odroidC1:~# dpkg –configure -a |
|
Processing triggers for ureadahead (0.100.0-19) … |
|
Setting up initramfs-tools (0.122ubuntu8.8) … |
|
update-initramfs: deferring update (trigger activated) |
|
Processing triggers for systemd (229-4ubuntu17) … |
|
Processing triggers for initramfs-tools (0.122ubuntu8.8) … |
|
update-initramfs: Generating /boot/initrd.img-4.4.0-28-generic |
|
WARNING: missing /lib/modules/4.4.0-28-generic |
|
Ensure all necessary drivers are built into the linux image! |
|
depmod: ERROR: could not open directory /lib/modules/4.4.0-28-generic: No such file or directory |
|
depmod: FATAL: could not search modules: No such file or directory |
|
depmod: WARNING: could not open /var/tmp/mkinitramfs_FQEGW2/lib/modules/4.4.0-28-generic/modules.order: No such file or directory |
|
depmod: WARNING: could not open /var/tmp/mkinitramfs_FQEGW2/lib/modules/4.4.0-28-generic/modules.builtin: No such file or directory |
|
root@odroidC1:~# df -h |
|
Filesystem Size Used Avail Use% Mounted on |
|
udev 396M 0 396M 0% /dev |
|
tmpfs 81M 3.3M 78M 5% /run |
|
/dev/mmcblk0p2 59G 1.1G 55G 2% / |
|
tmpfs 403M 0 403M 0% /dev/shm |
|
tmpfs 5.0M 0 5.0M 0% /run/lock |
|
tmpfs 403M 0 403M 0% /sys/fs/cgroup |
|
/dev/mmcblk0p1 128M 11M 118M 9% /media/boot |
Like this:
Like Loading...