Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default ntpd core dump

    Hi all,

    I have 5.3-RELEASE installed. I'm trying to run ntpd but I get a message
    in /var/log/messages that it exited on signal 11 (core dumped).

    Is there a known problem with this version or is there somethig wrong
    with my config file (below)? This file is based on one I use on a Linux
    host with no problems.

    Thanks
    Rich

    --

    server ntp.maths.tcd.ie
    server bear.zoo.bt.co.uk
    server ntp.cis.strath.ac.uk

    server 127.127.1.0 # local clock
    fudge 127.127.1.0 stratum 10

    broadcastdelay 0.008
    restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap

    Richard Danter Guest

  2. Similar Questions and Discussions

    1. Core dump in java 1.3 db2
      We have DB2 7 installed on an AIX server 5.1, running a stored procedure and executing select, updates and inserts using preparedStatements. On...
    2. core dump and shared libs
      We are trying to debug core file on our local machine that was created on some production machine (the same OS level – AIX4.3.3). The problem is...
    3. Core Dump in sqleatin_api on UDB 8.1
      Hi All, I am seeing a problem with a UDB client application(multi-threaded) that uses the UDB client libraries(libdb2.so) on solaris. I see a...
    4. gcc program core dump
      There is a message of core dump may be related to the scope of variables , please any explainations . it's from a book of C .It is written as it is...
    5. How to dump core
      In article <B5cna.60949$jVh.46894@news01.bloor.is.net.cable.rogers.com>, "Samuel T" <none@none.com> writes: May be a bit late now, but try...
  3. #2

    Default Re: ntpd core dump

    Richard Danter <richard.danter@ntlworld.com> writes:
    > Hi all,
    >
    > I have 5.3-RELEASE installed. I'm trying to run ntpd but I get a
    > message in /var/log/messages that it exited on signal 11 (core dumped).
    >
    > Is there a known problem with this version or is there somethig wrong
    > with my config file (below)? This file is based on one I use on a
    > Linux host with no problems.
    >
    > Thanks
    > Rich
    >
    > --
    >
    > server ntp.maths.tcd.ie
    > server bear.zoo.bt.co.uk
    > server ntp.cis.strath.ac.uk
    >
    > server 127.127.1.0 # local clock
    > fudge 127.127.1.0 stratum 10
    >
    > broadcastdelay 0.008
    > restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap

    Hard to say. Try subsets of that config file in order to isolate a
    portion of the file that produces the problem.
    Lowell Gilbert Guest

  4. #3

    Default Re: ntpd core dump

    Lowell Gilbert wrote:
    > Richard Danter <richard.danter@ntlworld.com> writes:
    >
    >
    >>Hi all,
    >>
    >>I have 5.3-RELEASE installed. I'm trying to run ntpd but I get a
    >>message in /var/log/messages that it exited on signal 11 (core dumped).
    >>
    >>Is there a known problem with this version or is there somethig wrong
    >>with my config file (below)? This file is based on one I use on a
    >>Linux host with no problems.
    >>
    >>Thanks
    >>Rich
    >>
    >>--
    >>
    >>server ntp.maths.tcd.ie
    >>server bear.zoo.bt.co.uk
    >>server ntp.cis.strath.ac.uk
    >>
    >>server 127.127.1.0 # local clock
    >>fudge 127.127.1.0 stratum 10
    >>
    >>broadcastdelay 0.008
    >>restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
    >
    >
    >
    > Hard to say. Try subsets of that config file in order to isolate a
    > portion of the file that produces the problem.
    Thanks Lowell, I tried commenting out everything and then adding in 1
    line at a time. Turns out it is a problem with the very first server in
    the list. If I remove it then ntpd starts perfectly.

    This is rather odd as I still have a Linux box using the original file
    with no problems. It is also add that the result is a core dump rather
    than a nice error message in the syslog. But such is life.

    Thanks again,
    Rich


    Richard Danter Guest

  5. #4

    Default Re: ntpd core dump

    Richard Danter <richard.danter@ntlworld.com> writes:
    > Thanks Lowell, I tried commenting out everything and then adding in 1
    > line at a time. Turns out it is a problem with the very first server
    > in the list. If I remove it then ntpd starts perfectly.
    >
    > This is rather odd as I still have a Linux box using the original file
    > with no problems. It is also add that the result is a core dump rather
    > than a nice error message in the syslog. But such is life.
    A newer version of ntpd has been imported since 5.2.1.
    Given that it was a "technology preview" release,
    maybe it's time to update the system.

    --
    Lowell Gilbert, embedded/networking software engineer, Boston area
    [url]http://be-well.ilk.org/~lowell/[/url]
    Lowell Gilbert Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139