<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body style="font-family:Arial;font-size:14px"><p>
        Dear Roland,<br>
        <br>
        Thank you for your reply!<br>
        &nbsp;</p>
<blockquote style="border-left: 2px solid blue; margin-left: 2px; padding-left: 12px;" type="cite">
        not sure if only modifying it in .zshrc will do the trick since<br>
        simfactory does not call "hostname -f" but instead uses the OS<br>
        functions that hostname uses (among other things) which may not see /<br>
        respect anything set in your .zshrc.<br>
        <br>
        A couple more suggestions and double checks:<br>
        <br>
        Did you try the command:<br>
        <br>
        echo &gt;$HOME/.hostname "compos_MacBook"<br>
        <br>
        ?<br>
        <br>
        Did you run "./simfactory/bin/sim setup-silent" once more after the<br>
        modification?<br>
        <br>
        With your modification, can you run "simfactory whoami" or does this<br>
        produce an error? What is the output?</blockquote>
<p>
        <br>
        So, I did this but the same error keeps showing up. When I run "simfactory whoami" it shows: "command not found: simfactory<br>
        <br>
        I checked the directory: simfactory/mdb/machines, and actually there is a file called: campos@MacBook.ini. I'm sure this is the one messing up the whole thing. Can I modify this file by hand?<br>
        <br>
        Thank you!<br>
        <br>
        Best wishes,<br>
        Camilo</p>
<p>
        <br>
        ----- Message from Roland Haas &lt;<a href="mailto:rhaas@illinois.edu">rhaas@illinois.edu</a>&gt; ---------<br>
        &nbsp; &nbsp; Date: Thu, 11 Jun 2020 08:43:53 -0500<br>
        &nbsp; &nbsp; From: Roland Haas &lt;<a href="mailto:rhaas@illinois.edu">rhaas@illinois.edu</a>&gt;<br>
        Reply-To: <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
        Subject: Re: [Users] Einstein toolkit installation issues<br>
        &nbsp; &nbsp; &nbsp; To: Camilo Posada &lt;<a href="mailto:camilo.posada@physics.slu.cz">camilo.posada@physics.slu.cz</a>&gt;<br>
        &nbsp; &nbsp; &nbsp; Cc: <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a></p>
<blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
        Hello Camilo,<br>
        <br>
        not sure if only modifying it in .zshrc will do the trick since<br>
        simfactory does not call "hostname -f" but instead uses the OS<br>
        functions that hostname uses (among other things) which may not see /<br>
        respect anything set in your .zshrc.<br>
        <br>
        A couple more suggestions and double checks:<br>
        <br>
        Did you try the command:<br>
        <br>
        echo &gt;$HOME/.hostname "compos_MacBook"<br>
        <br>
        ?<br>
        <br>
        Did you run "./simfactory/bin/sim setup-silent" once more after the<br>
        modification?<br>
        <br>
        With your modification, can you run "simfactory whoami" or does this<br>
        produce an error? What is the output?<br>
        <br>
        Are there any files starting with "campos" in simfactory/mdb/machines/<br>
        ? This is where "setup-silent" creates a file &lt;MACHINENAME&gt;.ini (and<br>
        the desire to avoid unusual characters in there is part of why we only<br>
        allow "harmless" characters.<br>
        <br>
        Yours,<br>
        Roland<br>
        <blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
                Dear Roland,<br>
                <br>
                Thank you very much for your kind response. I thought the problem was my laptop's name due to the @ character, so I decided to change the name, and I also modified the .zshrc file so my host name looks cleaner in the shell. However I still have the same problem.&nbsp;I am attaching the output you asked for. I also tried your solution, but I got the same problem.<br>
                <br>
                Thank you in advance for your help&nbsp;&nbsp;&nbsp;<br>
                <br>
                &nbsp; Best wishes,<br>
                Camilo<br>
                <br>
                ----- Message from Roland Haas &lt;<a href="mailto:rhaas@illinois.edu">rhaas@illinois.edu</a>&gt; ---------<br>
                &nbsp; &nbsp; Date: Wed, 10 Jun 2020 13:08:40 -0500<br>
                &nbsp; &nbsp; From: Roland Haas &lt;<a href="mailto:rhaas@illinois.edu">rhaas@illinois.edu</a>&gt;<br>
                Reply-To: <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
                Subject: Re: [Users] Einstein toolkit installation issues<br>
                &nbsp; &nbsp; &nbsp; To: Camilo Posada &lt;<a href="mailto:camilo.posada@physics.slu.cz">camilo.posada@physics.slu.cz</a>&gt;<br>
                &nbsp; &nbsp; &nbsp; Cc: <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
                <br>
                Hello Camilo,<br>
                <br>
                I have not quite seen that error before. From the output it would seem<br>
                that simfactory's setup-silent command is not happy with the machine<br>
                names that it picked. Did you name your laptop "compos@MacBook" (you<br>
                can check this via the "Sharing" preferences on the "System<br>
                Preferences") by any chance?<br>
                <br>
                Can you let me know what "hostname -f" outputs?<br>
                <br>
                The simplest way to work around this for you is to create a file named<br>
                ".hostname" in your $HOME with the name you would like simfactory to<br>
                pretend your laptop is named eg this command should do:<br>
                <br>
                echo &gt;$HOME/.hostname "compos_MacBook"<br>
                <br>
                Yours,<br>
                Roland<br>
                <br>
                Hello,<br>
                <br>
                My name is Camilo Posada, and I'm currently a postdoc at the &gt;&gt; Silesian University in Opava (Czech Repubic), working on &gt;&gt; relativistic astrophysics. I have been interested in learning about &gt;&gt; the Einstein toolkit, so I decided to give it a try and install it. &gt;&gt; I have been following the instructions found in the documentation, &gt;&gt; but I am having some issues (see attached screenshot) which I have &gt;&gt; not been able to figure out. Could you please help me with this?<br>
                <br>
                I am running a MacBook Air, with macOS Catalina 10.15.4<br>
                <br>
                Thank you in advance<br>
                <br>
                Kind regards,<br>
                <br>
                &nbsp; &nbsp;<br>
                &nbsp; Camilo Posada, Ph.D.<br>
                Institute of Physics<br>
                Silesian University in Opava<br>
                Bezru&#269;ovo n&aacute;m. 13, CZ-74601 Opava<br>
                <br>
                --<br>
                My email is as private as my paper mail. I therefore support &gt; encryptingand signing email messages. Get my PGP key from &gt; <a href="http://pgp.mit.edu" target="_blank">http://pgp.mit.edu</a> .<br>
                <br>
                ----- End message from Roland Haas &lt;<a href="mailto:rhaas@illinois.edu">rhaas@illinois.edu</a>&gt; -----<br>
                &nbsp; Camilo Posada, Ph.D.<br>
                Institute of Physics<br>
                Silesian University in Opava<br>
                Bezru&#269;ovo n&aacute;m. 13, CZ-74601 Opava</blockquote>
        --<br>
        My email is as private as my paper mail. I therefore support encryptingand signing email messages. Get my PGP key from <a href="http://pgp.mit.edu" target="_blank">http://pgp.mit.edu</a> .</blockquote>
<br>
<br>
<br>
----- End message from Roland Haas &lt;<a href="mailto:rhaas@illinois.edu">rhaas@illinois.edu</a>&gt; -----<br>
<br>
<div>
        Camilo Posada, Ph.D.<br>
        Institute of Physics<br>
        Silesian University in Opava<br>
        Bezru&#269;ovo n&aacute;m. 13, CZ-74601 Opava</div></body></html>