Send Linux-ha-cvs mailing list submissions to
        linux-ha-cvs@lists.linux-ha.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: ldirectord by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   2. Linux-HA CVS: debian by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   3. Linux-HA CVS: linux-ha by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   4. Linux-HA CVS: linux-ha by horms from 
      (linux-ha-cvs@lists.linux-ha.org)


----------------------------------------------------------------------

Message: 1
Date: Tue, 15 Aug 2006 02:56:19 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : ldirectord

Dir     : linux-ha/ldirectord


Modified Files:
      Tag: STABLE_1_2
        ldirectord.cf 


Log Message:
ldirectord: Add sample configuration for radius check

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord.cf,v
retrieving revision 1.19.2.13
retrieving revision 1.19.2.14
diff -u -3 -r1.19.2.13 -r1.19.2.14
--- ldirectord.cf       15 Aug 2006 08:48:57 -0000      1.19.2.13
+++ ldirectord.cf       15 Aug 2006 08:56:18 -0000      1.19.2.14
@@ -261,6 +261,25 @@
 #      checktype=ping
 #      checkcount=3
 
+# A sample virtual services that uses a Radius check on UDP.
+# Note that using checktype=connect and protocol=udp
+# will also effect ping checks
+#virtual=192.168.6.240:1812
+#      real=192.168.6.2::1812 gate
+#      real=192.168.6.3::1812 gate
+#      real=192.168.6.6::1812 gate
+#      fallback=127.0.0.1:1812 gate
+#      scheduler=rr
+#      #persistent=600
+#      #netmask=255.255.255.255
+#      protocol=udp
+#      checktype=negotiate
+#      service=radius
+#      password="readuser"
+#      passwd="genericpassword"
+#      secret="somesecret"
+#      checktimeout=1
+
 # A sample virtual services that uses a SIP check on UDP.
 # Note that using checktype=connect and protocol=udp
 # will also effect ping checks




------------------------------

Message: 2
Date: Tue, 15 Aug 2006 02:56:53 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian


Modified Files:
      Tag: STABLE_1_2
        control 


Log Message:
debian, ldirectord: Add dependancy libauthen-radius-perl

The new radius check needs libauthen-radius-perl

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/control,v
retrieving revision 1.17.2.32
retrieving revision 1.17.2.33
diff -u -3 -r1.17.2.32 -r1.17.2.33
--- control     5 Jul 2006 03:51:09 -0000       1.17.2.32
+++ control     15 Aug 2006 08:56:52 -0000      1.17.2.33
@@ -9,7 +9,7 @@
 Section: admin
 Priority: optional
 Architecture: all
-Depends: ${perl:Depends}, ipvsadm, libcrypt-ssleay-perl, libdbi-perl, 
libdigest-hmac-perl, libdigest-md5-perl, libmail-pop3client-perl, 
libmailtools-perl, libnet-dns-perl, libnet-imap-simple-perl, 
libnet-imap-simple-ssl-perl, libnet-ldap-perl, libnet-perl, libwww-perl
+Depends: ${perl:Depends}, ipvsadm, libauthen-radius-perl, 
libcrypt-ssleay-perl, libdbi-perl, libdigest-hmac-perl, libdigest-md5-perl, 
libmail-pop3client-perl, libmailtools-perl, libnet-dns-perl, 
libnet-imap-simple-perl, libnet-imap-simple-ssl-perl, libnet-ldap-perl, 
libnet-perl, libwww-perl
 Recommends: sysklogd|syslog-ng, logrotate
 Description: Monitors virtual services provided by LVS
   ldirectord is a stand-alone daemon to monitor services of real




------------------------------

Message: 3
Date: Tue, 15 Aug 2006 02:57:30 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
      Tag: STABLE_1_2
        heartbeat.spec.in 


