iscsi crash

2014-01-02 Thread 6bone
hello, I am trying to use the kernel iscsi initiator at netbsd-6. I compiled the kernel with 'pseudo-device iscsi' without any problems. During the iscsi configuration process, the netbsd box is frozen at different situations. It starts with: bash-4.2# iscsid -n iSCSI Daemon loaded

Re: iscsi crash

2014-01-03 Thread 6bone
mlelstv%serpens.de@localhost writes: What is frozen? I mean the kernel crashes. The server is hanging up but the kernel doesn't reboot or enter the kernel debugger. What is crashes ? iscsictl or iscsid segfault? kernel panic? Any messages? There is no message in any logfile What NetBSD

Re: iscsi crash

2014-01-05 Thread 6bone
On Sat, 4 Jan 2014, Michael van Elst wrote: Lets assume with crashes you mean that a command entered into the shell on the console does not return. - Can you still type and get characters echoed? - Does the machine react to pings from the network? If I enter any characters, the characters

82599EB 10-Gigabit not detected

2014-03-10 Thread 6bone
Hello, I am trying to use an Intel 82599EB 10-Gigabit NIC. I added ixg*at pci? dev ? function ?# Intel 8259x 10 gigabit to the config, but the kernel (netbsd-6.1 and netbsd-6.99) doesn't detect the NIC. With Linux/Knoppix the NIC works fine. lspci reports the NIC as Ethernet

Re: 82599EB 10-Gigabit not detected

2014-03-20 Thread 6bone
On Thu, 20 Mar 2014, Matthias Scheler wrote: Date: Thu, 20 Mar 2014 00:30:04 + From: Matthias Scheler t...@zhadum.org.uk Reply-To: current-users@netbsd.org To: 6b...@6bone.informatik.uni-leipzig.de Cc: current-users@netbsd.org Subject: Re: 82599EB 10-Gigabit not detected On Wed, Mar 19,

Build break on ixgbe

2014-03-27 Thread 6bone
With src/ updated on 2014-03-26 and kernel config ixg* at pci? dev ? function ?# Intel 82599 10GbE # compile GENERIC/ixgbe.o /usr/src/obj/tooldir.NetBSD-6.99.31-amd64/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -ffreestanding

Re: bind-9.10.0pl2 rrl issue?

2014-07-25 Thread 6bone
On Fri, 25 Jul 2014, John Nemeth wrote: Date: Fri, 25 Jul 2014 10:18:16 -0700 From: John Nemeth jnem...@cue.bc.ca To: 6b...@6bone.informatik.uni-leipzig.de, current-users@netbsd.org Subject: Re: bind-9.10.0pl2 rrl issue? On Jul 25, 1:49pm, 6b...@6bone.informatik.uni-leipzig.de wrote: } } I

Re: lsi 1020/1030 problems

2014-07-30 Thread 6bone
On Tue, 29 Jul 2014, Michael L. Hitch wrote: Date: Tue, 29 Jul 2014 12:28:07 -0600 (MDT) From: Michael L. Hitch mhi...@lightning.msu.montana.edu To: 6b...@6bone.informatik.uni-leipzig.de Cc: current-users@netbsd.org Subject: Re: lsi 1020/1030 problems On Tue, 29 Jul 2014,

Re: lsi 1020/1030 problems

2014-08-04 Thread 6bone
On Sun, 3 Aug 2014, Brian Buhrow wrote: hello. In thinking about your issue with the LSI SCSI controller a bit, I have the following questions: 1. What drives do you have attached to the LSI controller? it is an EuroStore ES6600 SCSI Raid (12 internal disks) 2. How do the

Re: lsi 1020/1030 problems

2014-08-07 Thread 6bone
On Sun, 3 Aug 2014, Brian Buhrow wrote: I'm wondering if you have a particular drive that our driver doesn't like? The message youre seeing suggests the LSI controller is receiving more data than it expects from a particular SCSI target. Unfortunately, the driver isn't telling you which target

question to kern/49054

2014-10-03 Thread 6bone
Hello, Christos Zoulas wrote a patch that solves the problem described in kern/49054. I tested the patch for some weeks and it works very well. is it possible to integrate the patch into the netbsd-7 source? Maybe the patch will help other users too. Thank you for your efforts Regards

Re: netbsd-7 (beta) crash - 6.99.45 works

2014-10-11 Thread 6bone
Hello Ryota, I think you are right. It seems to be a network problem. I started the kernel in the single user mode. The kernel boots completely. After 'ifconfig ixg0 up' the kernel crashes. I can offer a clean backtrace only as hardcopy of the screen. But this is another problem. panic

