From 0dc72126d1da0f277eed4a44c9389b79ea249eee Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 8 Aug 2024 16:30:50 +0200 Subject: [PATCH] reshuffle --- .../boot_add_serial_port.png} | Bin .../{boot/qip.png => _static/boot_qip.png} | Bin .../boot_serial_port_settings.png} | Bin .../{pam => _static}/para-callgraph-pam.stp | 0 admin-guide/troubleshooting/boot.md | 6 +++--- admin-guide/troubleshooting/pam.md | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename admin-guide/troubleshooting/{boot/add_serial_port.png => _static/boot_add_serial_port.png} (100%) rename admin-guide/troubleshooting/{boot/qip.png => _static/boot_qip.png} (100%) rename admin-guide/troubleshooting/{boot/serial_port_settings.png => _static/boot_serial_port_settings.png} (100%) rename admin-guide/troubleshooting/{pam => _static}/para-callgraph-pam.stp (100%) diff --git a/admin-guide/troubleshooting/boot/add_serial_port.png b/admin-guide/troubleshooting/_static/boot_add_serial_port.png similarity index 100% rename from admin-guide/troubleshooting/boot/add_serial_port.png rename to admin-guide/troubleshooting/_static/boot_add_serial_port.png diff --git a/admin-guide/troubleshooting/boot/qip.png b/admin-guide/troubleshooting/_static/boot_qip.png similarity index 100% rename from admin-guide/troubleshooting/boot/qip.png rename to admin-guide/troubleshooting/_static/boot_qip.png diff --git a/admin-guide/troubleshooting/boot/serial_port_settings.png b/admin-guide/troubleshooting/_static/boot_serial_port_settings.png similarity index 100% rename from admin-guide/troubleshooting/boot/serial_port_settings.png rename to admin-guide/troubleshooting/_static/boot_serial_port_settings.png diff --git a/admin-guide/troubleshooting/pam/para-callgraph-pam.stp b/admin-guide/troubleshooting/_static/para-callgraph-pam.stp similarity index 100% rename from admin-guide/troubleshooting/pam/para-callgraph-pam.stp rename to admin-guide/troubleshooting/_static/para-callgraph-pam.stp diff --git a/admin-guide/troubleshooting/boot.md b/admin-guide/troubleshooting/boot.md index 8f8cca28..895da287 100644 --- a/admin-guide/troubleshooting/boot.md +++ b/admin-guide/troubleshooting/boot.md @@ -20,7 +20,7 @@ The Linux Team can check in the journal of boot.psi.ch what was actually downloa If that is confirmed, then the issue is probably a so far unknown Vendor Class which is sent with the DHCP request of the firmware. It is configured in QIP: -![Vendor Class to network boot configuration in QIP](boot/qip.png) +![Vendor Class to network boot configuration in QIP](_static/boot_qip.png) Please inform the network team about the missing Vendor Class. @@ -29,10 +29,10 @@ Please inform the network team about the missing Vendor Class. ## Redirect Serial Output to File in VMware To change the serial port settings the VM needs to be shut down. Then edit the VM settings and add a new serial device by clicking "ADD NEW DEVICE" on top right and there select "Serial Port". -![Add Serial Port](boot/add_serial_port.png) +![Add Serial Port](_static/boot_add_serial_port.png) The serial port should then be connected to a file on the datastore `serial_console`: -![Serial Port Settings](boot/serial_port_settings.png) +![Serial Port Settings](_static/boot_serial_port_settings.png) At the moment we have this setup for `lxdev06`, `lxdev07` and `lxdev08` already prepared. diff --git a/admin-guide/troubleshooting/pam.md b/admin-guide/troubleshooting/pam.md index 971e9941..7b954e6b 100644 --- a/admin-guide/troubleshooting/pam.md +++ b/admin-guide/troubleshooting/pam.md @@ -40,7 +40,7 @@ auth optional pam_echo.so "Have passed pam_localuser and pam_unix" ## PAM Call Stack with SystemTap -When debugging an PAM issue with the RedHat support, they provided us a neat Systemtab script to create a PAM call stack of the `do_pam_setcred()` function in sshd. You find it [here](pam/para-callgraph-pam.stp). +When debugging an PAM issue with the RedHat support, they provided us a neat Systemtab script to create a PAM call stack of the `do_pam_setcred()` function in sshd. You find it [here](_static/para-callgraph-pam.stp). For other PAM functions or other processes this script would need changes.