Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- AI 경진대회
- 프로그래머스 파이썬
- 파이썬
- github
- dacon
- Git
- ChatGPT
- Baekjoon
- 편스토랑
- hackerrank
- SW Expert Academy
- 금융문자분석경진대회
- 맥북
- 코로나19
- 자연어처리
- 백준
- ubuntu
- programmers
- gs25
- Kaggle
- 데이콘
- 편스토랑 우승상품
- 프로그래머스
- Docker
- leetcode
- Real or Not? NLP with Disaster Tweets
- 더현대서울 맛집
- 캐치카페
- PYTHON
- 우분투
Archives
- Today
- Total
솜씨좋은장씨
[Ubuntu] System restart required 해결방법 본문
728x90
반응형
*** System restart required ***
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
-bash: /home/ubuntu/.profile: Input/output error
우분투 서버를 접속하니 위와 같은 문구가 나타나 어떤 내용인지 검색해보니
재시작이 필요한 패키지가 존재할 경우나 보안업데이트, 커널 업데이트가 필요할 때 나타난다고 합니다.
$ cat /var/run/reboot-required.pkgs
위의 명령어를 통해 어떤 패키지 들이 재시작이 필요한 것인지 확인할 수 있습니다.
해결 방법은 간단하게 reboot 명령어를 통해 재부팅 해주시면 됩니다.
$ sudo reboot
아침부터 당황했지만 그래도 잘 해결되어 다행입니다.
읽어주셔서 감사합니다.
'유용한 정보 > Linux | Ubuntu' 카테고리의 다른 글
[Ubuntu] ModuleNotFoundError: No module named '_bz2' 해결 방법 (0) | 2021.01.13 |
---|---|
[Ubuntu] 우분투 zip 명령어로 압축하는 방법! (0) | 2020.11.02 |
[Ubuntu] CMake 업데이트 하는 방법 (19) | 2020.09.10 |
[Ubuntu] 알아두면 유용한 우분투 명령어 모음! (4) | 2020.09.03 |
[Ubuntu] Ubuntu 서버에 Selenium 설치하고 사용하기 (5) | 2020.07.23 |
Comments