Re: netbsd-7 (beta) crash - 6.99.45 works

2014-10-13 Thread 6bone
Hello, I have build a kernel with debug to make a better problem report. The fix is applied to ixgbe.h dmesg -M netbsd.8.core -N netbsd.8: Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 The NetBSD

netbsd-7 ipfilter failure?

2014-10-26 Thread 6bone
Hello, I am trying to configure an ipv6 only host. To block the ipv4 traffic I added the following filter to /etc/ipf.conf: block in on ixg0 The filter works, but also blocks ipv6 traffic. So I tried to enable ipv6 in /etc/ipf6.conf with pass in on ixg0 This enables all traffic, ipv4 and

Re: netbsd-7 ipfilter failure?

2014-10-29 Thread 6bone
On Wed, 29 Oct 2014, Robert Swindells wrote: Date: Wed, 29 Oct 2014 12:54:51 + (GMT) From: Robert Swindells r...@fdy2.co.uk To: g...@ir.bbn.com Cc: a...@cequrux.com, current-users@netbsd.org Subject: Re: netbsd-7 ipfilter failure? Greg Troxel wrote: Alan Barrett a...@cequrux.com writes:

Re: netbsd-7 (beta) crash - 6.99.45 works

2014-11-04 Thread 6bone
Hi Ryota, after two weeks without any problems the kernel crashed again. The dump message und trace output can be found at: https://6bone.informatik.uni-leipzig.de/netbsd/dump-new.png https://6bone.informatik.uni-leipzig.de/netbsd/trace-new.png Maybe anybody has an idea what the problem

Re: netbsd-7 ipfilter failure?

2014-11-12 Thread 6bone
Hello, I would like to once again ask for the ip filter problem. Is this a bug or an incorrect operation of me? Does it make sense to report it as a bug? With best regards Uwe On Wed, 29 Oct 2014, 6b...@6bone.informatik.uni-leipzig.de wrote: Date: Wed, 29 Oct 2014 14:58:41 +0100 (CET)

Re: netbsd-7 ipfilter failure?

2014-11-12 Thread 6bone
On Wed, 12 Nov 2014, Christos Zoulas wrote: Date: Wed, 12 Nov 2014 12:52:25 + (UTC) From: Christos Zoulas chris...@astron.com To: current-users@netbsd.org Subject: Re: netbsd-7 ipfilter failure? In article pine.neb.4.64.1411121338240.5...@6bone.informatik.uni-leipzig.de,

repeated netbsd-7 crashes

2014-11-23 Thread 6bone
hello, I run a router with a 7-netbsd kernel. Unfortunately, it happens from time to time that the kernel crashes. Sometimes after a day, sometimes after a month. The kernel dump always looks similar. Unfortunately I can not send output of debug kernels as the debug code has an error

questions about the netbsd ip stack

2014-12-07 Thread 6bone
Hello, We operate a netbsd router in our network. Attached are more than 1000 devices. My question: is there a fixed size of the ndp table or is the size dynamically adjusted? The same question is about the size of the routing table. Is there a fixed maximum size or is the size at runtime

Re: DoS attack against TCP services

2015-02-04 Thread 6bone
Yes, I am sure that the most TIME_WAIT connections stay forever. I cannot say for sure that no TIME_WAIT connection is removed. But I can say, that some example connections have been existing for more than 5 hours. Regards Uwe On Wed, 4 Feb 2015, Johnny Billquist wrote: Date: Wed, 04 Feb

Re: DoS attack against TCP services

2015-02-04 Thread 6bone
Now the server has over 5000 TIME_WAIT connections. netstat -a -n | grep TIME_WAIT tcp0 0 139.18.25.33.59256 198.6.1.83.53 TIME_WAIT tcp0 0 139.18.25.33.59257 77.222.50.250.53 TIME_WAIT tcp0 0 139.18.25.33.59258

Re: DoS attack against TCP services

2015-02-07 Thread 6bone
On Fri, 6 Feb 2015, Robert Elz wrote: What's more, it seems peculiar to your system, as no-one else seems to be reporting similar problems. So I'd be investigating how the timers are working (or are not working) in the kernel - perhaps even try selecting a different timer. Just to make

Re: DoS attack against TCP services

2015-02-07 Thread 6bone
On Sat, 7 Feb 2015, Greg Troxel wrote: I don't know; I will take look, but in this case the connections are initiated by the inflicted system. And so far we don't have any traces showing packets that look like attacks. There must be no attack, yes. However, it is described that the attack

