Page 1 of 1

Problem after moving XAMPP to another machine

PostPosted: 29. January 2007 20:20
by greno
I moved my XAMPP installation to a new machine but now when I try to start it I get the following error:

Code: Select all
# ./lampp start
Starting XAMPP for Linux 1.5.4a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
Starting PostgreSQL
This account is currently not available.
XAMPP for Linux started.


What account is not available and how should it be setup?

PostPosted: 29. January 2007 20:23
by Wiedmann
when I try to start it I get the following error:

Is there something in the "apachestart.log"?

Code: Select all
Starting PostgreSQL
This account is currently not available.

What account is not available and how should it be setup?

The user for the PostgreSQL server?

PostPosted: 29. January 2007 20:27
by greno
The apachestart.log is empty. There is already a postgres user in /etc/passwd:

postgres:x:26:26:PostgreSQL Server:/var/lib/pgsql:/bin/bash

PostPosted: 29. January 2007 20:34
by Wiedmann
Another question:
Are the other servers running (Apache, MySQl, ProFTP)?

PostPosted: 29. January 2007 20:37
by greno
Yes, the others are running.