TFTP open timeout

Antworten
tinjaw
Beiträge: 21
Registriert: 08 Sep 2010, 18:09

TFTP open timeout

Beitrag von tinjaw »

I am trying to set up my second OPSI server on a completely different network. I grabbed the VM and used the manual to disable the DHCP and switched to the file backend. I ran the updater and it downloaded the files.

I have configured my DHCP server properly and it is handing off to the OPSI box for TFTP, but it is timing out. I have used a separate TFTP client to connect to the ip address and request the file and it too is timing out.

How should I begin to troubleshoot this issue?

Thanks.
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: TFTP open timeout

Beitrag von d.oertel »

Hi,

give a try to:

Code: Alles auswählen

opsi-setup --set-rights /tftpboot
if this doesn't helps have a look at /var/log/syslog if there are tftpd entries
(perhaps you will need to set verbose=7 at the /etc/ined.conf)

regards

d.oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
tinjaw
Beiträge: 21
Registriert: 08 Sep 2010, 18:09

Re: TFTP open timeout

Beitrag von tinjaw »

That didn't work and upping the logging level didn't reveal anything. Not sure what to try next.
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1819
Registriert: 29 Mai 2008, 15:14

Re: TFTP open timeout

Beitrag von j.schneider »

Please provide the outputs of the following commands:

Code: Alles auswählen

dpkg -l openbsd-inetd
cat /etc/inetd.conf
cat /etc/default/atftpd
tinjaw
Beiträge: 21
Registriert: 08 Sep 2010, 18:09

Re: TFTP open timeout

Beitrag von tinjaw »

Files attached
Dateianhänge
atftpd.txt
(188 Bytes) 116-mal heruntergeladen
inetd.conf.txt
(1.23 KiB) 112-mal heruntergeladen
one.txt
dpkg -l openbsd-inetd
(546 Bytes) 92-mal heruntergeladen
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: TFTP open timeout

Beitrag von d.oertel »

Hi,

are there any tftpd entries at the /var/log/syslog while the client is booting ?
If yes : please post them
If no: have a look at the bootimage log: search for 'pump' and verify that the dhcp answer is correct
see also:
http://download.uib.de/opsi4.0/doc/opsi ... v40-en.pdf
Chapter 14.6.1. /var/log/opsi/bootimage

regards

d.oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
tinjaw
Beiträge: 21
Registriert: 08 Sep 2010, 18:09

Re: TFTP open timeout

Beitrag von tinjaw »

something's broke. Nothing in syslog mentioning tftp and there is nothing, at all, in /var/log/opsi/bootimage
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: TFTP open timeout

Beitrag von d.oertel »

Hi,

in
http://download.uib.de/opsi4.0/doc/opsi ... v40-en.pdf
Chapter 14.6.1. /var/log/opsi/bootimage
is described how to login at the bootimage and get the /tmp/log

Code: Alles auswählen

dpkg -l | grep opsi
regards

d.oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
Antworten