Re: struggling with qemu guests using >256M memory

2011-08-21 Thread Todd T. Fries
Try checking login.conf(5), specifically your default limits. ksh(1) shows these via 'ulimit -a'. Penned by David Cantrell on 20110821 21:09.30, we have: | I am unable to start a qemu guest with more than 256M of memory, | despite having 4G in my system. I get ENOMEM and qemu exi

Re: struggling with qemu guests using >256M memory

2011-08-21 Thread Ryan Freeman
On Sun, Aug 21, 2011 at 10:09:30PM -0400, David Cantrell wrote: > I am unable to start a qemu guest with more than 256M of memory, > despite having 4G in my system. I get ENOMEM and qemu exits. Using > 256M or less works just fine. > > After some debugging, I see that qemu uses valloc(), which t

struggling with qemu guests using >256M memory

2011-08-21 Thread David Cantrell
I am unable to start a qemu guest with more than 256M of memory, despite having 4G in my system. I get ENOMEM and qemu exits. Using 256M or less works just fine. After some debugging, I see that qemu uses valloc(), which then uses malloc() and that's preventing anything larger than 256M. O

Re: tcptrace on loopback device

2011-08-21 Thread Alexander Bluhm
On Fri, Aug 19, 2011 at 06:43:52PM +0200, Alexander Bluhm wrote: > On Fri, Aug 19, 2011 at 02:10:26PM +, Christian Weisgerber wrote: > > What are our guarantees that this is correctly aligned? > > As soon I get home, I will test this on sparc64. It works on sparc64. Is it OK then? bluhm >

Re: NEW: emulators/openmsx

2011-08-21 Thread Anthony J. Bentley
On Sat, Jul 16, 2011 at 4:37 PM, Anthony J. Bentley wrote: > On Sun, Jun 12, 2011 at 5:42 PM, Anthony J. Bentley > wrote: >> openMSX is an emulator for the MSX home computer system. Its goal is to >> emulate all aspects of the MSX with 100% accuracy: perfection in >> emulation. It also has a numb

Re: audio/xmms2: fix initialisation of avcodec plugin

2011-08-21 Thread Amaury Gauthier
Quoting Pascal Stumpf : Hi, this patch (from upstream) fixes the initialisation of the avcodec plugin in xmms2. No response from maintainer yet. Hi Pascal, I'm currently not at home and I don't have access to an OpenBSD system. But if the patch works, I'm of course ok with it. Amaury In

Re: update textproc/xpdf

2011-08-21 Thread Matthias Kilian
I removed PKGNAME-main by accident. Please use this diff instead of the one i sent last friday. Index: Makefile === RCS file: /cvs/ports/textproc/xpdf/Makefile,v retrieving revision 1.79 diff -u -p -r1.79 Makefile --- Makefile10 A

[new] benchmarks/postmark

2011-08-21 Thread Peter Hessler
PostMark is a filesystem benchmarking tool, that tries to mimick real filesystem activity. originally from thib@, OK? -- "Being disintegrated makes me ve-ry an-gry!" postmark.tgz Description: application/tar-gz

update security/p5-GnuPG-Interface

2011-08-21 Thread Pascal Stumpf
Update to 0.44, remove groff. Now uses Moose and supports gpg2. Index: Makefile === RCS file: /cvs/ports/security/p5-GnuPG-Interface/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile3 Dec 2010 11:46:47 -

update textproc/wdiff

2011-08-21 Thread Pascal Stumpf
- update to latest version 0.6.5 - clarify license - remove groff (manpage checked) - remove now unnecessary patches, CONFIGURE_ENV etc. Since the update removes unify(1), should we pass --enable-experimental to also get the mdiff, unify and wdiff2 programs? Does anyone need it? Index: Makefile

OpenBSD an Go (Golang)

2011-08-21 Thread Torsten Valentin
Brandon Mercer gave me the permission to forward this mail to the ports ML FYI: > There has been a lot of work done recently, Right now the build works > mostly until you get to the syscalls which have been done and passed > code review but still aren't in tree yet. If you do hg pull and then > hg

Re: [new] sysutils/parallel

2011-08-21 Thread Landry Breuil
On Sat, Aug 20, 2011 at 10:27:36PM +0200, Pascal Stumpf wrote: > GNU parallel is a shell tool for executing jobs in parallel using one or > more computers. A job is can be a single command or a small script that > has to be run for each of the lines in the input. The typical input is a > list of fi

Re: [new] textproc/diction

2011-08-21 Thread Landry Breuil
On Sat, Aug 20, 2011 at 10:28:31PM +0200, Pascal Stumpf wrote: > Diction and style are two old standard Unix commands. Diction identifies > wordy and commonly misused phrases. Style analyses surface > characteristics of a document, including sentence length and other > readability measures. > > Th