[Gambas-user] System.Domain empty
Benoit Minisini
gambas at ...1...
Thu May 15 17:35:03 CEST 2008
On jeudi 15 mai 2008, Ron wrote:
> System.Domain is empty (none) on my system (Debian 4.0) gambas 2.6
>
> hostname -f is giving correct fqdn
>
> Where should it be defined?
>
> Regards,
> Ron.
>
The Linux man page are not very clear...
Apparently, you have:
- A system host name.
- A system domain name, or DNS domain name.
- A NIS/YP domain name.
hostname -f returns the third, but System.Domain uses the getdomainname()
system call that seems to return the second.
Try "man hostname" to get more information.
Regards,
--
Benoit Minisini
More information about the User
mailing list