Re: DoS attack against TCP services

2015-02-04 Thread 6bone
Hello, The problem occurred again. The kernel has over 3,000 connections in TIME_WAIT state. The compounds are after an hour wait not disappeared. There are more and more connections in the TIME_WAIT state. My settings are: net.inet.tcp.mslt.enable = 1 net.inet.tcp.mslt.loopback = 2

Re: DoS attack against TCP services

2015-02-05 Thread 6bone
On Fri, 6 Feb 2015, Robert Elz wrote: I assume that time (as seen from user processes) is functioning correctly? ndp -a shows: ... 2001:638:902:2000:290:f5ff:fe39:3815 00:90:f5:39:38:15 vlan14 23h27m30s S 2001:638:902:2000:565:50de:c658:60cc 90:b1:1c:a6:b5:99 vlan14 expired R

Re: DoS attack against TCP services

2015-02-05 Thread 6bone
On Fri, 6 Feb 2015, Robert Elz wrote: What's more, it seems peculiar to your system, as no-one else seems to be reporting similar problems. So I'd be investigating how the timers are working (or are not working) in the kernel - perhaps even try selecting a different timer. I wonder also

Re: DoS attack against TCP services

2015-01-19 Thread 6bone
On Mon, 19 Jan 2015, Michael van Elst wrote: Date: Mon, 19 Jan 2015 09:24:02 + (UTC) From: Michael van Elst mlel...@serpens.de To: current-users@netbsd.org Newsgroups: lists.netbsd.current-users Subject: Re: DoS attack against TCP services 6b...@6bone.informatik.uni-leipzig.de writes:

DoS attack against TCP services

2015-01-18 Thread 6bone
Hello, it was launched a DoS attack against my server. The attacker opened ssh connections from different servers until all sockets are use. I have stopped the ssh service and terminates all processes. Unfortunately, all TCP connections are now in the TIME_WAIT state. bash-4.3 # netstat -a

Re: DoS attack against TCP services

2015-02-13 Thread 6bone
On Wed, 4 Feb 2015, Sverre Froyen wrote: I'd also look at the open descriptors of the named process (although they should be closed at this time, since TIME_WAIT means closed on this side, and waiting for the 4 minutes to expire before killing the connection)... Also I'd record that

Re: current status of ixg(4)

2015-03-21 Thread 6bone
On Fri, 20 Mar 2015, Masanobu SAITOH wrote: Date: Fri, 20 Mar 2015 17:38:03 +0900 From: Masanobu SAITOH msai...@execsw.org To: current-users@NetBSD.org Cc: msai...@execsw.org Subject: current status of ixg(4) Hello. Yesterday, I commited some changes to ixg(4) on -current.

Re: current status of ixg(4)

2015-03-21 Thread 6bone
On Sat, 21 Mar 2015, SAITOH Masanobu wrote: New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif Could you try with this patch again? Now the patch works, but I found a problem with vlan interfaces. You can create a vlan interface with: ifconfig vlan8 create ifconfig vlan8

Re: current status of ixg(4)

2015-03-25 Thread 6bone
On Wed, 25 Mar 2015, SAITOH Masanobu wrote: Did you really applied this patch? Upps... I tried to apply the patch against the -current sources where I have applied http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif before # patch vlan.patch Hmm... Looks like a unified diff to me... The

Re: current status of ixg(4)

2015-03-31 Thread 6bone
On Fri, 27 Mar 2015, Masanobu SAITOH wrote: This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif I have tested the patch and found no problems. My server (HP G5) can handle with the new driver package rates up to 200,000 packets per second.

Re: DoS attack against TCP services

2015-02-28 Thread 6bone
On Fri, 13 Feb 2015, Christos Zoulas wrote: I tried adding show callout to crash(8) but it is not useful because the pointers move too quickly. OTOH, next time this happens you can enter ddb on your machine and type show callout and see if that sheds any light to the expired and not fired

Re: DoS attack against TCP services

2015-02-28 Thread 6bone
On Sat, 28 Feb 2015, J. Hannken-Illjes wrote: This one looks bad. Which thread holds proc_lock? Helps this? https://www.ipv6.uni-leipzig.de/proc_lock.png Regards Uwe

Re: DoS attack against TCP services

2015-02-28 Thread 6bone
On Sat, 28 Feb 2015, Christos Zoulas wrote: Yes, that's a good start but we need to find which process that lwp belongs to. I'm not sure what the best course of action is. The machine is still running. Should you try to get the information from the current system or force a dump and analyze

