4.3-BETA world crashing 4.2-RELEASE kernel ?

2001-03-21 Thread Mathieu
, personnaly, it works fine on my computer ! :p), or could this really be a bug NOT in the FreeBSD kernel that causes the machine to die in 5 minutes or so in multi user mode (even will it is idle !) ? Thanks ! And sorry for this long long long e-mail :p I've attached a DMESG from 4.2-RELE

Re: 4.3-BETA world crashing 4.2-RELEASE kernel ?

2001-03-21 Thread Mathieu
ile I did with kernal optimizations (-02), > so I turned that off, rebuilt the kernal, rebooted and all was fine. > > - > Daryl Chance | And which parallel universe did > ValueData, LLC | YOU crawl out of? > Memphis, TN| - http://www.thinkgeek.com > - Orig

SoC / PMC

2007-05-30 Thread Mathieu Prevot
, the module can't achieve initalization.. please help ! Mathieu ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: get active processes in python

2007-07-12 Thread Mathieu Prevot
2007/7/12, Mathieu Prevot <[EMAIL PROTECTED]>: Hello, do you recommend a method to get active processes in a python script, as with "ps" or "top" in order to put the result into a list ? (python package, shell call...) Mathieu PS: I would like to fire this

get active processes in python

2007-07-12 Thread Mathieu Prevot
Hello, do you recommend a method to get active processes in a python script, as with "ps" or "top" in order to put the result into a list ? (python package, shell call...) Mathieu ___ freebsd-hackers@freebsd.org mailing list http

Re: python modules

2007-07-13 Thread Mathieu Prevot
2007/7/13, Mathieu Prevot <[EMAIL PROTECTED]>: I learn that modules loaded with import fall into 4 general categories: - code written in Python (.py) - C or C++ extensions that have been compiled into shared libraries (or DLLs) - Packages containing collection of modules - Built-in

Re: python modules

2007-07-13 Thread Mathieu Prevot
2007/7/13, Mike Meyer <[EMAIL PROTECTED]>: On Fri, 13 Jul 2007 21:12:33 +0200 "Mathieu Prevot" <[EMAIL PROTECTED]> wrote: This apparently got redirected without sufficient context, so I'm guessing. I forgot to cc to hackers. > 2007/7/13, Mathieu Prevot <[EM

binary file within a shell script

2008-05-08 Thread Mathieu Prevot
Hi there, I would like to use one exec file from a shellscript but I would like it to be incorporated in the same file, like Nvidia do for its FreeBSD drivers. How can I do this in a convenient way ? Mathieu ___ freebsd-hackers@freebsd.org mailing list

Re: accessing NetBSD filesystem

2005-12-17 Thread Mathieu Arnold
the NetBSD installation is in /dev/ad0s4? FFS == UFS. -- Mathieu Arnold ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Creating real bool type for simulation in physics

2006-03-13 Thread Mathieu Prevot
readed program: http://scienceclue.ath.cx/download/ising_lps_0.2.tar.bz2 Thanks Mathieu P. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Creating real bool type for simulation in physics

2006-03-14 Thread Mathieu Prevot
On Mon, Mar 13, 2006 at 11:13:41AM -0600, Dan Nelson wrote: > In the last episode (Mar 13), Mathieu Prevot said: > > I use freebsd/amd64 (RELENG_6) for simulation in physics. I am > > working on the Ising model: an assembly of spins (micromagnets) which > > interact and wh

sysctl(3) and sysctl(8) discrepancies

2006-04-19 Thread Mathieu Prevot
len=sizeof(int); sysctlnametomib("hw.ncpu",ncpu,&len); printf("hw.ncpu = %d\n",(*ncpu)); printf("hw.ncpu = %d\n",HW_NCPU); exit(0); } Am I doing something wrong ? Mathieu ___ f

automatic KSE for multithreaded programs

2006-07-17 Thread Mathieu Prevot
Hello, the KSE system is complicated. Are there projects or possibilities to split automatically threads into groups given a SMP system in a clever manner ? Mathieu ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re[2]: Per CPU load statistics

