-
Notifications
You must be signed in to change notification settings - Fork 693
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
Pacu is Unable to Start #407
Comments
Hello! I've experience this error as well. The solution is to reinstall pacu completely. If you installed pacu via pip, the following commands should fix your issue:
|
Running pip uninstall pacu produces the following: |
Did you try a fresh clone and |
I confirmed Pacu was definitely installed. Launching Pacu from commandline
produces Pacu splash screen and end-user prompt to begin new session or
continue with old. Both options, new and old, result with Pacu complaining.
I tore down the VM and will be rebuilding a new one, soon. I will post an
update next chance I get. Thanks.
…On Mon, Mar 11, 2024, 10:41 Dave Yesland ***@***.***> wrote:
Did you try a fresh clone and poetry install of Pacu? Or pip install pacu
after confirming there are no old versions installed?
—
Reply to this email directly, view it on GitHub
<#407 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5OTBL2TAXTTNWT2YW5Y5TYXXND3AVCNFSM6AAAAABEDGKTU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBYG42DONRRGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok just ensure you are running the latest version of Pacu and let me know if it still fails. The error you described in the first post should not occur as that code was completely removed in version 1.5.0 https://github.com/RhinoSecurityLabs/pacu/releases/tag/v1.5.0 |
One of the first actions taken upon new VM launch will be apt update &&
upgrade. Does this action ensure Pacu repo is upgraded to the latest and
greatest version?
…On Mon, Mar 11, 2024, 11:12 Dave Yesland ***@***.***> wrote:
Ok just ensure you are running the latest version of Pacu. The error you
described in the first post should not occur as that functionality was
completely removed in version 1.5.0
https://github.com/RhinoSecurityLabs/pacu/releases/tag/v1.5.0
#383 <#383>
—
Reply to this email directly, view it on GitHub
<#407 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5OTBMNQXJQG5SFA7WR5KLYXXQYJAVCNFSM6AAAAABEDGKTU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBYHAYTMOBVGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Either install option should install the latest version of Pacu: |
Steps to Error:
Navigate to Pacu directory
Execute sudo python3 cli.py
First Run:
Pacu splashscreen did not appear on first run. First Run ends after answering the What would you like to name this new session?
Second Run:
Pacu splash screen appears, [0] & [1] options in Menu. I selected option [1] and got the following error.
Error Starts Here:
[2024-03-02 16:01:15] Pacu encountered an error while running the previous command. Check /root/.local/share/pacu/BlahLab/global_error_log.txt for technical details. [LOG LEVEL: MINIMAL]
Pacu is unable to start. Try backing up Pacu's sqlite.db file and deleting the old version. If the error persists, try reinstalling Pacu in a new directory.
Third Run:
Pacu splash screen appears, [0] & [1] options in Menu. I selected option [0] and got the same error mentioned in Second Run.
The text was updated successfully, but these errors were encountered: