We have by far the largest RPM repository with NGINX module packages and VMODs for Varnish. If you want to install NGINX, Varnish, and lots of useful performance/security software with smooth
Active subscription is required.
yum upgrades for production use, this is the repository for you.
Active subscription is required.
Operating System and Software
- Rocky Linux 8
- netconsole-service
Problem
- How to configure
netconsoleunder Rocky Linux 8 ?
How to Fix
-
netconsoleis configured via the file/etc/sysconfig/netconsole, which is part of thenetconsole-servicepackage. -
This package needs to be installed which provides the
netconsoleservice.
# yum install netconsole-service
- Once package is installed set the variable
SYSLOGADDRto the IP address of thesyslogdserver In the/etc/sysconfig/netconsolefile
SYSLOGADDR=192.168.0.1
- Restart the
netconsole.servicefor the changes to take effect
# systemctl restart netconsole.service
- Enable
netconsole.serviceto run after rebooting the system
# systemctl enable netconsole.service
- The
netconsolemessages from the client logged in the/var/log/messagesfile (default) or in the file specified inrsyslog.conf.
