Re: [rancid] Rancid - Changing Config Backup Directory

2019-04-12 Thread Charles T. Brooks
Use git.  You won't regret it.  The command syntax will seem abstruse at first, 
because it is, but that's par for the course for version control software.  
They all have profoundly stupid and clumsy command interfaces.

Git can automatically propagate (i.e. backup) to any number of other systems.  
Google  "git hooks" and you should be able to figure out something suited to 
your particular situation.

--Charlie



From: Rancid-discuss [rancid-discuss-boun...@shrubbery.net] on behalf of Thad 
Davis [tda...@rakuten.overdrive.com]
Sent: Thursday, April 11, 2019 10:14 AM
To: rancid-discuss@shrubbery.net
Subject: [rancid] Rancid - Changing Config Backup Directory

Hello,

My company is running Rancid on Ubuntu 16.04. Currently, our server running 
Rancid is not backed up. If we lose this server, we lose our saved configs. Is 
there a way to change the default save location for config backups to a UNC 
network path to a windows server? If this is possible, can you tell me which 
file to edit with the new save location?

Thad Davis, Systems Administrator I
Information Technology
Phone: +1 216-573-6886 x 1562
Fax: +1 216-573-6888
tda...@rakuten.overdrive.com

Rakuten OverDrive  The Leading Digital Reading Platform for Libraries & Schools
World Headquarters | One OverDrive Way | Cleveland, Ohio 44125  USA
www.overdrive.comProud to be a Certified B 
Corp

Confidentiality Notice:  This email and any attachments are OverDrive 
Confidential for the sole use of the intended recipient.  Any review, copying, 
or distribution of this email and attachments by others is strictly prohibited. 
If you are not the intended recipient, please contact the sender immediately 
and permanently delete any copies of this email.

--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---
___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


Re: [rancid] error after migrating to new server

2018-10-16 Thread Charles T. Brooks
The "file" command says it's an executable image, not a script.

[charlie@gitdrome ~]# file /usr/libexec/rancid/par

/usr/libexec/rancid/par: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.6.32, 
BuildID[sha1]=968bbb9325486639b0fd1294bebcfef7c67317ed, stripped

If you've found the correct par (and not one of the other programs of the same 
name) then like Nick said you need to make sure it's in the PATH of the user 
executing rancid-run.

--Charlie


From: Andrew Meyer [andrewm...@yahoo.com]
Sent: Tuesday, October 16, 2018 11:06 AM
To: Charles T. Brooks
Cc: rancid-discuss@shrubbery.net
Subject: Re: [rancid] error after migrating to new server

Is this a perl/python or something else command?  I think I found the package 
in Amazon Linux.


On Tuesday, October 16, 2018 9:44 AM, Charles T. Brooks 
 wrote:


Short answer, yes.  But "par" is troublesome.

RANCiD needs a program by that name for "parallel command processing", but the 
name conflicts with other software packages, particularly on Ubuntu linux as I 
recall.  I don't know if it conflicts with Amazon's linux.

I renamed it to rancid_par back when I built the Red Hat packages of RANCiD 
3.4.1, but I haven't done so in more recent packages because I don't need any 
of the other programs named "par" on any of my Red Hat boxen.

--Charlie



From: Rancid-discuss 
[rancid-discuss-boun...@shrubbery.net<mailto:rancid-discuss-boun...@shrubbery.net>]
 on behalf of Andrew Meyer [andrewm...@yahoo.com<mailto:andrewm...@yahoo.com>]

Sent: Tuesday, October 16, 2018 10:14 AM

To: rancid-discuss@shrubbery.net<mailto:rancid-discuss@shrubbery.net>

Subject: [rancid] error after migrating to new server







Recently we have migrated from our in house setup to AWS.  Rancid is installed 
on Amazon Linux 2, but i'm seeing this issue in the logs:



cat NetworkDevices.20181016.140101
starting: Tue Oct 16 14:01:01 UTC 2018






