[GELÖST] pxe-boot: File not found

busabernhardg
Beiträge: 154
Registriert: 07 Jul 2008, 16:53

[GELÖST] pxe-boot: File not found

Beitrag von busabernhardg »

Hallo,

wenn ich ein Paket per PXE installieren möchte bekomme ich folgenden Fehler:

Code: Alles auswählen

TFTP.
PXE-T01: File not found
PXE-E3B: TFTP Error - File not found
PXE-M0F: Exiting PXE ROM.
Der Client bekommt ein vom DHCP-Server eine Adresse.

dhcpd.conf

Code: Alles auswählen

next-server 192.168.1.203;
filename "linux/pxelinux.0";
Datei exisitert unter:
/tftpboot/linux/pxelinux.0

Verbindung zum TFTP Server funktioniert auch "manuell" nicht:
atftp --get --remote-file "linux/pxelinux.0" 192.168.1.203
tftp: error received from server <File not found>
tftp: aborting

Hat jemand einen Hinweis, woran das liegen könnte?

lg
Bernhard
Zuletzt geändert von busabernhardg am 30 Mär 2015, 15:08, insgesamt 1-mal geändert.
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: pxe-boot: File not found

Beitrag von SisterOfMercy »

Is the tftp service running? On my CentOS6 server it runs with xinetd.

Also SELinux could be blocking it.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
busabernhardg
Beiträge: 154
Registriert: 07 Jul 2008, 16:53

Re: pxe-boot: File not found

Beitrag von busabernhardg »

I'm running it on debian wheezy - it runs also with xinetd.
the xinetd service is runnning.

selinux is not installed, only one lib:

Code: Alles auswählen

dpkg -l | grep selinux
ii  libselinux1:i386                     2.1.9-5                       i386         SELinux runtime shared libraries
Could this block the tftp service?

regards
Bernhard
dkoch
Beiträge: 309
Registriert: 25 Nov 2011, 14:03

Re: pxe-boot: File not found

Beitrag von dkoch »

Existiert

Code: Alles auswählen

/tftpboot/linux/pxelinux.0 
auf dem Server ?
busabernhardg
Beiträge: 154
Registriert: 07 Jul 2008, 16:53

Re: pxe-boot: File not found

Beitrag von busabernhardg »

ll /tftpboot/linux/pxelinux*
-rw-rw-r-- 1 opsiconfd pcpatch 16K Nov 14 17:56 /tftpboot/linux/pxelinux.0
Ja, existiert
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: pxe-boot: File not found

Beitrag von SisterOfMercy »

busabernhardg hat geschrieben:selinux is not installed, only one lib:

Code: Alles auswählen

dpkg -l | grep selinux
[/quote]

Try running getenforce.
If that returns 'enforcing' try setenforce 0, and try again.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
busabernhardg
Beiträge: 154
Registriert: 07 Jul 2008, 16:53

Re: pxe-boot: File not found

Beitrag von busabernhardg »

I did'nt have a command 'getenforce'
In which package ist this command?

lg
Bernhard
dkoch
Beiträge: 309
Registriert: 25 Nov 2011, 14:03

Re: pxe-boot: File not found

Beitrag von dkoch »

Das ist teil von SELinux. Du hast aber kein SELinux.
libselinux1:i386 ist nur eine lib.

Edit:

opsi-atftp und opsi-atftpd installiert ?
busabernhardg
Beiträge: 154
Registriert: 07 Jul 2008, 16:53

Re: pxe-boot: File not found

Beitrag von busabernhardg »

Hallo

opsi-atftpd ist installiert, der opsi-atftp Client nicht, habe nur normalen atftp Client installiert.
dpkg -l | grep atftp
ii atftp 0.7.dfsg-11 i386 advanced TFTP client
ii opsi-atftpd 0.7.dfsg-4 i386 advanced TFTP server - opsi version with pcre, fifo and max-blksize patches
Soll/muß ich das ändern?

lg
Bernhard
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: pxe-boot: File not found

Beitrag von SisterOfMercy »

dkoch hat geschrieben:Das ist teil von SELinux. Du hast aber kein SELinux.
I thought it was some kernel thing-me-bob you don't need any packages for. I also thought most distro's came with SELinux as standard and enforcing by default.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Antworten