Re: Threaded 6.4 code compiled under 9.0 uses a lot more memory?..

2012-10-30 Thread Jan Mikkelsen
Hi, On 30/10/2012, at 10:12 PM, Karl Pielorz wrote: > > Hi All, > > Can anyone think of any quick pointers as to why some code originally written > under 6.4 amd64 - when re-compiled under 9.0-stable amd64 takes up a *lot* > more memory when running? > > The code involved is a sendmail Mil

Re: OS support for fault tolerance

2012-02-14 Thread Jan Mikkelsen
On 15/02/2012, at 3:57 AM, Julian Elischer wrote: > On 2/14/12 6:23 AM, Maninya M wrote: >> For multicore desktop computers, suppose one of the cores fails, the >> FreeBSD OS crashes. My question is about how I can make the OS tolerate >> this hardware fault. >> The strategy is to checkpoint the

Re: sem(4) lockup in python?

2012-02-07 Thread Jan Mikkelsen
On 06/02/2012, at 3:49 AM, Attilio Rao wrote: > 2012/2/5 Ivan Voras : >> On 5 February 2012 11:44, Garrett Cooper wrote: >> >>> >>>'make MAKE_JOBS_NUMBER=1' is the workground used right now.. >> >> David Xu suggested that it is a bug in Python - it doesn't set >> process-shared attribute

Re: sem(4) lockup in python?

2012-02-05 Thread Jan Mikkelsen
On 05/02/2012, at 9:44 PM, Garrett Cooper wrote: > On Sun, Feb 5, 2012 at 2:41 AM, Jan Mikkelsen > wrote: >> >> On 12/01/2012, at 3:47 AM, Garrett Cooper wrote: >> >>> [ builds hanging in python with waf … ] >> >> Any progress on this? Or a worka

Re: sem(4) lockup in python?

2012-02-05 Thread Jan Mikkelsen
On 12/01/2012, at 3:47 AM, Garrett Cooper wrote: > [ builds hanging in python with waf … ] > Glad to see that iXsystems isn't the only one ([1] -- please add a "me > too" to the PR). The problem is that we do FreeNAS nightlies and they > frequently get stuck building tdb (10%~20% of the time) an

Re: Hardware supported by ng_frame_relay?

2012-01-18 Thread Jan Mikkelsen
On 15/01/2012, at 6:00 PM, Roman Kurakin wrote: > Hi, > > Jan Mikkelsen wrote: >> Hi, >> >> I'm looking to upgrade a system running frame relay over a Sangoma A101 card >> and WANPIPE. >> >> Sangoma do not support FreeBSD anymore, so I

Re: Hardware supported by ng_frame_relay?

2012-01-18 Thread Jan Mikkelsen
On 16/01/2012, at 2:34 PM, Julian Elischer wrote: > On 1/13/12 11:00 PM, Jan Mikkelsen wrote: >> Hi, >> >> I'm looking to upgrade a system running frame relay over a Sangoma A101 card >> and WANPIPE. >> >> Sangoma do not support FreeBSD anymore,

Hardware supported by ng_frame_relay?

2012-01-13 Thread Jan Mikkelsen
Hi, I'm looking to upgrade a system running frame relay over a Sangoma A101 card and WANPIPE. Sangoma do not support FreeBSD anymore, so I'm looking for alternatives. What hardware does ng_frame_relay support now that ar(4) and sr(4) are not in FreeBSD 9? Specifically, will ng_frame_relay wor

Re: sem(4) lockup in python?

2012-01-13 Thread Jan Mikkelsen
On 12/01/2012, at 3:47 AM, Garrett Cooper wrote: > Glad to see that iXsystems isn't the only one ([1] -- please add a "me > too" to the PR). > [ … ] > 1. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163489 Also reported in: ports/163467 ports/160717 Jan. ___

Re: mfi (Dell H700) + hot swapping doesn't appear to work with RC1

2011-12-18 Thread Jan Mikkelsen
ture" coming directly from the geniuses who designed the card. Hugo: You missed a step. Borja: No reboot required. For the mfi controllers I have been testing recently (MegaRAID 9261-8i), you need to install the sysutils/megacli port, and use that to clear the "foreignness" of the

Re: mfi (Dell H700) + hot swapping doesn't appear to work with RC1

2011-12-15 Thread Jan Mikkelsen
On 16/12/2011, at 3:40 AM, Andrew Boyer wrote: > > On Dec 15, 2011, at 4:19 AM, Jan Mikkelsen wrote: > >> For the mfi controllers I have been testing recently (MegaRAID 9261-8i), you >> need to install the sysutils/megacli port, and use that to clear the >> "f

Re: mfi (Dell H700) + hot swapping doesn't appear to work with RC1

2011-12-15 Thread Jan Mikkelsen
On 16/12/2011, at 1:56 AM, John Baldwin wrote: > On Thursday, December 15, 2011 4:19:58 am Jan Mikkelsen wrote: >> For the mfi controllers I have been testing recently (MegaRAID 9261-8i), you > need to install the sysutils/megacli port, and use that to clear the > "foreignn

Re: mfi (Dell H700) + hot swapping doesn't appear to work with RC1

