Search found 3 matches
- 20 Nov 2024, 18:35
- Forum: General Discussion (csf)
- Topic: Need some help with a log regex
- Replies: 2
- Views: 8091
Re: Need some help with a log regex
I think we got it solved. Basically, since those messages are being generated from Cron jobs, my goal was to filter them out of the (secure) log file, without removing them from the log itself. Here's the regex we came up with, which seems to be working: ^(\S+|\S+\s+\d+\s+\S+) [^\s\.]+ systemd\[[[:d...
- 11 Nov 2024, 23:58
- Forum: General Discussion (csf)
- Topic: Need some help with a log regex
- Replies: 2
- Views: 8091
Need some help with a log regex
Can someone provide a regex that handles this line in /var/log/secure? I tried a couple of things, and don't seem to get it, even trying to copy and adapt one that's already there. Here's the line: Nov 11 13:00:01 boston systemd[2322963]: pam_unix(systemd-user:session): session opened for user root(...
- 12 Oct 2024, 16:39
- Forum: General Discussion (cxs)
- Topic: RSForms mod_rsform and mod_rsform_list version incorrect
- Replies: 0
- Views: 33869
RSForms mod_rsform and mod_rsform_list version incorrect
I'm getting a version check that's telling me the versions of the RSForms mod_rsform and mod_rsform_list are old. It seems to be looking for version at least 3.3.3, but the current version of the module is 3.1.0, according to the RS Joomla site: RSForm! Pro Module 3.1.0 With this module you can publ...