PSEverything
PSEverything copied to clipboard
IPC error when connecting to machine via SSH
Repro:
- Install Everything and OpenSSH server (from Windows features) on the host machine
- Configure SSH to be able to connect as one of the local administrators (usual setup, when there's only use user on the machine)
- Connect to the host from a different machine using SSH. The following steps are to be run in the SSH session:
- Launch
pwsh(maybepowershellwould also work) Install-Module PSEverythingSearch-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.
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.
Got him. The reason is multiple everything.exe's running. After kill the exe's everything works as expected.