Trying to get all of the configs.
/usr/bin/control_rancid: line 503: par: command not found
=
Getting missed routers: round 1.
/usr/bin/control_rancid: line 533: par: command not found
=
Getting missed routers: round 2.
/usr/bin/control_rancid: line 533: par: command not found
=
Getting missed routers: round 3.
/usr/bin/control_rancid: line 533: par: command not found
=
Getting missed routers: round 4.
/usr/bin/control_rancid: line 533: par: command not found


On branch master
Your branch is up-to-date with 'origin/master'.


nothing to commit, working tree clean
Everything up-to-date


ending: Tue Oct 16 14:01:01 UTC 2018



Is this a command that didn't get installed?







--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.

--  CONFIDENTIALITY NOTICE  ---



--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---
___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


Re: [rancid] error after migrating to new server

2018-10-16 Thread Charles T. Brooks
Short answer, yes.  But "par" is troublesome.

RANCiD needs a program by that name for "parallel command processing", but the 
name conflicts with other software packages, particularly on Ubuntu linux as I 
recall.  I don't know if it conflicts with Amazon's linux.

I renamed it to rancid_par back when I built the Red Hat packages of RANCiD 
3.4.1, but I haven't done so in more recent packages because I don't need any 
of the other programs named "par" on any of my Red Hat boxen.

--Charlie



From: Rancid-discuss [rancid-discuss-boun...@shrubbery.net] on behalf of Andrew 
Meyer [andrewm...@yahoo.com]

Sent: Tuesday, October 16, 2018 10:14 AM

To: rancid-discuss@shrubbery.net

Subject: [rancid] error after migrating to new server







Recently we have migrated from our in house setup to AWS.  Rancid is installed 
on Amazon Linux 2, but i'm seeing this issue in the logs:



cat NetworkDevices.20181016.140101
starting: Tue Oct 16 14:01:01 UTC 2018






Trying to get all of the configs.
/usr/bin/control_rancid: line 503: par: command not found
=
Getting missed routers: round 1.
/usr/bin/control_rancid: line 533: par: command not found
=
Getting missed routers: round 2.
/usr/bin/control_rancid: line 533: par: command not found
=
Getting missed routers: round 3.
/usr/bin/control_rancid: line 533: par: command not found
=
Getting missed routers: round 4.
/usr/bin/control_rancid: line 533: par: command not found


On branch master
Your branch is up-to-date with 'origin/master'.


nothing to commit, working tree clean
Everything up-to-date


ending: Tue Oct 16 14:01:01 UTC 2018



Is this a command that didn't get installed?






--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---

___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


Re: [rancid] stopping command from being run

2018-06-25 Thread Charles T. Brooks
Hi Mike.  I am running 3.7 also, in my case on RHEL7 with git.  I am very happy 
with it.

As I understand it, editing the perl modules to try to change commands issued 
to devices is a very wrong approach; it means you can't easily upgrade and your 
installation will be weird and difficult to get advice for online.  so I 
strongly recommend you carefully revert any such changes you made.

The files rancid.types.base (base types, do not edit) and rancid.types.conf 
(site custom device types) determine what commands are run for specific devices.

So for example: on my Cisco Nexus 9Ks, I did not want to run the "show 
logflash" command, so I copied the "cisco-nx" device type from 
/etc/rancid/rancid.types.base to /etc/rancid/rancid.types.conf under the new 
device type name "cisco-nx9k" and removed the command I did not want.

This is how I did it, if you are OK with old-school unixisms...

cd /etc/rancid
gawk 'BEGIN{FS=";";OFS=FS;printf "\n# Same as cisco-nx from 
/etc/rancid/rancid.types.base but\n# removing troublesome dir logflash 
command\n\n"};/dir 
logflash:$/{next};/^cisco-nx/{gsub(/cisco-nx/,"cisco-nx9k");print}'  
rancid.types.base >>rancid.types.conf

