You are not logged in.
I have installed postgresql using pacman. And followed the wiki to get started. But, I got stuck at starting the server. Whenever I do
rc.d start postgresqlThis is what shows up in the logs and postgresql fails to start.
FATAL: input in flex scanner failedIt's a new install and nothing has been edited except commenting out the PGLOG and PGROOT from /etc/conf.d/postgresql.
# pacman -Q postgresql
postgresql 9.1.4-1Offline
It probably had something to do with my locale settings. I removed all the postgresql files, changed locale to en_US.UTF-8 and reinstalled postgresql. This fixed the problem. It is running now.
Offline