13 jun 2011 kl. 20.07 skrev John Bleichert: > creating template1 database in /usr/local/pgsql/data/base/1 ... child process > was terminated by signal 12: Bad system call > initdb: removing contents of data directory "/usr/local/pgsql/data" > $ exit > boogie:/var/log uname -a > FreeBSD boogie 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sat Apr 30 02:31:33 EDT > 2011 root@boogie:/usr/obj/usr/src/sys/BOOGIE i386 > boogie:/var/log pkg_info | grep postgres > postgresql-client-8.4.7 PostgreSQL database (client) > postgresql-server-8.4.7 The most advanced open-source database available > anywhere
How did you install the binaries? What is you sysctl -a kern.ipc settings? $ cat /etc/sysctl.conf kern.maxfiles=200000 kern.ipc.shm_use_phys=1 kern.ipc.shmmax=8586447872 kern.ipc.shmall=2096301 $ cat /boot/loader.conf kern.ipc.semmni="256" kern.ipc.semmns="512" kern.ipc.semume="40" kern.ipc.semmnu="256" Palle _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