If you're not gawky :) I recommend you do it by hand instead of the way I did 
it.  (Mad props to the maintainer of the FSF's GNU awk, Aharon Robbins!)

Once you've defined the new device type, in your router.db file you use the 
newly defined name instead of cisco-nx and you're all set.

--Charlie


From: Rancid-discuss [rancid-discuss-boun...@shrubbery.net] on behalf of 
Michael T. Voity [mvo...@uvm.edu]
Sent: Monday, June 25, 2018 10:10 AM
To: rancid-discuss@shrubbery.net
Subject: Re: [rancid] stopping command from being run

Hello,

Anyone have an idea that they can point me in a direction?

Thanks,

-Mike


--
Michael T. Voity
Network Engineer
University of Vermont


From: Rancid-discuss  On Behalf Of 
Michael T. Voity
Sent: Friday, June 22, 2018 12:05 PM
To: rancid-discuss@shrubbery.net
Subject: [rancid] stopping command from being run

Hello,

We are running 3.7

I seem to be having difficulty in getting the command “show dir /all” to stop 
be executed with my nexus switches.

I have edited the  ‘nxrancid’  and the ‘nxos.pm’  without success.

Ideas?

-Mike

--
--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---

___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


Re: [rancid] Dell N4064 Switches

2018-05-28 Thread Charles T. Brooks
You are not providing enough information for anyone to help you.  You have to 
describe what happens when you try to use the Dell device type."It's not 
working" isn't a useful problem report, see 
https://www.chiark.greenend.org.uk/~sgtatham/bugs.html

It's Memorial Day in the USA so there aren't many US citizens online today.   
If you provide enough information about the problems you are having and the 
error messages you are seeing, you will probably get some help tomorrow.

--Charlie



From: Rancid-discuss [rancid-discuss-boun...@shrubbery.net] on behalf of 
Sathish Kumar. Ippani [sathis...@ctrls.in]
Sent: Monday, May 28, 2018 11:46 AM
To: rancid-discuss@shrubbery.net
Subject: Re: [rancid] Dell N4064 Switches




Can anyone please suggest, I am stuckup and not able to complete backups for 
Dell N4064 and N1548 Switches.


Regards,
Sathish

From: Rancid-discuss [mailto:rancid-discuss-boun...@shrubbery.net] On Behalf Of 
Sathish Kumar. Ippani
Sent: Sunday, May 27, 2018 11:12 PM
To: rancid-discuss@shrubbery.net
Subject: [rancid] Dell N4064 Switches

Dear All,

What device type should I use for Dell N4064 and N1548 Switches.

I tried force10 and dell, but it is not working.





Regards,
Sathish


Disclaimer: The contents of this e-mail message and any attachments are 
confidential and are intended solely for the addressee. If you have received 
this transmission in error, please immediately notify the sender by return 
e-mail and delete this message and its attachments. Any unauthorized use, 
copying or dissemination of this transmission is prohibited. Neither the 
confidentiality nor the integrity of this message can be vouched for following 
transmission on the Internet.

Disclaimer: The contents of this e-mail message and any attachments are 
confidential and are intended solely for the addressee. If you have received 
this transmission in error, please immediately notify the sender by return 
e-mail and delete this message and its attachments. Any unauthorized use, 
copying or dissemination of this transmission is prohibited. Neither the 
confidentiality nor the integrity of this message can be vouched for following 
transmission on the Internet.
--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---
___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


Re: [rancid] Cloginrc file is not working

2018-05-28 Thread Charles T. Brooks
If your passwords contain any non-alphanumeric characters you will need to 
enclose them in braces.

For example, if you have a dollar sign in your password:

 add user  myhost.example.org  rancidbackups
 add password  myhost.example.org  {$1$3733t$yzdwDjUcpcOafx}

Organizations in the USA or EU will fail security audits if telnetd is enabled 
on network devices., it's best practice not to use 49 year old plaintext 
protocols,  SSH is a better choice (only 23 years old).

--Charlie




From: Rancid-discuss [rancid-discuss-boun...@shrubbery.net] on behalf of 
nandhakumar a [nandhakumar.a0...@gmail.com]
Sent: Monday, May 28, 2018 12:47 AM
To: rancid-discuss@shrubbery.net
Cc: rancid-discuss-requ...@shrubbery.net
Subject: [rancid] Cloginrc file is not working

Hi,

I have tried to login into the device using clogin, But the user credentials is 
not working from the .clogin rc. Please take a look on the below example.


For Ex:

add user 1x.1x.1x.1x user1
add password 1x.1x.1x.1x {userpwd}  {$userpwd$}
add method 1x.1x.1x.1x telnet ssh


When we try to execute
> /usr/local/rancid/bin/clogin x.x.x.x
> x.x.x.x
> spawn telnet x.x.x.x
> Trying x.x.x.x...
> Connected to x.x.x.x.
> Escape character is '^]'.
> CC***
> HostName  : Compiled_hostname
> Hardware  : ABCDE
> IOS version   : Version 12.2(55)EX3
> SettingDate   : 2014/11/11
> ModifyDate:
> Region: Global
> Country   : XX
> Owner : abc
> ***
>
>
> User Access Verification
>
> Username: rancid
> Password:
Login Invalid


I can see that username which is in ,cloginrc and while executing the username 
is diff, it looks like that the username it takes the server credentials.

--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---
___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


[rancid] Making variant of cisco ios

2018-02-20 Thread Charles T. Brooks
I have some old cisco ACE devices and have been backing them up with rancid 
using the normal "cisco" module.

I want to add some commands like "show ft group summary" for example, and have 
the output of those commands show up in rancid diffs, prefixed with exclamation 
points in the same way that normal "show version" output is.

I've done this before by copying a device type definition from 
/etc/rancid.types.base to /etc/rancid.types.conf and editing it, but in the 
past I was always removing troublesome commands, not adding new ones.

Is there an existing module that I can reference in /etc/rancid.types.conf that 
simply takes the output from a command and prefixes exclamation points, no 
fancy special processing?  Or do I need to write one?

Thanks!
--Charlie

--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---

___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


Re: [rancid] ASA-5585 Enable mode

2018-01-02 Thread Charles T. Brooks
Last login notification (and last failed login) has been a computing best 
practice for 30 years.  It provides simple, easy detection of some forms of 
man-in-the-middle password trapping.  It's not foolproof but it's an important 
protection that is valued by the informed users that it serves.

If you're federally regulated in the USA (HIPPAA/HiTECH, SOX, GLB, FDA, DOD, 
NIST FIPS, ) you are probably legally required to enable last login and 
failed login notifications, simply because it's an industry best practice and 
blowing off industry best practices is (arguably) negligence.

