Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] perfsonar-configure_nic_parameters no longer setting txqueuelen appropriately

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] perfsonar-configure_nic_parameters no longer setting txqueuelen appropriately


Chronological Thread 
  • From: "Anderson, Eric L." <>
  • To: "" <>
  • Subject: [perfsonar-user] perfsonar-configure_nic_parameters no longer setting txqueuelen appropriately
  • Date: Fri, 18 Mar 2016 19:30:32 +0000
  • Accept-language: en-US

Greetings,

It appears that txqueuelen is no longer being set appropriately via the
perfsonar-configure_nic_parameters rc script. This script sets txqueuelen to
10000 if BWCTL is enabled. To find out if BWCTL is enabled it does the
following:

BWCTL=`/sbin/chkconfig --list bwctld | grep -w on`

Which fails because bwctld is now bwctl-server and should be:

BWCTL=`/sbin/chkconfig --list bwctl-server | grep -w on`

What is the procedure for filing a bug report or is an email such as this one
sufficient?

Thanks
--
Eric Anderson
Systems Administration Group
Missouri Research and Education Network

(573) 882-0414









Archive powered by MHonArc 2.6.16.

Top of Page