Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: Can't create the symlink for multishells at "/run/user/1000/fnm_multishells/3628_1715158318789". Maybe there are some issues with permissions for the directory? No such file or directory (os error 2) #1119

Open
wngtk opened this issue May 8, 2024 · 1 comment

Comments

@wngtk
Copy link

wngtk commented May 8, 2024

error: Can't create the symlink for multishells at "/run/user/1000/fnm_multishells/3628_1715158318789". Maybe there are some issues with permissions for the directory? No such file or directory (os error 2)

I am using WSL2 Ubuntu, Fish shell and TMUX.

if status is-interactive
    # Commands to run in interactive sessions can go here
    if not set -q TMUX; and not set -q VSCODE_IPC_HOOK_CLI
        exec tmux
    end
    if command -v starship > /dev/null
        starship init fish | source
    end
end

image

@wngtk wngtk changed the title Can't create the symlink for multishells error: Can't create the symlink for multishells at "/run/user/1000/fnm_multishells/3628_1715158318789". Maybe there are some issues with permissions for the directory? No such file or directory (os error 2) May 8, 2024
@wngtk wngtk closed this as completed May 8, 2024
@wngtk wngtk reopened this May 8, 2024
@wngtk
Copy link
Author

wngtk commented May 8, 2024

workaround:

sudo systemctl restart user@1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant