Re: Remove "flags S/SA keep state" for tcp packets

2015-12-16 Thread C.L. Martinez
On 12/15/2015 07:29 PM, Stuart Henderson wrote: On 2015-12-15, C. L. Martinez wrote: On Tue, Dec 15, 2015 at 9:56 AM, David Dahlberg wrote: Am Dienstag, den 15.12.2015, 09:24 + schrieb C. L. Martinez: I am trying to remove "flags S/SA keep state" for tcp packets inside pf.conf and use

Re: restrictions for kernel interrupt context

2015-12-16 Thread Stefan Sperling
On Tue, Dec 15, 2015 at 11:04:51PM -0700, Devin Reade wrote: > The usbd_open_pipe_intr(9) man page discusses the usbd_callback type and > the usbd_transfer(9) man page mentions the associated interrupt context in > which (presumably) that callback executes. > > Are there any particular restriction

Re: Remove "flags S/SA keep state" for tcp packets (SOLVED)

2015-12-16 Thread C.L. Martinez
On 12/16/2015 08:19 AM, C.L. Martinez wrote: On 12/15/2015 07:29 PM, Stuart Henderson wrote: On 2015-12-15, C. L. Martinez wrote: On Tue, Dec 15, 2015 at 9:56 AM, David Dahlberg wrote: Am Dienstag, den 15.12.2015, 09:24 + schrieb C. L. Martinez: I am trying to remove "flags S/SA keep

Mono and GTK on OpenBSD

2015-12-16 Thread Lampshade
Hello, I would like to learn programming in C# using Mono on OpenBSD. Is it possible to easily use GtkSharp GTK# to prepare environment to create Hello World program using GTK?

Memory exhaustion

2015-12-16 Thread Steve Shockley
I recently ran into an issue with my OpenBSD mail server where it would die every day around 5 AM. With 5.7-stable it would just become unresponsive, with 5.8-stable it would print "scsi_xfer pool exhausted" repeatedly on the console. It turned out to be SpamAsssassin sa-learn running on a fo

Re: No USB 3.0 on 5.8 -current Broadwell

2015-12-16 Thread Mark Carroll
On 20 Nov 2015, edward wandasiewicz wrote: > If I try to plug in various USB 3.0 umass(4) devices into a USB 3.0 or > USB 3.1 Type C port, nothing gets registered via dmesg, even if I add > > option USB_DEBUG > option UMASS_DEBUG > option XHCI_DEBUG > > and compile a kernel. No dmesg output upon a

Re: Wireless connection mystery two OpenBSD machines suddenly cannot connect

2015-12-16 Thread lists
> Mystery solved. The $3 transformer for the DSL modem is dying. If I > unplug it and let it cool off everything works again :) As you describe it, that may be the modem cooling off, instead or in addition to the adaptor. Or an electrolyte capacitor gone dry (in the modem itself). > Off to buy a

Re: No USB 3.0 on 5.8 -current Broadwell

2015-12-16 Thread Stefan Sperling
On Wed, Dec 16, 2015 at 03:10:57PM +, Mark Carroll wrote: > On 20 Nov 2015, edward wandasiewicz wrote: > > > If I try to plug in various USB 3.0 umass(4) devices into a USB 3.0 or > > USB 3.1 Type C port, nothing gets registered via dmesg, even if I add > > > > option USB_DEBUG > > option UMAS

Re: Wireless connection mystery two OpenBSD machines suddenly cannot connect

2015-12-16 Thread lists
On Tue, 15 Dec 2015 18:05:12 -0700 "Jack J. Woehr" wrote: > li...@wrant.com wrote: > > The next suggestion is to check the modem as well and fix it with a couple > > of cents worth of capacitor(s). It is more > > likely the modem is source of the problem, especially if it is running a > > bit

Re: No USB 3.0 on 5.8 -current Broadwell

2015-12-16 Thread edward wandasiewicz
Update to 5.8 -current. It now works. See 1.65 of http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/xhci.c?sortby=date Edward On 16 Dec 2015 3:14 p.m., "Mark Carroll" wrote: > On 20 Nov 2015, edward wandasiewicz wrote: > > > If I try to plug in various USB 3.0 umass(4) devices into a US

Re: dmesg: notebook hp pavilion dm3 1110eg 13.3"

