About resolving hostname and user transferubuntu server not resolving LAN hostnamesresolving windows...

Is a lawful good "antagonist" effective?

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

Is it ok to include an epilogue dedicated to colleagues who passed away in the end of the manuscript?

Is it illegal in Germany to take sick leave if you caused your own illness with food?

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

What happens with multiple copies of Humility and Glorious Anthem on the battlefield?

Does the Bracer of Flying Daggers benefit from the Dueling fighting style?

Why must traveling waves have the same amplitude to form a standing wave?

Time dilation for a moving electronic clock

How is the Swiss post e-voting system supposed to work, and how was it wrong?

Can infringement of a trademark be pursued for using a company's name in a sentence?

Straight line with arrows and dots

How can I discourage/prevent PCs from using door choke-points?

What exactly is the purpose of connection links straped between the rocket and the launch pad

Touchscreen-controlled dentist office snowman collector game

Do I need to leave some extra space available on the disk which my database log files reside, for log backup operations to successfully occur?

When is a batch class instantiated when you schedule it?

Can the druid cantrip Thorn Whip really defeat a water weird this easily?

When two POV characters meet

My story is written in English, but is set in my home country. What language should I use for the dialogue?

dabei is pointing to what preposition or fact "Ich war gerade dabei die Tür abzuschliessen. Da hast du angerufen."

Replacing Windows 7 security updates with anti-virus?

How could a female member of a species produce eggs unto death?

Sword in the Stone story where the sword was held in place by electromagnets



About resolving hostname and user transfer


ubuntu server not resolving LAN hostnamesresolving windows hostnameAfter change of host and hostname, terminal won't show itProblem with same hostname and domainall files necessary to change hostname (FQDN)?What are the default settings for 'etc/hosts' and 'etc/hostname'?Hostname conflict between system hostname and apache2 vHosthostname and /etc/hostsAbout the user account transfer on the Linux serverAbout /etc/hosts and /etc/hostname













0















all the things of my previous user A directory have been transferred to another user B directory in the same server.



I even have rebuilt the mpich. If I run the previous compiled exe or the new compiled exe with dmpar mode, it will report the following error



~$ ./real.exe 

Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(433)..............:
MPID_Init(176).....................: channel initialization failed
MPIDI_CH3_Init(70).................:
MPID_nem_init(286).................:
MPID_nem_tcp_init(108).............:
MPID_nem_tcp_get_business_card(354):
MPID_nem_tcp_init(313).............: gethostbyname failed, name1.n2.n3 (errno 1)


or



~$ mpirun -np 8 ./real.exe 

ssh: Could not resolve hostname name1.n2.n3: Name or service not known


For the hostname,



~$ hostname
name1.n2.n3


while in /etc/hosts, it is



IP(xx.xx.xx.xx)  name1.n_another.n_another  name1


i.e. it seems that only the first word name1 is same.



Does this matter? Since for now I have no sudo to edit it.



By the way, if I have to login in a jumpserver first and to 'jump' to my server for now, how to let the X11 still work?
Because it will report the error



Error: Can't open display: 


but it is normal before.










share|improve this question







New contributor




Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    all the things of my previous user A directory have been transferred to another user B directory in the same server.



    I even have rebuilt the mpich. If I run the previous compiled exe or the new compiled exe with dmpar mode, it will report the following error



    ~$ ./real.exe 

    Fatal error in MPI_Init: Other MPI error, error stack:
    MPIR_Init_thread(433)..............:
    MPID_Init(176).....................: channel initialization failed
    MPIDI_CH3_Init(70).................:
    MPID_nem_init(286).................:
    MPID_nem_tcp_init(108).............:
    MPID_nem_tcp_get_business_card(354):
    MPID_nem_tcp_init(313).............: gethostbyname failed, name1.n2.n3 (errno 1)


    or



    ~$ mpirun -np 8 ./real.exe 

    ssh: Could not resolve hostname name1.n2.n3: Name or service not known


    For the hostname,



    ~$ hostname
    name1.n2.n3


    while in /etc/hosts, it is



    IP(xx.xx.xx.xx)  name1.n_another.n_another  name1


    i.e. it seems that only the first word name1 is same.



    Does this matter? Since for now I have no sudo to edit it.



    By the way, if I have to login in a jumpserver first and to 'jump' to my server for now, how to let the X11 still work?
    Because it will report the error



    Error: Can't open display: 


    but it is normal before.










    share|improve this question







    New contributor




    Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      all the things of my previous user A directory have been transferred to another user B directory in the same server.



      I even have rebuilt the mpich. If I run the previous compiled exe or the new compiled exe with dmpar mode, it will report the following error



      ~$ ./real.exe 

      Fatal error in MPI_Init: Other MPI error, error stack:
      MPIR_Init_thread(433)..............:
      MPID_Init(176).....................: channel initialization failed
      MPIDI_CH3_Init(70).................:
      MPID_nem_init(286).................:
      MPID_nem_tcp_init(108).............:
      MPID_nem_tcp_get_business_card(354):
      MPID_nem_tcp_init(313).............: gethostbyname failed, name1.n2.n3 (errno 1)


      or



      ~$ mpirun -np 8 ./real.exe 

      ssh: Could not resolve hostname name1.n2.n3: Name or service not known


      For the hostname,



      ~$ hostname
      name1.n2.n3


      while in /etc/hosts, it is



      IP(xx.xx.xx.xx)  name1.n_another.n_another  name1


      i.e. it seems that only the first word name1 is same.



      Does this matter? Since for now I have no sudo to edit it.



      By the way, if I have to login in a jumpserver first and to 'jump' to my server for now, how to let the X11 still work?
      Because it will report the error



      Error: Can't open display: 


      but it is normal before.










      share|improve this question







      New contributor




      Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      all the things of my previous user A directory have been transferred to another user B directory in the same server.



      I even have rebuilt the mpich. If I run the previous compiled exe or the new compiled exe with dmpar mode, it will report the following error



      ~$ ./real.exe 

      Fatal error in MPI_Init: Other MPI error, error stack:
      MPIR_Init_thread(433)..............:
      MPID_Init(176).....................: channel initialization failed
      MPIDI_CH3_Init(70).................:
      MPID_nem_init(286).................:
      MPID_nem_tcp_init(108).............:
      MPID_nem_tcp_get_business_card(354):
      MPID_nem_tcp_init(313).............: gethostbyname failed, name1.n2.n3 (errno 1)


      or



      ~$ mpirun -np 8 ./real.exe 

      ssh: Could not resolve hostname name1.n2.n3: Name or service not known


      For the hostname,



      ~$ hostname
      name1.n2.n3


      while in /etc/hosts, it is



      IP(xx.xx.xx.xx)  name1.n_another.n_another  name1


      i.e. it seems that only the first word name1 is same.



      Does this matter? Since for now I have no sudo to edit it.



      By the way, if I have to login in a jumpserver first and to 'jump' to my server for now, how to let the X11 still work?
      Because it will report the error



      Error: Can't open display: 


      but it is normal before.







      16.04 server hostname hosts x11-forwarding






      share|improve this question







      New contributor




      Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 12 mins ago









      Allen ZhangAllen Zhang

      11




      11




      New contributor




      Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Allen Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Allen Zhang is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1125478%2fabout-resolving-hostname-and-user-transfer%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Allen Zhang is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Allen Zhang is a new contributor. Be nice, and check out our Code of Conduct.













          Allen Zhang is a new contributor. Be nice, and check out our Code of Conduct.












          Allen Zhang is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1125478%2fabout-resolving-hostname-and-user-transfer%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...