Re: wikipage spam?

2007-10-28 Thread B. Estrade
On Sun, Oct 28, 2007 at 09:13:29PM -0400, Justin C. Sherrill wrote:
> On Sun, October 28, 2007 2:59 pm, B. Estrade wrote:
> > I was looking on the wiki for ways to go about helping, and I noticed that
> > the page: http://wiki.dragonflybsd.org/index.cgi/HowToStressTest seems to
> > have been link-spammed.
> 
> Peter already fixed this - thanks, Peter!

Thanks, guys.

> 
> > Also, is there any more information out there on how to help
> > stress/exercise df other than what is on the wiki?
> 
> http://wiki.dragonflybsd.org/index.cgi/ProjectsPage

I think for right now I am interested in setting up a machine to help run some 
tests on it.  This seems like a good way to get my feet wet.

> 
> There's lots of things to do that aren't necessarily requiring C code; if
> nothing on that page sounds good, I'm sure there can be more.
> 

-- 
B. Estrade
HPC Enablement Group
http://www.loni.org


Re: wikipage spam?

2007-10-28 Thread Peter Avalos
On Sun, Oct 28, 2007 at 06:59:33PM +, B. Estrade wrote:
> I was looking on the wiki for ways to go about helping, and I noticed that 
> the page: http://wiki.dragonflybsd.org/index.cgi/HowToStressTest seems to 
> have been link-spammed.

Fixed.



pgpBMKpABfMLi.pgp
Description: PGP signature


Re: wikipage spam?

2007-10-28 Thread Justin C. Sherrill
On Sun, October 28, 2007 2:59 pm, B. Estrade wrote:
> I was looking on the wiki for ways to go about helping, and I noticed that
> the page: http://wiki.dragonflybsd.org/index.cgi/HowToStressTest seems to
> have been link-spammed.

Peter already fixed this - thanks, Peter!

> Also, is there any more information out there on how to help
> stress/exercise df other than what is on the wiki?

http://wiki.dragonflybsd.org/index.cgi/ProjectsPage

There's lots of things to do that aren't necessarily requiring C code; if
nothing on that page sounds good, I'm sure there can be more.



wikipage spam?

2007-10-28 Thread B. Estrade
I was looking on the wiki for ways to go about helping, and I noticed that the 
page: http://wiki.dragonflybsd.org/index.cgi/HowToStressTest seems to have been 
link-spammed.

Also, is there any more information out there on how to help stress/exercise df 
other than what is on the wiki? 

Thanks,
Brett

-- 
B. Estrade
HPC Enablement Group
http://www.loni.org


Re: boot safe mode question and kern.ipc.nmb* on live cd

2007-10-28 Thread rmkml

very thx Sascha !
it is possible load pf kernel module on OK boot prompt ? (on live cd for 
testing)
Best Regards
Rmkml


On Sun, 28 Oct 2007, Sascha Wildner wrote:


Date: Sun, 28 Oct 2007 11:53:09 +0100
From: Sascha Wildner <[EMAIL PROTECTED]>
To: users@crater.dragonflybsd.org
Newsgroups: dragonfly.users
Subject: Re: boot safe mode question and kern.ipc.nmb* on live cd

rmkml wrote:

Hi,
Im test dfbsd v1.10.1 on intel dual core 2 plateform
normal boot and single boot not work (pb irq11)
but safe mode is ok on live cd,
but Im desired boot on safe mode with enhanced kern.ipc.nmb*
(kern.ipc.nmbufs=65536 and kern.ipc.nmbclusters=32768)
is it possible ?
 OK boot safe #Â nt work
but how please ?
 OK set kern.ipc.nmbufs=65536 # not tested
 OK set kern.ipc.nmbclusters=32768 # not tested
Best Regards
Rmkml


Hmm,

if I understood correctly you want to know how to boot in "safe mode" from 
the LiveCD's loader prompt.


Try this:

unset acpi_load
set hw.ata.ata_dma=0
set hw.ata.atapi_dma=0
set hw.ata.wc=0
set kern.ipc.nmbufs=65536
set kern.ipc.nmbclusters=32768
boot

Sascha

--
http://yoyodyne.ath.cx


Re: boot safe mode question and kern.ipc.nmb* on live cd

2007-10-28 Thread Sascha Wildner

rmkml wrote:

Hi,
Im test dfbsd v1.10.1 on intel dual core 2 plateform
normal boot and single boot not work (pb irq11)
but safe mode is ok on live cd,
but Im desired boot on safe mode with enhanced kern.ipc.nmb*
(kern.ipc.nmbufs=65536 and kern.ipc.nmbclusters=32768)
is it possible ?
 OK boot safe #Â nt work
but how please ?
 OK set kern.ipc.nmbufs=65536 # not tested
 OK set kern.ipc.nmbclusters=32768 # not tested
Best Regards
Rmkml


Hmm,

if I understood correctly you want to know how to boot in "safe mode" 
from the LiveCD's loader prompt.


Try this:

unset acpi_load
set hw.ata.ata_dma=0
set hw.ata.atapi_dma=0
set hw.ata.wc=0
set kern.ipc.nmbufs=65536
set kern.ipc.nmbclusters=32768
boot

Sascha

--
http://yoyodyne.ath.cx


boot safe mode question and kern.ipc.nmb* on live cd

2007-10-28 Thread rmkml

Hi,
Im test dfbsd v1.10.1 on intel dual core 2 plateform
normal boot and single boot not work (pb irq11)
but safe mode is ok on live cd,
but Im desired boot on safe mode with enhanced kern.ipc.nmb*
(kern.ipc.nmbufs=65536 and kern.ipc.nmbclusters=32768)
is it possible ?
 OK boot safe # nt work
but how please ?
 OK set kern.ipc.nmbufs=65536 # not tested
 OK set kern.ipc.nmbclusters=32768 # not tested
Best Regards
Rmkml