[GELÖST] Netboot Problem

MEFE
Beiträge: 6
Registriert: 26 Mär 2012, 08:33

[GELÖST] Netboot Problem

Beitrag von MEFE »

So das war das Problem, der Client bekommt jetzt alle Daten von DHCP.
Nun läuft aber der TFTP auf ein timeout:

Code: Alles auswählen

PXE-E32: TFTP open timeout
Für den Befehl

Code: Alles auswählen

ls -l /usr/sbin/in.tftpd
bekomme ich diese Antwort:

Code: Alles auswählen

lrwxrwxrwx 1 root root 6 28. Mär 12:57 /usr/sbin/in.tftpd -> atftpd
bei

Code: Alles auswählen

dpkg -S /usr/sbin/in.tftpd
diese Antwort:

Code: Alles auswählen

dpkg: /usr/sbin/in.tftpd not found.
im Verzeichnis /etc/init.d gibt es aber keinen opsi-atftp:

Code: Alles auswählen

1058300  8 -rwxr-xr-x   1 root root  6579  5. Jul 2010  openvpn
1060962  8 -rwxr-xr-x   1 root root  4512  8. Sep 2011  opsiconfd
1060951  4 -rwxr-xr-x   1 root root  3243 28. Nov 13:05 opsipxeconfd
1051283  4 -rwxr-xr-x   1 root root  1678  5. Jul 2010  pm-profiler
obwohl der definitiv installiert ist, denn zypper bringt diese Ausgabe:

Code: Alles auswählen

'opsi-atftp' ist bereits installiert.
In der /var/log messages gibt es keinen Eintrag zu tftp. In der xinetd.conf gibt es keinen tftp-Eintrag:

Code: Alles auswählen

#
# xinetd.conf
#
# Copyright (c) 1998-2001 SuSE GmbH Nuernberg, Germany.
# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany.
#

defaults
{
	log_type        = FILE /var/log/xinetd.log 
        log_on_success  = HOST EXIT DURATION
	log_on_failure	= HOST ATTEMPT
#        only_from       = localhost
        instances       = 30
	cps		= 50 10

#
# The specification of an interface is interesting, if we are on a firewall.
# For example, if you only want to provide services from an internal
# network interface, you may specify your internal interfaces IP-Address.
#
#	interface	= 127.0.0.1

}

includedir /etc/xinetd.d
Der xinetd-Dienst läuft und in der xinetd.log steht nichts drin.

Gruß
Zuletzt geändert von MEFE am 29 Mär 2012, 13:46, insgesamt 1-mal geändert.
Benutzeravatar
koepkek
uib-Team
Beiträge: 255
Registriert: 11 Jan 2012, 11:27

Re: Netboot Problem

Beitrag von koepkek »

Hallo

bitte mal in der xinitd.conf einen Eintrag erzeugen, damit der tftpd gestartet wird.
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /tftpboot
Siehe hierzu auch opsi-manual 20.7.8 tftp log in /var/log/syslog

Gruß
koepkek
opsi support - uib gmbh
For productive opsi installations we recommend support contracts.
http://uib.de
http://opsi.org
MEFE
Beiträge: 6
Registriert: 26 Mär 2012, 08:33

[GELÖST]Netboot Problem

Beitrag von MEFE »

Hallo,

das Problem hat sich gelöst. der xinetd-Dienst hat nicht richtig gelaufen. Nach einem restart funktioniert alles, das Bootimage wird geladen und funktioniert.
Dennoch ist in der xinetd.conf immer noch kein Eintrag mit tftp -- ist das normal?

Ich werd den Beitrag auf [Gelöst] setzen.

Danke an d.oertel für den Hinweis in der dhcpd.conf.

Gruß
MEFE
Benutzeravatar
Thomas_H
Beiträge: 521
Registriert: 09 Jun 2010, 11:57
Wohnort: Havelland

Re: [GELÖST] Netboot Problem

Beitrag von Thomas_H »

Moinsens,

@MEFE: Bitte mal die erste Nachricht im Thread editieren und dort die Betreffzeile auf "[Gelöst]..." setzen. Dann sieht man es auch in der Auflistung der Nachrichten... Danke.

Gruß

Thomas_H
Kennst Du schon die WIKI für OPSI-Scripte? Fertige Installationsscripte bekommen und ablegen unter OPSI-Wiki
Aus dem Glashaus :) : UIB bietet auch Schulungen und Supportverträge für Opsi an.
Bild
Antworten