Re: DoS attack against TCP services

2015-02-28 Thread 6bone
On Sat, 28 Feb 2015, Christos Zoulas wrote: Good idea. You can use crash, ps and see what each process is holding... christos Here the output from crash and ps gate# crash Crash version 7.0_BETA, image version 7.99.5. WARNING: versions differ, you may not be able to examine this image.

intel nic (ixgbe driver) and vlan interfaces

2015-02-23 Thread 6bone
Hello, I use an Intel 10GbE card with ixgbe driver. My configuration is as follows: cat ifconfig.ixg0 up cat ifconfig.vlan103 create vlan 103 vlanif ixg0 up The following settings in rc.conf work without problems: cat /etc/rc.conf ... auto_ifconfig=NO net_interfaces=vlan103 ixg0 With

Re: current status of ixg(4)

2015-03-23 Thread 6bone
On Mon, 23 Mar 2015, Masanobu SAITOH wrote: Is this problem filed PR? If not, could you file a PR? Could you test with this patch? The path dosn't solve the problem. Here the requested information: HW: 023:00:0: Intel 82599 (SFP+) 10 GbE Controller (ethernet network, revision 0x01)

Re: current status of ixg(4)

2015-04-09 Thread 6bone
On Tue, 7 Apr 2015, Justin Cormack wrote: Try the sysctls, there is a maximum interrupt rate, hw.ixgbe.max_interrupt_rate Justin Sure that the value exists at netbsd? # sysctl -a | grep ixg0 net.interfaces.ixg0.sndq.len = 0 net.interfaces.ixg0.sndq.maxlen = 2046

Re: current status of ixg(4)

2015-04-09 Thread 6bone
On Wed, 8 Apr 2015, SAITOH Masanobu wrote: Use new one: http://www.netbsd.org/~msaitoh/ixg-20150407-1.dif After a first test, it looks as if the interrupt throttling now works (better). Regards Uwe

Kernel RNG ???

2015-05-20 Thread 6bone
Hello, dmesg reported: Kernel RNG 2105 0 2 runs test FAILURE: too many runs of 3 1s (728 723) cprng 2105 0 2: failed statistical RNG test Any ideas what could be the problem? kernel version: NetBSD 7.99.9 distribution: netbsd-7 (version May 11) Regards Uwe

Re: question to stf interface (current)

2015-06-10 Thread 6bone
On Sun, 31 May 2015, Christos Zoulas wrote: Let's keep monitoring it, and perhaps we can run a tcpdump to capture the exact packet and see what it contains... It took some time, but now I, I identified the packets. Responses to DNS requests generate error messages. There are only DNS

Re: question to stf interface (current)

2015-05-28 Thread 6bone
On Thu, 28 May 2015, Christos Zoulas wrote: Date: Thu, 28 May 2015 09:30:10 -0400 From: Christos Zoulas chris...@zoulas.com To: 6b...@6bone.informatik.uni-leipzig.de Cc: current-users@netbsd.org Subject: Re: question to stf interface (current) On May 28, 3:13pm,

question to stf interface (current)

2015-05-28 Thread 6bone
Hello, I provide an 6to4 router and use the stf interface. ifconfig stf0 stf0: flags=1UP mtu 1280 inet6 2002:8b12:1921:: prefixlen 16 dmesg now reports regularly errors. For example, nd6_storelladdr: bad gateway address type inet6: 2002:8b12:1921:: for dst

agr issue in netbsd-7

2015-07-30 Thread 6bone
hello, I tried to configure a port channel (agr0). When I configure the port channel only with bnx0 or only with bnx1 everything works. If I use bnx0 and bnx1, the Cisco switch sets one of the two links to suspended mode. bnx0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500

Re: netbsd-7 quota issue

2015-12-14 Thread 6bone
On Fri, 11 Dec 2015, Manuel Bouyer wrote: On Fri, Dec 11, 2015 at 03:15:06PM +0100, 6b...@6bone.informatik.uni-leipzig.de wrote: I'am trying to activate quota on a NetBSD-7 system, but the startup script returns an exit code of 1. [running /etc/rc.d/quota] Checking quotas: done.

netbsd-7 crash

2016-01-04 Thread 6bone
hello, my NetBSD routers today crashed after about 3 months update. To me it looks like an error in the network code. Maybe someone can see something more accurate in the dump. If more information is needed, I have the crashdump and the kernel with debug information. Regards Uwe

Re: agr issue in netbsd-7

