Confirmed, it is an issue with loop mounting node.tcz I will fix it in May. As a temporary fix create an empty directory, loop mount node.tcz and copy content to file system, it will work.
sudo su
cd /
mkdir node
mount -o loop /mnt/mmcblk0p2/tce/optional/node.tcz /node
cp -r /node/usr /
Make sure it is not loop mounted already, remove node.tcz from onboot.lst
Alternative solution to copy all extensions to RAM at startup if they leave free RAM.
sudo touch /mnt/mmcblk0p2/tce/copy2fs.flg
sudo reboot
will make it. In this case node.tcz must be in onboot.lst