Saulius Krasuckas

Results 307 comments of Saulius Krasuckas

@lesderid commented [2 hours ago](https://github.com/maharmstone/btrfs/issues/670#issuecomment-2222198764): > If it already did a whole-device TRIM and it's an SSD, your data is likely gone. If not, you could try [Testdisk](https://www.cgsecurity.org/wiki/TestDisk) to recover...

@dmusican commented [on Mar 12](https://github.com/gitwatch/gitwatch/issues/113#issuecomment-1465231012): > I think a fine approach would be for gitwatch to enable a user to run an external command of their own choice to produce...

Where did you get / how have you built the `sshpass` binary?

@brendan-simon-indt commented [3 weeks ago](https://github.com/msys2/MSYS2-packages/issues/3579#issue-1590331040): > * Open up an msys terminal from the drop down menu. > * Issue sspass command. e.g. sshpass -puserpassword user@host ls @brendan-simon-indt, @pinyht: What...

I would try running `sshpass` under strace in both setups. Comparing the outputs might give some insight. Beware that they would be over 1000-2000 lines each.

@brendan-simon-indt commented [on Feb 18](https://github.com/msys2/MSYS2-packages/issues/3579#issue-1590331040): > * Install Windows Terminal app from the Windows Store > https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-au&gl=au&rtc=1 > * Open up an msys terminal from the drop down menu. I...

Thanks, it comes probably from here: https://www.msys2.org/docs/terminals/#windows-terminal ```JSON // This makes UCRT64 the default shell "defaultProfile": "{17da3cac-b318-431e-8a3e-7fcdefe6d114}", "profiles": { "list": [ // ... { "guid": "{17da3cac-b318-431e-8a3e-7fcdefe6d114}", "name": "UCRT64 / MSYS2",...

I can confirm that the issue is present in MSYS2. The tested WT profile: ``` { "commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -msys", "font": { "face": "Lucida Console", "size": 9.0 },...

I tested printing version of the SSH client while running under `sshpass`: ``` SSHPASS=. sshpass -e ssh -V ``` If I run this from MinTTY, version is shown: ``` saukrs@DESKTOP-O7JE7JE...

I tried stracing the `sshpass` in both cases, unifying (normalizing) some identifactors/addresses in the content, and then compared both. I noticed that: - set of env-vars are quite different -...