Re: Large datasize - how to limit physical memory?

2016-10-07 Thread Raimo Niskanen
On Thu, Oct 06, 2016 at 11:39:49AM -0400, Ted Unangst wrote: > Raimo Niskanen wrote: > > On Wed, Oct 05, 2016 at 12:34:42PM -0400, Ted Unangst wrote: > > > If somebody writes a C program that demonstrates the problem, I'm happy to > > > take a look. I'm not installing erlang. > > > > It has been a

DHCP over vr(4) on bridge(4) through vether(4) no working?

2016-10-07 Thread Raimo Niskanen
Hello misc@ I have a home router where it seems that DHCP over vr(4) on bridge(4) through vether(4) does not work. Sorry about the lack of hard details, it was late last night, I was tired and need to figure out what details to look into now... The home router is an ALIX 2d13 which has 3 vr(4) i

Re: DHCP over vr(4) on bridge(4) through vether(4) no working?

2016-10-07 Thread LÉVAI Dániel
Raimo Niskanen @ 2016-10-07T09:46:06 +0200: > Hello misc@ > > I have a home router where it seems that DHCP over vr(4) on bridge(4) > through vether(4) does not work. > [...] > Any hints on how to procede? Just a shot in the dark, but maybe: http://marc.info/?l=openbsd-misc&m=147462832805431&w=

Re: DHCP over vr(4) on bridge(4) through vether(4) no working?

2016-10-07 Thread Raimo Niskanen
On Fri, Oct 07, 2016 at 10:42:40AM +0200, LÉVAI Dániel wrote: > Raimo Niskanen @ 2016-10-07T09:46:06 +0200: > > Hello misc@ > > > > I have a home router where it seems that DHCP over vr(4) on bridge(4) > > through vether(4) does not work. > > > [...] > > Any hints on how to procede? > > Just a s

Re: W^X issues running valgrind

2016-10-07 Thread Andreas Kusalananda Kähäri
On Thu, Oct 06, 2016 at 03:42:54PM +0200, Andreas Kusalananda Kähäri wrote: > On Thu, Oct 06, 2016 at 12:57:43PM +0100, Stuart Henderson wrote: > > On 2016/10/06 13:23, David Coppa wrote: > > > On Thu, Oct 6, 2016 at 12:50 PM, Andreas Kusalananda Kähäri > > > wrote: > > > > Hi, > > > > > > > > Let

Re: W^X issues running valgrind

2016-10-07 Thread Stuart Henderson
On 2016-10-07, Andreas Kusalananda Kähäri wrote: > > Adding wxallowed to the mount options of every single partition and > adding -Wl,-z,wxneeded to every step of the compilation doesn't help > either. Scattering wxallowed flags on every partition is not going to do anything useful. Are your -Wl

Re: Setting flags on /dev/audio

2016-10-07 Thread Alexandre Ratchov
On Fri, Oct 07, 2016 at 08:11:46AM +1100, Tobias Brodel wrote: > On 10/06/16 22:44, ludovic coues wrote: > >misc strip attachment. Please send your diff inline or start a new thread > >on dev > Thanks forthe pointer Ludovic, > Hi, We moved significant parts of the audio and MIDI sub-system out o

OpenBSD vmx driver performance on VMware 5.5 and 6.0

2016-10-07 Thread Henrik Lund Kramshøj
Hi All We have OpenBSD running in VMware 5.5 for about 2 years and recently 6.0. So over multiple OpenBSD releases. It is stable and works, and we can use both em and vmx driver, but only get around 1.5 - 2.0 Gbit/s Example between two VMware ESXi 6.0 servers connected with dual 10G connections

Re: quirks "unsigned package," "Can't find CONTENTS"

2016-10-07 Thread yary
On Thu, Oct 6, 2016 at 11:48 PM, Foo74 wrote: > > Thanks for posting the response. Do you know what from the error message > shows that it was a -current build? I think I would have spent days figuring > that out. :) Replying to list as well- There were two clues. One was how uname -a reported

Re: autoinstall (eg: disklabel -T) doesn't support templates that specify partition sizes in sectors?

2016-10-07 Thread Claus Assmann
On Thu, Oct 06, 2016, Erling Westenvik wrote: [I'm only replying because I ran into a problem in this area and posted a patch suggestion to the tech list; a different fix was applied after some discussion.] > templates, I was a little surprised to find that disklabel(8) apparently > does not supp

seamonkey package x86

2016-10-07 Thread Riccardo Mottola
Hi, has the seamonkey package been removed or has it special issues? I see it available on amd64 but not on x86... although seamonkey-enimgmail is present. I'd like to avoid building it myself if it is known to fail and also it is oen fo the "big" packages to build on a laptop. Thank you, R

Re: Large datasize - how to limit physical memory?

2016-10-07 Thread Ted Unangst
Raimo Niskanen wrote: > And the manual page is wrong in claiming that ulimit -m takes effect when > the system gets low on memory? > > So the only memory limit that is enforced is ulimit -d? yeah. i'll fix the manual. thanks for noticing. > Bummer. > > What I guess we (VM tricksters) would real

Re: seamonkey package x86

2016-10-07 Thread Stuart Henderson
On 2016-10-07, Riccardo Mottola wrote: > has the seamonkey package been removed or has it special issues? I see > it available on amd64 but not on x86... although seamonkey-enimgmail is > present. > I'd like to avoid building it myself if it is known to fail and also it > is oen fo the "big" pa

Driver request: cdce with 'huawei ncm' support (Huawei 3372 and similar)

2016-10-07 Thread Юрий Петров
Hello, OpenBSD 6.0 amd64 Device detected as umass (before "mode switch"), umsm and ugen (after). After some manipulations with vendors/interfaces/protocols (on OpenBSD), device is detected as cdce0, but dhclient is failed. Serial ports (AT command ports) are detected and works fine. AT^NDISD

starting ssh-agent on ssh login

2016-10-07 Thread Predrag Punosevac
Hi Misc, This is a rather trivial question. What is the recommended way of starting ssh-agent when upon ssh login into the remote host. Namely I have a remote host which is used as a gateway to a bunch of machines whose ssh keys are password protected. I have AddKeysToAgent yes in my ~/.ssh/con