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

Reinstallation problem #50

Open
Regdan opened this issue Jan 30, 2023 · 8 comments
Open

Reinstallation problem #50

Regdan opened this issue Jan 30, 2023 · 8 comments

Comments

@Regdan
Copy link

Regdan commented Jan 30, 2023

Hi everyone,

I don't know why, today when i launched "SSHS", i had this error :
2023/01/30 14:37:15 strconv.Atoi: parsing "22\t": invalid syntax

So after some tries, i uninstall sshs application in order to reinstall it with chocolatey and i don't know why, it says me continually that the sshs-windows-386.exe program is using by another process.

image

Can you help me with thoses issues ?

@quantumsheep
Copy link
Owner

Hey ! Seems like you have a sshs process running on your computer. Have you tried killing the running process or rebooting your computer before reinstalling?

@Regdan
Copy link
Author

Regdan commented Jan 30, 2023

Yes, i tried to reboot my computer because i don't found the running process :( . And it seems the "NuGetScratch" folder only appear when i try to install sshs :(
It's as if the installer try to launch the sshs-windows-386.exe twice.

@quantumsheep
Copy link
Owner

Hey @jakublevy 👋 Do you have an idea?

@jakublevy
Copy link

I am not really sure what is happening.
I've tested the package (reinstalling, upgrading) and cannot replicate the error.

Try

  1. kill all sshs processes by executing Get-Process -Name 'sshs*' | % { Stop-Process $_ -Force }
  2. delete "$env:temp\chocolatey", "$env:ChocolateyInstall\lib\sshs" and "$env:ChocolateyInstall\bin\sshs.exe"
  3. install sshs again

@Regdan
Copy link
Author

Regdan commented Feb 2, 2023

Ok so, i've executed the command but nothing has been display. I've deleted all files in the specified locations.

Then there is the installation :

image

Nothing more :(

@jakublevy
Copy link

You executed "$env:temp\chocolatey", "$env:ChocolateyInstall\lib\sshs" and "$env:ChocolateyInstall\bin\sshs.exe" as commands, but I meant to delete those.

You can delete them in powershell by executing

Remove-Item -Path "$env:temp\chocolatey" -Force -Recurse
Remove-Item -Path "$env:ChocolateyInstall\lib\sshs" -Force -Recurse
Remove-Item -Path "$env:ChocolateyInstall\bin\sshs.exe" -Force

So try again, first execute Get-Process -Name 'sshs*' | % { Stop-Process $_ -Force } then execute the three commands above and then try choco install sshs

@Regdan
Copy link
Author

Regdan commented Feb 8, 2023

Hello guys,

Thanks for your answers and i don't know why, i tried the installation this morning and that worked.... I haven't tried the last answer of @jakublevy. Now sshs is reinstalled but now i've this error on launching :

image

Any ideas ?

Again, thanks for all :)

@quantumsheep
Copy link
Owner

@Regdan Hey! You have a tab space after your port argument in your ssh config

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