Re: praudit parse with gnu grep

2007-08-22 Thread sam
Robert Watson wrote: On Tue, 21 Aug 2007, sam wrote: # praudit /etc/auditpipe | grep bla bla bla # praudit /etc/auditpipe | tee file.log this is not work please help me This thread is also on freebsd-hackers, but just to follow up here as well for the purposes of the archives: - It's

Re: linuxolator problem on amd64

2007-08-22 Thread Roman Divacky
On Wed, Aug 22, 2007 at 01:36:20AM +0200, Pieter de Goeje wrote: On Tuesday 21 August 2007, sam wrote: Hi, all. i am try runing Enemy Territory: Quake Wars server (links on http://weec.ovl.ru/csdivision/index.php?topic=662.0 ) # uname -rms FreeBSD 6.2-STABLE amd64 # mount | grep

Re: linuxolator problem on amd64

2007-08-22 Thread sam
Roman Divacky wrote: On Wed, Aug 22, 2007 at 01:36:20AM +0200, Pieter de Goeje wrote: On Tuesday 21 August 2007, sam wrote: Hi, all. i am try runing Enemy Territory: Quake Wars server (links on http://weec.ovl.ru/csdivision/index.php?topic=662.0 ) # uname -rms FreeBSD 6.2-STABLE

Re: linuxolator problem on amd64

2007-08-22 Thread Pieter de Goeje
On Wednesday 22 August 2007, Roman Divacky wrote: On Wed, Aug 22, 2007 at 01:36:20AM +0200, Pieter de Goeje wrote: On Tuesday 21 August 2007, sam wrote: Hi, all. i am try runing Enemy Territory: Quake Wars server (links on http://weec.ovl.ru/csdivision/index.php?topic=662.0 )

Re: linuxolator problem on amd64

2007-08-22 Thread Peter Jeremy
On 2007-Aug-22 12:13:48 +0400, sam [EMAIL PROTECTED] wrote: Minimum system requirements: ... - Kernel 2.6, configured for 1000Hz tick and other low latency settings FreeBSD currently only emulates kernel 2.4. Kernel 2.6 is a SoC project. -- Peter Jeremy pgp900LFNqMKV.pgp Description: PGP

Re: User-mode Linux (Was: modify syscall nr on-the-fly)

2007-08-22 Thread Yuriy Tsibizov
2007/8/21, Yuriy Tsibizov [EMAIL PROTECTED]: 2007/8/20, Kostik Belousov [EMAIL PROTECTED]: On Sat, Aug 18, 2007 at 02:01:26PM +0400, Yuriy Tsibizov wrote: I'm trying to get user-mode Linux to run under FreeBSD Linux emulation (on i386). User-mode Linux in it's start-up

Re: linuxolator problem on amd64

2007-08-22 Thread Stefan Lambrev
Hello, Peter Jeremy wrote: On 2007-Aug-22 12:13:48 +0400, sam [EMAIL PROTECTED] wrote: Minimum system requirements: ... - Kernel 2.6, configured for 1000Hz tick and other low latency settings FreeBSD currently only emulates kernel 2.4. Kernel 2.6 is a SoC project.

patches

2007-08-22 Thread shyam burkule
hellow can someone send me patch implementating page replacement algorithm in freeBSD Thanks Shyam ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

freeBSD patches

2007-08-22 Thread shyam burkule
hellow Please tell me where can i get new freeBSD patches Thanks Shyam ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: freeBSD patches

2007-08-22 Thread Mohacsi Janos
Hi! Have a look at Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html Regards, Janos Mohacsi Network Engineer, Research Associate, Head of Network Planning and Projects NIIF/HUNGARNET, HUNGARY Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 6F64 7B00 70EF 9882 On

Re: patches

2007-08-22 Thread Mike Silbersack
On Wed, 22 Aug 2007, shyam burkule wrote: hellow can someone send me patch implementating page replacement algorithm in freeBSD Thanks Shyam No. Mike Silby Silbersack ___ freebsd-hackers@freebsd.org mailing list

Re: linuxolator problem on amd64

2007-08-22 Thread Roman Divacky
Take a look at /usr/ports/UPDATING : 20070327: AFFECTS: users of emulators/linux_base-fc6 AUTHOR: [EMAIL PROTECTED] ATTENTION! The port is experimental for now. Use it at your own risk. This port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16. So it's not just a

Re: User-mode Linux (Was: modify syscall nr on-the-fly)

2007-08-22 Thread Roman Divacky
here is a little review of mine... just little suggestions. Index: i386/i386/trap.c === RCS file: /home/ncvs/src/sys/i386/i386/trap.c,v retrieving revision 1.307 diff -u -r1.307 trap.c --- i386/i386/trap.c26 Jul 2007 15:32:55

Relocatable intel 'em' driver patch(intel v6.4.1)

2007-08-22 Thread Sean Bruno
I did a small amount of search and replace against the intel em ethernet driver to allow it to be relocatable today. If anyone is interested, here is the diff against my tree. So, one should be able to copy v6.4.1 of the intel driver into the kernel src tree, overwriting RELENG_6's version

pw not creating home directories with -V +patch

2007-08-22 Thread Ivan Voras
Hi, I've just found out that pw(8) isn't creating home directories when -V (alternate /etc directory) is specified. I realize this was probably made to avoid foot-shooting but I also think there should be a way to enable this feature. I've created the following patch: --- pw_user.c.old

Re: modify syscall nr on-the-fly

2007-08-22 Thread Ivan Voras
Yuriy Tsibizov wrote: I'm trying to get user-mode Linux to run under FreeBSD Linux emulation (on i386). This is very interesting. Do you have a web page with progress status, blog or something similar to track your work? I'm interested in testing this when it's ready (in absence of Xen, this

Re: modify syscall nr on-the-fly

2007-08-22 Thread Simon 'corecode' Schubert
Ivan Voras wrote: This is very interesting. Do you have a web page with progress status, blog or something similar to track your work? I'm interested in testing this when it's ready (in absence of Xen, this could be the next best thing). You might also want to look into porting the vkernel

freeBSD

2007-08-22 Thread shyam burkule
Hi All I am new to freeBSD .I am doing engineering from india...and doing my graduate project in memory management area.I really need a patch that implements page replecement in freeBSD or patch that implement *Unified Buffer Management Scheme (by Jong Min Kim, Jongmoo Choi, Jesung Kim, Sam H.

Re: freeBSD

2007-08-22 Thread Erich Dollansky
Hi, shyam burkule wrote: Hi All I am new to freeBSD .I am doing engineering from india...and doing my graduate project in memory management area.I really need a patch that it seems to me that you are the perfect guy the provide the patch as you have all the knowledge. Erich implements

Re: device hints for isa modules

2007-08-22 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Constantine A. Murenin [EMAIL PROTECTED] writes: : Dear freebsd-hackers@, : : Is there a way to statically compile device hints into an isa(4) module? : : From what it looks, there is no place in the source tree to put the : hints for isa(4) modules --

Re: User-mode Linux (Was: modify syscall nr on-the-fly)

2007-08-22 Thread Yuriy Tsibizov
2007/8/23, Roman Divacky [EMAIL PROTECTED]: here is a little review of mine... just little suggestions. Index: i386/i386/trap.c === RCS file: /home/ncvs/src/sys/i386/i386/trap.c,v retrieving revision 1.307 diff -u -r1.307