sudo -u postgres /usr/lib/postgresql/8.3/bin/pg_ctl start -D /var/lib/postgresql/8.3/main -s -l /var/log/postgresql/postgresql-8.3-main.log -o config_file="/etc/postgresql/8.3/main/postgresql.conf" -c
I have to change the command you gave me as above and i get this as result: pg_ctl: could not open PID file "/var/lib/postgresql/8.3/main/postmaster.pid": Permissão negada what should i do? Thanks. 2009/3/9 Martin Pitt <[email protected]> > saguas [2009-03-09 19:38 -0000]: > > sudo -u postgres /usr/lib/postgresql/8.3/bin/pg_ctl start -D > > /var/lib/postgresql/8.3/main -l > /var/log/postgresql/postgresql-8.3-main.log > > -s -o -c config_file="/etc/postgresql/8.3/main/postgresql.conf" > > > > I tried to run your command but give me the following error: > > Did you type all of those into one single line? Email introduces line > breaks, but they shouldn't be in the command. Best is to copy&paste > all three lines separately and just leave a space between them. > > -- > package postgresql-8.3 8.3.6-0ubuntu8.04 failed to install/upgrade: > subprocesso post-installation script retornou erro do status de saída 1 > https://bugs.launchpad.net/bugs/338336 > You received this bug notification because you are a direct subscriber > of the bug. > -- package postgresql-8.3 8.3.6-0ubuntu8.04 failed to install/upgrade: subprocesso post-installation script retornou erro do status de saída 1 https://bugs.launchpad.net/bugs/338336 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
