
[CentOS6] Change yum repository after CentOS 6 EOL
FILE : /etc/yum.repos.d/CentOS-Base.repo
FILE : /etc/yum.repos.d/CentOS-Base.repo
logrotate 수행시 에러 발생 에러로그 : /var/log/messages May 21 00:00:06 ns1 logrotate[159290]: error: failed to rename /opt/apache/logs/access_log to /opt/apache/logs/access_log-20240521: Read-only file system logrotate.service 수정
Enable rc.local on systemd rc.local 파일에 권한 부여 파일 : /etc/rc.d/rc.local chmod +x /etc/rc.d/rc.local rc-local 서비스 활성화 그냥 시도하면 위와 같은 메세지 발생 rc-local 수정 파일 : /lib/systemd/system/rc-local.service 하단에 내용 추가 rc-local 활성화 (재시도)
개요 리눅스 : Ubuntu 22.04 버전에서 netplan 패키지의 업그레이드로 인해 기존 Ubuntu 20.04 에서 사용했던 방식으로 netplan 설정 & 적용 시 경고 발생 (적용은 됨) 에러메세지 ** (generate:361167): WARNING **: 10:36:31.670: `gateway4` has been deprecated, use default routes instead. See the ‘Default routes’ section of the documentation for more details. 설정변경 IP : 192.168.0.110 SUBNET : 255.255.255.224 GATEWAY : 192.168.0.1 1. 기존 설정 addresses: – 192.168.0.110/27 gateway4: 192.168.0.1 2. 변경 설정 addresses: – 192.168.0.110/27 routes: – to: default via: 192.168.0.1 에러메세지의 내용과 같이 gateway4 옵션이 제거되고 routes 옵션으로 대체 하면 되겠다 추가로… ** (generate:361167): WARNING **: 10:36:31.670: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others. 이러한 메세지가 같이 나왔다면 설정파일의 접근권한(퍼미션)에 의한 것이므로 chmod 600 /etc/netplan/00-installer-config.yaml 처리를 해주면 더이상 발생하지 않음
CISCO Catalyst 스위치 부팅시 발생하는 오류 메세지(로그) 로그 %Error opening tftp://255.255.255.255/network-config %Error opening tftp://255.255.255.255/cisconet.cfg %Error opening tftp://255.255.255.255/R1-config %Error opening tftp://255.255.255.255/R1.cfg 관련설정 service config 기본값 : 활성화 원인 “service config”옵션이 기본값에 의해 활성화 됨에 따라 TFTP 서버로부터 설정값(Service Configration File)을 가져오려고 함 하지만, 대부분은 tftp 서버가 미리 준비되어 있지 않고 사용하는 경우도 많지 않음 해결 no service config 설정을 통해 해당 기능을 수행하지 않도록 처리
Copyright © 2025 | WordPress Theme by MH Themes