<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Appliance not starting after reboot because of failed update in Runecast Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Runecast-Troubleshooting/Appliance-not-starting-after-reboot-because-of-failed-update/ta-p/286517</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;When the Runecast Web interface is stuck on the loading page after the appliance is rebooted, it is likely because of an interrupted update. This article explains how to diagnose and remediate this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;Every time the Runecast Analyzer instance boots, the autoupdate service checks for available updates. If necessary, it then performs the update using the dpkg software package. If the update process is interrupted by a reboot, the dpkg process is improperly terminated and will block any subsequent execution of the dpkg command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;P&gt;When this happens, the Runecast Web interface is stuck on the loading page:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="rca-ui-loading.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30186i779D083EF0C14CEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rca-ui-loading.png" alt="rca-ui-loading.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To confirm that this is caused by a failed update, SSH into your Runecast appliance and look for this entry in &lt;FONT face="andale mono,times"&gt;/var/log/runecast/rcupdate.log:&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="background-color: #161c2b; color: #a7aab0;"&gt;
&lt;PRE style="font-family: 'JetBrains Mono',monospace; font-size: 9.8pt;"&gt;&lt;SPAN&gt;2025-09-08 18:27:15&lt;/SPAN&gt; Auto update started by RCAsplice (Auto Update during system boot)&lt;BR /&gt;run-parts: executing /opt/runecast/scripts/pre-update.d/&lt;SPAN&gt;10&lt;/SPAN&gt;-setaptconf&lt;BR /&gt;Preparing apt configuration...&lt;BR /&gt;Updates repository url - &lt;SPAN&gt;https://updates.runecast.com/runecast-analyzer-vmware&lt;BR /&gt;&lt;/SPAN&gt;run-parts: executing /opt/runecast/scripts/pre-update.d/&lt;SPAN&gt;20&lt;/SPAN&gt;-checkupdates&lt;BR /&gt;Checking updates availability...&lt;BR /&gt;Hit:&lt;SPAN&gt;1 https://updates.runecast.com/runecast-analyzer-vmware&lt;/SPAN&gt;  InRelease&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Updates are found&lt;BR /&gt;E: dpkg was interrupted, you must manually run &lt;SPAN&gt;'dpkg --configure -a'&lt;/SPAN&gt; to correct the problem.&lt;BR /&gt;Setting up runecast-utils (&lt;SPAN&gt;6&lt;/SPAN&gt;.&lt;SPAN&gt;9&lt;/SPAN&gt;.&lt;SPAN&gt;15&lt;/SPAN&gt;.&lt;SPAN&gt;1&lt;/SPAN&gt;-rc1) ...&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;H1&gt;Resolution&lt;/H1&gt;
&lt;P&gt;1. SSH into your Runecast appliance&lt;/P&gt;
&lt;P&gt;2. Terminate the running dpkg process:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo killall dpkg&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;3. C&lt;SPAN&gt;onfigure any software packages that were left in an incomplete state due to the interruption:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo dpkg --configure -a&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Then follow the on-screen instructions&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;4. Verify that there are no packages in an incomplete state:&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;&lt;CODE&gt;dpkg -l | grep -v 'ii'&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;The output should contain only the header of the table without the names of packages.&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;5. Restart the update process by launching the update script:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo /opt/runecast/scripts/rcupdate.sh&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;6. Wait for the update to finish. This will be confirmed in the output with the&amp;nbsp;&lt;CODE&gt;Auto update finished&lt;/CODE&gt;message.&lt;/P&gt;
&lt;P&gt;7. Reboot the VM:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo reboot&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;P&gt;If this article did not help, please email &lt;A class="_mizu1p6i _1ah31bk5 _ra3xnqa1 _128m1bk5 _1cvmnqa1 _4davt94y _4bfu18uv _1hms8stv _ajmmnqa1 _vchhusvi _kqswh2mm _syaz14q2 _ect41gqc _1a3b18uv _4fpr8stv _5goinqa1 _f8pj14q2 _9oik18uv _1bnxglyw _jf4cnqa1 _30l314q2 _1nrm18uv _c2waglyw _1iohnqa1 _9h8h16c2 _1053w7te _1ienw7te _n0fxw7te _1vhvg3x0" title="mailto:support@runecast.com" href="mailto:support@runecast.com" target="_blank" rel="noopener nofollow noreferrer" data-renderer-mark="true" data-is-router-link="false" data-testid="link-with-safety"&gt;support@runecast.com&lt;/A&gt; to open a support ticket, mention that this article was used, and include&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;A detailed issue description and&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;screenshots.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Also,&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Runecast-Troubleshooting/Generate-and-upload-a-support-bundle/ta-p/283628" target="_blank" rel="noopener"&gt;generate and upload a support bundle&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 22 Sep 2025 12:16:29 GMT</pubDate>
    <dc:creator>david_plesnik</dc:creator>
    <dc:date>2025-09-22T12:16:29Z</dc:date>
    <item>
      <title>Appliance not starting after reboot because of failed update</title>
      <link>https://community.dynatrace.com/t5/Runecast-Troubleshooting/Appliance-not-starting-after-reboot-because-of-failed-update/ta-p/286517</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;When the Runecast Web interface is stuck on the loading page after the appliance is rebooted, it is likely because of an interrupted update. This article explains how to diagnose and remediate this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;Every time the Runecast Analyzer instance boots, the autoupdate service checks for available updates. If necessary, it then performs the update using the dpkg software package. If the update process is interrupted by a reboot, the dpkg process is improperly terminated and will block any subsequent execution of the dpkg command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;P&gt;When this happens, the Runecast Web interface is stuck on the loading page:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="rca-ui-loading.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30186i779D083EF0C14CEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rca-ui-loading.png" alt="rca-ui-loading.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To confirm that this is caused by a failed update, SSH into your Runecast appliance and look for this entry in &lt;FONT face="andale mono,times"&gt;/var/log/runecast/rcupdate.log:&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="background-color: #161c2b; color: #a7aab0;"&gt;
