root@beaglebone:/opt/scripts/tools [* master] 6685> git pull
Already up-to-date.
root@beaglebone:/opt/scripts/tools [* master] 6685> ./update_kernel.sh --ti-channel --lts-4_4
info: checking archive
2016-05-20 21:09:48 URL:https://rcn-ee.com/repos/latest/jessie-armhf/LATEST-ti [79/79] -> "LATEST-ti" [1]
-----------------------------
Kernel Options:
ABI:1 LTS314 3.14.69-ti-r83
ABI:1 LTS41 4.1.24-ti-r61
ABI:1 LTS44 4.4.9-ti-r26
-----------------------------
info: you are running: [4.1.24-ti-r61], latest is: [4.4.9-ti-r26] updating...
Hit http://repos.rcn-ee.com jessie InRelease
Ign http://ftp.us.debian.org jessie InRelease
Hit http://security.debian.org jessie/updates InRelease
Hit http://ftp.us.debian.org jessie-updates InRelease
Hit http://ftp.us.debian.org jessie Release.gpg
Get:1 http://repos.rcn-ee.com jessie/main armhf Packages [379 kB]
Hit http://ftp.us.debian.org jessie Release
Get:2 http://security.debian.org jessie/updates/main armhf Packages [299 kB]
Get:3 http://security.debian.org jessie/updates/contrib armhf Packages [994 B]
Get:4 http://ftp.us.debian.org jessie-updates/main armhf Packages [9,276 B]
Get:5 http://security.debian.org jessie/updates/non-free armhf Packages [20 B]
Get:6 http://ftp.us.debian.org jessie-updates/contrib armhf Packages [20 B]
Get:7 http://ftp.us.debian.org jessie-updates/non-free armhf Packages [450 B]
Get:8 http://ftp.us.debian.org jessie/main armhf Packages [8,834 kB]
Get:9 http://ftp.us.debian.org jessie/contrib armhf Packages [44.6 kB]
Get:10 http://ftp.us.debian.org jessie/non-free armhf Packages [74.5 kB]
Fetched 9,642 kB in 10s (879 kB/s)
Reading package lists... Done
Checking dpkg...
Checking apt-cache...
debug: reinstalling: [linux-image-4.4.9-ti-r26]
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 12 not upgraded.
5 not fully installed or removed.
Need to get 22.1 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://repos.rcn-ee.com/debian/ jessie/main linux-image-4.4.9-ti-r26 armhf 1jessie [22.1 MB]
Fetched 22.1 MB in 6s (3,438 kB/s)
(Reading database ... 107613 files and directories currently installed.)
Preparing to unpack .../linux-image-4.4.9-ti-r26_1jessie_armhf.deb ...
/etc/kernel/prerm.d/dkms: line 13: syntax error near unexpected token `<'
/etc/kernel/prerm.d/dkms: line 13: `done < <(dkms status -k $inst_kern 2>/dev/null | grep ": installed")'
run-parts: /etc/kernel/prerm.d/dkms exited with return code 2
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
/etc/kernel/prerm.d/dkms: line 13: syntax error near unexpected token `<'
/etc/kernel/prerm.d/dkms: line 13: `done < <(dkms status -k $inst_kern 2>/dev/null | grep ": installed")'
run-parts: /etc/kernel/prerm.d/dkms exited with return code 2
dpkg: error processing archive /var/cache/apt/archives/linux-image-4.4.9-ti-r26_1jessie_armhf.deb (--unpack):
subprocess new pre-removal script returned error exit status 1
/usr/sbin/dkms: line 193: syntax error near unexpected token `<'
/usr/sbin/dkms: line 193: ` done < <(module_status_built "$module" "$module_version")'
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-4.4.9-ti-r26_1jessie_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@beaglebone:/opt/scripts/tools [* master] 6685>
Much thanks in advance.
Alex
Looks like dkms is tripping on it..
cat /etc/kernel/prerm.d/dkms | pastebinit
And what does
dpkg --list | grep dkms
Show..
Regards,