하모니카 묻고답하기

조회 수 2402 추천 수 0 댓글 3
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

언젠가 부터 apt-get install 부터 apt upgrade 를 진행해도 커널명이 함께뜨는 에러가 자꾸 발생하는데 


아무리 구글링을 해봐도 해결방법이 나오지 않아 답답하네요  혹시 아래와 같은 에러 발생경험이나 해결방법 아시는분 계시면 답글 부탁드립니다. ㅠ 감사합니다. 


=============================================


root@controller:~# apt upgrade

Reading package lists... Done

Building dependency tree       

Reading state information... Done

Calculating upgrade... Done

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

2 not fully installed or removed.

After this operation, 0 B of additional disk space will be used.

Do you want to continue? [Y/n] y\

Setting up linux-image-4.15.0-62-generic (4.15.0-62.69) ...

Setting up linux-image-4.15.0-64-generic (4.15.0-64.73) ...

Processing triggers for linux-image-4.15.0-62-generic (4.15.0-62.69) ...

/etc/kernel/postinst.d/initramfs-tools:

update-initramfs: Generating /boot/initrd.img-4.15.0-62-generic

/etc/kernel/postinst.d/x-grub-legacy-ec2:

Searching for GRUB installation directory ... found: /boot/grub

Searching for default file ... found: /boot/grub/default

Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst

Searching for splash image ... none found, skipping ...

Found kernel: /boot/vmlinuz-4.15.0-20-generic

run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited with return code 10

dpkg: error processing package linux-image-4.15.0-62-generic (--configure):

 installed linux-image-4.15.0-62-generic package post-installation script subprocess returned error exit status 1

Processing triggers for linux-image-4.15.0-64-generic (4.15.0-64.73) ...

/etc/kernel/postinst.d/initramfs-tools:

update-initramfs: Generating /boot/initrd.img-4.15.0-64-generic

/etc/kernel/postinst.d/x-grub-legacy-ec2:

Searching for GRUB installation directory ... found: /boot/grub

Searching for default file ... found: /boot/grub/default

Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst

Searching for splash image ... none found, skipping ...

Found kernel: /boot/vmlinuz-4.15.0-20-generic

run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited with return code 10

dpkg: error processing package linux-image-4.15.0-64-generic (--configure):

 installed linux-image-4.15.0-64-generic package post-installation script subprocess returned error exit status 1

Errors were encountered while processing:

 linux-image-4.15.0-62-generic

 linux-image-4.15.0-64-generic

E: Sub-process /usr/bin/dpkg returned an error code (1)


==========================================

  • ?
    마이쮸가이 2019.09.19 17:09

    저도 전문가는 아니라서...... 아마 아래 링크로 이동하셔서 내용을 확인하시면 해결이 가능할 것 같습니다.


    https://itsfoss.com/dpkg-returned-an-error-code-1/


    아마도 터미널에서 sudo dpkg --configure -a 입력 엔터 하셔서 dpkg 데이터베이스를 초기화 시켜주시면 해결되지 않을가 싶습니다. 혹 그래도 같은 증상이 계속 된다면, 위 링크에서 하단에 제시한 방법을 하나씩 시도해 보시면 될 것 같네요. 잘 해결되시길 바람합니다. ^^

  • ?
    꼬꼬댁 2019.09.22 03:32

    그런경우는 업그레이드 도중 설치를 중단했을때 나타나는것 같더군요. 

    업그레이드나 설치할때 중단시키는 일이 있으면 안됩니다.

    구글링 하니 꽤나 많이 나옵니다.

    https://www.google.com/search?client=firefox-b-d&q=E%3A+Sub-process+%2Fusr%2Fbin%2Fdpkg+returned+an+error+code

  • profile
    Kevin 2019.09.22 12:54

    안녕하세요 Kevin입니다.

    이 메세지는 이전에 설치된 데비안 패키지가 정상설치를 완료하지 못한 경우에 나타나는 메세지입니다.

    대부분 sudo apt-get install -f 명령으로 강제설치를 진행하시거나, sudo dpkg --configure -a 명령으로 패키지 데이터베이스를 재구성하는 방법으로 해결합니다. 이런방법으로 해결이 안되는 경우에는 수동으로 dpkg 정보를 삭제하고 재구성 하는 방법을 사용해야 합니다. 아래 링크를 참고하세요.


    https://medium.com/@jjeaby/tip-sub-process-usr-bin-dpkg-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95-f2aaf33ca18c


List of Articles
번호 제목 추천 수 글쓴이 날짜 조회 수
공지 게시판에 질문하기 전 읽기 - 어떻게 질문을 하는 것이 좋을까? 1 0 Kevin 2019.11.18 12992
2332 6에서 7로 업그레이드 설명 관련 질문 1 0 세벌 2024.01.14 453
2331 plank에서 전원버튼이 실수로 지워진 것을 복구하려면 3 0 한솔 2023.09.15 455
2330 데비안 GNU / 리눅스 9.4 "스트레치"포인트 릴리즈로 70 개 이상의 보안 수정 2 0 행복한펭귄 2018.03.14 457
2329 하모니카 산타가 오셨어요 ~ 이벤트 선물 감사합니다. 1 file 0 친절한우주인 2022.12.16 457
2328 인터넷 연결 질문, 절전모드 이후 연결에 문제가 있습니다. 3 file 0 포토슬럼프 2023.09.22 457
2327 블루투스 드라이버가 안잡히는 것 같아요.(해결) 3 0 MJY 2023.10.25 457
2326 댓글 모음이 제대로 표시안 됨... 댓글 순서가 엉망임 2 0 행복한펭귄 2018.02.14 458
2325 하모니카에서 오픈스택 설치하여 사용 가능 할까요? 4 0 Japser 2022.07.26 458
2324 하모니카 7.0 소리가 안나네요 ㅜ 4 0 트리플제로903 2023.12.25 459
2323 하모니카7.0 패널 설정 메뉴 1 0 포토슬럼프 2023.12.03 460
2322 하모니카 + 윈도우10 멀티부팅으로 잘쓰다가, 하모니카가 사라졌어요 그냥 윈도우로 부팅해요 1 0 clony 2023.11.16 461
2321 인텔 CPU에서 새로운 Spectre-Class 취약점 (Spectre-NG) 8개 발견돼 3 0 la_Nube(누베) 2018.05.08 462
2320 sns교육 아시는분?! 0 해중이 2022.05.31 462
2319 지금은 스냅이 인기를 얻는 중.... 0 행복한펭귄 2018.03.25 463
2318 Purism 리눅스 랩톱 소식 Purism, 이제 TPM 칩이 통합 된 헤드로 가장 안전한 리눅스 랩톱 판매 1 file 0 행복한펭귄 2018.03.15 464
2317 [보안] 데비안 보안 패치 발표 0 행복한펭귄 2018.05.09 465
2316 Windows에서 작성한 파일을 편집할 수 없습니다. 2 0 꼬마집오리 2023.08.06 465
2315 비디오 드라이버 3 0 snowman 2023.09.20 466
2314 메뉴바 및 애플리케이션 한글 변환/ 소프트웨어 매니저 문제 관련 문의 6 0 youngman 2024.01.01 467
2313 [긴급] 유명 취업사이트 채용공고 지원문의로 위장된 랜섬웨어 피해 속출 1 0 la_Nube(누베) 2018.05.11 467
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 123 Next
/ 123
CLOSE