일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 함수
- function
- import
- animation
- 파이썬
- ML
- variable
- 콜렉션
- Class
- 클래스
- textstyle
- 다트
- List
- 코틀린
- 웹크롤러
- Android
- texttheme
- Flutter
- map
- 플러터
- crawler
- set
- kotlin
- DART
- Collection
- python
- text
- 크롤러
- package
- pushnamed
- Today
- Total
조용한 담장
ubuntu 20.04 watchdog bug soft lockup stuck for CPU 본문
System:Virtualbox Guest Ubuntu 20.04
Lot of system reports poped up after log-in.
Message contains the words watchdog, soft lockup, stuck for CPU something something...
"systemd-logind crashed with sigabrt in epoll_wait()"
Host cpu usage goes high, Guest OS no response.
Not happen in Ubuntu 18.04.
Tried first.
[리눅스] watchdog: BUG: soft lockup - CPU#0 stuck for 63s! (sangchul.kr)
[리눅스] watchdog: BUG: soft lockup - CPU#0 stuck for 63s!
watchdog: BUG: soft lockup 에러 테스트 환경 $ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.1 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.1 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.
sangchul.kr
Nothing changed
Tried second.
https://github.com/systemd/systemd/issues/9431#issuecomment-412195708
[Ubuntu 18.04] systemd-logind crashed with SIGABRT in __libc_connect() · Issue #9431 · systemd/systemd
systemd version the issue has been seen with v237 https://launchpad.net/ubuntu/+source/systemd/237-3ubuntu10 Used distribution Ubuntu 18.04 Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/sys...
github.com
It worked for me.
Another solution.
[리눅스 우분투] 시스템 프로그램 오류 (watchdog: BUG: soft lockup) 해결하기 (Linux ubuntu) (tistory.com)
[리눅스 우분투] 시스템 프로그램 오류 (watchdog: BUG: soft lockup) 해결하기 (Linux ubuntu)
안녕하세요, 오늘은 리눅스 우분투에서 시스템 프로그램 오류를 해결하는 방법에 대해 포스팅 해보도록 하겠습니다. 우분투를 시작할 때마다 아래와 같은 팝업 메시지 때문에 골치 아팠던 적이
mryeo.tistory.com
'tips' 카테고리의 다른 글
TMUX 세션별로 환경 분리해서 사용하기 (0) | 2024.07.17 |
---|---|
How to change cache location(path) of npm (0) | 2022.06.10 |
Markdown 에 diagram 을 넣자. (0) | 2022.02.21 |
[python] __import__, importlib.import_module (0) | 2021.08.17 |
Jest Error: import statement outside a module (0) | 2021.07.29 |