2016-01-03 Thread 6bone
On Wed, 19 Aug 2015, Havard Eidnes wrote: In the meantime, perhaps someone of you could file a PR? (so this doesn't get lost in the archives...) Done, PR#50155. Regards, - HÃ¥vard Hello, is there a possibility that the problem will be solved in the near future? The workaround described

Re: nfs client kernel crash

2016-06-04 Thread 6bone
On Thu, 2 Jun 2016, Christos Zoulas wrote: | The PR is for netbsd-5 and is some years old. Do it make sense to create a | new bug report for netbsd-7? Sure, and close 40491 saying superceded by the new one. I have opened a new bug-report (kern/51215). The PR kern/40491 is already closed.

Re: nfs client kernel crash

2016-06-13 Thread 6bone
On Sat, 4 Jun 2016, Christos Zoulas wrote: | The PR/50432 may describe the same problem. Thanks! christos A few weeks ago I changed the storage of our netbsd mirror to nfs. Since the change, the mirror crashes regularly. There are also other problems with the nfs. So the mirror is not

Re: nfs client kernel crash

2016-06-14 Thread 6bone
On Mon, 13 Jun 2016, Christos Zoulas wrote: Can you try this? The first one might not apply cleanly since I changed the loop, but it should work just the same if you put the spl stuff around the old loop. I applied the patch. For testing I have started a "rm -rf" on a large directory tree.

Re: nfs client kernel crash

2016-06-14 Thread 6bone
On Tue, 14 Jun 2016, 6b...@6bone.informatik.uni-leipzig.de wrote: I applied the patch. For testing I have started a "rm -rf" on a large directory tree. dmesg reports: nfs server 172.18.86.13:/vol/vol_bsd_2: is alive again nfs server 172.18.86.13:/vol/vol_bsd_2: not responding nfs server

Re: nfs client kernel crash

2016-06-14 Thread 6bone
On Tue, 14 Jun 2016, Christos Zoulas wrote: Yes, that helps. No crash though? So far, no crash. But this often takes several days. Uwe

Re: nfs client kernel crash

2016-06-01 Thread 6bone
On Thu, 2 Jun 2016, Christos Zoulas wrote: Date: Thu, 2 Jun 2016 00:07:48 + (UTC) From: Christos Zoulas To: current-users@netbsd.org Subject: Re: nfs client kernel crash In article ,

nfs client kernel crash

2016-06-01 Thread 6bone
hello in rare cases, under high load the nfs client crashs: 0x8068630f in cpu_reboot (howto=howto@entry=260, bootstr=bootstr@entry=0x0) at /usr/src/sys/arch/amd64/amd64/machdep.c:671 671 dumpsys(); (gdb) bt #0 0x8068630f in cpu_reboot

Re: nfs client kernel crash

2016-06-17 Thread 6bone
On Tue, 14 Jun 2016, Christos Zoulas wrote: On Jun 14, 2:07pm, 6b...@6bone.informatik.uni-leipzig.de (6b...@6bone.informatik.uni-leipzig.de) wrote: -- Subject: Re: nfs client kernel crash | On Tue, 14 Jun 2016, Christos Zoulas wrote: | | > Yes, that helps. No crash though? | | So far, no

Re: nfs client kernel crash

2016-06-20 Thread 6bone
On Fri, 17 Jun 2016, Christos Zoulas wrote: | I am mounting with: nosuid,userquota,rw,tcp,soft,intr | | Is this a problem? Yes :-), I'd get rid of "soft" first. christos I changed the nfs options to: userquota,nosuid,rw,tcp,bg The message is still there. Regards Uwe

nfs client and quota

2016-01-18 Thread 6bone
hello, I am trying to display the quota on a nfs client. The nfs server is a Netapp. With a Linux client all works fine. NetBSD-7 does not show anything. At boot time the nfs client starts the following services: rpcbind=YES nfs_client=YES lockd=YES statd=YES There is no firewall running.

Re: nfs client and quota

2016-01-19 Thread 6bone
On Tue, 19 Jan 2016, Manuel Bouyer wrote: Date: Tue, 19 Jan 2016 09:01:10 +0100 From: Manuel Bouyer To: 6b...@6bone.informatik.uni-leipzig.de Cc: current-users@netbsd.org Subject: Re: nfs client and quota On Tue, Jan 19, 2016 at 08:23:37AM +0100,

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 /

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:

Re: high cpu load with tcpdump