2015-12-16 Thread Mike Larkin
On Tue, Dec 15, 2015 at 10:14:23AM +0100, Marcus MERIGHI wrote: > CCing misc@ because there's no public access to dmesg@. > > BIOS: older machine, nothing fancy > Xwin: works, incl. touchpad > Suspend: works without Xwin only > Resume: does not work, regardless of Xwin I love these reports that a

Re: /bsd: athn0: device timeout

2015-12-16 Thread bluesun08
In the end i can answer my question myself: I tested the card in different machines. Now i found one in which the card works without any problems. So my result: A working/non working WLAN-Card is a matter of Mainboard/Hardware/Bios. If these things are reasonable and well proven then there are no

Re: Memory exhaustion

2015-12-16 Thread Ted Unangst
Steve Shockley wrote: > I would have preferred to have the sa-learn process just crash instead > of bringing the system down. I don't know that I necessarily want to > put a specific memory limit on the process, I just don't want a process > to be able to crowd out the kernel. Is there a sane

Re: /bsd: athn0: device timeout

2015-12-16 Thread Kamil CholewiƄski
> In doubt try an older but reliable Mainboard/Hardware/Bios. Modern > Mainboard/Hardware/Bios CAN make difficulties. Agree and agree. I've had a vaguely similar experience in 2014 with a combination of Debian 7, a "latest and greatest" mobo, a noname PCIe USB3.0 card, a 15m USB extension cable, a

Re: Memory exhaustion

2015-12-16 Thread Peter N. M. Hansteen
On 12/16/15 15:52, Steve Shockley wrote: I recently ran into an issue with my OpenBSD mail server where it would die every day around 5 AM. With 5.7-stable it would just become unresponsive, with 5.8-stable it would print "scsi_xfer pool exhausted" repeatedly on the console. It turned out to be

dpb build box performance suggestions.

2015-12-16 Thread Christopher Sean Hilton
I'm trying to dpb to maintain a small set of packages for a handfull of OpenBSD boxes that I run. These boxes will all be single purpose servers of some type or another. Many of them will run with limited disk space and memory on Soekris hardware. What resources do I want on my dpb/build box to mak

Re: dpb build box performance suggestions.

2015-12-16 Thread Tati Chevron
On Wed, Dec 16, 2015 at 01:01:51PM -0500, Christopher Sean Hilton wrote: I'm trying to dpb to maintain a small set of packages for a handfull of OpenBSD boxes that I run. These boxes will all be single purpose servers of some type or another. Many of them will run with limited disk space and memo

Re: dmesg: notebook hp pavilion dm3 1110eg 13.3"

2015-12-16 Thread Marcus MERIGHI
mlar...@azathoth.net (Mike Larkin), 2015.12.15 (Tue) 23:25 (CET): > On Tue, Dec 15, 2015 at 10:14:23AM +0100, Marcus MERIGHI wrote: > > CCing misc@ because there's no public access to dmesg@. > > > > BIOS: older machine, nothing fancy > > Xwin: works, incl. touchpad > > Suspend: works without Xwin

Re: dpb build box performance suggestions.

2015-12-16 Thread lists
On Wed, 16 Dec 2015 18:58:48 + Tati Chevron wrote: > On Wed, Dec 16, 2015 at 01:01:51PM -0500, Christopher Sean Hilton wrote: > >I'm trying to dpb to maintain a small set of packages for a handfull > >of OpenBSD boxes that I run. These boxes will all be single purpose > >servers of some type

iwm(4) 11n support: it just works

2015-12-16 Thread Peter N. M. Hansteen
For those not following tech@ or the commits closely, it might be nice to know that 11n support is arriving, as far as I can tell complete in iwm(4) - common in recent laptop models such as 2014 onwards thinkpads and others such as my noname (clevo). Next up the older iwn(4), also common in a l

mupdf / mutool

2015-12-16 Thread Stefan Wollny
Hi there! I like mupdf for it's speed with large documents (800+ pages and more). BUT: My usual workflow has it that I need to make printouts of specific pages from those PDFS, sometimes even print the entire document for legal reasons. Anyone around who knows how to achieve this with mupdf/mu

Re: dpb build box performance suggestions.

2015-12-16 Thread Christian Weisgerber
On 2015-12-16, Christopher Sean Hilton wrote: > I'm trying to dpb to maintain a small set of packages for a handfull > of OpenBSD boxes that I run. These boxes will all be single purpose > servers of some type or another. Many of them will run with limited > disk space and memory on Soekris hardw