2005-07-18 Thread Mathieu CHATEAU
se) for these  stats. vc> Thanks, vc> Victor Crcueru vc> On 7/18/05, Mathieu CHATEAU <[EMAIL PROTECTED]> wrote: vc> Hello, vc> you can trough snmp & cacti for example. vc> cheers, vc> Friday, July 15, 2005, 10:26:11 AM, you wrote: JMP>> Hi JMP>>

Re: Per CPU load statistics

2005-07-18 Thread Mathieu CHATEAU
d any mail to JMP> "[EMAIL PROTECTED]" -- Best regards, Mathieumailto:[EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: anoncvs.freebsd.org broken?

2005-09-10 Thread Mathieu Arnold
P src :-) -- Mathieu Arnold ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: no memory problem

2001-09-18 Thread Mathieu Arnold
Mathieu Arnold wrote: > > Frank Volf wrote: > > > > Mathieu Arnold wrote: > > > > What is the output of > > > > > > > > vmstat -m | egrep -i '(pfil|filter|temp)' > > > > > > well, for now, it's ok, as I r

Re: no memory problem

2001-09-19 Thread Mathieu Arnold
Mathieu Arnold wrote: > > Mathieu Arnold wrote: > > > > Frank Volf wrote: > > > > > > Mathieu Arnold wrote: > > > > > What is the output of > > > > > > > > > > vmstat -m | egrep -i '(pfil|filter|temp)' &g

Re: no memory problem

2001-09-19 Thread Mathieu Arnold
Mathieu Arnold wrote: > > Mathieu Arnold wrote: > > > > Frank Volf wrote: > > > > > > Mathieu Arnold wrote: > > > > > What is the output of > > > > > > > > > > vmstat -m | egrep -i '(pfil|filter|temp)' &g

MALLOC_DEFINE

2001-09-22 Thread Mathieu Arnold
ano.absolight.com 4.3-RELEASE-p19 FreeBSD 4.3-RELEASE-p19 #2: Fri Sep 14 20:09:37 CEST 2001 -- Mathieu Arnold To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Unix Philosophers Please!

2001-10-31 Thread Mathieu Arnold
> "Nicpon, John" wrote: > > Please specifically define where data goes that is sent to /dev/null to the place where no data ever came back. -- Mathieu Arnold To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

ls patch to sort directories first

2003-09-18 Thread Mathieu Arnold
.. For those who will wonder why I used the FTSENT struct and not the stat struct within it, it's because the stat struct did not seem to be filled (and I just could not get it to be filled). Suggestions mostly welcomed :) -- Mathieu Arnold pgp0.pgp Description: PGP signature

Re: ls patch to sort directories first

2003-09-19 Thread Mathieu Arnold
+-le 18/09/2003 12:05 +0200, Mathieu Arnold écrivait : | Suggestions mostly welcomed :) Maybe I should have sent a PR :) -- Mathieu Arnold pgp0.pgp Description: PGP signature

Re: Can someone fix releng4.freebsd.org to name snapshots right ?

2002-02-06 Thread Mathieu Arnold
STABLE > > Shouldn't these directories be named 4.5-x-STABLE by now ? shouldn't they be named 4-x-STABLE ? -- Mathieu Arnold To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: FreeBSD NFS server benchmarks vs. OpenBSD, NetBSD?

2002-06-23 Thread Mathieu Arnold
--On Saturday, June 22, 2002 22:23:59 -0700 Alfred Perlstein <[EMAIL PROTECTED]> wrote: > > Actually FreeBSD 5.x should have lockd support. I should know, I > ported it from BSD/os. Will it be MFCed ? -- Mathieu Arnold To Unsubscribe: send mail to [EMAIL PROTECTED] wi

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Mathieu Arnold
all a fresh -current, I'm trying to make release from a -stable box, but I don't believe it will end well. Could someone make release from a recent -current so that many of us could install it ? -- Mathieu Arnold To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

pthreads on 4.7-RELEASE

2002-11-07 Thread Mathieu Arnold
HREAD_SAFE test.c -o test $ ./test pthread_create: Cannot allocate memory I must be doing something stupid, but I cannot really find what... -- Mathieu Arnold To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message