nAnderYang

Results 15 comments of nAnderYang

@iSazonov os: CentOS Linux release 7.7.1908 (Core)

@iSazonov update to github powershell-preview-7.0.0_rc.2-1.rhel.7.x86_64.rpm ,no command of pwsh ``` [root@test tmp]# rpm -qa|grep powershell powershell-preview-7.0.0_rc.2-1.rhel.7.x86_64 [root@test tmp]# rpm -qa|grep powershell -bash: pwsh: command not found [root@test tmp]# which pwsh...

i found command in /opt/microsoft/powershell/7-preview/pwsh . change and running the script,that temp files are still being created.

i used the scheduled task service, part of which is to control the working baseline of the windows virtual machine under the host through the pwsh script on the host....

@SeeminglyScience I have currently disabled this feature. However I created a test environment. This problem was reproduced. Version powershell-6.2.3-1.rhel.7.x86_64 the situation is the same ``` [root@test tmp]# rpm -qa|grep powershell...

@KUTlime the bug was not fixed in v7.0.0 release.

i don't know if anyone is following this bug. I will not close the isuse without being fixed.

@iSazonov @JoeSalmeri I simple test release version 7.1.0 in centos7.8 2003,the bug has be fixed. But use pwsh in command interface you have found temp files in /tmp. Normal exit...

normal test ``` [root@test tmp]# pwd /tmp [root@test tmp]# ls -la total 4 drwxrwxrwt. 2 root root 6 Dec 31 16:22 . dr-xr-xr-x. 21 root root 4096 Dec 31 09:59...

``` # printf "AUTH MyPASSW@0d\r\nSET TS:KEY1 1\r\nSET TS:KEY2 2\r\nSET TS:KEY3 3\r\nGET TS:KEY1\r\nGET TS:KEY2\r\nGET TS:KEY3\r\nDEL TS:KEY1\r\nDEL TS:KEY2\r\nDEL TS:KEY3\r\n"|nc 172.16.1.144 6379 +OK +OK +OK +OK $1 1 $1 2 $1 3 :1...