i'm not able to set the hostname. I can login and internet is reachable. During boot, syslog-ng gives the error message: "ERROR: syslog-ng needs (service(s): hostname".
If I type
Code: Select all
hostname laptopThe context: this is an installation of Gentoo as a VirtualBox guest on windows, and
Code: Select all
#cat /etc/hosts
127.0.0.1 laptop.tenaris laptop localhost
#cat /etc/conf.d/hostname
hostname="laptop"
#cat /etc/conf.d/net
dns_domain_lo="tenaris"
config_eth0="dhcp"
#rc-update show
...
dhcpcd | default
hostname | default
net.eth0 | default
net.lo | boot
syslog-ng | default
...Kind regards,