Re: dpb build box performance suggestions.

2015-12-16 Thread Christian Weisgerber
On 2015-12-16, Tati Chevron wrote: > Our couple of build machines are both fairly standard core i5 boxes with > 16 gb of RAM, and Corsair SSDs. The RAM seems to make more difference > than anything else, because you can set the work directory to a ramdisk, > and do the entire build without touch

Re: iwm(4) 11n support: it just works

2015-12-16 Thread edward wandasiewicz
Works nicely on the Chrombook Pixel 2015 i7. Thanks for the update Peter. $ dmesg OpenBSD 5.8-current (GENERIC.MP) #1749: Wed Dec 16 01:22:42 MST 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 17094049792 (16302MB) avail mem = 16571850752 (15804MB) mpath

Re: dpb build box performance suggestions.

2015-12-16 Thread Michael McConville
Christian Weisgerber wrote: > On 2015-12-16, Tati Chevron wrote: > > > Our couple of build machines are both fairly standard core i5 boxes > > with 16 gb of RAM, and Corsair SSDs. The RAM seems to make more > > difference than anything else, because you can set the work > > directory to a ramdis

Re: dpb build box performance suggestions.

2015-12-16 Thread Tati Chevron
Or both. Drop VMWare on the floor NOW, if you need virtualisation use generic QEMU/KVM in any recent Linux distribution of your choice and plan to wipe it clean after you're done fiddling with it. Yes, really seriously remove the virtualisation for a build machine, go bare metal. Try without hyp

Re: dpb build box performance suggestions.

2015-12-16 Thread Tati Chevron
On Wed, Dec 16, 2015 at 10:43:43PM +, Christian Weisgerber wrote: On 2015-12-16, Tati Chevron wrote: Our couple of build machines are both fairly standard core i5 boxes with 16 gb of RAM, and Corsair SSDs. The RAM seems to make more difference than anything else, because you can set the w

npppd pppx0 VPN Client can access wan but cannot access lan

2015-12-16 Thread torsten
Hi I'm, running OpenBSD 5.8, npppd, mpath and have tried the same on 5.7 and 5.3. npppd is works fine and clients can connect using windows pptp client. The Client has the pptp connection set as default gateway and can access the internet through the vpn gateway but cannot access the LAN network.

Re: dpb build box performance suggestions.

2015-12-16 Thread Tati Chevron
On Wed, Dec 16, 2015 at 06:00:10PM -0500, Michael McConville wrote: Christian Weisgerber wrote: On 2015-12-16, Tati Chevron wrote: > Our couple of build machines are both fairly standard core i5 boxes > with 16 gb of RAM, and Corsair SSDs. The RAM seems to make more > difference than anything

Re: dpb build box performance suggestions.

2015-12-16 Thread Christopher Sean Hilton
On Wed, Dec 16, 2015 at 11:15:29PM +, Tati Chevron wrote: > >Or both. Drop VMWare on the floor NOW, if you need virtualisation use > >generic QEMU/KVM in any recent Linux distribution of your choice and > >plan to wipe it clean after you're done fiddling with it. Yes, really > >seriously remo

Re: openvpn & ./pkitool --initca error

2015-12-16 Thread Tuyosi Takesima
thanks for Stuart your deep knowlege . i try easy-rsa on snapsots & ports , but it is not matured . i wait some time to expect its maturing reading https://openvpn.net/index.php/access-server/docs/quick-start-guide.html . - regards 2015-12-15 17:36 GMT+09:00 Stuart Henderson : > On 2015-12

Re: dpb build box performance suggestions.

2015-12-16 Thread Andre Smagin
On Wed, 16 Dec 2015 23:15:29 + Tati Chevron wrote: > Really, have a look at the dependencies for ImageMagick, and ask yourself > who really uses djvu, for example. Removing it and ghostscript reduces > the dependencies from: Plenty of people read books in djvu format and use ImageMagick to

Re: mupdf / mutool

2015-12-16 Thread trebol trebol
> At 16 Dec 2015 22:12:48 + (UTC) from Stefan Wollny : > Hi there! > > I like mupdf for it's speed with large documents (800+ pages and more). > BUT: My usual workflow has it that I need to make printouts of specific > pages from those PDFS, sometimes even print the entire document for l> e