Ubuntu 10.04 LTS를 사용하고 있으며 명령을 입력 hostname --fqdn
하면 메시지가 나타납니다 hostname: Name or service not known
.
이로 인해 global
성공적으로 설치할 수 없으며 시도 할 때 다음 오류가 발생합니다.
Setting up global (5.7.1-1) ...
hostname: Name or service not known
dpkg: error processing global (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
global
E: Sub-process /usr/bin/dpkg returned an error code (1)
내 /etc/nsswitch.conf
아래에 있습니다.
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
누구나 이것이 무엇을 의미하는지, 어떻게 해결할 수 있는지에 대한 아이디어가 있습니까?