Ask a Question related to FreeBSD, Design and Development.
-
Richard Danter #1
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
-
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... -
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... -
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... -
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... -
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... -
Lowell Gilbert #2
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
-
Richard Danter #3
Re: ntpd core dump
Lowell Gilbert wrote:
Thanks Lowell, I tried commenting out everything and then adding in 1> 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.
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
-
Lowell Gilbert #4
Re: ntpd core dump
Richard Danter <richard.danter@ntlworld.com> writes:
A newer version of ntpd has been imported since 5.2.1.> 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.
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



Reply With Quote

