How do I use more process memory with mysqld

2008-04-15 Thread Vikash Badal
Greetings, I am trying to get mysql to use more memory, at present it seems stuck at around 1G >From the mysql lists the it was suggested that I increase kern.maxdsiz, kern.dfdl, kern.maxssiz In /boot/loader.conf. Having set the values of kern.maxdsiz and kern.dfdl mto 6G, I still cant use m

RE: How do I use more process memory with mysqld

2008-04-16 Thread Vikash Badal
-Original Message- > From: Mel [mailto:[EMAIL PROTECTED] > Sent: 15 April 2008 07:52 PM > To: freebsd-questions@freebsd.org > Cc: Vikash Badal > Subject: Re: How do I use more process memory with mysqld > > On Tuesday 15 April 2008 17:07:14 Vikash Badal wro

probably stupid questions about select() and FS_SET in a multithreaded environment [ select() failed (Bad file descriptor) ]

2011-10-16 Thread Vikash Badal
Greetings, Can some point me in the correction direction please. I have a treaded socket application that has a problem with select() returning -1. The select() and accept() is taken care of in one thread. The worker threads deal with client requests after the new client connection is pushed to

port source list from www.freebsd.org

2005-02-08 Thread Vikash Badal
Greetings, <><><>I have looked at the following url : http://www.freebsd.org/cgi/pds.cgi?ports/www/squid <>and the sources are no longer listed, is this the default or is there a problem with the pages I have tried several different ports and all produce the same result: <>Sorry, did not find th

switching from gnu make to bsd make

2011-02-09 Thread Vikash Badal
Can someone please advise me as to how I switch the following lines of gnu make to bsd make $(OBJDIR)/%.o:${SRCDIR}/%.c ${CC} -c ${CFLAGS} ${INCDIR} ${LIBDIR} $< -o $@ Thanks Vikash Please note: This email and its content are subject to the disclaimer as displayed at the following li

RE: switching from gnu make to bsd make

2011-02-10 Thread Vikash Badal
> -Original Message- > From: Polytropon [mailto:free...@edvax.de] > Sent: 10 February 2011 10:11 AM > To: Vikash Badal > Cc: freebsd-questions@freebsd.org > Subject: Re: switching from gnu make to bsd make > > Of course, in my testing case OBJDIR and SRCDIR a

RE: switching from gnu make to bsd make

2011-02-11 Thread Vikash Badal
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Robert Bonomi > Sent: 11 February 2011 01:59 AM > To: Vikash Badal > Cc: freebsd-questions@freebsd.org > Subject: Re: switching from gnu make

Source nat question (ipfw and natd)

2003-01-25 Thread Vikash Badal
Greetings, I currently have a box (4.7p3) that i want to connect to four different networks According to the man page i can only nat on one interface using natd. My current natd.conf is as follows : -- redirect_address 10.136

Re: Source nat question (ipfw and natd)

2003-01-26 Thread Vikash Badal
Hi Nick, - Original Message - From: "Nick Rogness" <[EMAIL PROTECTED]> To: "Vikash Badal" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 26, 2003 2:01 AM Subject: Re: Source nat question (ipfw and natd) > On Sat, 25 Jan

nntpcache ( news/nntpcache ) on AMD 64 (6.2-RELEASE)

2007-02-21 Thread Vikash Badal
Greetings, Has anyone been able to get nntpcache working on AMD64 (6.2-RELEASE) The same ports tree compiles on 6.2-RELEASE i386 and work 100% Compiling on AMD64 results in : connected to NNTP server vasbyt.local.net as DEFAULT => [vasbyt.local.net] list overview.fmt refused list overview.fmt o

FreeBSD 8.0 and CDN connection issue

2010-02-15 Thread Vikash Badal
Hi We are having a strange problem with FreeBSD 8.0 ( problem is not seen on 7.X or 6.X ) and its behavior towards what appears to be a problem with the footprint cdn which hosts sites such as: http://www.formula1.com http://www.vw.com http://www.rca.com The issue can be seen below: PF enabled

growing a graid3 array and growfs not growing ....

2009-05-29 Thread Vikash Badal
Can someone please advise why growfs would return: growfs: we are not growing (8388607->4194303) ? I have a FreeBSD 7.2 server in a VM. I initially had 5 x 4G disks Created a raid graid3 label datavol da2 da3 da4 da5 da6 I upgraded them to 5 x 8g disks swopped out the virtual disks one at a ti

increasing memory for no root users on freebsd 8.0

2010-05-20 Thread Vikash Badal
Can someone assist me with tunning freebsd 8.0 so that I can allocate more memory to a process that is not owned by root or running as root. >From top I get this line before it coredumps. PID USERNAMETHR PRI NICE SIZERES STATETIME WCPU COMMAND 1161 nntpd 1500 440

threads and malloc/free on freebsd 8.0

2010-05-21 Thread Vikash Badal
Greetings. Excuse me if this is a stupid questions. I have a thread socket application that seems to be behaving strangely In a worker thread, I have the following. --- LogMessage(DEBUG_0, "allocated %ld", malloc_usable_size(inst)); free(inst); LogMessage(DEBUG_0, "aft

threads and malloc/free on freebsd 8.0

2010-06-11 Thread Vikash Badal
Greetings. I have a thread socket application that seems to be behaving strangely In a worker thread, I have the following. --- LogMessage(DEBUG_0, "allocated %ld", malloc_usable_size(inst)); free(inst); LogMessage(DEBUG_0, "after free allocated %ld", malloc_usable_size(

RE: threads and malloc/free on freebsd 8.0

2010-06-11 Thread Vikash Badal
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Dan Nelson > Sent: 11 June 2010 09:56 PM > To: Vikash Badal > Cc: freebsd-questions@freebsd.org > Subject: Re: threads and malloc/free on freeb

syslog strangeness on freebsd 8.0 and 8.1-RC

2010-07-05 Thread Vikash Badal
Can someone please assist me with some strangeness on FreeBSD 8.0 and 8.1-RC2 using a threaded test code code, I see the that freebsd 8.x seems to be using more memory when using the syslog() call from a c program: Results: 7.2 without syslog PID USERNAMETHR PRI NICE SIZERES STATE

libidn-0.4.1 on FreeBSD4.8-p17

2004-03-18 Thread Vikash Badal - PCS
Greetings, I am unable to compile libidn-0.4.1, error message: Making all in tld restore=: && backupdir=".am$$" && am__cwd=`pwd` && cd . && rm -rf $backupdir && mkdir $backupdir && for f in ./libidn.info ./libidn.info-[0-9] ./libidn.info-[0-9][0-9] ./libidn.i[0-9] ./libidn.i[0-9][0-9]; do