I am running a freenas jail environment that run a few eggdrop scripts. One of the scripts at some point executes the command (in tcl):
set nfoc [exec curl -m 10 -s -f -k -3 --connect-timeout 3 -L "$url" -o "/tmp/$filename"]
So it downloads a file. All was working well when I set this up, however after a reboot of the jail (not even that main server, just the jail).
I get the folowing error:
Tcl error [::bc::onEncryptedText]: couldn't execute "curl": no such file or directory
I made sure the directory of the eggdrop was all chmodded to 0777, and all paths are correct.
problem only shows up after the reboot of the jail, anyone have any idea what the problem could be?
any help would be greatly appreciated.