Re: high cpu load with tcpdump

2016-02-27 Thread 6bone
On Fri, 26 Feb 2016, Christos Zoulas wrote: Date: Fri, 26 Feb 2016 14:52:46 + (UTC) From: Christos Zoulas To: current-users@netbsd.org Subject: Re: high cpu load with tcpdump In article , <6b...@6bone.informatik.uni-leipzig.de> wrote: Hello, On my router tcpdump uses always 100% CPU.

Re: high cpu load with tcpdump

2016-02-27 Thread Joerg Sonnenberger
On Sat, Feb 27, 2016 at 08:18:41PM +0100, 6b...@6bone.informatik.uni-leipzig.de wrote: > 5015 1 tcpdump 1456559035.621583576 CALL > read(3,0x7f7ff7b16000,0x8) FD 3 is a BPF instance? Joerg

Re: high cpu load with tcpdump

2016-02-27 Thread 6bone
On Sat, 27 Feb 2016, Joerg Sonnenberger wrote: Date: Sat, 27 Feb 2016 20:38:37 +0100 From: Joerg Sonnenberger To: current-users@netbsd.org Subject: Re: high cpu load with tcpdump On Sat, Feb 27, 2016 at 08:18:41PM +0100, 6b...@6bone.informatik.uni-leipzig.de wrote: 5015 1 tcpdump 145

Re: high cpu load with tcpdump

2016-02-27 Thread Joerg Sonnenberger
On Sat, Feb 27, 2016 at 10:28:43PM +0100, 6b...@6bone.informatik.uni-leipzig.de wrote: > On Sat, 27 Feb 2016, Joerg Sonnenberger wrote: > > >Date: Sat, 27 Feb 2016 20:38:37 +0100 > >From: Joerg Sonnenberger > >To: current-users@netbsd.org > >Subject: Re: high cpu load with tcpdump > > > >On Sat,

Re: CVS import: src/external/bsd/llvm/dist/llvm

2016-02-27 Thread Joerg Sonnenberger
On Sat, Feb 27, 2016 at 09:27:05PM +, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Sat Feb 27 21:27:05 UTC 2016 > > Update of /cvsroot/src/external/bsd/llvm/dist/llvm > In directory ivanova.netbsd.org:/tmp/cvs-serv14274 > > Log Message: > Import Clang 3.

Re: high cpu load with tcpdump

2016-02-27 Thread 6bone
On Sat, 27 Feb 2016, Joerg Sonnenberger wrote: fstat should tell you what the file descriptor is, I just want to identify what device seems to have the trouble. You're right. USER CMD PID FD MOUNT INUM MODE SZ|DV R/W _tcpdump tcpdump 823 root /142496

Build failure on amd64 (C++11 specific?)

2016-02-27 Thread Paul Goyette
With sources updated via anoncvs on 2016-02-28 at 00:31:41 UTC # compile gallium/nv50_ir.pico /build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-c++ -frandom-seed=21a2488d -O2 -fvisibility=hidden -fno-strict-aliasing -fno-builtin-memcmp -Werror -fno-strict-aliasing -std=c++11 --sysroo

Re: Build failure on amd64 (C++11 specific?)

2016-02-27 Thread Paul Goyette
Never mind - for some strange reason my local sources contained Rev. 1.1.1.1 of nouveau_debug.h - not sure why my cvs update didn't catch this. Sorry for the noise. On Sun, 28 Feb 2016, Paul Goyette wrote: With sources updated via anoncvs on 2016-02-28 at 00:31:41 UTC # compile gallium/