&lt;PRE style="font-family: 'JetBrains Mono',monospace; font-size: 9.8pt;"&gt;&lt;SPAN&gt;2025-09-08 18:27:15&lt;/SPAN&gt; Auto update started by RCAsplice (Auto Update during system boot)&lt;BR /&gt;run-parts: executing /opt/runecast/scripts/pre-update.d/&lt;SPAN&gt;10&lt;/SPAN&gt;-setaptconf&lt;BR /&gt;Preparing apt configuration...&lt;BR /&gt;Updates repository url - &lt;SPAN&gt;https://updates.runecast.com/runecast-analyzer-vmware&lt;BR /&gt;&lt;/SPAN&gt;run-parts: executing /opt/runecast/scripts/pre-update.d/&lt;SPAN&gt;20&lt;/SPAN&gt;-checkupdates&lt;BR /&gt;Checking updates availability...&lt;BR /&gt;Hit:&lt;SPAN&gt;1 https://updates.runecast.com/runecast-analyzer-vmware&lt;/SPAN&gt;  InRelease&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Updates are found&lt;BR /&gt;E: dpkg was interrupted, you must manually run &lt;SPAN&gt;'dpkg --configure -a'&lt;/SPAN&gt; to correct the problem.&lt;BR /&gt;Setting up runecast-utils (&lt;SPAN&gt;6&lt;/SPAN&gt;.&lt;SPAN&gt;9&lt;/SPAN&gt;.&lt;SPAN&gt;15&lt;/SPAN&gt;.&lt;SPAN&gt;1&lt;/SPAN&gt;-rc1) ...&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;H1&gt;Resolution&lt;/H1&gt;
&lt;P&gt;1. SSH into your Runecast appliance&lt;/P&gt;
&lt;P&gt;2. Terminate the running dpkg process:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo killall dpkg&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;3. C&lt;SPAN&gt;onfigure any software packages that were left in an incomplete state due to the interruption:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo dpkg --configure -a&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Then follow the on-screen instructions&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;4. Verify that there are no packages in an incomplete state:&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;&lt;CODE&gt;dpkg -l | grep -v 'ii'&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;The output should contain only the header of the table without the names of packages.&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;5. Restart the update process by launching the update script:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo /opt/runecast/scripts/rcupdate.sh&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;6. Wait for the update to finish. This will be confirmed in the output with the&amp;nbsp;&lt;CODE&gt;Auto update finished&lt;/CODE&gt;message.&lt;/P&gt;
&lt;P&gt;7. Reboot the VM:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;sudo reboot&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;P&gt;If this article did not help, please email &lt;A class="_mizu1p6i _1ah31bk5 _ra3xnqa1 _128m1bk5 _1cvmnqa1 _4davt94y _4bfu18uv _1hms8stv _ajmmnqa1 _vchhusvi _kqswh2mm _syaz14q2 _ect41gqc _1a3b18uv _4fpr8stv _5goinqa1 _f8pj14q2 _9oik18uv _1bnxglyw _jf4cnqa1 _30l314q2 _1nrm18uv _c2waglyw _1iohnqa1 _9h8h16c2 _1053w7te _1ienw7te _n0fxw7te _1vhvg3x0" title="mailto:support@runecast.com" href="mailto:support@runecast.com" target="_blank" rel="noopener nofollow noreferrer" data-renderer-mark="true" data-is-router-link="false" data-testid="link-with-safety"&gt;support@runecast.com&lt;/A&gt; to open a support ticket, mention that this article was used, and include&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;A detailed issue description and&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;screenshots.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Also,&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Runecast-Troubleshooting/Generate-and-upload-a-support-bundle/ta-p/283628" target="_blank" rel="noopener"&gt;generate and upload a support bundle&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Sep 2025 12:16:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Runecast-Troubleshooting/Appliance-not-starting-after-reboot-because-of-failed-update/ta-p/286517</guid>
      <dc:creator>david_plesnik</dc:creator>
      <dc:date>2025-09-22T12:16:29Z</dc:date>
    </item>
  </channel>
</rss>

