Seite 1 von 1

[Gelöst] opsi4ucs - PXE-Boot geht nicht

Verfasst: 07 Aug 2012, 19:56
von SirTux
Hallo, der opsi läuft hier auf einem UCS DC Slave. Vor kurzem ist mir aufgefallen, daß der PXE-Boot nicht mehr geht.

Auf dem Client ist folgende Meldung zu sehen:

Code: Alles auswählen

PXE-T01: File not found
PXE-E3B: TFTP Error - File not found
syslog vom Server sagt:

Code: Alles auswählen

in.tftpd[17763]: connect from client-ip (client-ip)
atftpd[17763]: Advanced Trivial FTP server started (0.7)
atftpd[17763]: Serving pxelinux.0 to client-ip:2070
atftpd[17763]: Serving pxelinux.0 to client-ip:2071
atftpd[17763]: atftpd terminating after 300 seconds
atftpd[17763]: Main thread exiting
Folgende opsi-Pakete sind installiert:

Code: Alles auswählen

# dpkg -l | grep opsi
ii  opsi-atftpd                                0.7.dfsg-1.7                               advanced TFTP server - opsi version with pcr
ii  opsi-configed                              4.0.1.24-1                                 OPSI config editor
ii  opsi-linux-bootimage                       20120119-1                                 opsi linux bootimage
ii  opsi-utils                                 4.0.2.1-1                                  opsi utils
ii  opsi4ucs                                   4.0.1.8-1                                  opsi software deployment for ucs
ii  opsiconfd                                  4.0.2.1-1                                  opsi configuration service
ii  opsipxeconfd                               4.0.2.1-1                                  opsi pxe configuration daemon
ii  python-opsi                                4.0.2.1-1                                  opsi python library
Der Server ist auf dem Versionstand 2.4-4-8

Re: opsi4ucs - PXE-Boot geht nicht

Verfasst: 07 Aug 2012, 20:18
von tobias
mal ein opsi-setup --set-rights ausführen.

Re: opsi4ucs - PXE-Boot geht nicht

Verfasst: 07 Aug 2012, 21:18
von SirTux
Das hat leider nichts gebracht.

Re: opsi4ucs - PXE-Boot geht nicht

Verfasst: 08 Aug 2012, 11:46
von d.oertel
Hi,

Loglevel des tftp auf 7 setzen und dann log nochmal anschauen.
Siehe auch:
http://download.uib.de/opsi4.0/doc/html ... files-logs
Stichwort:
tftp log in /var/log/syslog

gruß
d.oertel

Re: opsi4ucs - PXE-Boot geht nicht

Verfasst: 08 Aug 2012, 12:25
von SirTux
Hallo, das hab ich gemacht, da kam dann unter anderem als Meldung:

Code: Alles auswählen

Aug  8 12:19:16 opsi atftpd[6066]: File /tftpboot/pxelinux.0 not found
Aug  8 12:19:16 opsi atftpd[6066]: Server thread exiting
Aug  8 12:19:16 opsi atftpd[6066]: Creating new socket: 192.168.10.29:42016
Aug  8 12:19:16 opsi atftpd[6066]: Serving pxelinux.0 to 192.168.10.4:2071
Aug  8 12:19:16 opsi atftpd[6066]: File /tftpboot/pxelinux.0 not found
Aug  8 12:19:16 opsi atftpd[6066]: Server thread exiting
Ich hab dann in der inetd.conf den tftp-root auf /tftpboot/linux gesetzt und ging es. Vielen Dank