search for: precognet

Displaying 5 results from an estimated 5 matches for "precognet".

2008 Oct 15
16
Xen backups using LVM Snapshots
Hi all, I am running Xen 3.2-1 / 2.6.18 on Debian Etch (Dom0). I setup a Dom0 with several DomUs (Linux). Each DomU disk is a LV partition. I have been seeing a few mails about backups and LVM and just wanted to make sure that what I am doing is correct. Each DomU with a database has a cron that dumps the db with mysqldump. Later on, Dom0 will do an LVM Snapshot of all DomUs and then do a
2006 Nov 30
14
My macro is flawed?
Hi all, I have a VPN setup but it only works once in a while. It seems my firewall (shorewall 3.0.8) is blocking protocol 47. Here is what I have: eth0: internet eth2: dmz - my pptp server My entry In the rules file: pptp/ACCEPT fw dmz:192.168.253.2 My pptp macro ############################################################################### #ACTION SOURCE
2006 Nov 15
1
time problem in logs
Hi all, I've been trying to figure out what's wrong with my dates but I just can't figure out where the problem lies. Both source and destination box are set at the right time via ntp. I tried to split the logs so I could have a "per module log" with syslog-ng but I'm not quite there yet. Still, this is what I get when an rsync is run... The time starts right
2006 Nov 17
1
mail rsync logs
Hi all, I have a rsync daemon and I'd like my users to get a mail with the content of the log so they can see what was backed up or if something failed. I separated the logs per user via the syslog and I use "post-xfer exec" to execute a script that will search for the last PIDs for rsync like so: id1=`ps -ef | grep "rsync --daemon" | tail -n 1 | awk '{print
2006 Nov 07
2
ssh catch 22
Hi all, I'm stuck with a little dilemma and I thought someone could give me a little advice. Is there a way to use rsync with an ssh certificate? what I have: ---------------- First of all I am forced to use the root account with ssh which I know is a big no, no, but sometimes it can't be helped. Second, I need to use a certificate without a password as root which is even worst than