|
From: Kaiser, H. <r_...@gm...> - 2006-06-15 07:30:42
|
> > I debugged it myself.
> > Here my results with the call sequence:
> > 2. else {
> > $get_system_hostname[$m] = $flag;
> >
> > here I get the wrong hostname "localhost"
> >
> > 3. return $get_system_hostname[$m];
> >
> > consequenty, here I get localhost
> >
> > Does this helps?
> >
>
> Yes, that is useful ..
> If you run the command hostname -f as root at the shell prompt, what
> does it output?
>
Thats it!
hostname -f = localhost
|