| From: | David Lizano <david(dot)lizano(at)izanet(dot)com> |
|---|---|
| To: | webmaster(at)postgresql(dot)org |
| Subject: | A bug in binary distribution for S.u.S.E. 7.0 |
| Date: | 2001-02-16 09:59:01 |
| Message-ID: | 4.3.2.7.0.20010216105017.00bbcf00@192.168.1.1 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello,
There is a bug in the binary distribution for S.u.S.E. 7.0; in the script
"/etc/rc.d/postgres", in the "start" clause.
The -D option of the postmaster daemon is used to declare where is the data
directory.
You do it like this:
postgres -D$datadir
but you must do it like this:
postgres -D $datadir
There must be a space among "-D" and "$datadir".
David Lizano
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
David Lizano - Director área técnica
correo-e: david(dot)lizano(at)izanet(dot)com
I Z A N E T - Servicios integrales de internet.
web: http://www.izanet.com/
Dirección: C/ Checa, 57-59, 3º D - 50.007 Zaragoza (España)
Teléfono: +34 976 25 80 23 Fax: +34 976 25 80 24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2001-02-16 13:02:37 | Re: Shouldn't non-MULTIBYTE backend refuse to start in MB database? |
| Previous Message | Robert.Farrugia | 2001-02-16 08:00:49 | Re: Kernel panic error |