|
||||||||||
|
|
enter into VE failed Unable to open pty: No such file or directoryJune 22, 2008 on 2:07 am | In OpenVZ | No Commentsf you face following error. =============== This is a well known problem with udev and openvz. A copy of /dev will fix it. You have to do it properly and check whether the dev exists or not. See, /dev/ptmx and /dev/ptyp0 both are missing on the vps. Please copy them from a working vps. Also add adding the following line to /etc/fstab of the vps. PostgreSQL Installation in RHEL pgsqlJune 10, 2008 on 5:08 pm | In Pgsql | No CommentsThis is for fresh install. If you are going for an upgrade, you need to check out the steps from the link. ============== http://www.postgresonline.com/journal/index.php?/archives/45-An-Almost-Idiots-Guide-to-PostgreSQL-YUM.html ============== It is easy to install it via yum or up2date. Using yum ============== Using up2date. ============== Using rpm. You need three rpm. ============== Download the RPM from rpm.pbone.net for your coresponding OS and the required version. dowload it to ============== Install them using ============== Once you have completed this you need can start the service. ============== Edit the file ‘/var/lib/pgsql/data/pg_hba.conf’, replace all entries of “ident sameuser” with “trust”. Restart PostgreSQL. If the initialisation fails the files pg_hba.conf and postgresql.conf will not be created. Check the startup log which is found in /var/lib/pgsql/ ============== To make sure it starts automatically on boot – do the following command ============== Kill all the currently running postgre processes. ================== ================== Try starting it again. |
![]() Powered and designed by Presoon.com. |