Thread: install on windows 2000
Hi tried following the instructions from the web site including cygwin bin in path before windows and ipcdaemon & but when tried to createdb test I'm getting an mmap error at fork Any suggestions thanks Lisa Lisa Smith SCW Teaming for Technology Vista Volunteers Email mailto:lsmith@scw.org http://www.teamtechdc.org
Lisa, On Sat, Mar 10, 2001 at 01:41:36PM -0500, lsmith@scw.org wrote: > Hi tried following the instructions from the web site including > cygwin bin in path before windows and ipcdaemon & but when tried > to createdb test I'm getting an mmap error at fork Any suggestions The above is a known problem that has already been fixed. See the following for details: http://www.postgresql.org/mhonarc/pgsql-ports/2001-02/msg00012.html http://www.postgresql.org/mhonarc/pgsql-ports/2001-02/msg00014.html Jason -- Jason Tishler Director, Software Engineering Phone: +1 (732) 264-8770 x235 Dot Hill Systems Corp. Fax: +1 (732) 264-8798 82 Bethany Road, Suite 7 Email: Jason.Tishler@dothill.com Hazlet, NJ 07730 USA WWW: http://www.dothill.com
I have installed the following on the Pentium 200 MMX machine Cygwin 1.1.8 with the latest cygwin1.dll snapshot PostgreSQL7.1beta5 Win2K everything seems to be fine until i restored a database with about 30 tables and 6 containing about 20K rows which was dumped using the pg_dump utility without any parameters (I prefer this since dumping data as proper insert string is too slow to load), the following error occured ERROR: try to increase WAL-FILES <----- how? I was time constrained since i need to go to the office. Hope u guys can help thank you very much herbert
Herbert Ambos <herbert@hindang.msuiit.edu.ph> writes: > ERROR: try to increase WAL-FILES <----- how? There is no such ERROR ... there is a harmless NOTICE somewhat like that ... regards, tom lane