본문 바로가기
728x90

전체 글465

centos8 openstack 설치 firewall-cmd --permanent --add-masquerade firewall-cmd --permanent --add-port=8080/tcp firewall-cmd --permanent --add-port=80/tcp 트러블슈팅 apt-get autoremove --purge libapache2-mod-proxy-uwsgi apt install libopenmpi-dev pip3 install mpi4py pip3 install heat #daum으로 repo 수정 sed -i 's/kr.archive.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list sed -i 's/archive.ubuntu.com/ftp.daumkakao.com/g' /e.. 2020. 9. 14.
opnestack local.conf sample [[local|localrc]] HOST_IP=192.168.117.200 ADMIN_PASSWORD=openstack DATABASE_PASSWORD=openstack RABBIT_PASSWORD=openstack SERVICE_PASSWORD=openstack GIT_BASE=https://opendev.org enable_service s-proxy s-object s-container s-ccount enable_plugin heat https://opendev.org/openstack/heat stable/stein enable_plugin heat-dashboard https://opendev.org/openstack/heat-dashboard.git stable/stein enable_ser.. 2020. 9. 13.
centos8 python3 설치 후 firewall-cmd 명령어등 No module named 'six' 발생하는 경우 처리 방법 centos8 python3 설치 후 firewall-cmd 명령어등 No module named 'six' 발생하는 경우 처리 방법 [root@master-01 ~]# firewall-cmd --list-all Traceback (most recent call last): File "/usr/bin/firewall-cmd", line 31, in from firewall.client import FirewallClient, FirewallClientIPSetSettings, \ File "/usr/lib/python3.6/site-packages/firewall/client.py", line 29, in import slip.dbus File "/usr/lib/python3.6/site-packages.. 2020. 9. 13.
OSX와 WINDOWS 듀얼 부팅 시 시간 정보가 맞지 않을 경우 처리 1. 레지스트리 실행 2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation 으로 이동 3. DWORD(32비트) 로 RealTimeIsUniversal 만듦 4. RealTimeIsUniversal =1 입력하고 리부팅 2020. 9. 13.
728x90