Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^7: DateTime throwing an error

by afoken (Chancellor)
on Apr 16, 2021 at 14:03 UTC ( [id://11131377]=note: print w/replies, xml ) Need Help??


in reply to Re^6: DateTime throwing an error
in thread DateTime throwing an error

this past January, it's been running since then. [...] But I agree about your suggestion in replacing the SD card with something more robust.

Consider making some changes: Log only to RAM (i.e. mount a tmpfs for /var/log and some other places), keep the SD-Card mounted read-only, or - if you have the memory - put everything you need into an initramfs and don't mount the SD-Card at all. If you want to keep the logs, copy them once per day or at shutdown to the SD-Card. Logging to another system (e.g. using rsyslog) could also be an option. Also, just using the noatime or relatime mount options (see Re^4: Analyzing Files Within a Directory) could help a little bit.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11131377]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found