bacula was working fine backing up my win 7 workstation then yesterday the damon was stopped and restarting it fails. I looked into the logs and noticed that it couldn’t start because the one backup job was missing, I put the backup job back in and bacula started up.
Archive for December, 2011
linux count files in directory
Posted in Uncategorized on December 20, 2011 by admin adminthis will could how many files in a particular directory
ls -l | wc -l
this command will include all files including sub-directories but not the files in the sub-directories
exchange transport was stalled
Posted in Uncategorized on December 20, 2011 by admin adminafter doing a restart on the exchange server i still had connectivity issues. i stopped the transport service once again and restarted it and mail was flowing. i believe this issue was caused by a microsoft update but i have to research further.
cisco site to site vpn not allowing traffic to corp
Posted in Uncategorized on December 20, 2011 by admin admini spent a couple hours trying to get the site to site back up and found out that on of the ports on the 871 was flapping that had a vonage device plugged into it. unplugged the vonage and vpn came up.
xenapp6 on 2008r2
Posted in Uncategorized on December 20, 2011 by admin admintoday i setup a new test xen app on server 2008r2. one funky thing was that i installed .net framework 1.1 to do some other testing and found out that xenapp tried to use the 1.1 framework for displaying published apps.
what i needed to do was to go into the application handlers and force xenapp to use .net 2 instead of 1.1 this got the published apps to display properly.