Skip to content

Nonfunctional aliases "all", ID, and PID #16

@KTheMan

Description

@KTheMan

When attempting to run:

  • Using all: pmdaemon stop all or similar, I get Error: ProcessNotFound { identifier: "all" }
    • Confirmed the same behavior with start, restart, and stop, but alias does work under delete
  • Using <ID>: pmdaemon stop <ID> or similar, I get Error: ProcessNotFound { identifier: "ae57a930" }
    • Confirmed the same behavior with start, restart, stop, and delete.
  • Using <PID>: pmdaemon stop <PID> or similar, I get Error: ProcessNotFound { identifier: "" }
    • Confirmed the same behavior with start, restart, stop, and delete.

Environment

  • OS: Microsoft Windows 11 Pro (64-bit), version 10.0.22621, build 22621
  • CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz (8 cores / 8 threads)
  • RAM: 63.84 GiB
  • GPU: NVIDIA Quadro P620 (Driver 32.0.15.8180); Intel(R) UHD Graphics 630 (Driver 31.0.101.2115)

rustup show

Default host: x86_64-pc-windows-msvc
rustup home:  <USERPROFILE>\.rustup

installed toolchains
--------------------
stable-x86_64-pc-windows-gnu
stable-x86_64-pc-windows-msvc (active, default)

active toolchain
----------------
name: stable-x86_64-pc-windows-msvc
active because: it's the default toolchain
installed targets:
  wasm32-unknown-unknown
  x86_64-pc-windows-gnu
  x86_64-pc-windows-msvc

rustc -Vv

rustc 1.91.1 (ed61e7d7e 2025-11-07)
binary: rustc
commit-hash: ed61e7d7e242494fb7057f2657300d9e77bb4fcb
commit-date: 2025-11-07
host: x86_64-pc-windows-msvc
release: 1.91.1
LLVM version: 21.1.2

cargo -Vv

cargo 1.91.1 (ea2d97820 2025-10-10)
release: 1.91.1
commit-hash: ea2d97820c16195b0ca3fadb4319fe512c199a43
commit-date: 2025-10-10
host: x86_64-pc-windows-msvc
libgit2: 1.9.1 (sys:0.20.2 vendored)
libcurl: 8.15.0-DEV (sys:0.4.83+curl-8.15.0 vendored ssl:Schannel)
os: Windows 10.0.22621 (Windows 11 Professional) [64-bit]

where pmdaemon

<USERPROFILE>\.cargo\bin\pmdaemon.exe

Get-Command pmdaemon -All


HelpUri            : 
FileVersionInfo    : File:             <USERPROFILE>\.cargo\bin\pmdaemon.exe
                     InternalName:     
                     OriginalFilename: 
                     FileVersion:      
                     FileDescription:  
                     Product:          
                     ProductVersion:   
                     Debug:            False
                     Patched:          False
                     PreRelease:       False
                     PrivateBuild:     False
                     SpecialBuild:     False
                     Language:         
                     
Path               : <USERPROFILE>\.cargo\bin\pmdaemon.exe
Extension          : .exe
Definition         : <USERPROFILE>\.cargo\bin\pmdaemon.exe
Source             : <USERPROFILE>\.cargo\bin\pmdaemon.exe
Version            : 0.0.0.0
Visibility         : Public
OutputType         : {System.String}
Name               : pmdaemon.exe
CommandType        : Application
ModuleName         : 
Module             : 
RemotingCapability : PowerShell
Parameters         : 
ParameterSets      :

pmdaemon --version

pmdaemon 0.1.4

pmdaemon.exe SHA256: 070F1DD50AB38C458FBECCB5460D1B1C53A51A6B8A04CFCFFCB8A20E9E4028CA
pmdaemon.exe version: FileVersion=; ProductVersion=

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions