I upgraded last weekend from Freetz 12808 (84.06.20) to Freetz 13069 (84.06.20) on my 7390-int.
And now I see 'Illegal instruction' and 'Segmentation fault' when using the cut command.
I don't think this issue was present with Freetz 12808.
Downgrading to 12808 is a bit difficult at the moment.
Would like to know of others see similar issues with "12808 or earlier", or "12809 or later"?
Firmware: 84.06.20 rev29288
Freetz: devel-13069M
And now I see 'Illegal instruction' and 'Segmentation fault' when using the cut command.
I don't think this issue was present with Freetz 12808.
Downgrading to 12808 is a bit difficult at the moment.
Would like to know of others see similar issues with "12808 or earlier", or "12809 or later"?
Firmware: 84.06.20 rev29288
Freetz: devel-13069M
Code:
root@fritz:/var/mod/root# cat /proc/partitions | grep sda1 | cut -d ' ' -f 4
8
Illegal instruction
root@fritz:/var/mod/root# number=`cat /proc/partitions | grep sda1 | cut -d ' ' -f 4`
Segmentation fault
root@fritz:/var/mod/root# echo $number
8
root@fritz:/var/mod/root#
Code:
root@fritz:/var/mod/root# cat /proc/ndas/registered
ndas-01
root@fritz:/var/mod/root# cat /proc/ndas/registered | cut -d '-' -f 2
01
Illegal instruction
root@fritz:/var/mod/root# cat /proc/ndas/registered | cut -d '-' -f 2 2>/dev/null
01
Illegal instruction
root@fritz:/var/mod/root#
Zuletzt bearbeitet: