oguzhaninan / Stacer

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web
GNU General Public License v3.0
8.82k stars 600 forks source link

Failed to execute child process "stacer" no such files or direcotry. #517

Open thecowmilk opened 1 year ago

thecowmilk commented 1 year ago

I use Stacer on my Kali machine but suddenly stacer fails to execute and I got this above error message. What's the cause?

alexmyczko commented 1 year ago

$PATH or the binary broke? what does which stacer say?

thecowmilk commented 1 year ago

I haven't figured the path yet but what I know is that when stacer gets updated to the latest version in Kali, it breaks but the version from github is okay. What I have done is holding the current version of Stacer.

thecowmilk commented 1 year ago

Update:

which stacer                                                                    
stacer not found
sudo dpkg -l | grep stacer
ii  stacer                                 1.1.0+ds-2                           amd64        Linux system optimizer and monitoring
alexmyczko commented 1 year ago

sudo not needed. and what does dpkg -L stacer say? ls -la /usr/bin/stacer?

thecowmilk commented 1 year ago

With dpkg I wanted to say the version of stacer after the upgrade. I thought it might be smth. And here the command you said:

ls -la /usr/bin/stacer
ls: cannot access '/usr/bin/stacer': No such file or directory
alexmyczko commented 1 year ago

so something is removing it somehow

thecowmilk commented 1 year ago

There's smth wrong with Stacer's package in the Kali Linux repo. Could you try to submit it again so it will fix the issue?