Anybody know what's going on here?
It's creating a huge amount of diagnostic output into /var/log/{messages,warn}
root@linux-c4zg:/> tail -10 /var/log/warn
Feb 26 21:24:02 linux-c4zg postfix/sendmail[13762]: fatal: config variable inet_interfaces: host not found: localhost
Feb 26 21:25:03 linux-c4zg postfix/sendmail[13936]: fatal: config variable inet_interfaces: host not found: localhost
Feb 26 21:25:03 linux-c4zg postfix/sendmail[13948]: fatal: config variable inet_interfaces: host not found: localhost
Feb 26 21:25:03 linux-c4zg postfix/sendmail[13947]: fatal: config variable inet_interfaces: host not found: localhost
Feb 26 21:26:02 linux-c4zg postfix/sendmail[14575]: fatal: config variable inet_interfaces: host not found: localhost
Feb 26 21:26:17 linux-c4zg XtreemOS[14671]: libnss_xos.c:_nss_xos_loadconf:163: NSS:_nss_xos_loadconf: Error opening config file /etc/xos/nss_pam/nss_xos.conf: Permission denied
Feb 26 21:26:17 linux-c4zg XtreemOS[14671]: passwd.c:_nss_xos_getpwuid_r:178: NSS:_nss_xos_getpwuid_r: Couldn't load configuration
Feb 26 21:27:03 linux-c4zg postfix/sendmail[14678]: fatal: config variable inet_interfaces: host not found: localhost
Feb 26 21:28:02 linux-c4zg postfix/sendmail[14715]: fatal: config variable inet_interfaces: host not found: localhost
Feb 26 21:29:02 linux-c4zg postfix/sendmail[14735]: fatal: config variable inet_interfaces: host not found: localhost
root@linux-c4zg:/>
root@linux-c4zg:/> ping localhost
ping: unknown host localhost
root@linux-c4zg:/>
root@linux-c4zg:/> more /etc/hosts
#######################################################################
# this file is /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 localhost
# special IPv6 addresses
#
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
root@linux-c4zg:/>
root@linux-c4zg:/> more /etc/host.conf
#
# /etc/host.conf - resolver configuration file
#
# Please read the manual page host.conf(5) for more information.
#
#
# The following option is only used by binaries linked against
# libc4 or libc5. This line should be in sync with the "hosts"
# option in /etc/nsswitch.conf.
#
order hosts, bind
#
# The following options are used by the resolver library:
#
multi on
root@linux-c4zg:/>
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org