Results 1 to 5 of 5

Thread: Ubuntu's 8.04 PVM crashes on "add" action

  1. #1
    Join Date
    Mar 2007
    Beans
    21
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Exclamation Ubuntu's 8.04 PVM crashes on "add" action

    Hello to everyone.

    I am trying to use PVM with Ubuntu but I am unable to add any host.

    Every time I make an

    Code:
    pvm> add host_name
    I get this:

    Code:
    add host_name
    Terminated
    And get to the console back.

    In the remote machine, if I try to enter the pvm console - using the pvm command - I get a message telling me that:

    Code:
    pmvd already running
    and the terminal get stuck with just the cursor blinking at me. After a while - some minutes - I get my terminal back.

    First I though that there was something wrong with the package provided by the repositories but the same error occurs using the compiled by hand version.

    Here is pmvl.1000 file from the local host (which tried the add):
    Code:
    [t80040000] 10/30 06:53:40 rohan (127.0.1.1:41133) LINUX 3.4.5
    [t80040000] 10/30 06:53:40 ready Thu Oct 30 06:53:40 2008
    [t80040000] 10/30 06:53:51 netoutput() sendto: errno=22
    [t80040000] 10/30 06:53:51 em=0xb7eaa793
    [t80040000] 10/30 06:53:51 [49/][6e/][76/][61/][6c/][69/][64/][20/][61/][72/]
    [t80040000] 10/30 06:53:51 netoutput() sendto: Invalid argument
    [t80040000] 10/30 06:53:51 pvmbailout(0)
    And here is the pmvl.1000 file from the remote host:
    Code:
    [t80080000] 10/30 06:53:51 gondor (192.168.122.71:41120) LINUX 3.4.5
    [t80080000] 10/30 06:53:51 ready Thu Oct 30 06:53:51 2008
    [t80080000] 10/30 06:57:04 netoutput() timed out sending to ? after 14, 190.000000
    [t80080000] 10/30 06:57:04  hd_dump() ref 1 t 0x40000 n "?" a "" ar "" dsig 0x0
    [t80080000] 10/30 06:57:04            lo "" so "" dx "" ep "" bx "" wd "" sp 1000
    [t80080000] 10/30 06:57:04            sa 127.0.1.1:41133 mtu 4080 f 0x0 e 0 txq 1
    [t80080000] 10/30 06:57:04            tx 2 rx 1 rtt 1.000000 id ""
    [t80080000] 10/30 06:57:04 hostfailentry() lost master host, we're screwwwed
    [t80080000] 10/30 06:57:04 pvmbailout(0)
    Any help would be appreciated.

  2. #2
    Join Date
    Feb 2009
    Beans
    1

    Re: Ubuntu's 8.04 PVM crashes on "add" action

    I have teh same problem, Did you find a solution??

  3. #3
    Join Date
    Mar 2007
    Beans
    21
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Ubuntu's 8.04 PVM crashes on "add" action

    Quote Originally Posted by panchordza View Post
    I have teh same problem, Did you find a solution??
    Sorry, man. I did not.

  4. #4
    Join Date
    Jun 2009
    Beans
    2

    Re: Ubuntu's 8.04 PVM crashes on "add" action

    I am also having this same issue in jaunty...
    at the pvm prompt i type
    add 155.68.59.36

    and it says
    terminated

    if i type a non existent ip i get a completely different message

  5. #5
    Join Date
    Nov 2007
    Beans
    11

    Re: Ubuntu's 8.04 PVM crashes on "add" action

    Hi
    Sorry for bumping the thread, but I just figured this out for myself!

    Here is your problem (from the log on the master):

    Code:
    rohan (127.0.1.1:41133) LINUX 3.4.5
    The master needs to have a node-name that is routable by the slaves. So that should probably be its fully-qualified domain name. You can force this to be its node-name by starting the pvm console like this:

    Code:
    pvm -nMYHOST.EXAMPLE.COM
    Good luck!
    See also http://stackoverflow.com/questions/2253354 for more possible answers.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •