Re: possible em regression (was Re: svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap)

2016-02-02 Thread Mike Tancsa
On 1/30/2016 12:26 PM, Marius Strobl wrote: > On Sat, Jan 30, 2016 at 11:47:19AM -0500, Mike Tancsa wrote: >> On 1/29/2016 8:23 PM, Marius Strobl wrote: >>> On Fri, Jan 29, 2016 at 03:41:57PM -0500, Mike Tancsa wrote: >>>> >>>> No multi queue. Stock GENE

Re: possible em regression (was Re: svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap)

2016-02-01 Thread Mike Tancsa
On 2/1/2016 5:27 PM, Marius Strobl wrote: > On Mon, Feb 01, 2016 at 05:11:29PM -0500, Mike Tancsa wrote: >> On 1/30/2016 12:26 PM, Marius Strobl wrote: >>> >>> Ah, okay, that at least makes sense. Can you please verify that with >>> the attached patch applied

Re: possible em regression (was Re: svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap)

2016-02-01 Thread Mike Tancsa
st automatically + ** when at lower speeds. -jfv + */ + if (ifp->if_capenable & IFCAP_TSO4) { + if (adapter->link_speed == SPEED_1000) + ifp->if_hwassist |= CSUM_TSO; + } /* Configure for OS presence */ em_init_

Re: possible em regression (was Re: svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap)

2016-01-30 Thread mike tancsa
Thanks, I will apply and try it early Monday morning ! On January 30, 2016 12:26:31 PM Marius Strobl wrote: On Sat, Jan 30, 2016 at 11:47:19AM -0500, Mike Tancsa wrote: On 1/29/2016 8:23 PM, Marius Strobl wrote: > On Fri, Jan 29, 2016 at 03:41:57PM -0500, Mike Tancsa wrote: >&

Re: possible em regression (was Re: svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap)

2016-01-30 Thread Mike Tancsa
On 1/29/2016 8:23 PM, Marius Strobl wrote: > On Fri, Jan 29, 2016 at 03:41:57PM -0500, Mike Tancsa wrote: >> >> No multi queue. Stock GENERIC kernel with a couple of things removed. >> hw.em are just the defaults. I will try without TSO >> >> % ifconfig em0 >

possible em regression (was Re: svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap)

2016-01-29 Thread Mike Tancsa
txd: 1024 hw.em.rxd: 1024 hw.em.rx_abs_int_delay: 66 hw.em.tx_abs_int_delay: 66 hw.em.rx_int_delay: 0 hw.em.tx_int_delay: 66 hw.em.disable_crc_stripping: 0 -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge

Re: svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap

2016-01-29 Thread Mike Tancsa
D3 current D0 cap 05[d0] = MSI supports 1 message, 64 bit enabled with 1 message cap 10[e0] = PCI-Express 1 endpoint max data 128(256) RO NS link x1(x1) speed 2.5(2.5) ecap 0001[100] = AER 1 0 fatal 1 non-fatal 0 corrected ecap 0003[140] = Serial 1 0030489c59f0

Re: traffic shaping on RELENG_10 ?

2015-12-17 Thread Mike Tancsa
ing ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-stable@freebsd.org mailing l

Re: traffic shaping on RELENG_10 ?

2015-12-16 Thread Mike Tancsa
l. > Thanks, I have indeed used dummynet with great success. What I am trying to find out is can I still use pf for all the firewall rules, and then just use ipfw+dummynet for traffic shaping safely. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communicat

Re: traffic shaping on RELENG_10 ?

2015-12-16 Thread Mike Tancsa
On 12/16/2015 3:22 PM, Karl Denninger wrote: > > On 12/16/2015 14:20, Mike Tancsa wrote: >> I need to do some simple traffic shaping, but whenever I try and use >> altq, I dont seem to have any luck-- I mean zero. >> >> I like the management of pf via pf.co

traffic shaping on RELENG_10 ?

2015-12-16 Thread Mike Tancsa
off re-writing the pf rules into ipfw and be done with it. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com

Re: ZFS - poor performance with "large" directories

2015-11-24 Thread Mike Tancsa
ed increasing the meta limit so that the giant directory can fit into cache. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cam

