-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[EMAIL PROTECTED] wrote: | I'm a newbie to all things linux and have the following problem | | running red hat linux 9 i log into my pc, change to su - and type the | password, all is ok and i get [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> | | I'm trying now to configure postgresql, which i installed with linux and | it says to su - postgres, i do this but instead of getting | [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> i get -bash-2.05b$ , is | this right? or do i need to reinstall something / update something? |
It is correct. You can also do a "whoami": [EMAIL PROTECTED] postgres]$ whoami postgres [EMAIL PROTECTED] root]# whoami root The prompt setting may be different on you machine.
| Using the graphical interface i've tried to add postgres as a user as it | doesnt show, but it says user postgres already exists. |
You don't specify how you've installed postgresql. On redhats you can get it from the installation disks. It's an older version that the current, obviously, but it looks like you're trying to get started with it, and therefore it should do. So your best bet is to try to install it from the RPMs, since it's easier than compiling it from source (not that that would be a killer or anything, but not something a newbie should be doing from day one imho). So step back, take a deep breath, run as root rpm -qa | grep postgres and if that comes up with 3-5 packages, you're almost done. If not, mount the cdroms and install postgresql from there (rpm -i postgresql-*.rpm). Have you checked the docs on the main website yet ?
| An help would be greatfully received. | | Thanks | | *Neil Thompson | Analyst/Programmer* |
Regards and best of luck, - -- Radu-Adrian Popescu CSA, DBA, Developer Aldratech Ltd. +40213212243 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAm1cOVZmwYru5w6ERArMqAKCRSvTWz6XeGANKO8qvPZZa4inUqQCghymQ r17GzWFa/dmtpRjtzfn80r4= =uibD -----END PGP SIGNATURE-----
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
