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

IPC error when connecting to machine via SSH #3

Open
lostmsu opened this issue Sep 2, 2021 · 2 comments
Open

IPC error when connecting to machine via SSH #3

lostmsu opened this issue Sep 2, 2021 · 2 comments

Comments

@lostmsu
Copy link

lostmsu commented Sep 2, 2021

Repro:

  1. Install Everything and OpenSSH server (from Windows features) on the host machine
  2. Configure SSH to be able to connect as one of the local administrators (usual setup, when there's only use user on the machine)
  3. Connect to the host from a different machine using SSH. The following steps are to be run in the SSH session:
  4. Launch pwsh (maybe powershell would also work)
  5. Install-Module PSEverything
  6. Search-Everything anytext

Expected: search results
Actual: IPC error message

Same happens if you use VS Code SSH remoting, and try running Search-Everything from terminal.

Running Search-Everything anytext from the host machine itself (e.g. without SSH) works fine.

@L0g0ff
Copy link

L0g0ff commented Dec 21, 2021

I have the same issue. When I run Enter-PSSession SERVER and then search-everything -global -extension jar i'll get

search-everything : IPC error
At line:1 char:1
+ search-everything -global -extension jar
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: ( ext:jar:String) [Search-Everything], Exception
    + FullyQualifiedErrorId : IPC error,PSEverything.SearchEverythingCommand

When I run ./everything.exe -reindex still the same issue.

@L0g0ff
Copy link

L0g0ff commented Dec 21, 2021

Got him. The reason is multiple everything.exe's running. After kill the exe's everything works as expected.

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

2 participants