Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3869

Advanced users • Re: Argon One Replacement Daemon

$
0
0
Hi, I am using the script with OpenWrt 23.04.5 and a Raspberry Pi 4B, it is working fine, I have couple of questions:

1.- During the install process I have selected in git different branches to see if I get the newer versions, I have tried:

git checkout 0.3.x ----> Got argonone-cli --version = 0.3.1
git checkout 0.4.x ----> Got argonone-cli --version = 0.3.2
git checkout 0.5.x ----> Got argonone-cli --version = 0.3.2

Is version 0.3.2 the latest available for OpenWrt?

2.- When I run argonone-cli --decode

The last line has Daemon Critical Errors : 1, if I check logread, I get:

Instance argononed::instance1 s in a crash loop 6 crashes, 0 seconds since last crash

Is there a way to fix the error?

3.- What is the process to remove/uninstall the script?

Thank you very much, great script, very useful.

Thank you for trying it out,

argonone-cli is only the cli tool so the version number is only for that tool not the actual daemon.

You need to post me the /var/log/argononed.log it will show where the problem is. OpenWRT is experimental and it has some quirks to get it working. You can read here https://darkelvenangel.gitlab.io/argono ... t/openwrt/ My guess is that some things have changed in the 3 years since the installer was written and the last time anyone reported OpenWRT working or not.

Uninstalling on openWRT isn't straight forward but if you want to remove or at least disable try

Code:

/etc/init.d/argononed disable
Then you can delete everything, don't forget to remove the argonone line from the /boot/config.txt

Code:

rm /usr/sbin/argononedrm /usr/bin/argonone-clirm /usr/sbin/argonone-shutdownrm /etc/init.d/argononedrm /boot/overlays/argonone.dtbo

Statistics: Posted by DarkElvenAngel — Thu Aug 29, 2024 1:25 am



Viewing all articles
Browse latest Browse all 3869

Trending Articles