Die Suche ergab 6 Treffer

von jamesbond
05 Apr 2024, 10:08
Forum: Free Support
Thema: Name or service not known
Antworten: 9
Zugriffe: 7619

Re: Name or service not known

Thanks. It got fixed.
I have added an A record of OPSI hostname and its IP to the DNS server which is the domain controller.
von jamesbond
04 Apr 2024, 13:57
Forum: Free Support
Thema: Name or service not known
Antworten: 9
Zugriffe: 7619

Re: Name or service not known

Hello again,

Since nslookup is not pre-installed when I swtiched to tty, I tried using ping and host commands:
ping HOSTNAME.DOMAIN.TLD
I got:
ping: HOSTNAME.DOMAIN.TLD: Name or sevrice not known

Output using the host command:
host HOSTNAME
Host HOSTNAME: not found: 3(NXDOMAIN)


I tried to ...
von jamesbond
03 Apr 2024, 14:48
Forum: Free Support
Thema: Name or service not known
Antworten: 9
Zugriffe: 7619

Re: Name or service not known

nslookup doesn't seem to be installed. Here is the output after running nslookup in tty:

Code: Alles auswählen

-bash: nslookup: command not found
von jamesbond
03 Apr 2024, 12:20
Forum: Free Support
Thema: Name or service not known
Antworten: 9
Zugriffe: 7619

Re: Name or service not known

Hello Thomas,

No my server name is not domain.tld it is called something else but I just used domain.tld as an example.

Here is the output of the file:

set timeout=0
menuentry 'Start netboot installation' {
set gfxpayload=keep
linux (pxe)/opsi/opsi-linux-bootimage/install-x64 initrd=miniroot-x64 ...
von jamesbond
03 Apr 2024, 08:36
Forum: Free Support
Thema: Name or service not known
Antworten: 9
Zugriffe: 7619

Re: Name or service not known

Thanks for your quick response Mathias.

Here is how my resolv.conf looks like:
nameserver 127.0.0.53
options edns0 trust-ad
search domain.tld

Is there is anything else I have to check?
Thanks
von jamesbond
02 Apr 2024, 09:47
Forum: Free Support
Thema: Name or service not known
Antworten: 9
Zugriffe: 7619

Name or service not known

Hello everyone,

I need your help. I recently installed OPSI 4.3 on Ubuntu 22.04 using the quickinstall method. I'm using Windows Server as my DNS server. I added a client to OPSI and tried to install Windows 10.

The client connects to the OPSI server and boots normally, but before the installation ...