This for those who want to get the whole nameresolving comfort running in Sabayon.
And for this I also created a wiki article:
http://wiki.sabayon.org/index.php?title=HOWTO:_full_dns_support
1. edit the
- Code: Select all
/etc/nssswitch.conf
- Code: Select all
hosts: files mdns4_minimal dns mdns4
- Code: Select all
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 wins
now it is possible to ping hostnames but to give all programs the effort of using dns names (for example realvnc) you need to
2. open a terminal and become su
3. run these two commands
- Code: Select all
rc-update add nscd default
- Code: Select all
/etc/init.d/nscd start
and enjoy this usability

