Обсуждение: xlog dir problem

Поиск
Список
Период
Сортировка

xlog dir problem

От
LDC - Pablo Endres Lozada
Дата:
    While using 7.1.2 I get the following error, any idea what this
is?


FATAL 2:  MoveOfflineLogs: cannot read xlog dir: No such file or directory
Server process (pid 14656) exited with status 512 at Wed Nov 13 14:07:17
2002
Terminating any active server processes...
Server processes were terminated at Wed Nov 13 14:07:17 2002
Reinitializing shared memory and semaphores
DEBUG:  database system was interrupted at 2002-11-13 14:07:17 MST
DEBUG:  CheckPoint record at (0, 21308560)
DEBUG:  Redo record at (0, 21308560); Undo record at (0, 0); Shutdown
FALSE
DEBUG:  NextTransactionId: 16036; NextOid: 91042
DEBUG:  database system was not properly shut down; automatic recovery in
progress...
DEBUG:  ReadRecord: record with zero len at (0, 21308624)
DEBUG:  redo is not required
FATAL 2:  MoveOfflineLogs: cannot read xlog dir: No such file or directory
/usr/local/pgsql/bin/postmaster: Startup proc 14663 exited with status 512
- abort


--
        Muchas personas creen que piensan,
        cuando en realidad sólo están reordenando sus
        prejuicios.
                    - William James

       .-----------------------------------------------------------------.
      /  .-.               Pablo Endres Lozada                        .-.  \
     |  /   \       Laboratorio Docente de Computacion              /   \  |
     | |\_.  |                USB - Venezuela                      |    /| |
     |\|  | /|                                                     |\  | |/|
     | `---' |               epablo@ldc.usb.ve                     | `---' |
     |       |                                                     |       |
     |       |-----------------------------------------------------|       |
     \       |                                                     |       /
      \     /                                                       \     /
       `---'                                                         `---'


Re: xlog dir problem

От
Tom Lane
Дата:
LDC - Pablo Endres Lozada <epablo@ldc.usb.ve> writes:
>     While using 7.1.2 I get the following error, any idea what this
> is?
> FATAL 2:  MoveOfflineLogs: cannot read xlog dir: No such file or directory

Something wrong with the permissions on $PGDATA/pg_xlog, perhaps?

            regards, tom lane