7.1 panic "vm_page_startup: inconsistent page counts"

2009-03-11 Thread Peter Jeremy
I'm trying to upgrade an 11 month old FreeBSD 7 image in a VMware 4.5.2 guest to an up-to-date -stable and it panics as above. I've added a printf to report the two counts and there's a difference of one page. I don't have any problems with the old 7-stable image or up-to-date 6-stable or -curren

Re: Site down after recompile Apache - SOLVED

2009-03-11 Thread Squirrel
Solved!! Although, specified during make of php5-extensions, for some reason it had to be specified during make of php5 as well. After I recompiled php5 --with-gd, it all worked out ok. Another thing was I had to specify --with-jpeg-dir=/usr/local/lib to have GD support jpeg. Strangely, path

Re: Site down after recompile Apache

2009-03-11 Thread Squirrel
After recompiling PHP5.2.8 and php5-extensions, the sites are back up again!!! Heewww! Funny thing though, I selected GD option in php5-extensions, and it went without a hitch, but phpinfo() does not show GD2 support. I've checked the pkg_info and gd2 and php5-gd are both there, and also in e

Re: Site down after recompile Apache

2009-03-11 Thread Squirrel
phpinfo shows that I do have pcre enabled with version 6.6 06-Feb-2006. I've also noticed another error on differnet hosts: ALERT - canary mismatch on efree() - heap overflow or double efree detected (attacker 'xx.xx.xx.xx', file '//public_html/libs/modOsDate/db_class.php', line 329) funct

Re: Performance with hundreds of nullfs mounts?

2009-03-11 Thread Russell Jackson
Ivan Voras wrote: > hi, > I seem to remember hearing an anecdote somewhere that using hundreds > (or thousands?) nullfs mounts for jails results in unreasonably bad > file system access performance. Does somebody have this kind of setup > / is it true? I was doing this with jails --before we moved

Re: Site down after recompile Apache

2009-03-11 Thread Peter C. Lai
I believe the Makefile for PHP5 states to use internal pcre library when building with APR2 On 2009-03-11 01:21:49PM -0600, Squirrel wrote: > I have restarted Apache many time before remaking it, and everything was > fine. Apparently, php 5.1.6_3 was parsing that preg_replace() just fine. So >

Re: Site down after recompile Apache

2009-03-11 Thread Jille Timmermans
Squirrel schreef: > I've made Apache 2.2.11 port yesterday: > ...# make clean > ...# make > ...# make deinstall > ...#make install > > And all went well and all my normal websites come up without a problem. But > since then non of my Joomla 1.0.15 sites are coming up. The log shows: > > PHP

Re: Site down after recompile Apache

2009-03-11 Thread Squirrel
I have restarted Apache many time before remaking it, and everything was fine. Apparently, php 5.1.6_3 was parsing that preg_replace() just fine. So could I've missed a tick when recompiling Apache? Meanwhile, I will try installing php 5.2.8. -Original message- From: Jille Timmerma

Site down after recompile Apache

2009-03-11 Thread Squirrel
I've made Apache 2.2.11 port yesterday: ...# make clean ...# make ...# make deinstall ...#make install And all went well and all my normal websites come up without a problem. But since then non of my Joomla 1.0.15 sites are coming up. The log shows: PHP Warning: Wrong parameter count for ch

Re: Installing FreeBSD from USB flash drive - some experiments

2009-03-11 Thread army.of.root
Andrew Snow wrote: Here's the steps I use to create a 1GB USB image: # dd if=/dev/zero of=bootable.image bs=1m count=1 oseek=1000 conv=sparse # mdconfig -a -t vnode -f bootable.image -u 0 # newfs -m 0 -o space -n /dev/md0 # mount /dev/md0 /mnt # cd /usr/src # make installworld DESTDIR=/mnt # m

Re: Tester wanted for multipath failover iSCSI target software

2009-03-11 Thread Daisuke Aoyama
I am interested in giving this a try, though not immediately as I am away from the office at the moment. Do I need to apply a patch to iscontrol to make it work though ? I can't work it out from your statement above. Yes, you need. Than ks. Is the intent to integrate with the base system event

Re: Tester wanted for multipath failover iSCSI target software

2009-03-11 Thread Danny Braniss
> > Now istgt is a part of ports. (net/istgt) > > FreeBSD issue is solved by danny's patch. > > After applying the patch, iscontrol can connect to istgt. > > I am interested in giving this a try, though not immediately as I > am away from the office at the moment. Do I need to apply a patch > to i

Re: Tester wanted for multipath failover iSCSI target software

2009-03-11 Thread Pete French
> Now istgt is a part of ports. (net/istgt) > FreeBSD issue is solved by danny's patch. > After applying the patch, iscontrol can connect to istgt. I am interested in giving this a try, though not immediately as I am away from the office at the moment. Do I need to apply a patch to iscontrol to ma

Re: Tester wanted for multipath failover iSCSI target software

2009-03-11 Thread Daisuke Aoyama
Hi all, Now istgt is a part of ports. (net/istgt) FreeBSD issue is solved by danny's patch. After applying the patch, iscontrol can connect to istgt. Here is release 20090309 latest committed to ports. http://shell.peach.ne.jp/aoyama/archives/345 If you need anything other than Japanese, please

Re: Performance with hundreds of nullfs mounts?

2009-03-11 Thread pluknet
2009/3/10 Ivan Voras : > hi, > I seem to remember hearing an anecdote somewhere that using hundreds > (or thousands?) nullfs mounts for jails results in unreasonably bad > file system access performance. Does somebody have this kind of setup > / is it true? ~600-700 null mount points (without usi