Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Leonardo
Yes, it works perfectly, thanks. we run it once, and now the common and regular command works fine. 2011/11/8 T.C. Hollingsworth : > On Tue, Nov 8, 2011 at 7:41 PM, Leonardo Silveira wrote: >> Hello and thanks for the help. >> >> indeed this is a new database, but such operands didn't worked. He

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Itamar Reis Peixoto
On Wed, Nov 9, 2011 at 12:53 AM, T.C. Hollingsworth wrote: > On Tue, Nov 8, 2011 at 7:41 PM, Leonardo Silveira wrote: >> Hello and thanks for the help. >> >> indeed this is a new database, but such operands didn't worked. Here's >> the output: >> >> [sombriks@gau ~]$ sudo service postgresql initd

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread T.C. Hollingsworth
On Tue, Nov 8, 2011 at 7:41 PM, Leonardo Silveira wrote: > Hello and thanks for the help. > > indeed this is a new database, but such operands didn't worked. Here's > the output: > > [sombriks@gau ~]$ sudo service postgresql initdb > Redirecting to /bin/systemctl  initdb postgresql.service > Unkno

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Leonardo Silveira
hello and thanks for the quick answer. yes i have it installed. it also created the user and something in /var/lib i'll google something... Em Qua, 2011-11-09 às 00:43 -0200, Itamar Reis Peixoto escreveu: > rpm -qa postgresql-server -- users mailing list users@lists.fedoraproject.org To unsubsc

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Itamar Reis Peixoto
On Wed, Nov 9, 2011 at 12:41 AM, Leonardo Silveira wrote: > Hello and thanks for the help. > > indeed this is a new database, but such operands didn't worked. Here's > the output: > > [sombriks@gau ~]$ sudo service postgresql initdb > Redirecting to /bin/systemctl  initdb postgresql.service > Unkn

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Leonardo Silveira
Hello and thanks for the help. indeed this is a new database, but such operands didn't worked. Here's the output: [sombriks@gau ~]$ sudo service postgresql initdb Redirecting to /bin/systemctl initdb postgresql.service Unknown operation initdb [sombriks@gau ~]$ [sombriks@gau ~]$ sudo systemctl

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Itamar Reis Peixoto
On Wed, Nov 9, 2011 at 12:19 AM, Leonardo Silveira wrote: > hello everyone, > > i've installed postgre in this way: > >  sudo yum install postgresql.x86_64 postgresql-server.x86_64 > postgresql-contrib.x86_6 > > sadly when i try to start the database this happens: > > [sombriks@gau ~]$ sudo servic

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Leonardo Silveira
here's the output after i try to start the database: [sombriks@gau ~]$ sudo systemctl status postgresql.service postgresql.service - PostgreSQL database server Loaded: loaded (/lib/systemd/system/postgresql.service; disabled) Active: failed since Tue, 08 Nov 2011 23:31:35 -030

Re: "sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Paulo Santos
On Ter, 2011-11-08 at 23:19 -0300, Leonardo Silveira wrote: > sudo systemctl status returns 'Too few arguments.', and sudo systemctl > status postgresql returns 'Failed to issue method call: Unit name > postgresql is not valid.' Should be something like: $ systemctl status postgresql.service A

"sudo service postgresql start" problem on fedora 16

2011-11-08 Thread Leonardo Silveira
hello everyone, i've installed postgre in this way: sudo yum install postgresql.x86_64 postgresql-server.x86_64 postgresql-contrib.x86_6 sadly when i try to start the database this happens: [sombriks@gau ~]$ sudo service postgresql start [sudo] password for sombriks: Redirecting to /bin/syste