2016-02-29 Thread 6bone
On Sat, 27 Feb 2016, 6b...@6bone.informatik.uni-leipzig.de wrote: Date: Sat, 27 Feb 2016 23:52:24 +0100 (CET) From: 6b...@6bone.informatik.uni-leipzig.de To: Joerg Sonnenberger Cc: current-users@netbsd.org Subject: Re: high cpu load with tcpdump On Sat, 27 Feb 2016,

Re: high cpu load with tcpdump

2016-02-29 Thread 6bone
On Mon, 29 Feb 2016, Christos Zoulas wrote: | Hello, | | the problem occurs only on one of my servers. I tried to find the | difference. It is the bind9 (bind-9.10.3pl3). If I stop the bind9, tcpdump | works without problems. When I restart the bind9, the CPU load goes back | to 100%. | | Is it

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 ,

high cpu load with tcpdump

2016-02-26 Thread 6bone
Hello, On my router tcpdump uses always 100% CPU. PID USERNAME PRI NICE SIZE RES STATE TIME WCPUCPU COMMAND 3403 _tcpdump 38019M 3016K RUN/6 0:24 98.08% 70.02% tcpdump 0 root 00 0K 1182M CPU/7 49:35 0.00% 3.76% [system] The problem also

Re: nfs client and quota

2016-01-25 Thread 6bone
Where can I find the file getnfsquota.c? "find /usr/src/ -name getnfsquota.c -type f" reports no result. Regards Uwe On Tue, 19 Jan 2016, Manuel Bouyer wrote: Date: Tue, 19 Jan 2016 09:29:34 +0100 From: Manuel Bouyer To: 6b...@6bone.informatik.uni-leipzig.de Cc:

Re: nfs client and quota

2016-01-27 Thread 6bone
On Mon, 25 Jan 2016, Manuel Bouyer wrote: Date: Mon, 25 Jan 2016 15:28:49 +0100 From: Manuel Bouyer To: 6b...@6bone.informatik.uni-leipzig.de Cc: current-users@netbsd.org Subject: Re: nfs client and quota On Mon, Jan 25, 2016 at 02:57:08PM +0100,

Re: high cpu load with tcpdump

2016-03-01 Thread 6bone
On Mon, 29 Feb 2016, Christos Zoulas wrote: This tcpdump ktrace is when bind is running, right? What happens if you stop it? How does the ktrace look then? Or once you start bind, tcpdump goes nuts and stays that way? You're right. When tcpdump is started after the bind, tcpdump caused

multipath fibre channel

2016-08-10 Thread 6bone
Hello, I want to configure multipath for a fibre channel storage. I need only the availability, not the performance. For netbsd I have not found any documentation on this subject. Is multipath possible for FC storages? If not, it is possible / useful fo use a software raid1 over both paths?

Re: reproducible kernel crash in NetBSD 7.1_RC1

2017-01-24 Thread 6bone
On Mon, 23 Jan 2017, Christos Zoulas wrote: Date: Mon, 23 Jan 2017 19:35:06 + (UTC) From: Christos Zoulas To: current-users@netbsd.org Subject: Re: reproducible kernel crash in NetBSD 7.1_RC1 I think that the vlan creation/removal code is racy even under /current.

configure vlan-if jumbo mtu crashs kernel

2016-11-18 Thread 6bone
hello, in some networks we are working with jumbo mtu's. If I configure the mtu to the native interface all works fine. ifconfig ixg1 mtu 9000 (no problem) but ifconfig vlan850 ip4csum tcp4csum udp4csum tcp6csum udp6csum ip4csum-tx ip4csum-rx tcp4csum-tx tcp4csum-rx udp4csum-tx udp4csum-rx

Re: configure vlan-if jumbo mtu crashs kernel

2016-11-19 Thread 6bone
On Fri, 18 Nov 2016, Joerg Sonnenberger wrote: Date: Fri, 18 Nov 2016 16:26:49 +0100 From: Joerg Sonnenberger To: current-users@netbsd.org Subject: Re: configure vlan-if jumbo mtu crashs kernel On Fri, Nov 18, 2016 at 02:35:03PM +0100, 6b...@6bone.informatik.uni-leipzig.de

Re: npf bug(?)

2017-04-09 Thread 6bone
On Thu, 6 Apr 2017, Christos Zoulas wrote: | Thanks for the patch. For me it works very well. Well, the question is do you need it? I.e. why don't you let the v4 traffic flow through npf? Is it a performance issue or doesn't npf do reassembly correctly? I'm not sure if the reassembling

Re: npf bug(?)