Re: ZFS - poor performance with "large" directories

2015-11-24 Thread Mike Tancsa
of a second to ten seconds). Have you tried adjusting vfs.zfs.arc_meta_limit to a higher value ? Do you have any memory pressures on your server ? Have a look at this thread https://lists.freebsd.org/pipermail/freebsd-fs/2013-February/016492.html ---Mike -- ---

recent ZFS / CAM updates in RELENG_10?

2015-10-05 Thread Mike Tancsa
Hi, I noticed a whole whack of MFCs to RELENG_10 for zfs and cam (thanks for all that!) Just wondering if there is more to come, or is this perhaps a good time to start testing with all these changes on a few non critical boxes ? ---Mike -- --- Mike Tancsa, tel +1

Re: Routing stops working when we create a new vlan

2015-08-07 Thread Mike Tancsa
f I restart the system. devd. As suggested, have gateway_enable="YES" in rc.conf so interface creations dont mess that up. I am not sure why devd wants/needs to do this, but it does. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m..

Re: sendmail: TLS interop

2015-06-18 Thread Mike Tancsa
On 6/18/2015 10:43 AM, Claus Assmann wrote: > On Thu, Jun 18, 2015, Mike Tancsa wrote: > >> But we also have been seeing the odd site that cannot accept mail now >> with opportunistic encryption, so we had to disable TLS for them :( > > Do you have a list of those?

Re: Last openssl update brakes localhost email sending

2015-06-18 Thread Mike Tancsa
org/pipermail/svn-src-head/2015-June/073118.html But we also have been seeing the odd site that cannot accept mail now with opportunistic encryption, so we had to disable TLS for them :( ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Mike Tancsa
this thread) ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-stable

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Mike Tancsa
version of FreeBSD are you using ? Ssh and Openssl from the ports ? or in the base ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com

Re: Problems with openssl 1.0.2 update

2015-03-23 Thread Mike Tancsa
000) libncursesw.so.8 => /lib/libncursesw.so.8 (0x800a95000) libc.so.7 => /lib/libc.so.7 (0x800cea000) -- ------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Cana

