Hello there,<br><br>I've installed strongswan 4.3.5 and following the howto: "<a href="http://www.strongswan.org/uml/install.htm">Installing the strongSwan UML testing environment</a>" with no success.<br><br>

First, in the build-umlkernel script at the last lines, I encountered this:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">cecho-n " * Copying uml kernel to '${BUILDDIR}/linux-uml-${KERNELVERSION}'.."<br>

mv <b>linux</b> ${BUILDDIR}/linux-uml-${KERNELVERSION}       <br>cgecho "done"<br></blockquote><br>I've obtained an error because <b>linux</b> didn't exists. I've changed <b>linux</b> for <b>../linux</b> and it compiles (It is moving the symbolic into linux-uml-${KERNELVERSION} folder, isn't it?).<br>

<br>Last, when the uml instances are created, I obtain an error calling the xterm: "<em>xterm</em>: <em>Can't execvp</em> ~/strongswan-testing/umlbuild/linux-uml-2.6.32 <span style="" id="search">Permission <em>denied".</em></span> (if I use gnome-terminal I obtain the same error).<br>

<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">eval xterm -title ${host} -geometry "+${x0}+${y0}" -rightbar -sb -sl 500 -e "$UMLKERNEL \<br>

        umid=${host} \<br>        ubda=$UMLHOSTFS \<br>        \$SWITCH_${host} \<br>        mem=${MEM}M con=pty con0=fd:0,fd:1" &<br></blockquote><div><br>If I try to call the xterm just with:<br><br>xterm -e  ~/strongswan-testing/umlbuild/linux-uml-2.6.32<br>

<br>It fails because it is being called using a directory. If I add more parameters such as -title, I obtain "Permission denied" again.<br><br>I'm using an Ubuntu10.10 virtual machine and strongswan 4.3.5. <br>

<br>Can anybody help me out with this? I really need help :(<br><br>Regards.<br></div>