I actually only add some packages in install.site script, during my 3-4
trials I got uvm_fault error in one of the following lines:

pkg_add php5-mysql-5.1.6p1.tgz 2>&1 | tee -a $LOG_FILE
pkg_add php5-pear-5.1.6p0.tgz 2>&1 | tee -a $LOG_FILE
/usr/local/sbin/phpxs -s 2>&1 | tee -a $LOG_FILE
/usr/local/sbin/phpxs -a mysql 2>&1 | tee -a $LOG_FILE

I'll do what Pierre suggested first thing in the morning (the system is
at workplace). Probably faulty RAM theory can explain the fact that I
was getting this error almost exactly on the same lines above (i.e.
shared memory usage reaches the same faulty RAM location around php5
install, a wild guess...).

On Sun, 2007-08-12 at 21:35 +0200, Joachim Schipper wrote:
> Where in the installation? Try running it with sh -x, or
> 
> #!/bin/sh -x
> 
> (I'd try what Pierre proposed first, unless your script does odd things
> - tweaking the write cache on the disks, or somesuch.)

Reply via email to