Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2001
    Posts
    184

    Illegal instruction (core dumped)

    [root@ns3 named]# /usr/sbin/rndc start
    Illegal instruction (core dumped)

    What is that above error?

  2. #2
    It's an illegal instruction, and then it's saying your core was dumped.

    Probally some kind of memory leak
    dotGig
    <:<: [Fruit eating linux administrator]

  3. #3
    Join Date
    Jun 2001
    Posts
    184
    hm... so this is my problem or my network provider hardware problem?

  4. #4
    Definitely a software config on your server.
    dotGig
    <:<: [Fruit eating linux administrator]

  5. #5
    Join Date
    Jun 2001
    Posts
    184
    err... i did not make any changes to /usr/sbin/rndc or /etc/rc.d/init.d/named

    Why could this suddenly happen to my server.

  6. #6
    Join Date
    Sep 2002
    Location
    LA, CA
    Posts
    51
    cat /var/adm/messages

    or

    dmesg |more

    see if you see any reason why rndc is not starting.

  7. #7
    Join Date
    Sep 2002
    Location
    Mansfield
    Posts
    314
    Somewhere there is a core file from it - first do a file <corefile> and it will tell you what created it.
    Then use strings <corefile> | more and look for an obvious error.

    The simple way would be to check if named was running when you tried to start it
    GUI admin tools have no honor. It is a good day to vi.

Posting Permissions

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