This was a mistake on my part. I assumed that interface names would always look like LETTER(S)NUMBER(S) such as "eth0", but would never be just LETTER(S) such as "team". I fixed this with a new version of pfilter just now (I can't really test it on any my machines because they have no interface with a name such as that). Please download the new pfilter version rpm file at either:
http://sponge.ncsa.uiuc.edu/ftp/pfilter/1.706/pfilter-1.706-1.noarch.rpm or at: ftp://sponge.ncsa.uiuc.edu/pfilter/1.706/pfilter-1.706-1.noarch.rpm upgrade the pfilter in your system with a command like: rpm -Uvh pfilter-1.706-1.noarch.rpm restart pfilter with the "team" interface enabled with this: /usr/sbin/pfilter restart and see if it works. If not, I'll figure out what error I made in the regular expression code I updated within pfilter and we'll try again. If there is a problem still, send me the file /etc/pfilter.cmds after you restart pfilter. Thanks for helping me find this problem in pfilter. On Wed, 2004-02-04 at 21:49, VINOD wrote: > Thanks for putting efforts for me > > output of "ifconfig -a " > ==================== > team Link encap:Ethernet HWaddr 00:0E:0C:08:64:94 > inet addr:151.9.1.1 Bcast:151.9.255.255 Mask:255.255.0.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:223887 errors:0 dropped:0 overruns:0 frame:0 > TX packets:116177 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:17179867 (16.3 Mb) TX bytes:10400451 (9.9 Mb) > > eth0 Link encap:Ethernet HWaddr 00:0E:0C:08:64:95 > UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 > RX packets:75563 errors:0 dropped:0 overruns:0 frame:0 > TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:4838033 (4.6 Mb) TX bytes:132 (132.0 b) > Interrupt:31 Base address:0x2400 Memory:fe6a0000-fe6c0000 > > eth1 Link encap:Ethernet HWaddr 00:0E:0C:08:64:94 > UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 > RX packets:148324 errors:0 dropped:0 overruns:0 frame:0 > TX packets:116175 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:12341834 (11.7 Mb) TX bytes:10400319 (9.9 Mb) > Interrupt:30 Base address:0x2440 Memory:fe680000-fe6a0000 > > ians Link encap:Ethernet HWaddr 00:00:00:00:00:00 > [NO FLAGS] MTU:0 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:38677 errors:0 dropped:0 overruns:0 frame:0 > TX packets:38677 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:12354329 (11.7 Mb) TX bytes:12354329 (11.7 Mb) > > > > output of "ifconfig" > ================== > > team Link encap:Ethernet HWaddr 00:0E:0C:08:64:94 > inet addr:151.9.1.1 Bcast:151.9.255.255 Mask:255.255.0.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:223865 errors:0 dropped:0 overruns:0 frame:0 > TX packets:116167 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:17178459 (16.3 Mb) TX bytes:10399811 (9.9 Mb) > > eth0 Link encap:Ethernet HWaddr 00:0E:0C:08:64:95 > UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 > RX packets:75554 errors:0 dropped:0 overruns:0 frame:0 > TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:4837457 (4.6 Mb) TX bytes:132 (132.0 b) > Interrupt:31 Base address:0x2400 Memory:fe6a0000-fe6c0000 > > eth1 Link encap:Ethernet HWaddr 00:0E:0C:08:64:94 > UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 > RX packets:148311 errors:0 dropped:0 overruns:0 frame:0 > TX packets:116165 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:12341002 (11.7 Mb) TX bytes:10399679 (9.9 Mb) > Interrupt:30 Base address:0x2440 Memory:fe680000-fe6a0000 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:38677 errors:0 dropped:0 overruns:0 frame:0 > TX packets:38677 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:12354329 (11.7 Mb) TX bytes:12354329 (11.7 Mb) > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Neil > Gorsuch > Sent: Wednesday, February 04, 2004 11:40 PM > To: [EMAIL PROTECTED] > Subject: RE: [Oscar-users] Pfilter Gives error with AFT ( n/w teaming) > > > 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
