<?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>S32 Design StudioのトピックRe: S32DS Install Stuck on Key Verification (Arch Linux)</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1461552#M8593</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from your post is not obvious if you already entered sudo password in console - as requested by installer. If&amp;nbsp; you started install process from terminal - there should be request for sudo password. If from some file manager - the terminal window is probably some on the background.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2022 10:29:22 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2022-05-20T10:29:22Z</dc:date>
    <item>
      <title>S32DS Install Stuck on Key Verification (Arch Linux)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1460131#M8588</link>
      <description>&lt;P&gt;Trying to install Design Studio on EndeavourOS (an Arch derivative).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After getting the installer to run, I can get as far as the license and then things get stuck. If it's the first time I've run it since booting, I enter my key but the window that says I don't have a license and to enter the key into the popup never changes. If I kill it and retry, it instead hangs at "Checking if you already ahve SW32_S32DS_3.4 license..." as shown in attached image.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 15:12:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1460131#M8588</guid>
      <dc:creator>mootikins</dc:creator>
      <dc:date>2022-05-18T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Install Stuck on Key Verification (Arch Linux)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1461552#M8593</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from your post is not obvious if you already entered sudo password in console - as requested by installer. If&amp;nbsp; you started install process from terminal - there should be request for sudo password. If from some file manager - the terminal window is probably some on the background.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 10:29:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1461552#M8593</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2022-05-20T10:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Install Stuck on Key Verification (Arch Linux)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1465659#M8624</link>
      <description>&lt;P&gt;Yes, I had entered sudo password already. Sorry for missing that detail.&lt;BR /&gt;&lt;BR /&gt;I was able to reproduce the issue in a Docker environment that follows the steps outlined in the &lt;A href="https://freescaleesd.flexnetoperations.com/337170/837/17644837/S32DS_Installation_Guide_3.4.0.pdf?ftpRequestID=9438438657&amp;amp;server=freescaleesd.flexnetoperations.com&amp;amp;dtm=DTM20220526191348ODYwMDcyMzIy&amp;amp;authparam=1653617628_bb192e8053158608f2a4cf2c0d2a500e&amp;amp;ext=.pdf" target="_blank" rel="noopener"&gt;Getting Started Guide's section on Linux requirements&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FROM ubuntu:18.04

RUN echo "deb [trusted=yes] http://cz.archive.ubuntu.com/ubuntu bionic main universe" &amp;gt;&amp;gt; /etc/apt/sources.list

RUN DEBIAN_FRONTEND=noninteractive &amp;amp;&amp;amp; \
    dpkg --add-architecture i386 &amp;amp;&amp;amp; \
    apt update &amp;amp;&amp;amp; \
    DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
        lib32z1 \
        libbz2-1.0:i386 \
        libc6:i386 \
        libmpfr6:i386 \
        libncurses5:i386 \
        libncursesw5:i386 \
        libstdc++6:i386 \
        libx11-6:i386 \
        libxpm4:i386 \
        \
        openjdk-8-jre \
        openjfx \
        \
        build-essential \
        \
        libcanberra-gtk-module \
        libcanberra-gtk3-module \
        libwebkitgtk-1.0-0 \
        \
        tcl \
        \
        dos2unix \
        libpython2.7:i386 \
        python2.7 \
        \
        libgtk2.0-0:i386 \
        libstdc++6:i386 \
        libxtst6:i386 \
        \
        curl \
        sudo \
        xauth \
	&amp;amp;&amp;amp; \
	ln -s /lib/i386-linux-gnu/libncursesw.so.5 /lib/i386-linux-gnu/libncursesw.so.6 &amp;amp;&amp;amp; \
	ln -s /usr/lib/i386-linux-gnu/libmpfr.so.6 /usr/lib/i386-linux-gnu/libmpfr.so.4 &amp;amp;&amp;amp; \
	ln -s /lib/x86_64-linux-gnu/libncursesw.so.5 /lib/x86_64-linux-gnu/libncursesw.so.6 &amp;amp;&amp;amp; \
	ln -s /lib/x86_64-linux-gnu/libtinfo.so.5 /lib/x86_64-linux-gnu/libtinfo.so.6 &amp;amp;&amp;amp; \
	\
	curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py &amp;amp;&amp;amp; \
	python2.7 get-pip.py &amp;amp;&amp;amp; \
	\
	pip2 install enum34 \
	;

COPY S32DS.3.4_b201217_linux.x86_64.bin ./

RUN useradd -m worker &amp;amp;&amp;amp; echo "worker:worker" | chpasswd &amp;amp;&amp;amp; adduser worker sudo
USER worker&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After building the container, one can use `xauth list | head -n1` to get a xauth token for their X Server and run `touch ~/.Xauthority &amp;amp;&amp;amp; xauth add &amp;lt;COPIED TOKEN&amp;gt;` to allow the container to forward the X window. Then running `./S32DS.3.4_b201217_linux.x86_64.bin` will start the GUI installer in the host machine, prompting for the sudoer password after a few prompts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After putting the activation key in, the same problem arises where it hangs up on key authorization.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 15:04:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1465659#M8624</guid>
      <dc:creator>mootikins</dc:creator>
      <dc:date>2022-05-27T15:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Install Stuck on Key Verification (Arch Linux)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1528309#M9139</link>
      <description>&lt;P&gt;For the record, I experienced this same problem on (native) Ubuntu 20.04 and S32 Design Studio version 3.5. The installer hangs after entering an access code. Whatever the problem is, it's being carried through to newer versions of S32DS.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 18:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Install-Stuck-on-Key-Verification-Arch-Linux/m-p/1528309#M9139</guid>
      <dc:creator>eruppel</dc:creator>
      <dc:date>2022-09-26T18:08:00Z</dc:date>
    </item>
  </channel>
</rss>

