by graysky » Mon Oct 28, 2019 8:55 pm
$this->bbcode_second_pass_quote('ivanjan', 'S')olved the issue.
For some reason the new kernel update linux-raspberrypi4-4.19.80-1-armv7h was not working. My NFS server was also failing due to missing nfsd modules.
Solution is to temporarily downgrade the kernel:
$this->bbcode_second_pass_code('', 'sudo pacman -U /var/cache/pacman/pkg/linux-raspberrypi4-4.19.79-1-armv7h.pkg.tar.xz')
Which module/modules do you think are missing from 4.19.80?
$this->bbcode_second_pass_code('', '% find /usr/lib/modules/4.19.80-1-ARCH -type f -name 'nfs*'
/usr/lib/modules/4.19.80-1-ARCH/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko.gz
/usr/lib/modules/4.19.80-1-ARCH/kernel/fs/nfsd/nfsd.ko.gz
')
I get the same output under 4.19.79
$this->bbcode_second_pass_code('', '% find /usr/lib/modules/4.19.79-1-ARCH -type f -name 'nfs*'
/usr/lib/modules/4.19.79-1-ARCH/kernel/fs/nfsd/nfsd.ko.gz
/usr/lib/modules/4.19.79-1-ARCH/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko.gz
')