You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nushell attempts to lock the history file. This means that nushell doesn't work when your home directory is mounted via a remote filesystem that doesn't support file locking, like NFSv3. I would think this could potentially cause issue with multiple instances of nushell via the same user as well.
Steps to reproduce
Ensure your history file is on a non-locking filesystem, like NFSv3. Either by remotely mounting your home directory, or changing the file location
run nushell. It will freeze while attempting to lock the file before exiting with an error.
Basic Info
Platform
Linux, Ubuntu 20.04
Terminal software
Windows Terminal
Nushell attempts to lock the history file. This means that nushell doesn't work when your home directory is mounted via a remote filesystem that doesn't support file locking, like NFSv3. I would think this could potentially cause issue with multiple instances of nushell via the same user as well.
Steps to reproduce
strace
The text was updated successfully, but these errors were encountered: