[gentoo-user] Running old RHEL as a VM on Ryzen

2021-04-13 Thread Adam Carter
I tried running an old version of RHEL with an old 3.x kernel in
VirtualBox, however, it won't run due to my hosts Ryzen CPU so I guess I
need something that does CPU emulation.

Is this likely to be achievable with qemu ?


Re: [gentoo-user] syslog-ng misbehaving

2021-04-13 Thread Dan Egli
Yea, that was it. I can't believe I missed that. Boy do I feel dumb now. 
Thanks!


On 4/8/2021 11:11 PM, Stefan Schmiedl wrote:

"Dan Egli" , 08.04.2021, 20:15:


I'm afraid that didn't work either.  I did as you said, and changed the syslog 
filter line to read: filter syslog { not filter(sshd) and not filter (samba); 
}; which would match the previous lines (see URL below). I still see sshd 
messages in /var/log/messages when I ssh into the machine. I'm totally lost. 
I've posted relevant files for everyone to see. All are updated in real time 
becuase they are either symlinks to the actual files, or are the target of a 
redirection directly:
https://www.newideatest.site/syslog-conf = /etc/syslog-ng/syslog-ng.conf

Is the filter definition correct?

filter sshd { program("ssdhd"); };
  ^ ???

s.


https://www.newideatest.site/syslog-out = output of syslog-ng -Fdav
https://www.newideatest.site/system_log = /var/log/messages



Any further ideas are most welcome.