Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <9bbd27940510301830w2fb1f7a0ldce63b794c0bc8bb@mail.gmail.com> Date: Sun, 30 Oct 2005 18:30:31 -0800 From: Alex Goldman To: cygwin AT cygwin DOT com Subject: PostgreSQL : Bad system calls MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j9V2UdtT030062 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 2>&1 /usr/bin/initdb: line 564: 4084 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 564: 3904 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 564: 852 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 564: 2200 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 564: 2556 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /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 2>&1 /usr/bin/initdb: line 578: 3728 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 1828 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 3200 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 384 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 2856 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 988 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 3004 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 812 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 2740 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /dev/null 2>&1 /usr/bin/initdb: line 578: 3520 Bad system call "$PGPATH"/postgres -boot -x0 $TEST_OPT template1 /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/