Morten Nilsen wrote: > Matthias Subik wrote: > >>any hints in /var/log/messages, or starting the daemon in foreground? >>I assume config missing or something like that. > > > only > Jul 23 02:24:45 ryo-ohki postgresql: failed > > but, this looks more interesting; > [EMAIL PROTECTED] /var/log# su - postgres > [EMAIL PROTECTED] ~$ postmaster > FATAL: bogus data in lock file "/var/lib/postgresql/data/postmaster.pid" >
removed pid-file, now it's running again .. shouldn't the init script ideally handle such a problem on its own? [EMAIL PROTECTED] /var/lib/postgresql/data# cat postmaster.pid [EMAIL PROTECTED] /var/lib/postgresql/data# rm postmaster.pid [EMAIL PROTECTED] /var/lib/postgresql/data# service postgresql restart Stopping postgresql service: [FAILED] Starting postgresql service: [ OK ] -- Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