--Charlie

On Mon, Jan 1, 2018 at 11:41 PM Azher Amin wrote:


I think so. Having this detected by clogin would definitely help many others.
-Azher


On Mon, Jan 1, 2018 at 8:36 PM, Piegorsch, Weylin William 
> wrote:

Awesome.  Though, since it’s the default parameter, would it make sense to 
account for it in clogin?
weylin

From: Azher >
Date: Monday, January 1, 2018 at 23:09
To: Weylin Piegorsch >

Subject: Re: [rancid] ASA-5585 Enable mode

Thanks, that fixed it.

no aaa authentication login-history
-Azher

On Mon, Jan 1, 2018 at 7:18 PM, Piegorsch, Weylin William 
> wrote:
This is a behavior change to the ASA made in version 9.8.  I believe it’s a 
response to a US DOD mandate, to aid in detecting unauthorized logins.  At 
least, that was a requirement implemented sometime around 2005 (for systems 
that supported the capability), though I can’t find a .mil URL more recent than 
2008 discussing the requirement (though I can find it referenced in some 
current commercial locations like Red Hat’s site).

I noticed it recently in lab trials; I had assumed Cisco decided it made sense 
to make this the normal behavior for all deployments, given ASA stands for 
Adaptive Security Appliance.  I hadn’t noticed it in rancid, since I’m still in 
lab trials.

Luckily, it’s configurable, see “Enable and View the Login History” at this URL:
https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/general/asa-98-general-config/admin-management.pdf

weylin

-Original Message-
From: heasley >
Date: Sunday, December 31, 2017 at 16:19
To: Azher >
Cc: >
Subject: Re: [rancid] ASA-5585 Enable mode

