Cron in Moode - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Cron in Moode (/showthread.php?tid=6620) |
Cron in Moode - nosferatu_cat - 06-16-2024 I decided to make a temperature log to see if a Pi 4 running Moode 9.x needed a fan. I had trouble getting vcgencmd to write to a file using a cron job. I tried a variety of approaches that all worked from the command line. It turned out that cron was not running on my Pi. As soon as I restarted cron things worked. Is this a default in Moode or did I encounter an anomaly? RE: Cron in Moode - Tim Curtis - 06-16-2024 Yes, cron is disabled by default Code: pi@moode9:~ $ systemctl status cron RE: Cron in Moode - nosferatu_cat - 06-16-2024 FWIW, It looks like I don't need a fan. A couple of hours of playing music resulted in a CPU and GPU temp around 71C. This pi sits in a wooden craft box about the size of a large cigar box along with a Pi 5 and a Khadas Tone Board. I'm using the box to hide the cables on my bedside table. Also in the box is an RCA selector switch that goes between the output of the tone board and the output of the DAC dongle I use when watching video on my tablet. RE: Cron in Moode - nosferatu_cat - 06-16-2024 (06-16-2024, 09:20 PM)Tim Curtis Wrote: Yes, cron is disabled by default Thanks. Am I in danger of doing anything harmful by having it running? RE: Cron in Moode - Tim Curtis - 06-16-2024 (06-16-2024, 09:26 PM)nosferatu_cat Wrote:(06-16-2024, 09:20 PM)Tim Curtis Wrote: Yes, cron is disabled by default Not that I know of but I hope you have some air vents in the enclosure because 71C is pretty hot. RE: Cron in Moode - nosferatu_cat - 06-16-2024 (06-16-2024, 09:36 PM)Tim Curtis Wrote:Yes. There are a bunch of holes. One side has 4 round ones the diameter equal to slightly less than the height of the box and the back has a rectangular cut out between the hinges that accommodates the wires and has quite a bit of unoccupied space. I just checked and the Pi 5 in the box, which is idling and has the active cooler, is at 57 C. Do you think running at 71 could be a problem long term? I know the throttling temperature is 80. I could install a fan on the Pi 4 and set both to turn on the fan at a lower temp.(06-16-2024, 09:26 PM)nosferatu_cat Wrote:(06-16-2024, 09:20 PM)Tim Curtis Wrote: Yes, cron is disabled by default RE: Cron in Moode - Daksha - 06-17-2024 (06-16-2024, 09:25 PM)nosferatu_cat Wrote: FWIW, It looks like I don't need a fan. A couple of hours of playing music resulted in a CPU and GPU temp around 71C. This pi sits in a wooden craft box about the size of a large cigar box along with a Pi 5 and a Khadas Tone Board. I'm using the box to hide the cables on my bedside table. Also in the box is an RCA selector switch that goes between the output of the tone board and the output of the DAC dongle I use when watching video on my tablet. 71° is in the operating range of the RPI4, but it's quite hot and I don't know if in the longterm that will be good for your RPI. If the box is big enought I would consider a fan, attached to (and activated by) the hottest device. Consider that a RPI4 running MoOde in a passive cooling case like the one in the picture, barely reaches 45°. |