Hi I get "Bad system call" errors, when I try to run 'initdb'. I searched the net for "cygwin" + "postgresql" + "bad system call", and saw that others are complaining about this problem too, but I found no explanations or solutions. I tried both 7.4.3-1 and 7.4.5-1 versions of postgresql. Any idea what's going on? Here's a sample of the output:
selecting default max_connections... /usr/bin/initdb: line 564: 684 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 564: 4084 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 564: 3904 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 564: 852 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 564: 2200 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 564: 2556 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 10 selecting default shared_buffers... /usr/bin/initdb: line 578: 2308 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 3728 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 1828 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 3200 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 384 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 2856 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 988 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 3004 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 812 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 2740 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 /usr/bin/initdb: line 578: 3520 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 </dev/null >/dev/null 2>&1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/