dimensionav
asked on
Error during installation of PostgreSQL
After installing postgresql in fedora 18 like this:
Redirecting to /bin/systemctl start  postgresql.service
Failed to issue method call: Unit postgresql.service failed to load: No such file or directory. See system logs and 'systemctl status postgresql.service' for details.
sudo yum install postgresql
I have tried to initiate the serviceservice postgresql start
And I got the following error:Redirecting to /bin/systemctl start  postgresql.service
Failed to issue method call: Unit postgresql.service failed to load: No such file or directory. See system logs and 'systemctl status postgresql.service' for details.
ASKER
After trying this command
http://yum.postgresql.org/9.1/redhat/rhel-18-x86_64/repodata/repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 404 Not Found"
Intentando con otro espejo.
Error: failure: repodata/repomd.xml from pgdg91: [Errno 256] No more mirrors to try.
http://yum.postgresql.org/9.1/redhat/rhel-18-x86_64/repodata/repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 404 Not Found"
I have tried to run this
yum install postgresql postgresql-server
I got the following error:http://yum.postgresql.org/9.1/redhat/rhel-18-x86_64/repodata/repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 404 Not Found"
Intentando con otro espejo.
Error: failure: repodata/repomd.xml from pgdg91: [Errno 256] No more mirrors to try.
http://yum.postgresql.org/9.1/redhat/rhel-18-x86_64/repodata/repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 404 Not Found"
I have tried to run this
yum update
and I got the same error above.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
you have only installed posgresql client only ,not teh server hence error,
follow this article
http://www.cyberciti.biz/faq/howto-fedora-linux-install-postgresql-server/
thanks
s.deviprasad