본문 바로가기

Linux

detected a mentor license server that was not installed by the siemens license server installer stop the server and uninstall the service before running the siemens license server installer EDA Tool 인 mentor 설치시 Detected a mentor license server that was not installed by the siemens license server installer stop the server and uninstall the service before running the siemens license server installer 위와 같이 에러가 발생을 한다면 툴 라이선스 서버가 구동중이여서 그렇다. # ps -ef | grep lmgrd 툴이 구동되는것을 죽이고 다시 구동을 하면 정상적으로 설치가 된다. 더보기
pip3 install mpi4py pip._vendor.requests.exceptions.SSLError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/bc/f2/749af7fd0e7703ddca6cea525ab40f26c3ca6cbe6c23658441c6f9705860/mpi4py-3.1.4.tar.gz (Caused by SSLError(CertificateError("hostname 'files.pythonhosted.org' doesn't match either of 'default.ssl.fastly.net', 'fastly.com', '*.a.ssl.fastly.net', '*.hosts.. 더보기
Centos8/Redhat8 응급모드 들어가기 루트 암호 잃어버렸을때 복구하기 centos8/redhat8 응급모드 들어가기 루트 암호 잊어버렸을때 복구하기 방법이다. 우선 응급모드 들어가기 부팅이 정상적으로 안될때 응급모드로 들어가는 방법이다. 부팅 후 kernel 선택 화면에서 e 를 눌러보자. systemd.unit=emergency.target 입력후 Ctrl + x 누르면 부팅이 진행 되고 root 암호 입력해서 작업 해주면 된다. root 암호 잃어버렸을때는 커널 선택 화면에 똑같이 e를 눌러서 맨뒤에 rd.break 를 입력 해주면 암호 없이 부팅이 된다. 그뒤로 mount -o remount,rw /sysroot LANG=C (한글이 깨지면 입력) 입력후 chroot /sysroot passwd root 암호 변경 해주고 touch /.autorelabel (SEli.. 더보기
error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory centos8 error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory centos8 환경에서 위와 같이 에러가 발생 한다면 # yum install libnsl 설치 해주면 된다. 만약에 설치 했는데도 안된다면 32bit 도 같이 설치 해주자. # yum install libnsl.i686 더보기
ssh 로그인할때 로그인이 느려지는 현상 ssh 로그인할때 로그인이 느려지는 현상 로그인을 할때 로그를 보면 john dbus[7254]: [system] Failed to activate service 'org.freedesktop.login1': timed out 로그인 timed out 이 뜨면서 계속 지연이 발생이 된다. 이걸 해결하기 위해서는 # systemctl restart systemd-logind 위 명령어를 입력해서 재구동 해주면 정상적으로 빠르게 로그인이 된다. 더보기
openmpi 사용법 (Open MPI:Open Source High Performance Computing) openmpi 설치 방법 Open MPI:Open Source High Performance Computing master PC 하나 slave PC 하나 총 2개 장비를 셋팅을 하자. master PC 에도 키를 우선 만들자. $ ssh-keygen -t rsa -P "" Generating public/private rsa key pair. Enter file in which to save the key (/home/sim716/.ssh/id_rsa): /home/test6/.ssh/id_rsa already exists. Overwrite (y/n)? y Your identification has been saved in /home/test6/.ssh/id_rsa. Your public key ha.. 더보기
subversion(svn) log 설정하기 subversion(svn) log 설정하기 기본적으로 subversion 은 apache 설정하여 access 로그를 수집할 수 있다. 하지만 위와 같이 수집을 하면 저상태로 보여서 보기가 힘들다. 수정은 http 80 포트로 설정 할거면 # vi /etc/httpd/conf/httpd.conf 파일을 열어서 LogFormat "%{%Y-%m-%d %T}t %u@%h %>s repo:%{SVN-REPOS-NAME}e %{SVN-ACTION}e (%B Bytes in %T Sec)" svn CustomLog logs/subversion_log svn env=SVN-ACTION https 844 포트로 설정 할거면 # vi /etc/httpd/conf.d/ssl.conf 파일을 열어서 LogFormat ".. 더보기
centos7 install gcc 4.9.x centos7 install gcc 4.9.x 하는 방법이다. centos7 gcc 최신 버전은 # gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 4.8.5 버전이다 yum 으로 설치해도 4.8.5 이상 안올라간다. 수동으로 설치를 진행해야 한다. 우선 선행으로 설치 되어야 할것들이 있다. yum.. 더보기

728x90
320x100