Viktor Jaep
Part of the Furniture
So to be clear... the script isn't functioning for you at all? You are just seeing this "retrying" screen right now?I didn't do a manual reset, the script itself does this and shows the following message
View attachment 42751
The only way you would see this screen is if a $LOCKFILE (="/jffs/scripts/VPNMON-R2-Lock.txt") is present on your system in this location. It works fine on my end, but perhaps it doesn't like the long filename thing on your end? I guess I can shorten it to 8chars on the next go-around to see if that makes a difference?
Code:
while [ -f "$LOCKFILE" ]; do
# clear screen
clear
SPIN=15
logo
echo -e "${CGreen} ---------> NOTICE: VPN RESET CURRENTLY IN-PROGRESS <---------"
echo ""
echo -e "${CGreen} VPNMON-R2 is currently performing an external scheduled reset"
echo -e "${CGreen} of the VPN through the means of the '-reset' commandline"
echo -e "${CGreen} option or scheduled CRON job."
echo ""
echo -e "${CGreen} Retrying to resume normal operations every $SPIN seconds...${CClear}\n"
Screenshot of my console when using a commandline -reset, the lockfile is written, and flips over to the same screen you're seeing.
And once VPN reset is completed, the lockfile is deleted, the interface changes back to monitoring mode:
So you're saying you don't experience the same behavior?
Last edited: