일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- springboot
- Spring
- ubuntu
- oracle between
- 배열스트링
- hikaricp
- github
- oracle
- Gradle
- Spring Boot
- MySQL
- Linux
- Java
- 라즈베리파이
- STS
- template
- ORACLE CLOUD
- Spring Security
- catalina log
- log4j2
- intellij
- log4j profile
- python 개발환경
- datasource
- between 날짜
- mybatis
- git
- hikari
- between date
- bitbucket
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- springboot
- Spring
- ubuntu
- oracle between
- 배열스트링
- hikaricp
- github
- oracle
- Gradle
- Spring Boot
- MySQL
- Linux
- Java
- 라즈베리파이
- STS
- template
- ORACLE CLOUD
- Spring Security
- catalina log
- log4j2
- intellij
- log4j profile
- python 개발환경
- datasource
- between 날짜
- mybatis
- git
- hikari
- between date
- bitbucket
Archives
- Today
- Total
목록부팅 오래걸림 (1)
파워노트
라즈베리파이 재부팅시 오래걸리는 현상
* 부팅시 오래걸리고 네트워크를 잡지 못하는 문제가 있어 검색을 해보니 리눅스 서비스중에 systemd-networkd-wait-online.service 이런 놈이 있었다. 이놈은 부팅시 대기를 타며 네트웍 상태를 체크를 하는놈 같은데 부팅시간을 상당히 잡아 먹으며 몇분씩 대기를 타는 문제가 있다. 아래와 같은 명령으로 서비스를 끄니 재부팅시 바로 로그인으로 진입한다. 네트워크는 좀 기다리면 잡힐일 ... sudo systemctl disable systemd-networkd-wait-online.service 재부팅 해보니 엄청 빨리 로그인으로 진입함 ~~ ..
Raspberry Pi
2020. 11. 5. 19:09