From erik at code.de Thu Mar 11 09:27:16 2004 From: erik at code.de (Erik Wenzel) Date: Thu, 11 Mar 2004 10:27:16 +0100 Subject: Very strange problem with 2.2.2 (and 2.3-rc1) on FreeBSD-5.x In-Reply-To: <20040219144336.GA43301@eagle.aitken.com> References: <20040219144336.GA43301@eagle.aitken.com> Message-ID: <20040311092716.GA11515@hendrix.code.de> On Thu, Feb 19, 2004 at 09:43:36AM -0500, Jeff Aitken wrote: > Hello all, > > I'm seeing a very strange problem with rancid-2.2.2 (and 2.3-rc1). > I've been talking privately with some of the developers but this has > all of us stumped. Part of the problem is that no one has managed to > duplicate the symptoms I'm seeing, so I'm I'm sending this to the > -discuss list in the hopes that someone out there has seen something > similar. >From time to time I have dublicate lines in config files, which disappear on the following run. I use rancid-2.2.2 with expect-5.38.0 and tcl8.4.1 on Solaris8. The occurance is arbitrary, so I am a bit aimless, howto debug this problem -- erik at code.de "I am not a Geek! I shower." From heas at shrubbery.net Thu Mar 11 18:31:16 2004 From: heas at shrubbery.net (john heasley) Date: Thu, 11 Mar 2004 10:31:16 -0800 Subject: Very strange problem with 2.2.2 (and 2.3-rc1) on FreeBSD-5.x In-Reply-To: <20040311092716.GA11515@hendrix.code.de> References: <20040219144336.GA43301@eagle.aitken.com> <20040311092716.GA11515@hendrix.code.de> Message-ID: <20040311183116.GK26885@shrubbery.net> Thu, Mar 11, 2004 at 10:27:16AM +0100, Erik Wenzel: > On Thu, Feb 19, 2004 at 09:43:36AM -0500, Jeff Aitken wrote: > > Hello all, > > > > I'm seeing a very strange problem with rancid-2.2.2 (and 2.3-rc1). > > I've been talking privately with some of the developers but this has > > all of us stumped. Part of the problem is that no one has managed to > > duplicate the symptoms I'm seeing, so I'm I'm sending this to the > > -discuss list in the hopes that someone out there has seen something > > similar. > >From time to time I have dublicate lines in config files, which disappear > on the following run. I use rancid-2.2.2 with expect-5.38.0 and tcl8.4.1 > on Solaris8. The occurance is arbitrary, so I am a bit aimless, howto > debug this problem Could you supply an example, please. What type of device is being collected? what connection method, telnet or ssh? From davidc at sargasso.net Fri Mar 12 07:44:00 2004 From: davidc at sargasso.net (David C) Date: Fri, 12 Mar 2004 02:44:00 -0500 Subject: rancid hangs on 'show controllers' Message-ID: <40516A40.5070907@sargasso.net> Hello. I have a 1750, just upgraded to 12.3(6). Rancid hangs when polling this device. I did a 'ps' to see the clogin line used: clogin -t 90 -c "show version;show install active;show env all;show gsr chassis;show boot;show bootvar;show variables boot;show flash;dir /all nvram:;dir /all bootflash:;dir /all slot0:;dir /all disk0:;dir /all slot1:;dir /all disk1:;dir /all slot2:;dir /all disk2:;dir /all sup-bootflash:;dir /all sup-microcode:;show controllers;show controllers cbus;show diagbus;show diag;show module;show c7200;show vtp status;show vlan;write term" myrouter.sargasso.net Running this manually, I see that it hangs on the penultimate line on 'show controllers': PHY registers: Register 00 2100 Register 01 780D Register 02 7810 Register 03 0003 Register 04 01E1 Register 05 0000 Register 06 0001 Register 16 0000 Register 17 0000 Register 18 4000 Register 19 0800 When I run show controllers from the console, I get a final line for Register 20, followed by two blank lines, followed by the prompt: Register 20 38C8 myrouter# Any idea why it is hanging at this point? Removing the 'show controllers' from the clogin makes it work (though I don't if it's a good idea to edit rancid itself to remove this). Running manual 'clogin myrouter' and then executing show controllers does not hang. Here are the lines from .cloginrc: add password myrouter.sargasso.net mypass add method myrouter.sargasso.net ssh add user myrouter.sargasso.net david add userpassword myrouter.sargasso.net mypass add autoenable myrouter.sargasso.net 1 Like I say, it worked before this IOS upgrade. Many thanks for any assistance David From asp at partan.com Fri Mar 12 07:51:27 2004 From: asp at partan.com (Andrew Partan) Date: Fri, 12 Mar 2004 02:51:27 -0500 Subject: rancid hangs on 'show controllers' In-Reply-To: <40516A40.5070907@sargasso.net> References: <40516A40.5070907@sargasso.net> Message-ID: <20040312075127.GA14551@partan.com> On Fri, Mar 12, 2004 at 02:44:00AM -0500, David C wrote: > Hello. I have a 1750, just upgraded to 12.3(6). Rancid hangs when > polling this device. I did a 'ps' to see the clogin line used: I'm not sure what version of rancid you are running, but could you try the latest bits? We are just about to release version 2.3, and there have been a number of fixes; maybe we got this one already. ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.rc1.tar.gz Thanks, --asp From davidc at sargasso.net Fri Mar 12 08:07:43 2004 From: davidc at sargasso.net (David C) Date: Fri, 12 Mar 2004 03:07:43 -0500 Subject: rancid hangs on 'show controllers' In-Reply-To: <20040312075127.GA14551@partan.com> References: <40516A40.5070907@sargasso.net> <20040312075127.GA14551@partan.com> Message-ID: <40516FCF.8020808@sargasso.net> Hi Andrew, I just tried 2.3rc1 with the same problem (previously I was running 2.2, I forgot to mention). I did find (with both versions) that when using clogin, setting 'terminal length 0' and then doing 'show controllers' does cause it to hang right near the end. Using ssh directly and doing the same thing does not hang. 'show controllers' output is pretty long, so I guess there's a problem in clogin somewhere dealing with large output? Should I send the entire output? David Andrew Partan wrote: > On Fri, Mar 12, 2004 at 02:44:00AM -0500, David C wrote: > >>Hello. I have a 1750, just upgraded to 12.3(6). Rancid hangs when >>polling this device. I did a 'ps' to see the clogin line used: > > > I'm not sure what version of rancid you are running, but could you > try the latest bits? We are just about to release version 2.3, and > there have been a number of fixes; maybe we got this one already. > ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.rc1.tar.gz > > Thanks, > --asp From erik at code.de Fri Mar 12 14:26:36 2004 From: erik at code.de (Erik Wenzel) Date: Fri, 12 Mar 2004 15:26:36 +0100 Subject: Very strange problem with 2.2.2 (and 2.3-rc1) on FreeBSD-5.x In-Reply-To: <20040311183116.GK26885@shrubbery.net> References: <20040219144336.GA43301@eagle.aitken.com> <20040311092716.GA11515@hendrix.code.de> <20040311183116.GK26885@shrubbery.net> Message-ID: <20040312142636.GA19296@hendrix.code.de> On Thu, Mar 11, 2004 at 10:31:16AM -0800, john heasley wrote: > Thu, Mar 11, 2004 at 10:27:16AM +0100, Erik Wenzel: > > On Thu, Feb 19, 2004 at 09:43:36AM -0500, Jeff Aitken wrote: > > > Hello all, > > > > > > I'm seeing a very strange problem with rancid-2.2.2 (and 2.3-rc1). > > > I've been talking privately with some of the developers but this has > > > all of us stumped. Part of the problem is that no one has managed to > > > duplicate the symptoms I'm seeing, so I'm I'm sending this to the > > > -discuss list in the hopes that someone out there has seen something > > > similar. > > >From time to time I have dublicate lines in config files, which disappear > > on the following run. I use rancid-2.2.2 with expect-5.38.0 and tcl8.4.1 > > on Solaris8. The occurance is arbitrary, so I am a bit aimless, howto > > debug this problem > > Could you supply an example, please. > > What type of device is being collected? what connection method, telnet or > ssh? This is an example output. There are mutiple occurances, when it happens: ---snip--- arp 1.1.1.1 0000.0000.0001 ARPA + arp 1.1.1.1 0000.0000.0001 ARPA arp 1.1.1.2 0000.0000.0002 ARPA arp 1.1.1.3.0000.0000.0003 ARPA ---snip--- On the next do-diffs run it disappears with: ---snip--- arp 1.1.1.1 0000.0000.0001 ARPA - arp 1.1.1.1 0000.0000.0001 ARPA arp 1.1.1.2 0000.0000.0002 ARPA arp 1.1.1.3.0000.0000.0003 ARPA ---snip--- This is collected with telnet from a Cisco Catalyst 6500 running IOS Version 12.1(19)E1. -- erik at code.de "I am not a Geek! I shower." From heas at shrubbery.net Fri Mar 12 17:35:42 2004 From: heas at shrubbery.net (john heasley) Date: Fri, 12 Mar 2004 09:35:42 -0800 Subject: rancid hangs on 'show controllers' In-Reply-To: <40516FCF.8020808@sargasso.net> References: <40516A40.5070907@sargasso.net> <20040312075127.GA14551@partan.com> <40516FCF.8020808@sargasso.net> Message-ID: <20040312173542.GM6984@shrubbery.net> Fri, Mar 12, 2004 at 03:07:43AM -0500, David C: > Hi Andrew, > > I just tried 2.3rc1 with the same problem (previously I was running 2.2, > I forgot to mention). > > I did find (with both versions) that when using clogin, setting > 'terminal length 0' and then doing 'show controllers' does cause it to > hang right near the end. so clogin -c 'show controllers' router using ssh hangs? > Using ssh directly and doing the same thing does not hang. > > 'show controllers' output is pretty long, so I guess there's a problem > in clogin somewhere dealing with large output? Should I send the entire > output? if the above fails, this would be useful: expect -d clogin -c 'show controllers' router > log 2>&1 that will be rather large, please do not send it to -discuss list. > David > > Andrew Partan wrote: > >On Fri, Mar 12, 2004 at 02:44:00AM -0500, David C wrote: > > > >>Hello. I have a 1750, just upgraded to 12.3(6). Rancid hangs when > >>polling this device. I did a 'ps' to see the clogin line used: > > > > > >I'm not sure what version of rancid you are running, but could you > >try the latest bits? We are just about to release version 2.3, and > >there have been a number of fixes; maybe we got this one already. > > ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.rc1.tar.gz > > > >Thanks, > > --asp From heas at shrubbery.net Fri Mar 12 23:23:40 2004 From: heas at shrubbery.net (john heasley) Date: Fri, 12 Mar 2004 15:23:40 -0800 Subject: Very strange problem with 2.2.2 (and 2.3-rc1) on FreeBSD-5.x In-Reply-To: <20040312142636.GA19296@hendrix.code.de> References: <20040219144336.GA43301@eagle.aitken.com> <20040311092716.GA11515@hendrix.code.de> <20040311183116.GK26885@shrubbery.net> <20040312142636.GA19296@hendrix.code.de> Message-ID: <20040312232340.GP6984@shrubbery.net> Fri, Mar 12, 2004 at 03:26:36PM +0100, Erik Wenzel: > On Thu, Mar 11, 2004 at 10:31:16AM -0800, john heasley wrote: > > Thu, Mar 11, 2004 at 10:27:16AM +0100, Erik Wenzel: > > > On Thu, Feb 19, 2004 at 09:43:36AM -0500, Jeff Aitken wrote: > > > > Hello all, > > > > > > > > I'm seeing a very strange problem with rancid-2.2.2 (and 2.3-rc1). > > > > I've been talking privately with some of the developers but this has > > > > all of us stumped. Part of the problem is that no one has managed to > > > > duplicate the symptoms I'm seeing, so I'm I'm sending this to the > > > > -discuss list in the hopes that someone out there has seen something > > > > similar. > > > >From time to time I have dublicate lines in config files, which disappear > > > on the following run. I use rancid-2.2.2 with expect-5.38.0 and tcl8.4.1 > > > on Solaris8. The occurance is arbitrary, so I am a bit aimless, howto > > > debug this problem > > > > Could you supply an example, please. > > > > What type of device is being collected? what connection method, telnet or > > ssh? > This is an example output. There are mutiple occurances, when it > happens: > ---snip--- > arp 1.1.1.1 0000.0000.0001 ARPA > + arp 1.1.1.1 0000.0000.0001 ARPA > arp 1.1.1.2 0000.0000.0002 ARPA > arp 1.1.1.3.0000.0000.0003 ARPA > ---snip--- > > On the next do-diffs run it disappears with: > ---snip--- > arp 1.1.1.1 0000.0000.0001 ARPA > - arp 1.1.1.1 0000.0000.0001 ARPA > arp 1.1.1.2 0000.0000.0002 ARPA > arp 1.1.1.3.0000.0000.0003 ARPA > ---snip--- > > This is collected with telnet from a Cisco Catalyst 6500 running IOS > Version 12.1(19)E1. we have one of these, but not arp commands in the config. It nor any of the other 6500s exhibit this behavior. Does this occur only with arp commands by chance? From jejs+rancid at sahala.org Mon Mar 15 21:15:28 2004 From: jejs+rancid at sahala.org (joshua sahala) Date: Mon, 15 Mar 2004 16:15:28 -0500 Subject: nlogin issues Message-ID: <20040315211528.GA22235@aurvandil.sahala.org> hello all, i'm having some issues getting 2.3 to login to my netscreens - it fails telling me to check my password. however, the nlogin from qorbit works just fine...so i was wondering if anyone else had experienced this. i'm going to start going through both scripts to try and figure out where the 2.3 version breaks (if someone hasn't already done so). i'll submit a patch if/when i get it /joshua -- Fixing Unix is easier than living with NT. Jonathan Gilpin From afort at choqolat.org Tue Mar 16 10:58:14 2004 From: afort at choqolat.org (Andrew Fort) Date: Tue, 16 Mar 2004 21:58:14 +1100 Subject: nlogin issues In-Reply-To: <20040315211528.GA22235@aurvandil.sahala.org> References: <20040315211528.GA22235@aurvandil.sahala.org> Message-ID: <4056DDC6.3080909@choqolat.org> joshua sahala wrote: >hello all, > >i'm having some issues getting 2.3 to login to my netscreens - it fails >telling me to check my password. however, the nlogin from qorbit works >just fine...so i was wondering if anyone else had experienced this. i'm >going to start going through both scripts to try and figure out where the >2.3 version breaks (if someone hasn't already done so). > >i'll submit a patch if/when i get it > >/joshua > > Joshua, There's a couple of things that could be going on here related to the username/password fields. Is it the enable password, or the user password, that is failing?. Would you mind sharing (to rancid at shrubbery.net if you like) the .cloginrc entries you have for the firewall (password obscured, but otherwise syntax intact) and an output dump so I help you track it down further? Also, does the username getting echoed back correctly (as far as you can tell?). cheers, -afort From jejs+rancid at sahala.org Wed Mar 17 01:17:46 2004 From: jejs+rancid at sahala.org (joshua sahala) Date: Tue, 16 Mar 2004 20:17:46 -0500 Subject: nlogin issues In-Reply-To: <4056DDC6.3080909@choqolat.org> References: <20040315211528.GA22235@aurvandil.sahala.org> <4056DDC6.3080909@choqolat.org> Message-ID: <20040317011746.GA6256@aurvandil.sahala.org> On (16/03/04 21:58), Andrew Fort wrote: > Is it the enable password, or the user password, that is failing?. #### the 2.3 nlogin #### rancid at loki: rancid$ nlogin fw01.fch1 fw01.fch1 spawn ssh -c 3des -x -l admin fw01.fch1 secadmin at fw01.fch1's password: Permission denied, please try again. Error: Check your passwd for fw01.fch1 #### the qorbit nlogin #### rancid at loki: rancid$ src/nrancid/nlogin fw01.fch1 fw01.fch1 spawn ssh -c 3des -x -l admin fw01.fch1 secadmin at fw01.fch1's password: This computer system is mine - GO AWAY!!!! fw01.fch1-> > Would you mind sharing (to rancid at shrubbery.net if you like) the > .cloginrc entries you have for the > firewall (password obscured, > but otherwise syntax intact) add user fw01.fch1 admin add userpassword fw01.fch1 {!W at ntsl33p} add password fw01.fch1 {!W at ntsl33p} add method fw01.fch1 ssh #add noenable fw01.fch1 > and an output dump so I help you track it down further? what other output would be useful to you? > Also, does the username getting echoed back correctly (as far as > you can tell?). yes - see above thanks /joshua -- Fixing Unix is easier than living with NT. Jonathan Gilpin From gabriel at dialupusa.net Wed Mar 17 21:40:43 2004 From: gabriel at dialupusa.net (Gabriel) Date: Wed, 17 Mar 2004 13:40:43 -0800 Subject: clogin, "show controllers" and ios 12.3 In-Reply-To: <20040317011746.GA6256@aurvandil.sahala.org> References: <20040315211528.GA22235@aurvandil.sahala.org> <4056DDC6.3080909@choqolat.org> <20040317011746.GA6256@aurvandil.sahala.org> Message-ID: <4058C5DB.60504@dialupusa.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello All. I've recently discovered the cause for my do-diffs sessions hanging. It seems that "show controllers" on IOS 12.3(1) and 12.3(3)B will hang sometimes. It seems to hang about once every other, or every third time. Hardware: 7206 VXR / NPE-G1 / DS3 cards and Ethernet cards I've commented out the "show controllers" calls, and it's not hanging anymore, so it would seem to be an issue there. It is probably a bug in IOS 12.3. More investigation is clearly needed, but I thought that some might benefit from this (or if this is a known issue, that'd be neat to know about, too). HTH, Gabriel - -- Gabriel Cain www.dialupusa.net Senior Systems Administrator gabriel at dialupusa.net PGP fingerprint: C0B4 C6BF 13F5 69D1 3E6B CD7C D4C8 2EA4 2B08 1C6D Technology for the sake of business. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD4DBQFAWMXa1MgupCsIHG0RAikhAJ9/fzW8lzsRvKcUq/DGcbA1U0SYuQCVHgaG InnZktBRcs5USw1N3Lf/yg== =odwT -----END PGP SIGNATURE----- From davidc at sargasso.net Fri Mar 19 01:14:01 2004 From: davidc at sargasso.net (David Croft) Date: Thu, 18 Mar 2004 20:14:01 -0500 Subject: clogin, "show controllers" and ios 12.3 In-Reply-To: <4058C5DB.60504@dialupusa.net> References: <20040315211528.GA22235@aurvandil.sahala.org> <4056DDC6.3080909@choqolat.org> <20040317011746.GA6256@aurvandil.sahala.org> <4058C5DB.60504@dialupusa.net> Message-ID: <405A4959.5000805@sargasso.net> Hi Gabriel, I had this exact same problem. You will need the patch to "expect", which is on http://www.shrubbery.net/rancid/ (which seems to be down right now). Basically it adds a line to exp_chan.c: --- exp_chan.c.orig Thu Jul 31 14:35:07 2003 +++ exp_chan.c Fri Mar 12 22:58:42 2004 @@ -119,6 +119,7 @@ * nonblocking, the read will never block. */ + fcntl(esPtr->fdin, F_SETFL, O_NONBLOCK); bytesRead = read(esPtr->fdin, buf, (size_t) toRead); /*printf("ExpInputProc: read(%d,,) = %d\r\n",esPtr->fdin,bytesRead);*/ if (bytesRead > -1) { and also rancid version 2.3 if you find it also loops repeatedly around looking for missing commands. David Gabriel wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hello All. > > I've recently discovered the cause for my do-diffs sessions hanging. It > seems that "show controllers" on IOS 12.3(1) and 12.3(3)B will hang > sometimes. It seems to hang about once every other, or every third time. > > Hardware: > 7206 VXR / NPE-G1 / DS3 cards and Ethernet cards > > I've commented out the "show controllers" calls, and it's not hanging > anymore, so it would seem to be an issue there. > > It is probably a bug in IOS 12.3. > > More investigation is clearly needed, but I thought that some might benefit > from this (or if this is a known issue, that'd be neat to know about, too). > > HTH, > Gabriel > > > > - -- > Gabriel Cain www.dialupusa.net > Senior Systems Administrator gabriel at dialupusa.net > PGP fingerprint: C0B4 C6BF 13F5 69D1 3E6B CD7C D4C8 2EA4 2B08 1C6D > > Technology for the sake of business. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.2 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD4DBQFAWMXa1MgupCsIHG0RAikhAJ9/fzW8lzsRvKcUq/DGcbA1U0SYuQCVHgaG > InnZktBRcs5USw1N3Lf/yg== > =odwT > -----END PGP SIGNATURE----- From gabriel at dialupusa.net Fri Mar 19 18:35:30 2004 From: gabriel at dialupusa.net (Gabriel) Date: Fri, 19 Mar 2004 10:35:30 -0800 Subject: clogin, "show controllers" and ios 12.3 In-Reply-To: <405A4959.5000805@sargasso.net> References: <20040315211528.GA22235@aurvandil.sahala.org> <4056DDC6.3080909@choqolat.org> <20040317011746.GA6256@aurvandil.sahala.org> <4058C5DB.60504@dialupusa.net> <405A4959.5000805@sargasso.net> Message-ID: <405B3D72.8000807@dialupusa.net> David, Thanks for the patch; I appreciate that. And I can see how setting non-blocking IO in expect will solve that. :) That's good. Thanks, Gabriel David Croft wrote: > Hi Gabriel, > > I had this exact same problem. You will need the patch to "expect", > which is on http://www.shrubbery.net/rancid/ (which seems to be down > right now). Basically it adds a line to exp_chan.c: > > --- exp_chan.c.orig Thu Jul 31 14:35:07 2003 > +++ exp_chan.c Fri Mar 12 22:58:42 2004 > @@ -119,6 +119,7 @@ > * nonblocking, the read will never block. > */ > > + fcntl(esPtr->fdin, F_SETFL, O_NONBLOCK); > bytesRead = read(esPtr->fdin, buf, (size_t) toRead); > /*printf("ExpInputProc: read(%d,,) = %d\r\n",esPtr->fdin,bytesRead);*/ > if (bytesRead > -1) { > > and also rancid version 2.3 if you find it also loops repeatedly around > looking for missing commands. > > David -- Gabriel Cain www.dialupusa.net Senior Systems Administrator gabriel at dialupusa.net PGP fingerprint: C0B4 C6BF 13F5 69D1 3E6B CD7C D4C8 2EA4 2B08 1C6D Technology for the sake of business. From heas at shrubbery.net Fri Mar 19 19:23:51 2004 From: heas at shrubbery.net (john heasley) Date: Fri, 19 Mar 2004 11:23:51 -0800 Subject: clogin, "show controllers" and ios 12.3 In-Reply-To: <405A4959.5000805@sargasso.net> References: <20040315211528.GA22235@aurvandil.sahala.org> <4056DDC6.3080909@choqolat.org> <20040317011746.GA6256@aurvandil.sahala.org> <4058C5DB.60504@dialupusa.net> <405A4959.5000805@sargasso.net> Message-ID: <20040319192351.GQ26144@shrubbery.net> Thu, Mar 18, 2004 at 08:14:01PM -0500, David Croft: > Hi Gabriel, > > I had this exact same problem. You will need the patch to "expect", > which is on http://www.shrubbery.net/rancid/ (which seems to be down > right now). Basically it adds a line to exp_chan.c: Sorry, all...telco buggered both of my circuits. > --- exp_chan.c.orig Thu Jul 31 14:35:07 2003 > +++ exp_chan.c Fri Mar 12 22:58:42 2004 > @@ -119,6 +119,7 @@ > * nonblocking, the read will never block. > */ > > + fcntl(esPtr->fdin, F_SETFL, O_NONBLOCK); > bytesRead = read(esPtr->fdin, buf, (size_t) toRead); > /*printf("ExpInputProc: read(%d,,) = %d\r\n",esPtr->fdin,bytesRead);*/ > if (bytesRead > -1) { > > and also rancid version 2.3 if you find it also loops repeatedly around > looking for missing commands. > > David Gabriel, let us know if this does not fix the problem. From gabriel at dialupusa.net Fri Mar 19 21:14:09 2004 From: gabriel at dialupusa.net (Gabriel) Date: Fri, 19 Mar 2004 13:14:09 -0800 Subject: clogin, "show controllers" and ios 12.3 In-Reply-To: <20040319192351.GQ26144@shrubbery.net> References: <20040315211528.GA22235@aurvandil.sahala.org> <4056DDC6.3080909@choqolat.org> <20040317011746.GA6256@aurvandil.sahala.org> <4058C5DB.60504@dialupusa.net> <405A4959.5000805@sargasso.net> <20040319192351.GQ26144@shrubbery.net> Message-ID: <405B62A1.4020703@dialupusa.net> john heasley wrote: > > > Gabriel, let us know if this does not fix the problem. It seems to be the case that this has fixed my issue. It has been running smoothly for the last several hours without hanging (I run it from cron every half hour). So thanks very much for the help. Gabriel -- Gabriel Cain www.dialupusa.net Senior Systems Administrator gabriel at dialupusa.net PGP fingerprint: C0B4 C6BF 13F5 69D1 3E6B CD7C D4C8 2EA4 2B08 1C6D Technology for the sake of business. From randy at psg.com Sat Mar 20 06:38:52 2004 From: randy at psg.com (Randy Bush) Date: Fri, 19 Mar 2004 22:38:52 -0800 Subject: Undefined symbol "__xuname" Message-ID: <20040320063909.1A3A117CF9E@guelah.shrubbery.net> freebsd current, after today's cvsup and builds /usr/libexec/ld-elf.so.1: /usr/local/lib/libtcl84.so.1: Undefined symbol "__xuname" and the archives are not helpful. randy From heas at shrubbery.net Sat Mar 20 19:52:27 2004 From: heas at shrubbery.net (john heasley) Date: Sat, 20 Mar 2004 11:52:27 -0800 Subject: Undefined symbol "__xuname" In-Reply-To: <20040320063909.1A3A117CF9E@guelah.shrubbery.net> References: <20040320063909.1A3A117CF9E@guelah.shrubbery.net> Message-ID: <20040320195227.GC26144@shrubbery.net> Fri, Mar 19, 2004 at 10:38:52PM -0800, Randy Bush: > freebsd current, after today's cvsup and builds > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libtcl84.so.1: Undefined symbol "__xuname" > > and the archives are not helpful. > > randy this is not a rancid problem. you probably have to rebuild tcl and expect (which relies on tcl). my guess is that this symbol is from system lib and it changed or moved. From randy at psg.com Sat Mar 20 20:33:46 2004 From: randy at psg.com (Randy Bush) Date: Sat, 20 Mar 2004 21:33:46 +0100 Subject: Undefined symbol "__xuname" References: <20040320063909.1A3A117CF9E@guelah.shrubbery.net> <20040320195227.GC26144@shrubbery.net> Message-ID: <20040320203348.F402F17CFA8@guelah.shrubbery.net> > this is not a rancid problem. you probably have to rebuild tcl and expect > (which relies on tcl). my guess is that this symbol is from system lib and > it changed or moved. indeed, that was it randy From mohacsi at niif.hu Mon Mar 22 16:17:36 2004 From: mohacsi at niif.hu (Mohacsi Janos) Date: Mon, 22 Mar 2004 17:17:36 +0100 (CET) Subject: Undefined symbol "__xuname" In-Reply-To: <20040320063909.1A3A117CF9E@guelah.shrubbery.net> References: <20040320063909.1A3A117CF9E@guelah.shrubbery.net> Message-ID: <20040322171312.X56200@mignon.ki.iif.hu> On Fri, 19 Mar 2004, Randy Bush wrote: > freebsd current, after today's cvsup and builds > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libtcl84.so.1: Undefined symbol "__xuname" > > and the archives are not helpful. First of all, check this: objdump --dynamic-syms /usr/lib/libtcl84.so.1 |grep __xuname Secondly, I'll bet you have got a 4.x binary involved in there somewhere, and whatever is generating this message is happening because the main executable is being linked against libc.so.4 (which doesn't have __xuname). Probably you have to reinstall libtcl or add Compat4x ! Best Regards, Janos Mohacsi From heas at shrubbery.net Sun Mar 28 02:16:15 2004 From: heas at shrubbery.net (john heasley) Date: Sat, 27 Mar 2004 18:16:15 -0800 Subject: Cisco bug when rolling over to summertime? (was prodswitch router config diffs) In-Reply-To: <40663356.7010708@de-cix.net> References: <40663356.7010708@de-cix.net> Message-ID: <20040328021615.GN25505@shrubbery.net> Sun, Mar 28, 2004 at 04:07:18AM +0200, Nipper, Arnold: > We just rolled over to summertime one hour ago and now rancid reports > that timestamps have changed. IMHO file timestamps should be independent > from summer/regular time. Or am I wrong? you are correct. we reported that bug years ago; sorry, do not know the ddts. > Arnold > > > -------- Original Message -------- > Subject: prodswitch router config diffs > Date: Sun, 28 Mar 2004 03:13:33 +0200 > From: RANCID > To: rancid-prodswitch at xxxxxx > > Index: configs/xxxxxx > =================================================================== > retrieving revision 1.400 > diff -u -4 -r1.400 xxxxxx > @@ -16,10 +16,10 @@ > !Variable: BOOT = > bootflash:RTSYNC_cat6000-sup2cvk9.7-2-2.bin,1;bootflash:cat6000-sup2cvk8.7-2-2.bin,1; > !Variable: CONFIG_FILE = slot0:switch.cfg > ! > !Flash: -#- ED --type-- --crc--- -seek-- nlen -length- > -----date/time------ name > - !Flash: 1 .. ffffffff f08b29a1 a6449c 26 10372124 Oct 22 2002 > 04:55:17 cat6000-sup2cvk8.7-2-2.bin > - !Flash: 2 .. ffffffff 510e0f6a 145e1b0 33 10460308 Oct 24 2002 > 01:43:17 RTSYNC_cat6000-sup2cvk9.7-2-2.bin > + !Flash: 1 .. ffffffff f08b29a1 a6449c 26 10372124 Oct 22 2002 > 05:55:17 cat6000-sup2cvk8.7-2-2.bin > + !Flash: 2 .. ffffffff 510e0f6a 145e1b0 33 10460308 Oct 24 2002 > 02:43:17 RTSYNC_cat6000-sup2cvk9.7-2-2.bin > !Flash: 11148880 bytes available (20832688 bytes used) > ! From AOtto at LEAR.com Mon Mar 29 15:58:07 2004 From: AOtto at LEAR.com (Otto, Axel) Date: Mon, 29 Mar 2004 17:58:07 +0200 Subject: Newbie question Message-ID: I'm new to RANCID (and UNIX for that matter) so please forgive me if I do ask something stupid.... I was successfully able to get Rancid up and running and it's working great for me. At the moment I use it to monitor 350 different Cisco routers. And here is my problem: I would like to see who have done configuration changes on our routers, this information is usually shown if you do a "show running-config" on a router. Unfortunately this information gets filtered out by the rancid process and I have no clue how to keep it. Is there somebody out there who can help? Thanks a lot for this great tool and for your support Axel Otto ********************** ** LEGAL DISCLAIMER ** ********************** This E-mail message and any attachments may contain legally privileged, confidential or proprietary information. If you are not the intended recipient(s), or the employee or agent responsible for delivery of this message to the intended recipient(s), you are hereby notified that any dissemination, distribution or copying of this E-mail message is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete this E-mail message from your computer. From jaitken at aitken.com Mon Mar 29 16:22:44 2004 From: jaitken at aitken.com (Jeff Aitken) Date: Mon, 29 Mar 2004 11:22:44 -0500 Subject: Newbie question In-Reply-To: References: Message-ID: <20040329162244.GA91923@eagle.aitken.com> On Mon, Mar 29, 2004 at 05:58:07PM +0200, Otto, Axel wrote: > And here is my problem: I would like to see who have done configuration > changes on our routers, this information is usually shown if you do a "show > running-config" on a router. Unfortunately this information gets filtered > out by the rancid process and I have no clue how to keep it. > Is there somebody out there who can help? Assuming you're talking about this output: ! ! Last configuration change at 07:02:04 UTC Sat Mar 27 2004 by jaitken ! NVRAM config last updated at 07:02:06 UTC Sat Mar 27 2004 by jaitken ! rancid could probably be tweaked to save it. I've never done this personally but it shouldn't be hard. However, the problem is that this only tells you the *last* person who changed the config and who saved it to NVRAM. If you want to know the complete set of people who made changes (and what specific changes they made) you really want command logging of some kind. How you configure this depends on a number of factors including the protocol you use (RADIUS, TACACS), the level of detail you want, and so on. For more info, look on CCO for the 'aaa accounting' hierarchy of commands and go from there. router(config)#aaa accounting ? commands For exec (shell) commands. connection For outbound connections. (telnet, rlogin) exec For starting an exec (shell). nested When starting PPP from EXEC, generate NETWORK records before EXEC-STOP record. network For network services. (PPP, SLIP, ARAP) send Send records to accounting server. suppress Do not generate accounting records for a specific type of user system For System events. update Enable accounting update records. HTH, --Jeff From asp at partan.com Mon Mar 29 16:25:09 2004 From: asp at partan.com (Andrew Partan) Date: Mon, 29 Mar 2004 11:25:09 -0500 Subject: Newbie question In-Reply-To: References: Message-ID: <20040329162508.GB66913@partan.com> On Mon, Mar 29, 2004 at 05:58:07PM +0200, Otto, Axel wrote: > for me. At the moment I use it to monitor 350 different Cisco routers. > And here is my problem: I would like to see who have done configuration > changes on our routers, this information is usually shown if you do a "show > running-config" on a router. Unfortunately this information gets filtered > out by the rancid process and I have no clue how to keep it. You really need to watch the syslog output from the routers for that. The 'show running' info only mentions the last change, not all of the ones before that. --asp From AOtto at LEAR.com Mon Mar 29 16:37:14 2004 From: AOtto at LEAR.com (Otto, Axel) Date: Mon, 29 Mar 2004 18:37:14 +0200 Subject: Newbie question Message-ID: -----Original Message----- From: Andrew Partan [mailto:asp at partan.com] Sent: Montag, 29. M?rz 2004 06:25 PM To: Otto, Axel Cc: rancid-discuss at shrubbery.net Subject: Re: Newbie question On Mon, Mar 29, 2004 at 05:58:07PM +0200, Otto, Axel wrote: > for me. At the moment I use it to monitor 350 different Cisco routers. > And here is my problem: I would like to see who have done configuration > changes on our routers, this information is usually shown if you do a "show > running-config" on a router. Unfortunately this information gets filtered > out by the rancid process and I have no clue how to keep it. You really need to watch the syslog output from the routers for that. The 'show running' info only mentions the last change, not all of the ones before that. --asp Thanks a lot for your quick response, but this is exactly what I'm looking for. I know that only the last "changer" will be saved that way but, based on the fact that this would be stored at CVS, it would work for me. A simple Diff would show the config changes and, at least, the one who did the "latest" change since the last run of Rancid. Axel Otto ********************** ** LEGAL DISCLAIMER ** ********************** This E-mail message and any attachments may contain legally privileged, confidential or proprietary information. If you are not the intended recipient(s), or the employee or agent responsible for delivery of this message to the intended recipient(s), you are hereby notified that any dissemination, distribution or copying of this E-mail message is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete this E-mail message from your computer. From jaitken at aitken.com Mon Mar 29 16:43:55 2004 From: jaitken at aitken.com (Jeff Aitken) Date: Mon, 29 Mar 2004 11:43:55 -0500 Subject: Newbie question In-Reply-To: References: Message-ID: <20040329164355.GB92173@eagle.aitken.com> On Mon, Mar 29, 2004 at 06:37:14PM +0200, Otto, Axel wrote: > Thanks a lot for your quick response, but this is exactly what I'm looking > for. I know that only the last "changer" will be saved that way but, based > on the fact that this would be stored at CVS, it would work for me. I think this might do what you want: % diff -c rancid rancid.new *** rancid Mon Mar 29 08:38:19 2004 --- rancid.new Mon Mar 29 08:40:59 2004 *************** *** 1130,1139 **** } tr/\015//d; } - # some versions have other crap mixed in with the bits in the - # block above - /^! (Last configuration|NVRAM config last)/ && next; - # skip consecutive comment lines to avoid oscillating extra comment # line on some access servers. grrr. if (/^!/) { --- 1130,1135 ---- --Jeff From dcorbe at resultstel.com Wed Mar 31 21:55:14 2004 From: dcorbe at resultstel.com (Daniel Corbe) Date: Wed, 31 Mar 2004 16:55:14 -0500 Subject: New to Rancid Message-ID: <406B3E42.5060102@resultstel.com> Trying to set up rancid. When I do rancid-run I don't see any CVS updates. It would appear as if it isn't grabbing any confing info at all from my routers. After I run rancid-run my router.db file gets truncated to Zero: -rw-rw---- 1 root rancid 0 Mar 31 15:50 router.db Not sure what I did wrong. This is my rancid.conf TERM=network;export TERM umask 027 TMPDIR=/tmp; export TMPDIR BASEDIR=/usr/local/var; export BASEDIR PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/usr/local/bin:/usr/bin; export PATH CVSROOT=$BASEDIR/CVS; export CVSROOT LOGDIR=$BASEDIR/logs; export LOGDIR OLDTIME=4; export OLDTIME LOCKTIME=4; export LOCKTIME PAR_COUNT=5; export PAR_COUNT LIST_OF_GROUPS="cpe edge switches" Any help would be appriciated. Thanks From heas at shrubbery.net Wed Mar 31 22:01:26 2004 From: heas at shrubbery.net (john heasley) Date: Wed, 31 Mar 2004 14:01:26 -0800 Subject: New to Rancid In-Reply-To: <406B3E42.5060102@resultstel.com> References: <406B3E42.5060102@resultstel.com> Message-ID: <20040331220126.GR2263@shrubbery.net> did you run create_cvs (rancid-cvs in newer version)? Wed, Mar 31, 2004 at 04:55:14PM -0500, Daniel Corbe: > Trying to set up rancid. > > When I do rancid-run I don't see any CVS updates. It would appear as if > it isn't grabbing any confing info at all from my routers. After I run > rancid-run my router.db file gets truncated to Zero: > > -rw-rw---- 1 root rancid 0 Mar 31 15:50 router.db > > Not sure what I did wrong. > > This is my rancid.conf > > TERM=network;export TERM > umask 027 > TMPDIR=/tmp; export TMPDIR > BASEDIR=/usr/local/var; export BASEDIR > PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/usr/local/bin:/usr/bin; > export PATH > CVSROOT=$BASEDIR/CVS; export CVSROOT > LOGDIR=$BASEDIR/logs; export LOGDIR > OLDTIME=4; export OLDTIME > LOCKTIME=4; export LOCKTIME > PAR_COUNT=5; export PAR_COUNT > LIST_OF_GROUPS="cpe edge switches" > > Any help would be appriciated. > > Thanks From dcorbe at resultstel.com Wed Mar 31 22:03:52 2004 From: dcorbe at resultstel.com (Daniel Corbe) Date: Wed, 31 Mar 2004 17:03:52 -0500 Subject: New to Rancid In-Reply-To: <20040331220126.GR2263@shrubbery.net> References: <406B3E42.5060102@resultstel.com> <20040331220126.GR2263@shrubbery.net> Message-ID: <406B4048.4000306@resultstel.com> Yuhp john heasley wrote: >did you run create_cvs (rancid-cvs in newer version)? > >Wed, Mar 31, 2004 at 04:55:14PM -0500, Daniel Corbe: > > >>Trying to set up rancid. >> >>When I do rancid-run I don't see any CVS updates. It would appear as if >>it isn't grabbing any confing info at all from my routers. After I run >>rancid-run my router.db file gets truncated to Zero: >> >>-rw-rw---- 1 root rancid 0 Mar 31 15:50 router.db >> >>Not sure what I did wrong. >> >>This is my rancid.conf >> >>TERM=network;export TERM >>umask 027 >>TMPDIR=/tmp; export TMPDIR >>BASEDIR=/usr/local/var; export BASEDIR >>PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/usr/local/bin:/usr/bin; >>export PATH >>CVSROOT=$BASEDIR/CVS; export CVSROOT >>LOGDIR=$BASEDIR/logs; export LOGDIR >>OLDTIME=4; export OLDTIME >>LOCKTIME=4; export LOCKTIME >>PAR_COUNT=5; export PAR_COUNT >>LIST_OF_GROUPS="cpe edge switches" >> >>Any help would be appriciated. >> >>Thanks >> >> > > > > From dcorbe at resultstel.com Wed Mar 31 22:44:29 2004 From: dcorbe at resultstel.com (Daniel Corbe) Date: Wed, 31 Mar 2004 17:44:29 -0500 Subject: New to Rancid In-Reply-To: <406B43F5.6060406@resultstel.com> References: <406B3E42.5060102@resultstel.com> <20040331220126.GR2263@shrubbery.net> <406B4048.4000306@resultstel.com> <20040331220504.GS2263@shrubbery.net> <406B43F5.6060406@resultstel.com> Message-ID: <406B49CD.1060505@resultstel.com> Howdy, :) By backtracing my Qmail logs, rancid seems to be sending diff files to the user that's running rancid. The rancid username in this case is "rancid at mars.resultstel.com" This solves the problem from my end. I can simply forward "rancid at mars.resultstel.com" to the Mailing List I set up to receive the diffs; however, as a matter of convenience it'd be nice if I could send them somewhere else. Specifically if it would honor the rancid-group at domain E-Mail addresses for each of the router diffs and their respective groups. From what I've read in the documentation, it should do this now. I'm not sure how to set it up though. Thanks for all your help BTW. Daniel Corbe wrote: > > I recreated the router.db files by hand and now they seem to be > sticking around. I'm guessing that was just as a consequence of me > setting those files up before I did a rancid-cvs. *shrug* > > Now though, I don't see any diffs being mailed off. Not sure they're > even making it into the CVS repository. Does rancid-run do a cvs > commit when it's done? > > [rancid at mars edge]$ cvs update -AdP > cvs update: Updating . > ? routers.all > ? routers.down > ? routers.failed > ? routers.up > cvs update: Updating configs > cvs update: cannot open CVS/Entries for reading: No such file or > directory > > john heasley wrote: > >> cd to the dir where this router.db file is and run >> cvs update -AdP >> and tell me what the output is. >> >> Wed, Mar 31, 2004 at 05:03:52PM -0500, Daniel Corbe: >> >> >>> Yuhp >>> >>> john heasley wrote: >>> >>> >>> >>>> did you run create_cvs (rancid-cvs in newer version)? >>>> >>>> Wed, Mar 31, 2004 at 04:55:14PM -0500, Daniel Corbe: >>>> >>>> >>>> >>>> >>>>> Trying to set up rancid. >>>>> >>>>> When I do rancid-run I don't see any CVS updates. It would appear >>>>> as if it isn't grabbing any confing info at all from my routers. >>>>> After I run rancid-run my router.db file gets truncated to Zero: >>>>> >>>>> -rw-rw---- 1 root rancid 0 Mar 31 15:50 router.db >>>>> >>>>> Not sure what I did wrong. >>>>> >>>>> This is my rancid.conf >>>>> >>>>> TERM=network;export TERM >>>>> umask 027 >>>>> TMPDIR=/tmp; export TMPDIR >>>>> BASEDIR=/usr/local/var; export BASEDIR >>>>> PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/usr/local/bin:/usr/bin; >>>>> export PATH >>>>> CVSROOT=$BASEDIR/CVS; export CVSROOT >>>>> LOGDIR=$BASEDIR/logs; export LOGDIR >>>>> OLDTIME=4; export OLDTIME >>>>> LOCKTIME=4; export LOCKTIME >>>>> PAR_COUNT=5; export PAR_COUNT >>>>> LIST_OF_GROUPS="cpe edge switches" >>>>> >>>>> Any help would be appriciated. >>>>> >>>>> Thanks >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> >>> >> >> >> >> > > From heas at shrubbery.net Wed Mar 31 22:51:03 2004 From: heas at shrubbery.net (john heasley) Date: Wed, 31 Mar 2004 14:51:03 -0800 Subject: New to Rancid In-Reply-To: <406B49CD.1060505@resultstel.com> References: <406B3E42.5060102@resultstel.com> <20040331220126.GR2263@shrubbery.net> <406B4048.4000306@resultstel.com> <20040331220504.GS2263@shrubbery.net> <406B43F5.6060406@resultstel.com> <406B49CD.1060505@resultstel.com> Message-ID: <20040331225103.GW2263@shrubbery.net> Wed, Mar 31, 2004 at 05:44:29PM -0500, Daniel Corbe: > > Howdy, :) > > By backtracing my Qmail logs, rancid seems to be sending diff files to > the user that's running rancid. The rancid username in this case is > "rancid at mars.resultstel.com" > > This solves the problem from my end. I can simply forward > "rancid at mars.resultstel.com" to the Mailing List I set up to receive the > diffs; however, as a matter of convenience it'd be nice if I could send > them somewhere else. Specifically if it would honor the > rancid-group at domain E-Mail addresses for each of the router diffs and > their respective groups. > > From what I've read in the documentation, it should do this now. I'm > not sure how to set it up though. That is what should be happening. could you send an example email to me? Please also tell me any options you gave to configure, if any. From dcorbe at resultstel.com Wed Mar 31 23:05:15 2004 From: dcorbe at resultstel.com (Daniel Corbe) Date: Wed, 31 Mar 2004 18:05:15 -0500 Subject: New to Rancid In-Reply-To: <20040331225103.GW2263@shrubbery.net> References: <406B3E42.5060102@resultstel.com> <20040331220126.GR2263@shrubbery.net> <406B4048.4000306@resultstel.com> <20040331220504.GS2263@shrubbery.net> <406B43F5.6060406@resultstel.com> <406B49CD.1060505@resultstel.com> <20040331225103.GW2263@shrubbery.net> Message-ID: <406B4EAB.7040309@resultstel.com> Ahh, I didn't read the message :) Silly me it *IS* honoring the group name, just not the domain name. Need to drop the "mars" portion off the host. no options were fed to ./configure Here's the message: Return-Path: Delivered-To: rancid at mars.resultstel.com Received: (qmail 6984 invoked by uid 587); 31 Mar 2004 22:29:10 -0000 Date: 31 Mar 2004 22:29:10 -0000 Message-ID: <20040331222910.6982.qmail at mars.resultstel.com> From: rancid at mars.resultstel.com To: rancid-cpe at mars.resultstel.com Subject: cpe router config diffs Precedence: bulk Index: configs/pinhead-vpn.cpe.resultstel.com =================================================================== retrieving revision 1.4 diff -u -4 -r1.4 pinhead-vpn.cpe.resultstel.com @@ -23,13 +23,13 @@ !Flash: [5591776 bytes used, 6728992 available, 12320768 total] !Flash: 12288K bytes of processor board System flash (Read/Write) ! !Flash: nvram: Directory of nvram:/ - !Flash: nvram: 123 -rw- 3790 startup-config + !Flash: nvram: 123 -rw- 3823 startup-config !Flash: nvram: 124 ---- 5 private-config !Flash: nvram: 1 -rw- 0 ifIndex-table !Flash: nvram: 2 ---- 12 persistent-data - !Flash: nvram: 131072 bytes total (125177 bytes free) + !Flash: nvram: 131072 bytes total (125144 bytes free) ! !Interface: Ethernet1, PQUICC 860T ADDR: 811991E4, FASTSEND: 8002B7C4, MCI_INDEX=0 ! ! @@ -96,8 +96,9 @@ ip nat inside hold-queue 100 out ! interface Ethernet1 + description To Bell South (DSL) no ip address duplex auto pppoe enable pppoe-client dial-pool-number 1 john heasley wrote: >Wed, Mar 31, 2004 at 05:44:29PM -0500, Daniel Corbe: > > >>Howdy, :) >> >>By backtracing my Qmail logs, rancid seems to be sending diff files to >>the user that's running rancid. The rancid username in this case is >>"rancid at mars.resultstel.com" >> >>This solves the problem from my end. I can simply forward >>"rancid at mars.resultstel.com" to the Mailing List I set up to receive the >>diffs; however, as a matter of convenience it'd be nice if I could send >>them somewhere else. Specifically if it would honor the >>rancid-group at domain E-Mail addresses for each of the router diffs and >>their respective groups. >> >>From what I've read in the documentation, it should do this now. I'm >>not sure how to set it up though. >> >> > >That is what should be happening. could you send an example email to me? >Please also tell me any options you gave to configure, if any. > > > > From heas at shrubbery.net Wed Mar 31 23:19:30 2004 From: heas at shrubbery.net (john heasley) Date: Wed, 31 Mar 2004 15:19:30 -0800 Subject: New to Rancid In-Reply-To: <406B4EAB.7040309@resultstel.com> References: <406B3E42.5060102@resultstel.com> <20040331220126.GR2263@shrubbery.net> <406B4048.4000306@resultstel.com> <20040331220504.GS2263@shrubbery.net> <406B43F5.6060406@resultstel.com> <406B49CD.1060505@resultstel.com> <20040331225103.GW2263@shrubbery.net> <406B4EAB.7040309@resultstel.com> Message-ID: <20040331231930.GA7242@shrubbery.net> Wed, Mar 31, 2004 at 06:05:15PM -0500, Daniel Corbe: > > Ahh, I didn't read the message :) Silly me > > it *IS* honoring the group name, just not the domain name. Need to drop > the "mars" portion off the host. > > no options were fed to ./configure > > Here's the message: > > Return-Path: > Delivered-To: rancid at mars.resultstel.com > Received: (qmail 6984 invoked by uid 587); 31 Mar 2004 22:29:10 -0000 > Date: 31 Mar 2004 22:29:10 -0000 > Message-ID: <20040331222910.6982.qmail at mars.resultstel.com> > From: rancid at mars.resultstel.com > To: rancid-cpe at mars.resultstel.com rancid does not append a domain name, unless you're running the latest and have set MAILDOMAIN in rancid.conf, which does not affect the From. otherwise, your MTA is doing that.