You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the script /home/pinodexmr/weekly-log-clean.sh , scheduled to run every Sunday at 12pm with cron produces a lot of these error messages:
rm: cannot remove '/home/pinodexmr/p2pool/build/p2pool.log': No such file or directory
rm: cannot remove '/home/pinodexmr/*dialog*': No such file or directory
Occasionally I also get this message: rm: cannot remove '/home/pinodexmr/.bitmonero/*bitmonero.log*': No such file or directory
I have setup a mail server on my pi4 and it has sent 60 emails (1 email every minute from 12h to 13h) with this message to [email protected] ^^'
One solution could be to run this script via cron once a week, instead of 60 times a week: 0 12 * * 7 /home/pinodexmr/weekly-log-clean.sh
instead of * 12 * * 7 /home/pinodexmr/weekly-log-clean.sh
Another solution could be to check if theses files exist before attempting to remove them?
I hope this helps, thank you for this amazing project and developing the monero ecosystem!
The text was updated successfully, but these errors were encountered:
I have noticed that the script /home/pinodexmr/weekly-log-clean.sh , scheduled to run every Sunday at 12pm with cron produces a lot of these error messages:
Occasionally I also get this message:
rm: cannot remove '/home/pinodexmr/.bitmonero/*bitmonero.log*': No such file or directory
I have setup a mail server on my pi4 and it has sent 60 emails (1 email every minute from 12h to 13h) with this message to [email protected] ^^'
One solution could be to run this script via cron once a week, instead of 60 times a week:
0 12 * * 7 /home/pinodexmr/weekly-log-clean.sh
instead of
* 12 * * 7 /home/pinodexmr/weekly-log-clean.sh
Another solution could be to check if theses files exist before attempting to remove them?
I hope this helps, thank you for this amazing project and developing the monero ecosystem!
The text was updated successfully, but these errors were encountered: