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

Running vimux on a server without admin privileges #167

Open
briandepasquale opened this issue Jun 5, 2018 · 6 comments
Open

Running vimux on a server without admin privileges #167

briandepasquale opened this issue Jun 5, 2018 · 6 comments

Comments

@briandepasquale
Copy link

I am attempting to run vimux's commands in a tmux session on a server for which I am not an administrator. For example, when executing the following within vim:

:call VimuxRunCommand('ls')

I receive the following errors:

Error detected while processing function VimuxRunCommand..VimuxSendKeys.._VimuxTmux:
E484: Can't open file /tmp/vzyU75B/16

Error detected while processing function function VimuxRunCommand..VimuxSendText..VimuxSendKeys.._VimuxTmux:
E484: Can't open file /tmp/vzyU75B/17

Error detected while processing function VimuxRunCommand..VimuxSendKeys.._VimuxTmux:
E484: Can't open file /tmp/vzyU75B/18

Naively, I'm guessing that I'm getting these errors because of some user permissions that I lack. Is this correct, and if so, is there a way around this? Thanks.

@lionel75013
Copy link

Got the same issue even in sudo.

@lionel75013
Copy link

nevermind, i completely didn't get that you would need to run vim in a tmux session.

@alerque
Copy link
Member

alerque commented Feb 13, 2021

@briandepasquale Are you running vim inside or outside tmux?

@briandepasquale
Copy link
Author

Inside (I think). My comment is from a while back and I can't remember what I was doing...

@alerque
Copy link
Member

alerque commented Feb 14, 2021

Are you by chance running VIM from some containerized packaging such as Snap, Flatpack, or AppImage?

@briandepasquale
Copy link
Author

No

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

3 participants