Realized today, after Erica corrupted a config file, that the Trials directory was not being backup up (from kfserver01). I changed the backup to just grab all of /home/lim.
Archives
Meta
Realized today, after Erica corrupted a config file, that the Trials directory was not being backup up (from kfserver01). I changed the backup to just grab all of /home/lim.
Configured liminf01 as secondary/failover server with liminf03. It appears that while both are up they round-robin/load balance between them. Tested liminf03 going down. On Windows, must do a /release before a /renew is successful on the failover server. I don’t anticipate that being a problem.
After what seemed like days of messing with permissions, SELinux was the problem. To solve the dreaded Could not stat() command file ‘/usr/local/nagios/var/rw/nagios.cmd’!” error, when trying to reschedule a test or acknowledge an alert, a simple
setenforce 0
was the solution. Though, permissions do also have to be correct.
chown nagios.nagcmd /usr/local/nagios/var/rw chmod g+rwx /usr/local/nagios/var/rw chmod g+s /usr/local/nagios/var/rw
LIMINFO03 and KFSERVER01 still fail to auto start after power outage. Additionally KF failed to start when KFSERVER01 was restarted.
Fixed typo in KF start script and fixed typo in lim’s crontab:
ShareA: Running occasional error 23 “Result too large (34)”
ShareB: Running
ShareC: Running occasional error 23 “Result too large (34)”
QBServer: Running 62% disk space available
Company: Running
kforum: Running
Kforumhost: Running
Kfserver01: Running
Configured post fix on kforumhost to relay though the admin Gmail account.
Noticed logwatch mails from ShareC going only to admin@learninginmotion.net.Checked aliases files and that looks right. Ran newaliases, just in case I forgot before.
Using a script to count login activities in a KF log file. I wanted to effectively go through all the *.log?? files, ignoring zipped files. Finally settled on:
my $logpath="/var/log/kforum"; chdir($logpath) or die "$!"; @files = glob "*.log *.log.[0-9] *.log.[0-9][0-9]";
Helped Erica fumble through processing a CC order. Her instructions have old login info. Authorize.net, auto-settled to purchase, which made instructions difficult for Erica to follow. Part of the instructions include filling out an old-style CC slip. Not sure if we have any, or what do. Suggested that she talk to Christophe.