Skip to content

Instantly share code, notes, and snippets.

### /var/log/secure
Mar 22 07:05:54 orangeHRM polkitd[11365]: Registered Authentication Agent for unix-process:22060:49762310 (system bus name :1.418 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Mar 22 07:05:55 orangeHRM polkitd[11365]: Unregistered Authentication Agent for unix-process:22060:49762310 (system bus name :1.418, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
### var/log/messages
Mar 22 07:05:54 orangeHRM sshd[22016]: Received signal 15; terminating.
Mar 22 07:05:55 orangeHRM systemd: Starting OpenSSH server daemon...
# Ansible managed
# This is the ssh client system-wide configuration file.
# See sshd_config(5) for more information on any settings used. Comments will be added only to clarify why a configuration was chosen.
# Basic configuration
# ===================
# Either disable or only allowssh root login via certificates.
PermitRootLogin no
class LogFile(object):
def __init__(self):
# New time stamp needed so log file will be unique
self.t_stamp = int(time.time())
# hardcoded shizzle that won't expect to ever change
self.log_directory = "/var/log/httpd/"
# Type of log file passed from web GUI
self.lookup_value = str(sys.argv[1])
# Storage directory for the logs
self.output_directory = "/var/www/htdocs/selfservice/storage/"
Tue Feb 24 00:00:02 2015 [11272386][-none-][FATAL] IBMDB2Manager: Persistent connection specified, but failed. Error: 42968: [IBM][CLI Driver] SQL8001N An attempt to connect to the database failed due to a product license problem. SQLSTATE=42968 SQLCODE=-8001
Tue Feb 24 00:00:02 2015 [12517544][-none-][FATAL] IBMDB2Manager: Persistent connection specified, but failed. Error: 42968: [IBM][CLI Driver] SQL8001N An attempt to connect to the database failed due to a product license problem. SQLSTATE=42968 SQLCODE=-8001
Tue Feb 24 00:00:02 2015 [11272386][-none-][FATAL] IBMDB2Manager: Could not connect to Database with non-persistent connection. Error 42968: [IBM][CLI Driver] SQL8001N An attempt to connect to the database failed due to a product license problem. SQLSTATE=42968 SQLCODE=-8001
Tue Feb 24 00:00:02 2015 [11272386][-none-][FATAL] Could Not Connect:: Database Is Not Connected
Tue Feb 24 00:00:02 2015 [11272386][-none-][FATAL] Stack trace for DB_ERROR:
#0 custom/include/database/CustomIBMDB2Manager.