From 2afb87a2b522f8686a4a3755c0e9deebbe238f51 Mon Sep 17 00:00:00 2001 From: penguhyang Date: Mon, 9 May 2016 01:28:45 -0400 Subject: [PATCH] fix for sles12, during the second stage of an SSH installation YaST freezes. --- docs/source/troubleshooting/os_installation/ssh_enable.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/troubleshooting/os_installation/ssh_enable.rst b/docs/source/troubleshooting/os_installation/ssh_enable.rst index 13f09dd29..5d1bebd3a 100644 --- a/docs/source/troubleshooting/os_installation/ssh_enable.rst +++ b/docs/source/troubleshooting/os_installation/ssh_enable.rst @@ -24,6 +24,10 @@ The ssh access to the installer is enabled, the admin can login into the install Just as the message above suggests, the admin should run ``ssh -X root@`` to access the installer and run ``yast.ssh`` to finish the installation. + **Note**: For sles12, during the second stage of an SSH installation YaST freezes. It is blocked by the SuSEFirewall service because the ``SYSTEMCTL_OPTIONS`` environment variable is not set properly. Workaround: When logged in for the second time to start the second stage of the SSH installation, call **yast.ssh** with the ``--ignore-dependencies`` as follows: :: + + SYSTEMCTL_OPTIONS=--ignore-dependencies yast.ssh + #. For UBT, the installation will halt on the following similar message in the console: :: ┌───────────┤ [!!] Continue installation remotely using SSH ├───────────┐