On Mon, Sep 22, 2014 at 10:49:41AM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > > This may very well be a local problem of my own, in which case feel > >free to disregard it. But at the moment it looks to me as if the > >book's instructions will not work as written for a fresh install. > > > > Yes, it happens in the boot script, but it is also in the book right after > the 'make check': > > Initialize a database cluster with the following commands issued by the root > user: > > install -v -dm700 /srv/pgsql/data && > install -v -dm755 /run/postgresql && <---------------- > groupadd -g 41 postgres && > useradd -c "PostgreSQL Server" -g postgres -d /srv/pgsql/data \ > -u 41 postgres && > chown -Rv postgres:postgres /srv/pgsql /run/postgresql && > su - postgres -c '/usr/bin/initdb -D /srv/pgsql/data' > > As the root user, start the database server with the following command: > > su - postgres -c '/usr/bin/postmaster -D /srv/pgsql/data > \ > /srv/pgsql/data/logfile 2>&1 &' > > ... > > -- Bruce
Thanks - I obviously missed those two lines when they were added. Sorry for the noise. ĸen -- Nanny Ogg usually went to bed early. After all, she was an old lady. Sometimes she went to bed as early as 6 a.m. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
