Re: vmlinuz-4.9.0-8-armmp-lpae pkg install fails due to /usr/bin/linux-update-symlinks

2019-01-23 Thread Dennis Clarke
On 1/23/19 9:37 AM, Lennart Sorensen wrote: On Tue, Jan 22, 2019 at 09:59:08PM -0500, Dennis Clarke wrote: well darn ! root@arm7:/boot# mount -v /dev/mmcblk0p2 on / type ext4 (rw,relatime,data=ordered) devtmpfs on /dev type devtmpfs (rw,relatime,size=1021496k,nr_inodes=187164,mode=755) sysfs

Re: vmlinuz-4.9.0-8-armmp-lpae pkg install fails due to /usr/bin/linux-update-symlinks

2019-01-23 Thread Dennis Clarke
On 1/23/19 9:37 AM, Lennart Sorensen wrote:> On Tue, Jan 22, 2019 at 09:59:08PM -0500, Dennis Clarke wrote: >> well darn ! >> >> root@arm7:/boot# mount -v >> /dev/mmcblk0p2 on / type ext4 (rw,relatime,data=ordered) >> devtmpfs on /dev type devtmpfs>>

Re: vmlinuz-4.9.0-8-armmp-lpae pkg install fails due to /usr/bin/linux-update-symlinks

2019-01-22 Thread Dennis Clarke
Hello, is your /boot by chance on a FAT partition? If yes, then that is the source of your problem - Debian only supports installations on filesystems that support standard POSIX features such as links and FAT doesn't have support for those. well darn ! root@arm7:/boot# mount -v /dev/mmc

vmlinuz-4.9.0-8-armmp-lpae pkg install fails due to /usr/bin/linux-update-symlinks

2019-01-22 Thread Dennis Clarke
nd"); die "Failed to create or replace $dest: $err"; } print "I: $dest is now a symlink to $source\n"; } Easy to fix manually if I can figure out what was supposed to be symlinked from where to where. I question the use of 'rand' to create a temporary file name but that is another issue. Dennis Clarke