2017-04-06 Thread 6bone
On Mon, 3 Apr 2017, Christos Zoulas wrote: Here's a rough patch that kills v4 processing. christos Thanks for the patch. For me it works very well. Is this a special solution just for me or will the patch be part of the current kernel. Regards Uwe

Re: npf bug(?)

2017-04-09 Thread 6bone
On Sun, 9 Apr 2017, Christos Zoulas wrote: Perhaps you get a lot of dup fragments? netstat -s should show you the stack's reassembly and fragment stats. Perhaps those agree with what npf shows? Currently the patch is active. That's why I have no npf statistics. The netstat statistics seem to

Re: npf bug(?)

2017-04-13 Thread 6bone
On Mon, 10 Apr 2017, Christos Zoulas wrote: Npf just calls "error = ip_reass_packet(mp, ip)" and if that fails it increments NPF_STAT_REASSFAIL. Since it uses the same exact call the regular ip stack uses, I would expect that: NPF_STAT_REASSFAIL = IP_STAT_BADFRAGS + IP_STAT_RCVMEMDROP;

Re: npf bug(?)

2017-04-02 Thread 6bone
On Sun, 2 Apr 2017, Christos Zoulas wrote: I am trying to understand the use case here: 1. you want to have V4 DNS and 6to4 service that can generate V4 fragments 2. you want V4 fragments dropped. 3. you can't put V4 rules in your firewall to restrict traffic to only those services. Is that

problems with vlan interface counters (NetBSD 8.0_BETA)

2017-07-28 Thread 6bone
Hello, The interface counters of vlan interface do not count: bash-4.4# ifconfig -v vlan8 vlan8: flags=0x8843 mtu 1500 capabilities=7ff80

bad counter for ixg* interfaces

2017-04-28 Thread 6bone
Hello, ifconfig -v ixg0 shows: ixg0: flags=8843 mtu 1500 capabilities=fff80 capabilities=fff80

Re: problems with vlan interface counters (NetBSD 8.0_BETA)

2017-08-30 Thread 6bone
Hello, I was not in the office for three weeks and can only answer today. I have tested the netbsd-8 sources of yesterday. The problem is solved. Thank you for your efforts Regards Uwe On Wed, 9 Aug 2017, Kengo NAKAHARA wrote: Date: Wed, 9 Aug 2017 15:36:15 +0900 From: Kengo NAKAHARA

Re: netbsd-8 crash in ixg driver during booting

2017-11-14 Thread 6bone
Does your machine boot with the latest -current? I have tested the current sources from tonignt. https://suse.uni-leipzig.de/crash/crash-current1.jpg https://suse.uni-leipzig.de/crash/crash-current2.jpg Regards Uwe

Re: netbsd-8 crash in ixg driver during booting

2017-11-13 Thread 6bone
On Sun, 12 Nov 2017, SAITOH Masanobu wrote: Hello, I checked out the current-cvs-source from this morning. I can't compile it because of an error: --- streambuf-inst.o --- # compile libstdc++-v3/streambuf-inst.o /usr/src/obj/tooldir.NetBSD-8.0_BETA-amd64/bin/x86_64--netbsd-c++

Re: netbsd-8 crash in ixg driver during booting

2017-11-15 Thread 6bone
On Thu, 16 Nov 2017, Masanobu SAITOH wrote: This problem is different from ixg(4)'s problem. I'll now working to fix this softint related problem. This problem is caused by some devices which uses a lot of softint, could you tell me the machine's spec? e.g.: number of port of wm(4)

netbsd-8 crash in ixg driver during booting

2017-11-09 Thread 6bone
the current version of netbsd-8 crashes while booting during the initialization of the network driver. https://suse.uni-leipzig.de/crash/crash1.jpg https://suse.uni-leipzig.de/crash/crash2.jpg https://suse.uni-leipzig.de/crash/crash3.jpg My old kernel from August 2017 did not have the problem

Re: ixg tester needed (was Re: Problems with netbsd-8 RC1 and ixg drivers (?))

2018-05-29 Thread 6bone
Hello, I have tested the the patch with netbsd-8. The problem is not solved. Regards Uwe On Mon, 28 May 2018, Masanobu SAITOH wrote: Date: Mon, 28 May 2018 17:10:02 +0900 From: Masanobu SAITOH To: Martin Husemann , 6b...@6bone.informatik.uni-leipzig.de, current-users@netbsd.org Cc:

Re: ixg tester needed (was Re: Problems with netbsd-8 RC1 and ixg drivers (?))

