virtualization/OpenVZ 3

OpenVZ의 CT에서 PHP 버전 올리기

CentOS 5.4의 CT에서 yum을 이용하여 PHP를 인스톨하면 버전은 5.1.6입니다만, phpMyAdmin의 3.x 이상을 이용하려면 PHP 버전이 5.2 이상이 되어야 된다는군요. 흐흐 그래서 이래저래 찾아본 결과... 다음과 같은 방법으로 되었습니다. [root@ ~]# rpm --import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka [root@ ~]# vi /etc/yum.repos.d/utterramblings.repo "utterramblings.repo"화일을 작성, 다음 내용을 추가... [utterramblings] name=Jason’s Utter Ramblings Repo baseurl=http://www.jasonlitka.co..

Unable to open pty: No such file or directory

OpenVZ에서 VPS를 작성, 가상머신(콘테이너)에 접속을 하려고 하면 다음과 같은 에러가 발생할 경우가 있습니다. [root@vzhost ~]# vzctl enter enter into CT 120 failed Unable to open pty: No such file or directory 이 에러가 발생했을 경우는 다음과 같은 명령어로 일단 콘테이너에 접속이 가능하도록 합니다. [root@vzhost ~]# vzctl exec /sbin/MAKEDEV tty [root@vzhost ~]# vzctl exec /sbin/MAKEDEV pty [root@vzhost ~]# vzctl enter entered into CT 120 접속후에는 VPS상의 /etc/rc.sysinit의 '/sbin/star..