Re: RELENG_10 performance regression (was Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-21 Thread Mike Tancsa
performance to where it was ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd

Re: RELENG_10 performance regression (was Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-21 Thread Mike Tancsa
ster_init: MOD_LOAD (vesa, 0x80d9ddf0, 0) error 19 kbd0 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 cpu1: on acpi0 -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net

Re: RELENG_10 performance regression (was Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-20 Thread Mike Tancsa
e and FlameGraphs can all be found at http://tancsa.com/time/ ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancs

Re: RELENG_10 performance regression (was Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-20 Thread Mike Tancsa
/2015 1:36 PM, Mike Tancsa wrote: OK, just to refocus, I had been tracking down what I thought was a regression between RELENG9 and RELENG10, but looks more like an issue that cropped up somewhere between the beginning of March and now. For RELENG9, I was actually using a kernel from sources back

RELENG_10 performance regression (was Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-20 Thread Mike Tancsa
keep trying to narrow it down... ---Mike On 3/19/2015 8:26 PM, Mike Tancsa wrote: On 3/18/2015 5:14 PM, John-Mark Gurney wrote: # dtrace -x stackframes=100 -n 'profile-997 /arg0/ { @[stack()] = count(); } tick-60s { exit(0); }' -o out.kern_stacks Also, another thing you

Re: dtrace on RELENG9 possible ?

2015-03-20 Thread Mike Tancsa
t a stack trace for a panic options DDB_CTF # kernel ELF linker loads CTF data -- ------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http:/

Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-19 Thread Mike Tancsa
---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-stable@freebsd.org mailing

dtrace on RELENG9 possible ?

2015-03-19 Thread Mike Tancsa
---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-stable@freebsd.org mailing

Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-18 Thread Mike Tancsa
count(); } tick-60s { exit(0); }' -o out.kern_stacks9 dtrace: invalid probe specifier profile-997 /arg0/ { @[stack()] = count(); } tick-60s { exit(0); }: "/usr/lib/dtrace/regs_x86.d", line 2: type redeclared: struct devinfo 1{alix_APU1c4}# ---Mike On 3/18/2015

Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-18 Thread Mike Tancsa
-freebsd 15 Jan 2015 Interesting, its mixed based on size ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ RELENG_10 0(alix_APU1c4)# o

Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-18 Thread Mike Tancsa
On 3/18/2015 6:39 PM, Adrian Chadd wrote: .. ipfw showed up? I can take it out for both. If anything, I want to test with pf ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net

Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-18 Thread Mike Tancsa
On 3/18/2015 6:28 PM, Mike Tancsa wrote: Will do, I will work on those. Here is the kernel one for now http://tancsa.com/10-kern.svg ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994

Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-18 Thread Mike Tancsa
re is no hardware assist on the APU either to offload the AES. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canad

Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-18 Thread Mike Tancsa
ich generated http://tancsa.com/10.svg ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ f

35-40% performance drop releng9 vs releng10 openvpn

2015-03-15 Thread Mike Tancsa
performance out of it ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd

nanobsd on RELENG9

2013-09-26 Thread Mike Tancsa
/var (ufs, local) /dev/da0a on /usr/obj (ufs, local, soft-updates) 0{mdttestbox}# ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com

Re: RELENG_9 build error

2013-08-26 Thread Mike Tancsa
On 8/26/2013 3:59 PM, Schaich Alonso wrote: > On Mon, 26 Aug 2013 15:07:42 -0400 > Mike Tancsa wrote: > >> >> Does anyone have any idea how to correct this issue ? Already blew away >> /usr/src and /usr/obj in case something got corrupted. >> >> > >

RELENG_9 build error

2013-08-26 Thread Mike Tancsa
#x27; was here *** [expr.o] Error code 1 Stop in /usr/src/bin/expr. *** [all] Error code 1 Stop in /usr/src/bin. *** [bin.all__D] Error code 1 Stop in /usr/src. *** [everything] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src. 1(cage)# cd /usr -- -

Re: Listen queue overflow

2013-08-02 Thread Mike Tancsa
On 8/1/2013 5:09 PM, Andre Oppermann wrote: > On 01.08.2013 16:47, Mike Tancsa wrote: >> After upgrading from a RELENG9 kernel from June 18th to July 27th, I am >> seeing this odd new message. Is this a new bug, or just a new >> diagnostic message ? I am guessing it h

Listen queue overflow

2013-08-01 Thread Mike Tancsa
: pcb 0xfe001ac76930: Listen queue overflow: 8 already in queue awaiting acceptance sonewconn: pcb 0xfe001ac76930: Listen queue overflow: 8 already in queue awaiting acceptance ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net

vfs.read_min (was Re: svn commit: r250906 - stable/9/sys/kern)

2013-05-29 Thread Mike Tancsa
read = read_min * size; > + if (minread > totread) > + totread = minread; > + > + /* >* Compute the total number of blocks that we should read >* synchronously. >*/ > _______ > svn-src-stabl...@fr

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-05-29 Thread Mike Tancsa
On 3/1/2013 11:35 AM, Mike Tancsa wrote: > On 2/28/2013 1:43 PM, Dag-Erling Smørgrav wrote: >> Author: des >> Date: Thu Feb 28 18:43:50 2013 >> New Revision: 247485 >> URL: http://svnweb.freebsd.org/changeset/base/247485 >> >> Log: >> Pull in OpenSS

latest sshd upgrade

2013-03-18 Thread Mike Tancsa
a reason why this was done ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-02 Thread Mike Tancsa
On 3/2/2013 11:02 AM, Dag-Erling Smørgrav wrote: > Mike Tancsa writes: >> The pcaps and basic wireshark output at >> >> http://tancsa.com/openssh/ > > This is 6.1 with aesni vs 6.1 without aesni; what I wanted was 6.1 vs > 5.8, both with aesni loaded. Ahh, o

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-02 Thread Mike Tancsa
On 3/2/2013 10:33 AM, Dag-Erling Smørgrav wrote: > Mike Tancsa writes: >> This PR looks to be related >> >> http://lists.freebsd.org/pipermail/freebsd-bugs/2012-September/050139.html > > That suggests a bug in the aesni driver... OK, but the above uses the glxsb d

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-02 Thread Mike Tancsa
On 3/1/2013 10:06 PM, Mike Tancsa wrote: > On 3/1/2013 3:34 PM, Dag-Erling Smørgrav wrote: >> Mike Tancsa writes: >>> Dag-Erling Smørgrav writes: >>>> Are you sure this was due to the OpenSSH update, and not the OpenSSL >>>> update a few days ago?

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
On 3/1/2013 3:34 PM, Dag-Erling Smørgrav wrote: > Mike Tancsa writes: >> Dag-Erling Smørgrav writes: >>> Are you sure this was due to the OpenSSH update, and not the OpenSSL >>> update a few days ago? Can you try to roll back to r247484? >> I didnt thin

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
On 3/1/2013 2:44 PM, Dag-Erling Smørgrav wrote: > Mike Tancsa writes: >> OK, so it looks like something to do with hardware crypto. If I unload >> aesni.ko and restart sshd, it works, even with aes128-cbc which I guess >> it was trying to use cryptodev > > Are y

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
On 3/1/2013 11:35 AM, Mike Tancsa wrote: > On 2/28/2013 1:43 PM, Dag-Erling Smørgrav wrote: >> Author: des >> Date: Thu Feb 28 18:43:50 2013 >> New Revision: 247485 >> URL: http://svnweb.freebsd.org/changeset/base/247485 >> >> Log: >> Pull in OpenSS

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
bug2: set_newkeys: mode 1 [preauth] cipher_init: EVP_CipherInit: set key failed for aes128-cbc [preauth] debug1: do_cleanup [preauth] debug3: PAM: sshpam_thread_cleanup entering [preauth] debug3: mm_request_receive entering debug1: do_cleanup debug3: PAM: sshpam_thread_cleanup entering debug1: Killing pr

Re: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9

2013-01-30 Thread Mike Tancsa
27;t reveal anything obvious. I'll try >> to test it out tomorrow. >> >> -- >> James. > > Try the attached patch. Just drop it into > /usr/ports/security/pam_ssh_agent_auth/files directory and recompile. Thanks very much! This does fix it for me too! ---M

Re: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9

2013-01-29 Thread Mike Tancsa
lugin and not to mention the configure > script look quite hairy. Hi, Just wondering if anyone ever came up with a patch / work around to this ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Prov

Re: svn - but smaller?

2013-01-23 Thread Mike Tancsa
om-gdbm-db42-1.4.5.1.3.12_1 ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ fr

Re: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9

2013-01-17 Thread Mike Tancsa
On 1/17/2013 10:15 AM, Dimitry Andric wrote: > CONFIGURE_ENV=ac_cv_func_strnvis="no" Still segfaults for me. ---Mike -- ------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.

WRITE_FPDMA_QUEUED CAM status: ATA Status Error

2012-12-17 Thread Mike Tancsa
-device non-data FIS 0x000a 20 Device-to-host register FISes sent due to a COMRESET 0x000b 21 CRC errors within host-to-device FIS 0x8000 4 7720 Vendor specific -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providi

Re: How to create Jail in FreeBSD

2012-12-12 Thread Mike Tancsa
u need to do it on a per jail basis it seems. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=173469 >> >> and >> http://lists.freebsd.org/pipermail/freebsd-jail/2012-November/001989.html >> discuss it further >> >> >> -- >&

Re: How to create Jail in FreeBSD

2012-12-12 Thread Mike Tancsa
ail basis it seems. http://www.freebsd.org/cgi/query-pr.cgi?pr=173469 and http://lists.freebsd.org/pipermail/freebsd-jail/2012-November/001989.html discuss it further -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet service

Re: 9.1-RC3 IGB dropping connections.

2012-11-27 Thread Mike Tancsa
essant... as in very > "often." > Are you using pf ? Also, did you confirm it is the igb nic and not something more general ? e.g. if you put in a different nic, does the problem go away ? If you are using pf, lets see the rules. ---Mike -- --- Mike T

Re: tws bug ? (LSI SAS 9750)

2012-09-22 Thread Mike Tancsa
t; } else { >> TWS_TRACE_DEBUG(sc, "invalid target error",0,0); >> -ccb->ccb_h.status |= CAM_TID_INVALID; >> +ccb->ccb_h.status |= CAM_SEL_TIMEOUT; >> } >> >> } else { >> 1(ich1

Re: tws bug ? (LSI SAS 9750)

2012-09-21 Thread Mike Tancsa
c, "invalid target error",0,0); -ccb->ccb_h.status |= CAM_TID_INVALID; +ccb->ccb_h.status |= CAM_SEL_TIMEOUT; } } else { 1(ich10)# ---Mike -- --- Mike Tancsa, tel +1 519 651

Re: tws bug ? (LSI SAS 9750)

2012-09-21 Thread Mike Tancsa
On 9/21/2012 4:59 PM, Jim Harris wrote: >> boot. Anyone know whats up ? Is this something that should be sent >> directly to LSI ? > > Through a code inspection, this mutex is being recursed whether or not > debugging is enabled. There is no code path here specific to > INVARIANTS. And the main

tws bug ? (LSI SAS 9750)

2012-09-21 Thread Mike Tancsa
t Also, any reason NOT to set hw.tws.enable_msi=1 in /boot/loader.conf ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontar

Re: mpd5 server questions

2012-07-31 Thread Mike Tancsa
google translate. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-stable@freebsd.org mailing lis

Re: svn commit: r237318 - in stable/8: share/man/man4 sys/cam sys/cam/scsi sys/conf

2012-06-22 Thread Mike Tancsa
A handy diagnostic tool to have BTW. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ __

Re: svn commit: r237318 - in stable/8: share/man/man4 sys/cam sys/cam/scsi sys/conf

2012-06-22 Thread Mike Tancsa
On 6/20/2012 10:39 AM, Alexander Motin wrote: > Author: mav > Date: Wed Jun 20 14:39:35 2012 > New Revision: 237318 > URL: http://svn.freebsd.org/changeset/base/237318 > > Log: > MFC r236712: > To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO, > CAM_DEBUG_CDB, CAM_DE

Re: siis_timeout with port multiplier on 9.0R

2012-05-23 Thread Mike Tancsa
_ > Pour la version en français de ce message, veuillez voir > http://www.primustel.ca/fr/legal/cs.htm > > > > ___ > freebsd-stable@freebsd.org mailing list > http://lists.f

Re: 157k interrupts per second causing 60% CPU load on idle system

2012-03-22 Thread Mike Tancsa
symptoms you are seeing. The bios change sure seemed to fix my problem. In the mean time, try dmidecode to extract some of the versions of the BIOS and hardware you are using. Perhaps it might tweak someone's memory to a similar problem as yours. ---Mike -- ------- Mike

Re: 157k interrupts per second causing 60% CPU load on idle system

2012-03-21 Thread Mike Tancsa
m I had with my intel board. BIOS update fixed it. What chipset and MB vendor do you have ? /usr/ports/sysutils/dmidecode is handy for digging up BIOS and chipset info http://lists.freebsd.org/pipermail/freebsd-questions/2012-March/239394.html ---Mike -- --- Mike Ta

Re: fxp entering promiscuous mode causing link to bounce

2012-03-17 Thread Mike Tancsa
On 3/17/2012 6:58 PM, YongHyeon PYUN wrote: > On Fri, Mar 16, 2012 at 04:49:54PM -0400, Mike Tancsa wrote: >> >> tcpdump -ni fxp0 -c 20 >> >> fxp0: link state changed to DOWN >> fxp0: promiscuous mode enabled >> fxp0: link state changed to UP >

fxp entering promiscuous mode causing link to bounce

2012-03-16 Thread Mike Tancsa
dev.fxp.0.stats.tx.latecols: 0 dev.fxp.0.stats.tx.underruns: 0 dev.fxp.0.stats.tx.lostcrs: 149 dev.fxp.0.stats.tx.deffered: 0 dev.fxp.0.stats.tx.single_collisions: 0 dev.fxp.0.stats.tx.multiple_collisions: 0 dev.fxp.0.stats.tx.total_collisions: 0 dev.fxp.0.stats.tx.pause: 0 dev.fxp.0.stats.tx.tco: 0

Re: siisch1: Error while READ LOG EXT

2012-02-14 Thread Mike Tancsa
On 2/10/2012 8:43 PM, Mike Tancsa wrote: > On 2/10/2012 8:27 PM, Jeremy Chadwick wrote: >> Mike, >> >> I wanted to make you aware of this commit that just came through: >> >> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/cam/ata/ata_da.c > > Thanks, I d

Re: siisch1: Error while READ LOG EXT

2012-02-10 Thread Mike Tancsa
t; certainty if that commit could address the problems you're seeing, and I > know that you're seeing these errors on non-PM-attached devices too, > which I'll look at in a bit. But I wanted to make you aware of the > above. > -- --- Mike Tancsa, tel

Re: siisch1: Error while READ LOG EXT

2012-02-10 Thread Mike Tancsa
On 2/9/2012 1:37 PM, Mike Tancsa wrote: > On 2/9/2012 11:34 AM, Jeremy Chadwick wrote: >> >> You will probably need to "track these drives" on a regular basis. That >> is to say, set up some cronjob or similar that logs the above output to >> a file (appends

Re: siisch1: Error while READ LOG EXT

2012-02-09 Thread Mike Tancsa
t doesnt really work with too many PMs, especially if you cant query the thing to find out where things are "bad". I think for the next version of this box I will use the newer generation 3ware SAS/SATA controller ---Mike -- --- Mike Tancsa, tel +1 519 651

Re: siisch1: Error while READ LOG EXT

2012-02-09 Thread Mike Tancsa
pdate, I had not seen these errors. Something in the driver (ahci or cam layer?) that has changed perhaps ? Feb 4 11:12:36 offsite kernel: siisch1: Error while READ LOG EXT The output is in one giant txt file. But each section has the heading of the disk (for i in `jot 10 0`;do echo "=

Re: siisch1: Error while READ LOG EXT

2012-02-09 Thread Mike Tancsa
te/crm/selfservice/search.jsp?DocId=207931 http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951 http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957 > -- ------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Provid

Re: siisch1: Error while READ LOG EXT

2012-02-08 Thread Mike Tancsa
rrors within host-to-device FIS 0x8000 4 625971 Vendor specific 0(backup3)# ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.

siisch1: Error while READ LOG EXT

2012-02-08 Thread Mike Tancsa
0 Not_testing 500 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. ---Mike -- --- Mike Tancsa, tel +1 519 651

Re: sentex tinderbox build cluster failures

2012-02-03 Thread Mike Tancsa
x27;re being investigated. > I also got one off-list mail from someone personally asking me if I knew > what could be going on or had any insights to this (not sure why that > person thought that -- I have nothing to do with tinderbox :-) ). &

Re: Marvel 88SE9480

2012-01-20 Thread Mike Tancsa
I haven't seen SAS controllers compatible with AHCI yet. Ahh, thats a drag but makes sense. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sen

Re: Marvel 88SE9480

2012-01-20 Thread Mike Tancsa
D Features=0x2010 TSC: P-state invariant real memory = 1073741824 (1024 MB) avail memory = 1025683456 (978 MB) ---Mike --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.ne

Marvel 88SE9480

2012-01-20 Thread Mike Tancsa
[70] = PCI-Express 2 endpoint max data 128(4096) link x8(x8) ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected ecap 0002[140] = VC 1 max VC0 This was with today's RELENG_9 ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Pr

Re: FTPS Server?

2012-01-05 Thread Mike Tancsa
On 1/5/2012 10:44 AM, Karl Denninger wrote: > No; unfortunately the only "open standards" methods supported are FTP or > "Secure" FTP (Ftps) Try pro-ftpd from the ports tree. http://www.proftpd.org/docs/howto/TLS.html ---Mike -- --- Mike T

Re: FLAME - security advisories on the 23rd ? uncool idea is uncool

2011-12-23 Thread Mike Tancsa
correct, or have I missed something? (I am hoping I missed > something.) Depends what they can write to and upload. The thread starts here http://lists.freebsd.org/pipermail/freebsd-security/2011-November/006085.html that discusses it in more detail ---Mike -- ------

Re: FLAME - security advisories on the 23rd ? uncool idea is uncool

2011-12-23 Thread Mike Tancsa
perspective. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-stable@freebsd.org

Re: FreeBSD 9 RC3 and VirtualBox

2011-12-21 Thread Mike Tancsa
st now and it worked. I used FreeBSD-9.0-RC3-amd64-bootonly.iso and it worked just fine. Since the first time I did install the latest version of Virtual box so not sure what changed in there, or it was something else. But the machine its on is running Windows 2008, so it did support amd64 when I ha

Re: "required by"?

2011-12-21 Thread Mike Tancsa
ions.html ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-stable@freebsd.org mailing lis

Re: SCHED_ULE should not be the default

2011-12-15 Thread Mike Tancsa
ncsa.com/ule-bsd.html ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebs

Re: SCHED_ULE should not be the default

2011-12-15 Thread Mike Tancsa
> > Also what filesystem you were using? UFS > How many CPUs were in place? 4 > Did you reboot before to move the steal_thresh value? No. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services

Re: SCHED_ULE should not be the default

2011-12-15 Thread Mike Tancsa
can, but how do I do that ? ---Mike -- ------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___

Re: SCHED_ULE should not be the default

2011-12-14 Thread Mike Tancsa
7 39.4353840.59814114 Difference at 95.0% confidence 1.27033 +/- 0.412636 3.32852% +/- 1.08119% (Student's t, pooled s = 0.425627) a value of 1 is *slightly* faster. -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sent

Re: SCHED_ULE should not be the default

2011-12-13 Thread Mike Tancsa
dent's t, pooled s = 0.0200388) hardware is X3450 with 8G of memory. RELENG8 ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ont

Default FS = ufs, local, journaled soft-updates (was Re: FreeBSD 9.0-RC3 Available...)

2011-12-09 Thread Mike Tancsa
didate build for the > 9.0-RELEASE release cycle is now available. Since this is the -- ------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.t

Aug 29 RELENG_8 crash

2011-09-07 Thread Mike Tancsa
2179{ 2180struct igmp_ifinfo *igi; 2181 2182IGMP_LOCK(); 2183 2184LIST_FOREACH(igi, &V_igi_head, igi_link) { 2185igmp_v1v2_process_querier_timers(igi); 2186} 2187 2188IGMP_UNLOCK(); -- ------- Mike Tancsa, t

Re: panic: spin lock held too long (RELENG_8 from today)

2011-08-19 Thread Mike Tancsa
45, 0.63 > > So far, so good (knocks on head). > 0(ns4)% uptime 8:55AM up 22:39, 3 users, load averages: 0.01, 0.00, 0.00 0(ns4)% So far so good for me too ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Provid

Re: panic: spin lock held too long (RELENG_8 from today)

2011-08-17 Thread Mike Tancsa
b > taskqueue_run_locked() at taskqueue_run_locked+0x85 > taskqueue_thread_loop() at taskqueue_thread_loop+0x4e > fork_exit() at fork_exit+0x11f > fork_trampoline() at fork_trampoline+0xe > -- > > -- Hiroki -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Commun

ATA_IDENTIFY requeued due to channel reset LBA=0

2011-08-02 Thread Mike Tancsa
0 Not_testing 400 Not_testing 500 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. -- --- Mik

Re: UDP Packet reassembly

2011-07-28 Thread Mike Tancsa
og fragment reassemble ---Mike > > I know, I know 6.3 is ancient history, but any insight would be > appreciated. > > Thank, > Steve > -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet service

Re: panic: spin lock held too long (RELENG_8 from today)

2011-07-07 Thread Mike Tancsa
On 7/7/2011 7:32 AM, Mike Tancsa wrote: > On 7/7/2011 4:20 AM, Kostik Belousov wrote: >> >> BTW, we had a similar panic, "spinlock held too long", the spinlock >> is the sched lock N, on busy 8-core box recently upgraded to the >> stable/8. Unfortunately, ma

Re: panic: spin lock held too long (RELENG_8 from today)

2011-07-07 Thread Mike Tancsa
:248 #24 0xc073895c in taskqueue_thread_loop (arg=0xc56ff130) at /usr/src/sys/kern/subr_taskqueue.c:385 #25 0xc06d1027 in fork_exit (callout=0xc07388a0 , arg=0xc56ff130, frame=0xc538ed28) at /usr/src/sys/kern/kern_fork.c:861 #26 0xc09a5c24 in fork_trampoline () at /usr/src/sys/i386/i386/except

<    1   2   3   4   5   6   7   8   9   10   >