2011-12-15 Thread Jan Mikkelsen
ar the "foreignness" of the disk you just added. Something like: MegaCli -CfgForeign -Clear -a0 You should be able to then recreate it as a JBOD device, and progress through whatever higher level recovery you need to do. Regards, Jan Mikkelsen ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: read(1) garbage when input redirected from make incorrectly

2010-02-16 Thread Jan Mikkelsen
ding on context, various other stuff such as a paren, bracket, > backquote etc. A redirection doesn't terminate the argument list. For example: echo a b < /dev/null c d Produces: a b c d And: < /etc/passwd cat Will emit /etc/passwd to std

Re: read(1) garbage when input redirected from make incorrectly

2010-02-15 Thread Jan Mikkelsen
On 16/02/2010, at 11:55 AM, Garrett Cooper wrote: > Hi Hackers, >I accidentally reproduced the following after executing read > properly in a pipeline with make: > > [garrc...@garrcoop-fbsd /usr/home/garrcoop]$ read DESTDIR SRCCONF < > /usr/bin/make -V DESTDIR -V SRCCONF > bash: read: `-V': n

Re: Kernel panic caused by fork

2009-09-08 Thread Jan Mikkelsen
Hi, On 07/09/2009, at 8:59 PM, Ivan Radovanovic wrote: ... After running this program I got kernel panic with message "get_pv_entry: increase vm.pmap.shpgperproc" IMHO it is not very good idea to bring entire system down if one process misbehaves in this way, it is maybe much better to kill

RE: kqueue and libev

2007-12-16 Thread Jan Mikkelsen
e is a pain, to the point of leading to comments like this. Of course, in this case the best thing to do is to ask the author, and to see if the situation has changed. Regards, Jan Mikkelsen ___ freebsd-hackers@freebsd.org mailing list http://lis

RE: Australian cvs repository

2007-08-15 Thread Jan Mikkelsen
. Pacific Internet is our ISP; I don't know if it is accessible from outside their network. Regards, Jan Mikkelsen ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: i386 with PAE or AMD64 on PowerEdge with 4G RAM

2007-06-18 Thread Jan Mikkelsen
he inability to run some (but not all) 32-bit binaries at the moment. I see no 32-bit binaries in your list. Regards, Jan Mikkelsen. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe,

RE: patchset-9 release (Re: [unionfs][patch] improvements of the unionfs - Problem Report, kern/91010)

2006-03-16 Thread Jan Mikkelsen
Daichi GOTO wrote: > All folks have interests in improved unionfs should keep attentions > and ask "how about merge?" at every turn :) OK. How about a merge? I'd really like to see this in 6-STABLE. Regards, Jan Mikkelsen. __

RE: how to flush out cache.?

2004-04-24 Thread Jan Mikkelsen
sloated as you'd like, but still ... Regards, Jan Mikkelsen [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: making CVS more convenient

2003-03-16 Thread Jan Mikkelsen
Nate Williams wrote: > > The current version of Perforce has "p4proxy" which caches > a local copy > > of the depot files used. > > Does it still require a working net link to the master > repository? When > it was originally released, I remember it being useful for slow links, > but not so goo

RE: making CVS more convenient

2003-03-16 Thread Jan Mikkelsen
FreeBSD project? Is the issue the absence of a "p4up"? Licensing? Inertia? Regards, Jan Mikkelsen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: High Avaliability Processes

2002-07-22 Thread Jan Mikkelsen
"external" program for this? As well as init/ttys, look at supervise from Dan Bernstein's daemontools package: http://cr.yp.to/daemontools.html There are other benefits like reliably sending signals to processes by name, log file management and a bunch of other useful, wel

ATA Controller choices

2002-02-20 Thread Jan Mikkelsen
Promise. What is the "quality heirarchy" of ATA chips? Eg. I know the VIA chips have issues. Where does the CMD 649 fit in that heirarchy? Such a list (or even a list of known issues with particular chips) would be useful for specifying new machines. Thanks, Jan Mikkelsen To U

Re: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE"

2001-08-31 Thread Jan Mikkelsen
You probably have the system default libstdc++.so.3 in your library search path before the GCC 3 libstdc++.so.3. Try setting LD_LIBRARY_PATH to the GCC 3 lib directory. Jan Mikkelsen -Original Message- From: Benjamin Gross <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL

Re: C++ to C translator

2001-07-03 Thread Jan Mikkelsen
Comeau C++, http://www.comeaucomputing.com might do what you want, although you'll have to hack at the build system a bit. Other products based on the EDG front end might do similar things. I seem to recall that KAI C++ converted to C, but I don't know. -Original Message- From: Rayson H

Re: write() vs aio_write()

2001-04-30 Thread Jan Mikkelsen
re there are lots of issues, but I'm curious. Jan Mikkelsen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: atomic operations

2000-10-03 Thread Jan Mikkelsen
John Baldwin <[EMAIL PROTECTED]> wrote: >On 03-Oct-00 Jan Mikkelsen wrote: >> There shouldn't be a need for a loop like the one you describe for a simple >> atomic increment. > >The trick is that I want to increment and read at the same time. I d

Re: atomic operations

2000-10-03 Thread Jan Mikkelsen
nt which alters the behaviour of your code? Jan Mikkelsen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: atomic operations

2000-09-25 Thread Jan Mikkelsen
ked at the GNU inline assembler notation for indicating register usage. I'd be curious to see what is should look like. Jan Mikkelsen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message