본문 바로가기

Linux Server 구축

FATAL: Could not determine fully qualified hostname 해결방법 - squid 서비스 시작시 아래와 같은 에러 메시지가 나올시 해결 방법 # service squid restart squid 를 정지 중: [실패] init_cache_dir /var/spool/squid... /etc/init.d/squid: line 54: 6128 중지됨 $SQUID -z -F -D >> /var/log/squid/squid.out 2>&1 squid (을)를 시작 중: /etc/init.d/squid: line 53: 6129 중지됨 $SQUID $SQUID_OPTS >> /var/log/squid/squid.out 2>&1 [실패] # /usr/sbin/./squid -z FATAL: Could not determine fully qualified hostname. Please.. 더보기
VNC Server VNC Server - VNC는 Virtual Network Computing의 약어이다. - 다른 장소에 있는 컴퓨터를 마치 내 앞에 있는 것처럼 제어할 수 있도록 하여 주는 프로그램이다. - 상호간의 컴퓨터는 인터넷에 연결 되어 있어야 한다. 1. 설치 확인 [root@server3 .gnupg]# rpm -qa | grep vnc vnc-server-4.1.2-9.el5 - vnc server 프로그램 vnc-4.1.2-9.el5 - vnc client 프로그램 [root@server3 .gnupg]# rpm -ql vnc-server /etc/rc.d/init.d/vncserver /etc/sysconfig/vncservers /usr/bin/Xvnc /usr/bin/vncconfig /usr/b.. 더보기
제로보드 XE 설치 제로 보드 XE 를 설치하기 전에 ------------------------------------------------------------------- 1. GD 라이브러리가 설치되어 있어야 한다. ( 참조 : GD 라이브러리 설치 ) 2. MySQL의 User와 DB를 생성해 준다. ( 참조 : 1-3. 제로보드 설치전 설정 (2) ) 3. 제로보드 XE ( 다운로드 ) ------------------------------------------------------------------- 1. 제로 보드 XE 압축 해제 [root@server3 xe]# pwd /root/Desktop/xe [root@server3 xe]# tar xvfz xe.full.1.1.5.tgz - 제로보드 xe를 다운 .. 더보기
GD라이브러리 설치 GD라이브러리 설치 순서 1. zlib 설치 2. png 설치 3. jpeg 설치 4. freetype 설치 5. gd 설치 ------------------------------------------------------------------- 1. zlib 다운로드 (zlib-1.2.3.tar.gz) : http://www.zlib.net/ 2. png 다운로드 (libpng-1.2.34.tar.gz) : http://www.libpng.org/pub/png/libpng.html 3. JPEG 다운로드 (jpegsrc.v6b.tar.gz) : http://quox.org/install/graphics/jpeg-6b.html 4. freetype 다운로드 (freetype-2.3.8.tar.gz) : .. 더보기
Proxy Server - Squid Proxy Server 설치 1-1. squid rpm 설치 [root@server3 named]# rpm -qa | grep squid [root@server3 Desktop]# ls squid-2.6.STABLE6-5.el5_1.3.i386.rpm [root@server3 Desktop]# rpm -Uvh squid-2.6.STABLE6-5.el5_1.3.i386.rpm 준비 중... ########################################### [100%] 1:squid ########################################### [100%] 1-2. squid yum 설치 [root@server3 Desktop]# yum install squid* 3. 설치 확인.. 더보기
PHPMyAdmin - blowfish_secret 해결방법 PHPMyAdmin - blowfish_secret 해결방법 http://www.server3.co.kr/phpmyadmin 에 접속했을 경우 아래와 같은 경고 문구가 나타난다. http://www.server3.co.kr/phpmyadmin 에 로그인 했을 경우 아래와 같은 경고 문구가 나타난다. The configuration file now needs a secret passphrase (blowfish_secret). ------------------------------------------------------------------- phpmyadmin 환경설정파일 경로 /usr/local/apache/htdocs/phpmyadmin/libraries/config.default.php 이 파일.. 더보기
PHPMyAdmin - mbstring error 해결방법 PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법 The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results. ------------------------------------------------------------------- 1. PHP를 RPM으로 설치한 경우 - YUM 을 이용한 방법 # yum install php-mbstring -----------.. 더보기
PHPMyAdmin - mcrypt 문제 해결 방법 (libmcrypt 설치) PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법 mcrypt 확장모듈을 불러올 수 없습니다. PHP 환경설정을 검사하십시오. ------------------------------------------------------------------- libmcrypt-2.5.8.tar.gz (다운로드) ------------------------------------------------------------------- 1. libmcrypt 설치 [root@server3 Desktop]# tar xvfz libmcrypt-2.5.8.tar.gz libmcrypt-2.5.8/ - 중략 libmcrypt-2.5.8/configure.in [root@serve.. 더보기
Neither host 'server1' nor 'localhost' could be looked up with /usr/local/mysql/bin/resolveip mysql source install 시 문제 해결 방법 # /usr/local/mysql/bin/mysql_install_db Neither host 'server1' nor 'localhost' could be looked up with /usr/local/mysql/bin/resolveip Please configure the 'hostname' command to return a correct hostname. If you want to solve this at a later stage, restart this script with the --force option ---> 위 상황은 mysql 을 make install 까지 끝난 상태에서 db를 생성하기 위하여 명령을 내렸는데 문제가 나타난 상.. 더보기
Tomcat 6.0 & Apache Server 연동 중 Servlets 연동 문제 Tomcat 6.0 을 설치 후 브라우저에서 확인 할 때 servlets과의 연동이 안되는 경우 해결 방법 [root@server3 extra]# vi /usr/local/apache/conf/httpd.conf #tomcat setting include conf/extra/tomcat.conf [root@server3 extra]# pwd /usr/local/apache/conf/extra [root@server3 extra]# vi tomcat.conf [root@server3 extra]# cat tomcat.conf #mod_jk setup JkWorkersFile "/usr/local/apache/conf/workers.properties" JkLogFile "/usr/local/apache/l.. 더보기