Log Message:
ldirectord, rpm: Added missing comma in ldirectord's depends

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.80.2.34
retrieving revision 1.80.2.35
diff -u -3 -r1.80.2.34 -r1.80.2.35
--- heartbeat.spec.in   14 Aug 2006 04:27:22 -0000      1.80.2.34
+++ heartbeat.spec.in   15 Aug 2006 08:57:27 -0000      1.80.2.35
@@ -1,4 +1,4 @@
-#      $Id: heartbeat.spec.in,v 1.80.2.34 2006/08/14 04:27:22 alan Exp $
+#      $Id: heartbeat.spec.in,v 1.80.2.35 2006/08/15 08:57:27 horms Exp $
 
 # Workaround for a change in RPM 4.1.x; needs proper fixing soon!
 %define _unpackaged_files_terminate_build 1
@@ -20,7 +20,7 @@
 %package ldirectord
 Summary: Monitor daemon for maintaining high availability resources
 Group: Utilities
-Requires: perl, perl-libwww-perl perl-Crypt-SSLeay, ipvsadm, perl-HTML-Parser, 
perl-ldap, perl-MailTools, perl-Net-IMAP-Simple, perl-Net-IMAP-Simple-SSL, 
perl-POP3Client, perl-libnet, perl-Net-DNS
+Requires: perl, perl-libwww-perl, perl-Crypt-SSLeay, ipvsadm, 
perl-HTML-Parser, perl-ldap, perl-MailTools, perl-Net-IMAP-Simple, 
perl-Net-IMAP-Simple-SSL, perl-POP3Client, perl-libnet, perl-Net-DNS
 # perl-libwww-perl, perl-HTML-Parser, perl-ldap, perl-MailTools,
 # perl-Net-IMAP-Simple, perl-Net-IMAP-Simple-SSL, perl-POP3Client,
 # perl-libnet, perl-Net-DNS and ipvsadm 




------------------------------

Message: 4
Date: Tue, 15 Aug 2006 02:58:07 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
      Tag: STABLE_1_2
        heartbeat.spec.in 


Log Message:
ldirectord, rpm: Add rpm dependancy for radius check

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.80.2.35
retrieving revision 1.80.2.36
diff -u -3 -r1.80.2.35 -r1.80.2.36
--- heartbeat.spec.in   15 Aug 2006 08:57:27 -0000      1.80.2.35
+++ heartbeat.spec.in   15 Aug 2006 08:58:06 -0000      1.80.2.36
@@ -1,4 +1,4 @@
-#      $Id: heartbeat.spec.in,v 1.80.2.35 2006/08/15 08:57:27 horms Exp $
+#      $Id: heartbeat.spec.in,v 1.80.2.36 2006/08/15 08:58:06 horms Exp $
 
 # Workaround for a change in RPM 4.1.x; needs proper fixing soon!
 %define _unpackaged_files_terminate_build 1
@@ -20,10 +20,10 @@
 %package ldirectord
 Summary: Monitor daemon for maintaining high availability resources
 Group: Utilities
-Requires: perl, perl-libwww-perl, perl-Crypt-SSLeay, ipvsadm, 
perl-HTML-Parser, perl-ldap, perl-MailTools, perl-Net-IMAP-Simple, 
perl-Net-IMAP-Simple-SSL, perl-POP3Client, perl-libnet, perl-Net-DNS
-# perl-libwww-perl, perl-HTML-Parser, perl-ldap, perl-MailTools,
-# perl-Net-IMAP-Simple, perl-Net-IMAP-Simple-SSL, perl-POP3Client,
-# perl-libnet, perl-Net-DNS and ipvsadm 
+Requires: perl, perl-libwww-perl, perl-Authen-Radius, perl-Crypt-SSLeay, 
ipvsadm, perl-HTML-Parser, perl-ldap, perl-MailTools, perl-Net-IMAP-Simple, 
perl-Net-IMAP-Simple-SSL, perl-POP3Client, perl-libnet, perl-Net-DNS
+# perl-libwww-perl, perl-Authen-Radius, perl-HTML-Parser, perl-ldap,
+# perl-MailTools, perl-Net-IMAP-Simple, perl-Net-IMAP-Simple-SSL,
+# perl-POP3Client, perl-libnet, perl-Net-DNS and ipvsadm
 # available from www.ultramonkey.org and others
 
 %package stonith




------------------------------

_______________________________________________
Linux-ha-cvs mailing list
Linux-ha-cvs@lists.linux-ha.org
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 33, Issue 60
********************************************

Reply via email to