NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
mapakdori
Feb 25, 2020Aspirant
How can I install syslog server in ReadyNas?
My server is RedayNas RR2304
I'd like to install syslog sevrer(rsyslog) on RR2304.
I can't find about it on ReadyNas administrator page.
Please let me know how to install rsyslog on RR2304.
Thank you.
3 Replies
- SandsharkSensei - Experienced User
Via SSH, this should do it: apt update && apt install rsyslog
BUT, if it's collecting a lot of information, you may need to move it to the /apps directory (which resides on the data volume) instead of on the size-limited OS partition to keep from filling up the OS partition. That's done by creating a directory in apps, moving the content of the program directory into that new one, and replacing the original directory with a link to the new one. Alternately or additionally, you could also change the location of the logs to somewhere on the data volume, if that's configurable. Putting the logs somewhere you can access them without logging in as admin may also make sense.
- mapakdoriAspirant
Thank you for your reply.
Isn't it any problem on NAS after install rsyslog?
Also, Is it working fine?
I'm really curious about it. because It must be safe.
- SandsharkSensei - Experienced User
I'm not actually running it, but I looked at the list of dependancies and didn't see anything that looked like an issue. As I said, the main risk is that you collect too much with it and it goes to the default /var/logs, which is on the OS partition. The ReadyNAS OS partition is quite small, and filling it up, or even approaching full, can have bad consequences. App versions developed expressly for the ReadyNAS should take care of that, but standard Debian packages typically will not.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!