Seite 1 von 1

[gelöst] UEFI Named Pipe wird sofort wieder gelöscht

Verfasst: 03 Jul 2023, 09:33
von S.Kunimünch
Hallo Zusammen,

seit kurzem (wie lange wiess ich leider nicht) kann ich keinen Client mehr mit UEFI aufsetzen. Nach durchsuchen von verschiedenen Themen bin ich soweit gekommen, dass ich keine Named Pipe habe nach umstellen auf Setup. Es ist auch so, wenn ich das Netboot auf Setup stelle und dann speichern klicke, wird es gespeichert und kurz darauf auf entfernt und es steht da "pxe boot configuration read ()". Und das obwohl ich noch kein Netzwerkboot gestartet hatte.
In der opsipxeconfd.log finde ich folgende Einträge

Code: Alles auswählen

[5] [2023-07-03 09:12:42.392] [Opsipxeconfd   ] Got connection from client   (opsipxeconfd.py:244)
[3] [2023-07-03 09:12:42.394] [               ] Cannot use more than one pxe config template, got: /tftpboot/linux/pxelinux.cfg/install-grub-x64, install-x64   (opsipxeconfd.py:776)
[5] [2023-07-03 09:12:42.394] [               ] Did not find any alternate UEFI pxeConfigTemplate, will use the default UEFI template   (opsipxeconfd.py:782)
[5] [2023-07-03 09:12:42.430] [               ] UEFI GRUB configuration detected for lt03624gj.dkmi01.local   (pxeconfigwriter.py:160)
[5] [2023-07-03 09:12:42.430] [PXEConfigWriter] Creating config '/tftpboot/linux/pxelinux.cfg/01-f8-0d-ac-4a-e3-e7' and waiting for access   (pxeconfigwriter.py:210)
[5] [2023-07-03 09:12:42.431] [               ] PXE boot configuration for host lt03624gj.dkmi01.local is now set at '/tftpboot/linux/pxelinux.cfg/01-f8-0d-ac-4a-e3-e7'   (opsipxeconfd.py:644)
[5] [2023-07-03 09:12:42.439] [PXEConfigWriter] Deleting config file '/tftpboot/linux/pxelinux.cfg/01-f8-0d-ac-4a-e3-e7'   (pxeconfigwriter.py:240)
[5] [2023-07-03 09:15:56.517] [Opsipxeconfd   ] Got connection from client   (opsipxeconfd.py:244)
[5] [2023-07-03 09:16:52.615] [Opsipxeconfd   ] Got connection from client   (opsipxeconfd.py:244)
[5] [2023-07-03 09:17:15.744] [Opsipxeconfd   ] Got connection from client   (opsipxeconfd.py:244)
[5] [2023-07-03 09:20:09.391] [Opsipxeconfd   ] Got connection from client   (opsipxeconfd.py:244)
[5] [2023-07-03 09:20:13.421] [Opsipxeconfd   ] Got connection from client   (opsipxeconfd.py:244)
[3] [2023-07-03 09:20:13.422] [               ] Cannot use more than one pxe config template, got: /tftpboot/linux/pxelinux.cfg/install-grub-x64, install-x64   (opsipxeconfd.py:776)
[5] [2023-07-03 09:20:13.422] [               ] Did not find any alternate UEFI pxeConfigTemplate, will use the default UEFI template   (opsipxeconfd.py:782)
[5] [2023-07-03 09:20:13.423] [               ] UEFI GRUB configuration detected for lt03624gj.dkmi01.local   (pxeconfigwriter.py:160)
[5] [2023-07-03 09:20:13.423] [PXEConfigWriter] Creating config '/tftpboot/linux/pxelinux.cfg/01-f8-0d-ac-4a-e3-e7' and waiting for access   (pxeconfigwriter.py:210)
[5] [2023-07-03 09:20:13.423] [               ] PXE boot configuration for host lt03624gj.dkmi01.local is now set at '/tftpboot/linux/pxelinux.cfg/01-f8-0d-ac-4a-e3-e7'   (opsipxeconfd.py:644)
[5] [2023-07-03 09:20:13.432] [PXEConfigWriter] Deleting config file '/tftpboot/linux/pxelinux.cfg/01-f8-0d-ac-4a-e3-e7'   (pxeconfigwriter.py:240)
[5] [2023-07-03 09:20:21.970] [Opsipxeconfd   ] Got connection from client   (opsipxeconfd.py:244)
Die MAC Adresse darin stimmt, aber wie ich sehe wird die Named Pipe gleich wieder gelöscht.

Jemand ne Ahnung, an was das liegen kann?

Danke und Gruss, Sascha

Re: UEFI Named Pipe wird sofort wieder gelöscht

Verfasst: 03 Jul 2023, 10:14
von j.schneider
Hallo,

wahrscheinlich ein Virenscanner, der die Datei direkt einliest nachdem sie erzeugt wurde.

Grüße
Jan Schneider

Re: UEFI Named Pipe wird sofort wieder gelöscht

Verfasst: 03 Jul 2023, 10:34
von S.Kunimünch
Hallo Jan,

vielen, vielen Dank.....manches kann so einfach sein. Habe den Folder excluded und schon geht wieder alles.

Viele Grüsse, Sascha

Re: [gelöst] UEFI Named Pipe wird sofort wieder gelöscht

Verfasst: 05 Jul 2023, 10:39
von Markus1982
Hallo,

ich glauebe ich habe genau das selbe Problem
Kannst du bitte beschreiben was du genau gemacht hast um das Problem zu lösen?

Gruß

Markus

Re: [gelöst] UEFI Named Pipe wird sofort wieder gelöscht

Verfasst: 10 Jul 2023, 12:51
von koepkek
Hallo Sascha,

die Startdateien sind so gebaut, das sie nur einmal gelesen werden können.
Wenn der Lesevorgang nun von deinem Virenscanner durch geführt wird, ist die Datei weg und der PXE Boot vom Client findet sie nicht mehr.

Das Problem läßt sich beheben, wenn du das entsprechende Verzeichnis auf dem opsi-Server vom Scannen ausnimmst. Also dafür eine Ausnahme erstellst. Das Verzeichnis heißt:

/tftpboot/linux/pxelinux.cfg/

Hoffe das hilft dir weiter

Gruß Karsten