Re: ixg(4) performances

2014-07-07 Thread Emmanuel Dreyfus
On Sun, Jul 06, 2014 at 11:44:58PM -0400, Thor Lancelot Simon wrote: > As a first step, ensure your socket buffer sizes are adequate. The default, > and default maximum, socket buffer sizes in NetBSD are inappropriate for > 10Gb unless you are using hundreds of TCP conections at once. What is an

Re: Veriexec - automatic notification of mismatch?

2014-07-07 Thread Martin Husemann
On Mon, Jul 07, 2014 at 05:25:59AM +0100, Gerard Lally wrote: > Without checking /var/log/messages manually, how would I go about > triggering an instant notification if a file or files monitored by > veriexec had changed? I suppose you could set up a program specification in syslog.conf and send

Re: Security advisory points to non-existing files on nyftp.netbsd.org?

2014-07-07 Thread Lars-Johan Liman
Hej! tonne...@netbsd.ch: > Salut, > On Sat, Jul 05, 2014 at 09:00:49AM +0200, Lars-Johan Liman wrote: >> http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-006.txt.asc >> >> gives instructions on how to patch (which is really unacceptably >> complicated, but that's a different st

Re: ixg(4) performances

2014-07-07 Thread Thor Lancelot Simon
On Mon, Jul 07, 2014 at 08:19:57AM +, Emmanuel Dreyfus wrote: > On Sun, Jul 06, 2014 at 11:44:58PM -0400, Thor Lancelot Simon wrote: > > As a first step, ensure your socket buffer sizes are adequate. The default, > > and default maximum, socket buffer sizes in NetBSD are inappropriate for > >

Re: Security advisory points to non-existing files on nyftp.netbsd.org?

2014-07-07 Thread Ottavio Caruso
On 7 July 2014 14:18, Ottavio Caruso wrote: > It's true that the stable builds for 6-1 have disappeared, I remember > not seeing any updates since late June. They are back now. -- Ottavio

Re: Security advisory points to non-existing files on nyftp.netbsd.org?

2014-07-07 Thread Ottavio Caruso
On 7 July 2014 13:24, Lars-Johan Liman wrote: > I just checked again, and I cannot find **ANY** builds **AT ALL** from > stable branches, only from HEAD, so there is nothing to choose from. It's true that the stable builds for 6-1 have disappeared, I remember not seeing any updates since late Jun

Re: Switching user and environment variables to root to install packages

2014-07-07 Thread Rocky Hotas
Really? After "su -" with root password the installation of a package worked, so maybe the variables were inherited. Anyway thank you for all your advices, I will try the various suggested options. Rocky > Sent: Wednesday, July 02, 2014 at 2:28 PM > From: "Brett Lymn" > To: "NetBSD Users Mail

Re: ixg(4) performances

2014-07-07 Thread Emmanuel Dreyfus
On Mon, Jul 07, 2014 at 07:56:37AM -0400, Thor Lancelot Simon wrote: > autotuning code -- starting from 32k it will take _forever_ to get to 1MB > by autotuning. I raised net.inet.tcp.sendspace/net.inet.tcp.recvspace to 1048576 and kern.somaxkva to the same value as kern.sbmax (67108864). This al