[Users] Backup.pm missing?

Ian Lists ian-list at securitypimp.com
Wed Apr 16 07:37:38 CDT 2008


Thanks.. I installed IO-Socket-INET6-2.54.tar.gz and Socket6-0.20.tar.gz from CPAN.  I still saw the same error so I removed Socket6-0.20 and replaced it with Socket6-0.19 which resolved the error with running "perl -c IOS.pm".  However I still get the error "Can't locate ZipTie/Adapters/Cisco/IOS/Backup.pm" error when attempting a backup.

Thanks,
Ian

----- "Zack Salinas" <zsalinas at alterpoint.com> wrote:

> Bingo. So there's the problem, unfortunately I'm not real clear on the
> incompatibilities. It appears there might be something missing from
> the Socket6 RPM that's installed. I've not tested with this on RHEL5,
> so I don't have any further details. Would it be at all possible for
> you to rpm -e that package and do an install of IO::Socket::INET6 from
> CPAN? If not, I'll wait for other ideas from the others. At least
> we've identified the problem now, and I apologize again for the
> oversight in the export statement I gave you earlier. Hopefully we'll
> have you up and running soon.
> 
> Cheers,
> 
> -Z
> 
> ________________________________________
> From: users-bounces at ziptie.org [users-bounces at ziptie.org] On Behalf Of
> Ian Lists [ian-list at securitypimp.com]
> Sent: Tuesday, April 15, 2008 7:23 PM
> To: ZipTie Users
> Subject: Re: [Users] Backup.pm missing?
> 
> Here your go.  I am using the perl-Socket6-0.20-1.el5.rf package from
> rpmforge.
> 
> perl -c IOS.pm
> Socket6 object version 0.20 does not match bootstrap parameter 0.19 at
> /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 253.
> Compilation failed in require at
> /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 23.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 23.
> Compilation failed in require at
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015/scripts/ZipTie/Telnet.pm
> line 11.
> BEGIN failed--compilation aborted at
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015/scripts/ZipTie/Telnet.pm
> line 11.
> Compilation failed in require at
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015/scripts/ZipTie/CLIProtocolFactory.pm
> line 4.
> BEGIN failed--compilation aborted at
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015/scripts/ZipTie/CLIProtocolFactory.pm
> line 4.
> Compilation failed in require at IOS.pm line 6.
> BEGIN failed--compilation aborted at IOS.pm line 6.
> 
> 
> Thanks..
> 
> Ian
> 
> ----- "Zack Salinas" <zsalinas at alterpoint.com> wrote:
> 
> > Thanks, I see what happened. I left out a directory path in my
> > 'export' statement. My apologies. Try this:
> >
> > 1. export
> >
> PERL5LIB=/opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804112015/scripts:/opt/ziptie-server/core/org.ziptie.perl.common_2008.4.0.v200804112015/lib:/opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015/scripts
> >
> > 2. Change into
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804112015/scripts/ZipTie/Adapters/Cisco
> >
> > 3. Run this: perl -c IOS.pm
> >
> >  Reply with what comes back as a result of the above.
> > ________________________________________
> > From: users-bounces at ziptie.org [users-bounces at ziptie.org] On Behalf
> Of
> > Ian Lists [ian-list at securitypimp.com]
> > Sent: Tuesday, April 15, 2008 5:35 PM
> > To: ZipTie Users
> > Subject: Re: [Users] Backup.pm missing?
> >
> > Here you go..
> >
> > # ls -R
> > .:
> > adapters.jar  bin  META-INF  schema  scripts
> >
> > ./bin:
> > linux  macosx  solaris  windows
> >
> > ./bin/linux:
> > plink  pscp
> >
> > ./bin/macosx:
> > plink  pscp
> >
> > ./bin/solaris:
> > plink  pscp
> >
> > ./bin/windows:
> > plink.exe  pscp.exe
> >
> > ./META-INF:
> > MANIFEST.MF
> >
> > ./schema:
> > adapters  model
> >
> > ./schema/adapters:
> > AdapterMetadataSchema.xsd
> >
> > ./schema/model:
> > cisco.xsd  initech.xsd  netconftypes.xsd  sampleCatOS.xml
> > sampleIOS.xml  sampleJUNOS.xml  ziptie-common.xsd  ziptie-core.xsd
> >
> > ./scripts:
> > invoke.pl  Makefile  samples  tests  ZipTie  ziptie-types.xml
> >
> > ./scripts/samples:
> > baystackInvoke.xml  catosInvoke.xml    fastironInvoke.xml
> > iosCmdInvoke.xml  iosRestore.xml    junosInvoke.xml   
> ofrInvoke.xml
> > securityApplianceInvoke.xml
> > bigipInvoke.xml     extremeInvoke.xml  genericSnmpInvoke.xml
> > iosInvoke.xml     iosSimInvoke.xml  linksysInvoke.xml  readme
> >
> > ./scripts/tests:
> > 01_Utils.t  Makefile  singleSsh.pl  sshLoad.pl
> >
> > ./scripts/ZipTie:
> > Adapters               CLIProtocol.pm     Credentials.pm  Logger.pm
> >   Recording     RestoreFile.pm  SnmpSessionFactory.pm 
> StreamPipe.pm
> > TFTP.pm                     Typer.pm
> > CliCommands.pm         ConnectionPath     FTP.pm          Model
> >   Recording.pm  SCP.pm          SSHCore.pm             Telnet.pm
> > TransferProtocolFactory.pm  validate.jar
> > CLIProtocolFactory.pm  ConnectionPath.pm  HTTP.pm
> > PidWatcher.pm  Response.pm   SNMP.pm         SSH.pm
> > TestElf.pm     TransferProtocol.pm
> >
> > ./scripts/ZipTie/Adapters:
> > EnterpriseNumbers.pm  enterprises  GenericAdapter.pm  Invoker.pm
> > Utils.pm
> >
> > ./scripts/ZipTie/ConnectionPath:
> > FileServer.pm  Protocol.pm
> >
> > ./scripts/ZipTie/Model:
> > XmlPrint.pm
> >
> > ./scripts/ZipTie/Recording:
> > Interaction.pm
> >
> >
> >
> > ----- "Zack Salinas" <zsalinas at alterpoint.com> wrote:
> >
> > > Can you drop into this directory:
> > >
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015
> > >
> > > And do an ls -R  and post back with what comes back.
> > >
> > > Thanks,
> > >
> > > -Z
> > > ________________________________________
> > > From: users-bounces at ziptie.org [users-bounces at ziptie.org] On
> Behalf
> > Of
> > > Ian Lists [ian-list at securitypimp.com]
> > > Sent: Tuesday, April 15, 2008 3:58 PM
> > > To: ZipTie Users
> > > Cc: ZipTie Users
> > > Subject: Re: [Users] Backup.pm missing?
> > >
> > > Here is what I am see after trying this..
> > >
> > > perl -c IOS.pm
> > > Can't locate ZipTie/CLIProtocolFactory.pm in @INC (@INC contains:
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804112015/scripts
> > >
> >
> /opt/ziptie-server/core/org.ziptie.perl.common_2008.4.0.v200804112015/lib
> > >
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015
> > > /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
> > > /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
> > > /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
> > > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
> > > /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
> > > /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
> > > /usr/lib/perl5/site_perl
> > > /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
> > > /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
> > > /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
> > > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
> > > /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7
> > > /usr/lib/perl5/vendor_perl/5.8.6 /!
> > >  usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl
> > > /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8
> > .)
> > > at IOS.pm line 6.
> > > BEGIN failed--compilation aborted at IOS.pm line 6.
> > >
> > >
> > >
> > > ----- "Zack Salinas" <zsalinas at alterpoint.com> wrote:
> > >
> > > > Yep, let's try this.
> > > >
> > > > 1. export
> > > >
> > >
> >
> PERL5LIB=/opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804112015/scripts:/opt/ziptie-server/core/org.ziptie.perl.common_2008.4.0.v200804112015/lib:/opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015
> > > > 2. Change into
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804112015/scripts/ZipTie/Adapters/Cisco
> > > > 3. Run this: perl -c IOS.pm
> > > >
> > > > Reply with what comes back as a result of the above.
> > > >
> > > > -Z
> > > >
> > > > ________________________________________
> > > > From: users-bounces at ziptie.org [users-bounces at ziptie.org] On
> > Behalf
> > > Of
> > > > Ryan Kruse [rkruse at alterpoint.com]
> > > > Sent: Tuesday, April 15, 2008 1:19 PM
> > > > To: 'ZipTie Users'
> > > > Subject: Re: [Users] Backup.pm missing?
> > > >
> > > > 5.8.8 = good.
> > > >
> > > > By the way, this error is because the adapter piece first tries
> > to
> > > run
> > > > the method "ZipTie::Adapters::Cisco::IOS->backup" and that
> fails
> > > > compile so it tries to look instead for a module called
> > Backup.pm,
> > > > which doesn't exist.
> > > >
> > > > So the real problem is not that Backup.pm doesn't exist, but
> why
> > > your
> > > > IOS->backup method is failing.  I'm surprised that your
> > > perlcheck.pl
> > > > script says 'Yatta'.
> > > >
> > > > Anybody else have any thoughts?
> > > >
> > > > -----Original Message-----
> > > > From: users-bounces at ziptie.org
> [mailto:users-bounces at ziptie.org]
> > On
> > > > Behalf Of Ian Lists
> > > > Sent: Tuesday, April 15, 2008 12:58 PM
> > > > To: ZipTie Users
> > > > Cc: ZipTie Users
> > > > Subject: Re: [Users] Backup.pm missing?
> > > >
> > > >
> > > >
> > > > perl -v
> > > >
> > > > This is perl, v5.8.8 built for i386-linux-thread-multi
> > > >
> > > >
> > > > Thanks.
> > > >
> > > >
> > > > ----- "Ryan Kruse" <rkruse at alterpoint.com> wrote:
> > > >
> > > > > Ian,
> > > > >
> > > > > Which version of Perl are you running? Run 'perl -v' to find
> > out.
> > > > >
> > > > > We currently have some issues with the new ActiveState Perl
> > 5.10
> > > > that
> > > > > was put out a few weeks ago.  If you do have 5.10 please
> > > uninstall
> > > > and
> > > > > put 5.8.8 on and run the perlcheck.pl script again.
> > > > >
> > > > > -Ryan
> > > > >
> > > > > -----Original Message-----
> > > > > From: users-bounces at ziptie.org
> > [mailto:users-bounces at ziptie.org]
> > > On
> > > > > Behalf Of Ian Lists
> > > > > Sent: Tuesday, April 15, 2008 12:14 PM
> > > > > To: ZipTie Users
> > > > > Cc: ZipTie Users
> > > > > Subject: Re: [Users] Backup.pm missing?
> > > > >
> > > > > Please see the logs below.
> > > > >
> > > > > java -version
> > > > > java version "1.6.0_05"
> > > > > Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java
> > > > HotSpot(TM)
> > > > > Client VM (build 10.0-b19, mixed mode, sharing)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > 08-04-15 13:52:11,743 [AdapterInvokerElf        ] [btpool0-2
> > > > >         ] DEBUG - Invoking
> ZipTie::Adapters::Cisco::IOS#backup
> > > > > 08-04-15 13:52:11,955 [AdapterServlet           ] [btpool0-2
> > > > >         ] DEBUG - Can't locate
> > > ZipTie/Adapters/Cisco/IOS/Backup.pm
> > > > in
> > > > > @INC (@INC contains: . .
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.foundry.fastiron_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.linksys_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.corebuilder_2008.
> > > > > 4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.tiara_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.marconi.atmswitch_2008.4.0
> > > > > .v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.f5.bigip_2008.4.0.v2008041
> > > > > 12015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804
> > > > > 112015/scripts
> > > > >
> /opt/ziptie-server/core/org.ziptie.perl_2008.4.0.v200804112015
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/core/org.ziptie.perl.common_2008.4.0.v200804112015/
> > > > > lib
> > /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v20080!
> > > > >  4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/tools/org.ziptie.tools.scripts_2008.4.0.v2008041120
> > > > > 15/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.bayrs_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.extreme.switch_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.enterasys.verticalhorizon_
> > > > > 2008.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.securityappliance_20
> > > > > 08.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.alteon.ad3_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.passport_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.Three005_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.extreme.xos_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.baystack_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.enterasys.ssr_2008.4.0.v!
> > > > >  200804112015/scripts
> > > > > /opt/ziptie-server/adapters/ziptie.adapters.cisco
> > > > > .vxworks_2008.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.f5.threedns_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.passport1600_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.waas_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.cs500_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.arrowpoint_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.adtran.netvanta_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.juniper.junos_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.juniper.screenos_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.switch4400_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.contivity_2008.4.0.
> > > > > v200804112015/scripts
> > > /opt/ziptie-server/adapters/ziptie.adapters!
> > > > >  .vyatta.ofr_2008.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.hp.procurve_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.hp.procurvem_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.catos_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.generic.snmp_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.alcatel.omniswitch_2008.4.
> > > > > 0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.localdirector_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nokia.checkpoint_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.accelar_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.dell.powerconnect_2008.4.0
> > > > > .v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.apc.smartups_2008.4.0.v200
> > > > > 804112015/scripts
> /opt/ziptie-server/adapters/ziptie.adapters!
> > > > >  .threecom.switch3300_2008.4.0.v200804112015/scripts
> > > > > /opt/ziptie-server
> > > > >
> > > >
> > >
> >
> /adapters/ziptie.adapters.aruba.arubaos_2008.4.0.v200804112015/scripts
> > > > > /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
> > > > > /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
> > > > > /usr/lib/perl5/site_perl
> > > > > /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.8
> > /usr/lib/perl5/vendor_perl/5.8.7
> > > > > /usr/lib/perl5/vendor_perl/5.8.6
> > /usr/lib/perl5/vendor_perl/5.8.5
> > > > > /usr/lib/perl5/vendor_perl
> > > > > /usr/lib/perl5/5.8.8/i386-linux-thread-multi
> > /usr/lib/perl5/5.8.8
> > > > .)
> > > > > at (eval 6) line 1, <STDIN> line 169.
> > > > > BEGIN failed--compilation aborted at (eval 6) line 1, <STDIN>
> > > line
> > > > > 169.
> > > > >
> > > > >
> > > > > java.lang.reflect.InvocationTargetException: Can't locate
> > > > > ZipTie/Adapters/Cisco/IOS/Backup.pm in @INC (@INC contains: .
> .
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.foundry.fastiron_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.linksys_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.corebuilder_2008.
> > > > > 4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.tiara_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.marconi.atmswitch_2008.4.0
> > > > > .v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.f5.bigip_2008.4.0.v2008041
> > > > > 12015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804
> > > > > 112015/scripts
> > > > >
> /opt/ziptie-server/core/org.ziptie.perl_2008.4.0.v200804112015
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/core/org.ziptie.perl.common_2008.4.0.v200804112015/
> > > > > lib
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015/scr
> > > > > ipts
> > > > > /opt/ziptie-server/tools/org!
> > > > >  .ziptie.tools.scripts_2008.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.bayrs_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.extreme.switch_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.enterasys.verticalhorizon_
> > > > > 2008.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.securityappliance_20
> > > > > 08.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.alteon.ad3_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.passport_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.Three005_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.extreme.xos_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.baystack_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.enterasys.ssr_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > > /opt/ziptie-server/adap!
> > > > >
> > > ters/ziptie.adapters.cisco.vxworks_2008.4.0.v200804112015/scripts
> > > > > /opt
> > > > >
> > > >
> > >
> >
> /ziptie-server/adapters/ziptie.adapters.f5.threedns_2008.4.0.v20080411
> > > > > 2015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.passport1600_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.waas_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.cs500_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.arrowpoint_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.adtran.netvanta_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.juniper.junos_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.juniper.screenos_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.switch4400_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.contivity_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.vyatta.ofr_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > > /!
> > > > >
> > > > >
> > > >
> > >
> >
> opt/ziptie-server/adapters/ziptie.adapters.hp.procurve_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.hp.procurvem_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.catos_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.generic.snmp_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.alcatel.omniswitch_2008.4.
> > > > > 0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.localdirector_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nokia.checkpoint_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.accelar_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.dell.powerconnect_2008.4.0
> > > > > .v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.apc.smartups_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.switch3300_2008.4.0.v200804112015/!
> > > > >  scripts
> > > > >
> /opt/ziptie-server/adapters/ziptie.adapters.aruba.arubaos_2008
> > > > > .4.0.v200804112015/scripts
> > > > > /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
> > > > > /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
> > > > > /usr/lib/perl5/site_perl
> > > > > /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.8
> > /usr/lib/perl5/vendor_perl/5.8.7
> > > > > /usr/lib/perl5/vendor_perl/5.8.6
> > /usr/lib/perl5/vendor_perl/5.8.5
> > > > > /usr/lib/perl5/vendor_perl
> > > > > /usr/lib/perl5/5.8.8/i386-linux-thread-multi
> > /usr/lib/perl5/5.8.8
> > > > .)
> > > > > at (eval 6) line 1, <STDIN> line 169.
> > > > > BEGIN failed--compilation aborted at (eval 6) line 1, <STDIN>
> > > line
> > > > > 169.
> > > > >
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ziptie.adapters.AdapterInvokerElf.getException(AdapterInvokerElf.java:157)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ziptie.adapters.AdapterInvokerElf.invoke(AdapterInvokerElf.java:142)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ziptie.adapters.ws.AdapterServlet.doPost(AdapterServlet.java:125)
> > > > >         at
> > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
> > > > >         at
> > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ziptie.zap.metro.ZThreadContextFilter.doFilter(ZThreadContextFilter.java:34)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ops4j.pax.web.service.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:56)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:722)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ops4j.pax.web.service.internal.HttpServiceContext.handle(HttpServiceContext.java:107)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ops4j.pax.web.service.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:64)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
> > > > >         at org.mortbay.jetty.Server.handle(Server.java:324)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842)
> > > > >         at
> > > > > org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
> > > > >         at
> > > > >
> > org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
> > > > >         at
> > > > >
> > org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:620)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.
> > > > > java:450) Caused by: org.ziptie.perl.PerlException: Can't
> > locate
> > > > > ZipTie/Adapters/Cisco/IOS/Backup.pm in @INC (@INC contains: .
> .
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.foundry.fastiron_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.linksys_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.corebuilder_2008.
> > > > > 4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.tiara_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.marconi.atmswitch_2008.4.0
> > > > > .v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.f5.bigip_2008.4.0.v2008041
> > > > > 12015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.ios_2008.4.0.v200804
> > > > > 112015/scripts
> > > > >
> /opt/ziptie-server/core/org.ziptie.perl_2008.4.0.v200804112015
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/core/org.ziptie.perl.common_2008.4.0.v200804112015/
> > > > > lib
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/core/org.ziptie.adapters_2008.4.0.v200804112015/scr
> > > > > ipts
> > > > > /opt/ziptie-server/tools/org.zi!
> > > > >  ptie.tools.scripts_2008.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.bayrs_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.extreme.switch_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.enterasys.verticalhorizon_
> > > > > 2008.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.securityappliance_20
> > > > > 08.4.0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.alteon.ad3_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.passport_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.Three005_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.extreme.xos_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.baystack_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.enterasys.ssr_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > > /opt/ziptie-server/adapter!
> > > > > 
> s/ziptie.adapters.cisco.vxworks_2008.4.0.v200804112015/scripts
> > > > > /opt/zi
> > > > >
> > > >
> > >
> >
> ptie-server/adapters/ziptie.adapters.f5.threedns_2008.4.0.v20080411201
> > > > > 5/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.passport1600_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.waas_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.cs500_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.arrowpoint_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.adtran.netvanta_2008.4.0.v
> > > > > 200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.juniper.junos_2008.4.0.v20
> > > > > 0804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.juniper.screenos_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.switch4400_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.contivity_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.vyatta.ofr_2008.4.0.v20080
> > > > > 4112015/scripts
> > > > > /opt!
> > > > >
> > > > >
> > > >
> > >
> >
> /ziptie-server/adapters/ziptie.adapters.hp.procurve_2008.4.0.v20080411
> > > > > 2015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.hp.procurvem_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.catos_2008.4.0.v2008
> > > > > 04112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.generic.snmp_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.alcatel.omniswitch_2008.4.
> > > > > 0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.cisco.localdirector_2008.4
> > > > > .0.v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nokia.checkpoint_2008.4.0.
> > > > > v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.nortel.accelar_2008.4.0.v2
> > > > > 00804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.dell.powerconnect_2008.4.0
> > > > > .v200804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.apc.smartups_2008.4.0.v200
> > > > > 804112015/scripts
> > > > >
> > > >
> > >
> >
> /opt/ziptie-server/adapters/ziptie.adapters.threecom.switch3300_2008.4.0.v200804112015/scr!
> > > > >  ipts
> > > > >
> > /opt/ziptie-server/adapters/ziptie.adapters.aruba.arubaos_2008.4.
> > > > > 0.v200804112015/scripts
> > > > > /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
> > > > > /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
> > > > > /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
> > > > > /usr/lib/perl5/site_perl
> > > > > /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
> > > > > /usr/lib/perl5/vendor_perl/5.8.8
> > /usr/lib/perl5/vendor_perl/5.8.7
> > > > > /usr/lib/perl5/vendor_perl/5.8.6
> > /usr/lib/perl5/vendor_perl/5.8.5
> > > > > /usr/lib/perl5/vendor_perl
> > > > > /usr/lib/perl5/5.8.8/i386-linux-thread-multi
> > /usr/lib/perl5/5.8.8
> > > > .)
> > > > > at (eval 6) line 1, <STDIN> line 169.
> > > > > BEGIN failed--compilation aborted at (eval 6) line 1, <STDIN>
> > > line
> > > > > 169.
> > > > >
> > > > >
> > > > >         at
> > > > > org.ziptie.perl.PerlServer.readResponse(PerlServer.java:452)
> > > > >         at
> org.ziptie.perl.PerlServer.eval(PerlServer.java:275)
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.ziptie.adapters.AdapterInvokerElf.invoke(AdapterInvokerElf.java:129)
> > > > >         ... 23 more
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ----- "Brett Wooldridge" <bwooldridge at alterpoint.com> wrote:
> > > > >
> > > > > > Re: [Users] Backup.pm missing? Can you delete your
> > > > ziptieServer.log
> > > > > > and restart the server? Then try to backup the device and
> > when
> > > it
> > > > > > fails check the log for errors. If you have an exception
> > trace,
> > > > > post
> > > > > > it here and we'll take a look at it.
> > > > > >
> > > > > > -Brett
> > > > > >
> > > > > > On 4/15/08 10:29 PM, "Ian Lists"
> <ian-list at securitypimp.com>
> > > > wrote:
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ----- "Ryan Kruse" <rkruse at alterpoint.com> wrote:
> > > > > >
> > > > > > > Run the perlcheck.pl script from your home directory.
> > > > > > >
> > > > > > > Ryan
> > > > > > >
> > > > > > > ----- Original Message -----
> > > > > > > From: users-bounces at ziptie.org <users-bounces at ziptie.org>
> > > > > > > To: users at ziptie.org <users at ziptie.org>
> > > > > > > Sent: Tue Apr 15 07:22:47 2008
> > > > > > > Subject: [Users] Backup.pm missing?
> > > > > > >
> > > > > > > I just installed the ZipTie 2008.04 beta release. Backups
> > are
> > > > > > failing
> > > > > > > with the following error.
> > > > > > >
> > > > > > > Can't locate ZipTie/Adapters/Cisco/IOS/Backup.pm
> > > > > > >
> > > > > > > I can't seem to find that file anywhere. Was it log
> > included
> > > in
> > > > > the
> > > > > > > build from
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://ziptie.org/builds/ZipTie-2008.04-beta/ziptie-server-2008.04-beta.tgz?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Ian
> > > > > > > _______________________________________________
> > > > > > > Users mailing list
> > > > > > > Users at ziptie.org
> > > > > > > http://mailman.ziptie.org/listinfo/users
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Users mailing list
> > > > > > > Users at ziptie.org
> > > > > > > http://mailman.ziptie.org/listinfo/users
> > > > > >
> > > > > >
> > > > > > [root at tracker ziptie-server]# pwd
> > > > > > /opt/ziptie-server
> > > > > > [root at tracker ziptie-server]# perl perlcheck.pl All the
> Perl
> > > > > modules
> > > > > > required by ZipTie are already installed! Yatta!
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > Users mailing list
> > > > > > Users at ziptie.org
> > > > > > http://mailman.ziptie.org/listinfo/users
> > > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > Users mailing list
> > > > > > Users at ziptie.org
> > > > > > http://mailman.ziptie.org/listinfo/users
> > > > >
> > > > > _______________________________________________
> > > > > Users mailing list
> > > > > Users at ziptie.org
> > > > > http://mailman.ziptie.org/listinfo/users
> > > > >
> > > > > _______________________________________________
> > > > > Users mailing list
> > > > > Users at ziptie.org
> > > > > http://mailman.ziptie.org/listinfo/users
> > > > _______________________________________________
> > > > Users mailing list
> > > > Users at ziptie.org
> > > > http://mailman.ziptie.org/listinfo/users
> > > >
> > > >
> > > > _______________________________________________
> > > > Users mailing list
> > > > Users at ziptie.org
> > > > http://mailman.ziptie.org/listinfo/users
> > > >
> > > >
> > > > _______________________________________________
> > > > Users mailing list
> > > > Users at ziptie.org
> > > > http://mailman.ziptie.org/listinfo/users
> > >
> > > _______________________________________________
> > > Users mailing list
> > > Users at ziptie.org
> > > http://mailman.ziptie.org/listinfo/users
> > >
> > >
> > > _______________________________________________
> > > Users mailing list
> > > Users at ziptie.org
> > > http://mailman.ziptie.org/listinfo/users
> > _______________________________________________
> > Users mailing list
> > Users at ziptie.org
> > http://mailman.ziptie.org/listinfo/users
> >
> >
> > _______________________________________________
> > Users mailing list
> > Users at ziptie.org
> > http://mailman.ziptie.org/listinfo/users
> _______________________________________________
> Users mailing list
> Users at ziptie.org
> http://mailman.ziptie.org/listinfo/users
> 
> 
> _______________________________________________
> Users mailing list
> Users at ziptie.org
> http://mailman.ziptie.org/listinfo/users


More information about the Users mailing list