View Single Post

   
  #8 (permalink)  
Old 01-16-2008, 04:47 PM
Florian Anwander
 
Posts: n/a
Default Re: Vuelogin doesn't start ?

Hi Sébastien

> dr_vue says an interesting thing : "ERROR : I am unable to ping your
> hostname."
> I suppose this could be a cause of problem.

Yes: Your nameresolution does not fit with your hostname and network
settings.

If you use the machine in a network the first step should be:

remove /etc/resolv.conf


/etc/hosts has to look like this:
------------------------------------
127.0.0.1 localhost loopback
xxx.xxx.xxx.xxx hostname hostname.
------------------------------------

xxx... is your IP adress. check it with netstat -in

hostname is the name you use in SYSTEM_NAME

watch the hostname_dot_ alias in the second line. It is required to keep
sendmail satisfied.




/etc/nsswitch.conf should look like this:
----------------------
hosts: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
services: files
----------------------

Florian Anwander
Reply With Quote