2018-06-03 Thread 6bone
Hello, I have applied http://www.netbsd.org/~msaitoh/ixgbe-eitr-20180522-0.dif and http://www.netbsd.org/~msaitoh/ixgbe-norearm-20180530-0.dif to netbsd-8 RC1. With these patches the problem seems to be solved. Thank you for your efforts Regards Uwe On Fri, 1 Jun 2018,

Problems with netbsd-8 RC1 and ixg drivers (?)

2018-05-28 Thread 6bone
Hello, At the weekend I tried to update to a current version of netbsd-8 rc1. After the restart, the kernel will work for a few hours. After that, no packets will arrive at the network card. The server is running normally. No hints in dmesg. Some network programs report issues: zebra[371]:

NetBSD 8.0_BETA / snmpd

2018-01-12 Thread 6bone
Hello, I'm running NetBSD 8.0_BETA with the kernel from the end of August. There's no problem. Today I compiled the 8.0_BETA kernel from the current CVS resources. The kernel is running, but the snmpd does not work anymore. The snmpd process is running, netstat shows a listen on port 161.

Re: netbsd-8 crash

2018-08-04 Thread 6bone
On Sat, 4 Aug 2018, Martin Husemann wrote: Looks like a bug in the ciss driver. /* if never got a chance to be done above... */ if (ccb->ccb_state != CISS_CCB_FREE) { KASSERT(error); ccb->ccb_err.cmd_stat =

netbsd-8 crash

2018-08-04 Thread 6bone
Hello, With high CPU load netbsd-8 crashes from time to time. The crashinfo is not written correctly in every case. Eg crashinfo 8. -rw--- 1 root wheel 614974272 Aug 3 08:59 netbsd.8.core.gz -rw--- 1 root wheel 0 Aug 3 08:59 netbsd.8.gz -rw--- 1 root wheel

Re: netbsd-8 crash

2018-08-05 Thread 6bone
On Sun, 5 Aug 2018, Christos Zoulas wrote: Also, are there other print messages on the console? The dump is written automatically. Messages on the console are lost. Since it's a productive server, I can not change the behavior. The server must be available again as soon as possible after a

Re: nfs client issue at netbsd-8

2018-04-16 Thread 6bone
On Wed, 28 Mar 2018, Manuel Bouyer wrote: On Wed, Mar 28, 2018 at 06:23:56PM +0200, 6b...@6bone.informatik.uni-leipzig.de wrote: I changed from 1.88.2.10 to 1.88.2.13. The problem was not solved. I have also tested the onboeard network card. After a few hours, the problem also occurred here.

Re: nfs client issue at netbsd-8

2018-03-28 Thread 6bone
On Fri, 23 Mar 2018, SAITOH Masanobu wrote: How old is your kernel? If your kernel's ixgbe.c is older than 1.88.2.13 please update the latest netbsd-8 and try. 1.88.2.13 (and 1.88.2.10) fixed serious interrupt problem. I changed from 1.88.2.10 to 1.88.2.13. The problem was not solved. I

Re: nfs client issue at netbsd-8

2018-03-20 Thread 6bone
On Tue, 20 Mar 2018, Martin Husemann wrote: Which network driver is used on the client? ixg0 at pci8 dev 0 function 0: Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.2.12-k ixg0: device 82599EB ixg0: ETrackID 830d ixg0: for TX/RX, interrupting at msix0 vec 0, bound queue 0

nfs client issue at netbsd-8

2018-03-20 Thread 6bone
Hello, I have problems with the nfs-client under netbsd-8. In principle, the nfs works. Some time after an nfs share is mounted, there are network breaks on the client. The following ping from the outside on the client shows the phenomenon. ... 64 bytes from 139.18.xx.yy: icmp_seq=6496

Network questions

2018-11-11 Thread 6bone
Hello, We run a NetBSD router for our network. The router has two Layer 3 uplinks (quagga / ospf) to the provider. The router also has two Layer-3 links (quagga / ospf) to the Datacenter. The provider offers us two lines (active / active). Unfortunately we can not use them in upstream

support for Intel NIC

2019-08-14 Thread 6bone
Hello, is it planed to add the support for Intel NIC XXV710-DA2 (vendor 8086, product 0x158b)? Thank you for your efforts Regards Uwe

Intel XXV710-DA2 / ixl

2019-09-18 Thread 6bone
Hi, I have a server with an INTEL XXV710-DA2 network card. Unfortunately, NetBSD does not support this card. On the mailing list I read that other users have asked for support for this card. Would anyone be able to port the ixl driver from FreeBSD? I could offer access to an unused server

  1   2   >