Now I understand, I think 8-). The problem is not in finding the ifconfig program, the problem is that ether ifconfig doesn't recognize the team adapter as a real adapter, or pfilter doesn't like the name and use it as an adapter. Could you send the output of 'ifconfig' and 'ifconfig -a' when the team adapter is in place?
On Wed, 2004-02-04 at 07:38, VINOD wrote: > Hi, > I use redhat 7.3. My ifconfig is in /sbin/ifconfig only. > The interesting thing is that, if I disable the teaming, and give specify IP on one > of the real Adapter, It works just fine .The problem arises only when I have a > virtual Adapter ( "team" in my case instead of "eth1 and eth0") > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Neil > Gorsuch > Sent: Wednesday, February 04, 2004 7:01 PM > To: [EMAIL PROTECTED] > Subject: Re: [Oscar-users] Pfilter Gives error with AFT ( n/w teamig) > > > What linux distribution is on this system? > The error looks like pfilter can't find the > ifconfig program in the usual place, the > /sbin directory. Could you please do this > command: > > which ifconfig > > and see where the ifconfig program is installed? > pfilter looks at every directory listed in the > PATH variable for the ifconfig program. If the > ifconfig program is installed somewhere not in > the PATH variable, you can either modify the > PATH variable in the /root/.bash_profile to > include the directory where ifconfig is installed, > or you can edit the /usr/sbin/pfilter program > and change the line that looks like this: > > my $ifconfig_default_path = "/sbin/ifconfig"; > > to point to the correct directory. > > On Wed, 2004-02-04 at 06:56, VINOD wrote: > > Hello, > > I have installed the Oscar version in a interface 'team' ( which is the > > Adapter Folt tolerance ) Configuration With Intel ANS software , After instalation > > it gives the strange error, > > # service pfilter restart > > pfilter: /usr/bin/pfilter: couldn't find any interface names with > > /sbin/ifconfig config. > > > > Could some one throw some light on this ? > > > > Thanks in Advance, > > Vinod. > > NâÃÂzfÂâ+,ÂâÃÂÂÂo!â*lx*'ÃM8>ÂÂâÃà > > âÃzÂÂqÃ':âÂNÅ%Â7ÂzZ)âÃÃjwHÅà > > ÂÂbÂtÅzÃ^nÂÅvÃh|G%ÅâiÃbÂ+rÃÃÂÂÃÃËÂvÂz)âmÂÃÃÃÅâ*lyÃ'ÂÂ?ÂÃg:ÃÂÃÂÃÅÅXÂâXÂÂÃjÂÂzÂ%ÅÃlÂâÂqÃÃÂÂzÃmÂâ?ÃXÂÂÃ(ÂÂ~ÅÃzwÂÃXÂÂÃÃÅÃbÂÃ?ÂÃÂà -- Neil Gorsuch <[EMAIL PROTECTED]> NCSA ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
