On Monday 23 October 2006 09:32, Joost Andrae wrote: > Hi Andy, > > I'm not sure but I think it's network configuration related (because of > the 'gettimeofday' system call).
Thanks for the response, and networking is certainly not my strong point. > Did you have a look at your /etc/hosts > if there is an entry for localhost available ? > > ...something like > > 127.0.0.1 localhost Yes, it is there; the significant lines are: # 127.0.0.1 localhost ::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 127.0.0.2 desk.clan desk # > > and did you check your /etc/nsswitch.conf if the name resolution has the > correct order ? This is still the default content from the installation, with significant lines: # # passwd: files nis # shadow: files nis # group: files nis passwd: compat group: compat hosts: files dns networks: files dns services: files protocols: files rpc: files ethers: files netmasks: files netgroup: files publickey: files bootparams: files automount: files nis aliases: files # Which lines are important for this case? It just seems to me that OOo is asking for some service from cupsd in the loop, but that is obviously a pure guess. Andy. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
