sudo apt-get 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.
1 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 libpam-systemd:amd64 (204-5ubuntu20.7) ...
start: Job failed to start
invoke-rc.d: initscript systemd-logind, action "start" failed.
dpkg: error processing package libpam-systemd:amd64 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
libpam-systemd:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
이것은 내가 어떤 것들을 설치하는 것을 방해하고 분명히 무언가 잘못되었습니다. 누구나 디버깅하는 방법을 알고 있습니까?
askubuntu.com/questions/448961/… 여기에서 설치 후 스크립트를 디버깅하여 오류를 찾는 방법을 확인할 수 있습니다.
—
Pablo Hinojosa
libpam 패키지를 다시 설치하는 것이 여기에 제안되지만 최종적으로 도움이 되었다면 말하지 않습니다. ubuntuforums.org/showthread.php?t=2281366
—
Gasp0de