Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logrunner support #8

Open
grugq opened this issue Nov 9, 2013 · 3 comments
Open

logrunner support #8

grugq opened this issue Nov 9, 2013 · 3 comments
Assignees

Comments

@grugq
Copy link
Owner

grugq commented Nov 9, 2013

https://github.com/jacook/logrunner

add support for logrunner, replace the logrotate stuff which is likely to kill an SD... also, storing logs in a RAM disk is definitely better security.

@ghost ghost assigned grugq Nov 9, 2013
@grugq
Copy link
Owner Author

grugq commented Nov 22, 2013

looks like this requires:

  • python
    wget https://github.com/jacook/logrunner/archive/master.zip
    unzip somewhere... probably going ot need to make a PKGBUILD file for this damn thing. Submit it upstream.

@grugq
Copy link
Owner Author

grugq commented Nov 28, 2013

On review of the options, it appears that logrunner is not necessarily useful for this project. We don't actually need to store any logs ever. So I am goign to go with setting the /var/log directory as a ramdisk.

@securedmh
Copy link

  1. Edit /etc/fstab and add
    tmpfs /var/log tmpfs nodev,nosuid,size=16M 0 0
  2. rm -R /var/log
  3. reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants