मैंने नए तरीके से Ubuntu 16.10 स्थापित किया और kubuntu 16.04 से अपनी नई स्थापना के लिए अपनी पिछली होम डायरेक्टरी का बैकअप लिया। चीजें अच्छी तरह से काम करती हैं, लेकिन मैं बहुत परीक्षण और त्रुटि के बावजूद स्थानीय पते को हल करने में सक्षम नहीं हूं।
सभी नेटवर्किंग निर्दोष रूप से काम कर रहे हैं। इंटरनेट ब्राउजिंग, बाहर के पतों की DNS लुकिंग, ssh, आदि बहुत अच्छे हैं। स्थानीय रूप से, मैं अपने पते के साथ ssh के माध्यम से मशीनों का उपयोग कर सकता हूं, लेकिन उनके नाम नहीं। यह सब nautilus / samba में ठीक काम करता है, जिसका अर्थ है WINS काम करता है। एकल समस्या, यह प्रतीत होता है, स्थानीय नेटवर्क DNS है। मेरे पास अवही-डेमॉन है, जो कि उबंटू के साथ आया था।
मैंने कुछ समस्या निवारण शामिल किए हैं, << >> का उपयोग करते हुए अनावश्यक या सही ढंग से काम करने वाले भागों को छोटा करने के लिए।
$ nmcli g
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected full enabled enabled enabled enabled
$ ping tendril8 << or tendril8.local >>
ping: tendril8: Name or service not known
$ ping gateway
PING gateway (192.168.1.1) 56(84) bytes of data.
64 bytes from gateway (192.168.1.1): icmp_seq=1 ttl=64 time=4.16 ms
$ ping askubuntu.com
PING askubuntu.com (151.101.129.69) 56(84) bytes of data.
64 bytes from 151.101.129.69 (151.101.129.69): icmp_seq=1 ttl=49 time=43.0 ms
$ nslookup askubuntu.com
Server: 127.0.1.1
Address: 127.0.0.1#53
<< followed by several IP addresses >>
$ nslookup tendril8 << or tendril8.local >>
Server: 127.0.1.1
Address: 127.0.0.1#53
** server can't find tendril8: NXDOMAIN
$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
$ ls -la /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Oct 15 19:30 /etc/resolv.conf -> ../run/resolvconf/resolv.conf
$ cat /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
gshadow: files
hosts: files resolve [!UNAVAIL=return] mdns4_minimal dns [NOTFOUND=return]
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
नोट: मैंने उबंटू को 16.10 में व्यवस्थित करने से पहले "पुराने" समाधानों को देखने में बहुत समय बिताया है। उन्होंने मेरे लिए काम नहीं किया है और मुझे नहीं लगता कि यह पूर्व उबंटू विन्यास वाले समान लोगों के लिए एक नकली प्रश्न है।