-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Closed
Closed
Copy link
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
Description
When starting visual studio code over x2go on a kvm machine with a cifs mounted directory (don't ask, we must do it that way)
it does not start. Directly starting it, I get the following error
/usr/share/code $ ./code
[main 2020-07-20T13:58:06.047Z] Error: listen EPERM: operation not permitted /home/USER/.config/Code/1.47.1-main.sock
at Server.setupListenHandle [as _listen2] (net.js:1211:19)
at listenInCluster (net.js:1276:12)
at Server.listen (net.js:1375:5)
at /usr/share/code/resources/app/out/vs/code/electron-main/main.js:207:673
at new Promise (<anonymous>)
at Object.t.serve (/usr/share/code/resources/app/out/vs/code/electron-main/main.js:207:610)
at Object.doStartup (/usr/share/code/resources/app/out/vs/code/electron-main/main.js:624:488)
at /usr/share/code/resources/app/out/vs/code/electron-main/main.js:622:532
at u.invokeFunction (/usr/share/code/resources/app/out/vs/code/electron-main/main.js:283:612)
at Object.startup (/usr/share/code/resources/app/out/vs/code/electron-main/main.js:622:375)
The actual path is disguised and replace by USER. The mount is
//<host>/<path>/USER on /home/USER/nethome type cifs (rw,relatime,vers=3.0,cache=strict,username=USER,forcegid,addr=<addr>,file_mode=0700,dir_mode=0700,soft,nounix,serverino,mapposix,nobrl,mfsymlinks,rsize=4194304,wsize=16384,bsize=1048576,echo_interval=60,actimeo=1) and
$ ls -ld ~/.config
lrwxrwxrwx 1 6660815 39 Jul 20 13:48 /home/USER/.config -> /home/USER/nethome/.config
and the folder .config/Code is under cifs-mount.
Any help appreciated!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from poster