I'd been using Ubuntu 20.04 installed (alongside with Windows 10 on physical PC) with no issue.
A couple of days ago, I attempted to upgrade to Ubuntu 21.04 then 21.10. The upgrade process ran into some issue but finally got upgraded successfully to 21.10.
Since the upgrade, I've run into 2 issues:
Could not run node or npm. If I run "node" or "npm" on Terminal, I got this error below. I tried to uninstall and reinstalled node but it didn't fix the issue. The current file I could find in my disk is libnode.so.72.
node: error while loading shared libraries: libnode.so.64: cannot open shared object file: No such file or directory
See error message like below when writing files to my shared folder and searching on local drive
Error: Operation not supported (/run/user/1000/gvfs/smb-share:server=....."
$ sudo find / -name libmod2find:
File system loop detected; ‘/run/timeshift/backup’ is part of the same file system loop as ‘/’.`
find: ‘/run/user/1000/doc’: Permission denied
find: ‘/run/user/1000/gvfs’: Permission denied
Everything else seems to be okay.
When the upgrade seemed to be alright, I had to delete all Timeshift snapshots to free up some disk space for the additional updates and package installations. I hope it didn't cause the problem.
I spent some time searching on the internet but couldn't find any solution that works. Please help!
Thanks!