반응형

2014/03 12

디아블로3 쥐몰이 키보드 무한 반복 매크로

요즘 디아블로3 핫 이슈인 쥐몰이 키보드 무한 반복 매크로 입니다. 매크로 프로그램을 사용해서 영정이나 불이익을 받을수 있습니다. 꼭 이점 유의하시고 사용하시기 바랍니다. 우선 프로그램을 다운 받습니다.http://www.autohotkey.com/ 32bit 던 64bit던 OS랑 무관하게 돌아가네요 아무 버전이나 받습니다.압축을 풀면 파일 하나가 있습니다.구동 합니다. 구동하면 위와 같이 sample script 생성 할꺼냐고 묻습니다. 예를 눌러 줍니다. ; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a; semicolon, such as this one, are comments. They are not executed. ; This ..

Etc 2014.03.31

svn: E170000: Unrecognized URL scheme for

# svn co https://localhost/svn/reposvn: E170000: Unrecognized URL scheme for 'https://localhost/svn/repo 위와 같이 에러가 뜬다면 # wget http://www.webdav.org/neon/neon-0.29.3.tar.gz # tar -xzvf neon-0.29.3.tar.gz # cd neon-0.29.3 # ./configure --with-ssl # make && make install # cd /usr/local/subversion-1.7.*# ./configure --with-ssl --with-neon=/usr/local# make && make install 하고 다시 구동하면 정상적으로 된다.

Linux 2014.03.27

SSL handshake failed: SSL error: Key usage violation in certificate has been detected.

SSL handshake failed: SSL error: Key usage violation in certificate has been detected.위와 같이 에러가 뜬다면 centos 계정이나 redhat 계열은 괜찮은데 ubuntu 계열에서 에러가 뜬다 보안 관련 문제이다. # apt-get install libneon27# mv /usr/lib/libneon-gnutls.so.27 /usr/lib/libneon-gnutls.so.27.old# ln -s /usr/lib/libneon.so.27 /usr/lib/libneon-gnutls.so.27 작업을 해주면 정상적으로 된다. 하지만 시간이 지나면 또 동일한 에러가 뜬다 svn 서버쪽에서 확인해주자visualsvn 을 사용한다면 http://..

Ubuntu 2014.03.21

usb 메모리가 부팅이 안될때

os를 설치하기 위해서 usb에 이미지 작업후 부팅을 하려 하는데 부팅이 안되는경우가 있다.이미지가 잘못됐나 하고 열심히 삽질을 했지만 결국에 usb 문제였다. usb 부팅이 안될때 다음과 같이 해보자. 시작-실행-cmd도스창에서 > diskpart누르면 diskpart 모드로 들어 간다. 작업을 한후 usb에 이미지 작업을 해보자정상적으로 부팅되는것을 확인 할수 있을것이다.

Windows 2014.03.20

Database migration failed: com.cenqua.crucible.hibernate.CruDBException: Problem running drop script (you may have to manually drop the DB)

Database migration failed: com.cenqua.crucible.hibernate.CruDBException: Problem running drop script (you may have to manually drop the DB) migrating 할때 위와 같이 에러가 뜬다면 기존에 mysql db가 있어서 그렇다db 를 삭제 하고 다시 생성해주자 # mysql -u root -pEnter password:Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 2Server version: 5.1.66 Source distribution Copyright (c) 2000, 2012, Ora..

HSQLDB to MYSQL Migrating

crucible 사용하다보면 아래쪽에 보면 아래탭에 보면This FishEye and Crucible instance is using HSQLDB, which is not supported in production environments.라는 메세지를 보게 된다. 즉 HSQLDB는 더이상 지원하지 않는다라는거다. mysql 로 변경을 하자 - mysql를 설치 # yum -y install mysql*# chkconfig mysqld on# service mysqld start - my.conf 환경설정# vi /etc/my.conf[mysqld]character-set-server=utf8collation-server = utf8_general_ci 추가 - db 생성# mysql -u root -pE..

crucible upgrade 방법

사이트에서 3가지 방법이 있다고 하지만 별거 없다. https://www.atlassian.com/software/crucible/download최신버전을 다운 받자 임의 폴더(update)를 만들고 그안에다가 압축을 풀자 - 임의 폴더 = update update 폴더에 var 파일을 삭제본서버 폴더에 config.xml 파일을 update 폴더에 복사그리고 본서버 /var 폴더를 update 폴더에 복사 그리고 config.mxl 환경 설정을 바꿔주던지본서버 폴더이름과 같이 변경해준다음 ./start.sh 해주면 모든 작업이 완료된다.

Failed to start repository data: Problem loading repository 'data' - Current repository index for "data" is not compatible with your license, please re-index.

crucible 설치한 장비에 ip변경을 했더니 Repositories 상태가 다 stop 되어 있다. start 를 누르니Failed to start repository data: Problem loading repository 'data' - Current repository index for "data" is not compatible with your license, please re-index. 에러가 뜬다 re-index 를 해주면 된다고 한다. 모두 re-indexing 을 해주니 정상적으로 작동이 된다.

HostStorageSystem.ComputeDiskPartitionInfo

esxi 스토리지 추가하다가 HostStorageSystem.ComputeDiskPartitionInfo 에러가 날경우가 있다. 콘솔 ssh 로 접속해야 한다.vsphere 로 접속해서 ssh 활성화 해준다. 접속후 ~ # esxcfg-scsidevs -lmpx.vmhba32:C0:T0:L0 t10.ATA_____WDC_WD10EALX2D009BA0__________________________WD2DWMATR0178338 Device Type: Direct-Access Size: 953869 MB Display Name: Local ATA Disk (t10.ATA_____WDC_WD10EALX2D009BA0_______________ ___________WD2DWMATR0178338) Multipath..

esxi 2014.03.03
728x90
반응형