Seite 1 von 2
[GELÖST] pxe-boot: File not found
Verfasst: 12 Mär 2015, 15:33
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
Re: pxe-boot: File not found
Verfasst: 12 Mär 2015, 17:25
von SisterOfMercy
Is the tftp service running? On my CentOS6 server it runs with xinetd.
Also SELinux could be blocking it.
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 07:45
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
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 08:24
von dkoch
Existiert
auf dem Server ?
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 09:03
von busabernhardg
ll /tftpboot/linux/pxelinux*
-rw-rw-r-- 1 opsiconfd pcpatch 16K Nov 14 17:56 /tftpboot/linux/pxelinux.0
Ja, existiert
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 09:44
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.
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 11:19
von busabernhardg
I did'nt have a command 'getenforce'
In which package ist this command?
lg
Bernhard
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 11:42
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 ?
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 12:45
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
Re: pxe-boot: File not found
Verfasst: 13 Mär 2015, 12:59
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.