2013/11 12

Confluence Does Not Start with 'MySQL session isolation level 'REPEATABLE-READ' is no longer supported' Message

Confluence Does Not Start with 'MySQL session isolation level 'REPEATABLE-READ' is no longer supported' Message위와 같이 에러가 뜬다면 # vi /etc/my.cnf[mysqld]-----------transaction-isolation=READ-COMMITTED -> 항목추가----------- confluence_home 디렉토리에 있는# vi confluence.cfg.xml ------ 2 -> 항목 추가------ # service mysqld restart 한다음 confluence 재구동 하면 정상적으로 작동이 된다.

You cannot access JIRA at present. Look at the table below to identify the reasons

You cannot access JIRA at present. Look at the table below to identify the reasons위와 같이 에러가 뜬다면 해결방법이 여러가지 있다.jira_home/plugins/ 에 보면drwxrwxr-x. 5 jira users 4096 Nov 25 12:06 .drwxrwxr-x. 11 jira users 4096 Nov 25 16:04 ..drwxrwxr-x. 2 jira jira 4096 Nov 25 12:06 .bundled-pluginsdrwxrwxr-x. 2 jira users 4096 Nov 22 11:42 installed-pluginsdrwxrwxr-x. 5 jira jira 4096 Nov 25 12:06 .osgi-plugins 위..

JIRA Startup Failed You cannot access JIRA at present. Look at the table below to identify the reasons

jira 설치후 웹페이지 접속시아래와 같이 에러가 뜬다면 JIRA Startup FailedYou cannot access JIRA at present. Look at the table below to identify the reasons 내용을 보면 jira_home을 못만들었다는 내용이다. 즉 권한 문제이다. # ./shutdown.sh -> jira 구동을 멈춘다.# chown -R jira:users /data -> 권한을 준다.# ./startup.sh -> 재구동을 해준다. * 재구동하기전에 꼭 확인하자# ps -ef | grep java java 가 살아 있으면 정상구동이 안된다. 구동을 종료할때 꼭 확인하자. 정상적으로 된다면 Jira Startup Succeeded 라는 메세지를 볼수 있다.

강제 umount 하기

umount 하려는데 # umount /dataumount: /data: device is busyumount: /data: device is busy 위와 같이 에러가 뜬다면 사용자를 확인한다. # fuser -cu /data/data: 4593c(test) test계정이니 강제 종료해도 될듯하다. # fuser -ck /data위와 같이 명령을 하게 되면 data 폴더를 사용하고 있던 test 계정을 강제로 죽게 한다. # umount /data하면 정상적으로 umount 된다. 이것저것 안된다면#umount -f /data umount2: Device or resource busyumount: /data: device is busy 뜨면서 umount 가 된다. #umount -l /data

Linux 2013.11.22

rpm 설치 파일이 32bit 인지 64bit인지 확인 방법

일반적으로 아래와 같이 출력이 된다. # rpm -qa | grep sshopenssh-clients-4.3p2-41.el5 openssh-askpass-4.3p2-41.el5 openssh-server-4.3p2-41.el5 openssh-4.3p2-41.el5 # rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep sshopenssh-clients-4.3p2-41.el5 (x86_64)openssh-askpass-4.3p2-41.el5 (x86_64)openssh-server-4.3p2-41.el5 (x86_64)openssh-4.3p2-41.el5 (x86_64) 파란 항목을 추가해주면 맨뒤에서 확인 가능하다.

Linux 2013.11.21

ubuntu nfs mount, fstab client

ubuntu에 nfs 를 이용해서 mount 방법이다.(클라이언트)우선 nfs 를 설치한다. # apt-get install nfs-common설치 완료후 # mount -t nfs 192.168.0.2:/data/ /data/이런식으로 mount를 걸면 걸린다. 이제 fstab 에 넣어 보자 UUID=474bd0ae-658f-4203-b393-b8e925d4b7eb / ext4 errors=remount-ro 0 1# /boot was on /dev/sda1 during installationUUID=ae6cf81e-f5ae-402d-8970-75b76353f473 /boot ext4 defaults 0 2# /tmp was on /dev/sda5 during installationUUID=43964d..

Ubuntu 2013.11.20
728x90
반응형