I faced an issue with crontab in alpine under my non-root account.
bash-4.3$ crontab -e
crontab: must be suid to work properly
Here is the output of id command:
bash-4.3$ id
uid=41532(fred) gid=41532(fred) groups=41532(fred),41532(fred)
Btw everything works for root account.
The solution is:
apk add --update busybox-suid
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With