You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, October 26th 2003, 6:35am

GNOME probleme

When I start GNOME it writes me this before starting.
"Could not look up internet address for HOME
This will prevent GNOME from operating correctly
It may be possible to correct the problem by adding HOME to the file /etc/hosts"

I must make a HOME directory in /etc/hosts?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Sunday, October 26th 2003, 11:51am

Re: GNOME probleme

Quoted

Original von Konceptor


I must make a HOME directory in /etc/hosts?


No.
HOME is obviously the hostname of your machine.
/etc/hosts contains a mapping from hostnames to IP addresses.
Open the file with an editor and add something like
[code:1]
127.0.0.1 HOME
[/code:1]

And thinkg about why this forum is called "KDE Forum"

Cheers,
_
Qt/KDE Developer
Debian User

3

Sunday, October 26th 2003, 12:22pm

Re: GNOME probleme

Quoted

Original von Konceptor

When I start GNOME it writes me this before starting.
"Could not look up internet address for HOME
This will prevent GNOME from operating correctly
It may be possible to correct the problem by adding HOME to the file /etc/hosts"

I must make a HOME directory in /etc/hosts?


It want probably something like:

127.0.0.1 localhost

in /etc/hosts

Have a nice day!