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: Operation not supported on socket #38

Open
tiktuk opened this issue Nov 12, 2021 · 2 comments
Open

Error: Operation not supported on socket #38

tiktuk opened this issue Nov 12, 2021 · 2 comments

Comments

@tiktuk
Copy link

tiktuk commented Nov 12, 2021

I get the following error trying to run Commands: Edit Configuration on an SSH host:

Command 'Commands: Edit Configuration' resulted in an error (A system error occurred (ENOTSUP: operation not supported on socket, mkdir '/home/myuser'))

Version: v1.4.3.

Thanks for the work on the extension :) !

@bengunnewijkGeonovum
Copy link

You can't create directories in the /home/ directory manually. Linux uses that directory to add a directory per user.
See answer here:
https://apple.stackexchange.com/questions/88797/how-to-execute-mkdir-in-home-directory

@fabiospampinato
Copy link
Owner

fabiospampinato commented Mar 15, 2024

@tiktuk @bengunnewijkGeonovum I've rewritten the extension, could you guys check if v2 has the same problem?

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

No branches or pull requests

3 participants