목차
가끔씩 dpkg가 오래걸리는 Setting up 같은 작업을 할 때 잘 되고 있는지 궁금할 때가 있다. 디버깅 모드를 사용하여 무엇을 하고 있는지 확인할 수 있다.
dpkg --debug=helpdpkg debugging option, --debug=<octal> or -D<octal>:
Number Ref. in source Description 1 general Generally helpful progress information 2 scripts Invocation and status of maintainer scripts 10 eachfile Output for each file processed 100 eachfiledetail Lots of output for each file processed 20 conff Output for each configuration file 200 conffdetail Lots of output for each configuration file 40 depcon Dependencies and conflicts 400 depcondetail Lots of dependencies/conflicts output 10000 triggers Trigger activation and processing 20000 triggersdetail Lots of output regarding triggers 40000 triggersstupid Silly amounts of output regarding triggers 1000 veryverbose Lots of drivel about eg the dpkg/info directory 2000 stupidlyverbose Insane amounts of drivel
Debugging options can be mixed using bitwise-or.Note that the meanings and values are subject to change.
dpkg --debug=72200 [command]
ref
안내
해당 글은 '도다 Aha!'에서 이전된 글입니다. 이전 글과 달라진 부분이 있을 수 있습니다.
태그
ubuntu
반응과 댓글 시스템은 Giscus에 의해 호스팅되며, 모든 대화는 GitHub에 저장됩니다.