Thu, Dec 28, 2017 at 06:42:46PM -0800, Azher:
> Hi All,
>
> Our current Cisco ASA devices "ASA5550" , 8.4(7)30, work fine with RANCID.
>
> Same config does not work for ASA-5585, 9.8(1). I am not sure why it is
> sending "admin" twice and later it sends "enable" at the prompt  Any
> suggestions ?
>
> add user sslvpnb admin
> add password sslvpnb pass1 pass2
> add autoenable sslvpnb 0
> add method sslvpnb ssh
>
> [rancid@rancid ~]$ more var/asa/router.db
> sslvpn1;cisco;up
> sslvpn2;cisco;up
> sslvpna;cisco;up
> sslvpnb;cisco;up
>
> [rancid@rancid ~]$ clogin sslvpnb
> sslvpnb
> spawn ssh -c aes128-ctr,aes128-cbc,3des-cbc -x -l admin sslvpnb
> admin@sslvpnb's password:
> User admin logged in to sslvpnb
> Logins over the last 44 days: 29.  Last login: 18:09:41 PST Dec 28 2017
> from 68.181.191.19
> Failed logins since the last login: 0.  Last failed login: 06:47:32 PST 
Dec
> 28 2017 from 68.181.191.19

its sending admin again because it sees "login:" before a prompt.  why
is it displaying this?

> Type help or '?' for a list of available commands.
> sslvpnb> admin
>  ^
> ERROR: % Invalid input detected at '^' marker.
>
> Error: Unrecognized command, check your enable command
> sslvpnb> admin
>  ^
> ERROR: % Invalid input detected at '^' marker.
> sslvpnb> enable
> Password:
> Invalid password
> Password:
> Invalid password
> Password:
> Invalid password
> Access denied.
> sslvpnb>
>
>
> Thanks
> -Azher


--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---
___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss

Re: [rancid] Nexus 9K support in RANCiD 3.7

2017-12-29 Thread Charles T. Brooks
I like your patch better!  You might want to normalize the style in the 
previous line while you're in there - "&& next" instead of "next if".  I'm not 
a perl guru, though.

--Charlie


From: heasley [h...@shrubbery.net]
Sent: Friday, December 29, 2017 3:36 PM
To: Charles T. Brooks
Cc: rancid-discuss@shrubbery.net
Subject: Re: [rancid] Nexus 9K support in RANCiD 3.7

How about the following, so nothing is mistakingly caught.

Index: nxos.pm.in
===
--- nxos.pm.in  (revision 3754)
+++ nxos.pm.in  (working copy)
@@ -497,7 +497,8 @@
/\s+vtp_debug(_old)?\.log$/ && next;

next if (/BufferMonitor-1HourData/);
-   if (/ log\/$/) {
+
+   if (/( debug_logs| log)\/$/) {
# change
# 8192Jan 08 14:05:05 2015  log/
# to

--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---

___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss


[rancid] Nexus 9K support in RANCiD 3.7

2017-12-29 Thread Charles T. Brooks
We recently outfitted a new office with Cisco Nexus 9000s.  I monitor router 
and switch configuration changes enterprise-wide with custom built RPM packages 
of RANCiD on RHEL7 with git and gitweb.

The 9Ks have a constantly changing file date on a subfolder that can't be 
controlled:

- !Flash: logflash:   69632Dec 29 01:37:09 2017  debug_logs/
+ !Flash: logflash:   69632Dec 29 02:42:52 2017  debug_logs/

The following code patch to v7 prevents this from generating hourly commits and 
emails.

--- nxos.pm.in.orig 2017-12-29 13:02:01.347259970 -0500
+++ nxos.pm.in  2017-12-29 13:03:39.336922201 -0500
@@ -497,7 +497,7 @@ sub DirSlotN {
/\s+vtp_debug(_old)?\.log$/ && next;

next if (/BufferMonitor-1HourData/);
-   if (/ log\/$/) {
+   if (/[_ ]logs?\/$/) {
# change
# 8192Jan 08 14:05:05 2015  log/
# to

There's also a problem with a constantly fluctuating memory size value, but I 
haven't figured out how to fix that.

Thank you Heasley and co-conspirators for a great tool!

--Charlie
--  CONFIDENTIALITY NOTICE  ---

  This message, including any attachments, is for the sole use of the
intended recipient(s) and may contain privileged confidential information
protected by law. Any unauthorized review, use, disclosure or distribution
of this message is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this message.
 
 --  CONFIDENTIALITY NOTICE  ---

___
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss