DHCP Core file

Glenn Satchell Glenn.Satchell at uniq.com.au
Tue Apr 3 14:30:55 UTC 2007


>Date: Tue, 3 Apr 2007 06:59:42 -0700 (PDT)
>From: ashok singh <ashokr2k3 at yahoo.com>
>
>Hi All,
>I got a dhcpd core file and multiple dhcpd.leases were present in the lease 
file directory after the core was generated. I am using ISC DHCP 3.0.3. Is this 
a known issue for 3.0.3 ? If yes, was this fixed in any of the later releases?
>
>Here is 'ls' output of my lease file directory.
>
>etc2 # ls
>			 dhcpd.leases.1175197175  dhcpd.leases.1175197273
>dhcpd.leases             dhcpd.leases.1175197176  dhcpd.leases.1175197274
>dhcpd.leases.1175197079  dhcpd.leases.1175197177  dhcpd.leases.1175197275
>dhcpd.leases.1175197080  dhcpd.leases.1175197178  dhcpd.leases.1175197276
>dhcpd.leases.1175197081  dhcpd.leases.1175197179  dhcpd.leases.1175197277

Are you running out of disk space in the filesystem where the
leases file is? This is because periodically dhcpd renames the
current leases file, then writes out a new one. As the renames do not
appear to be working properly the crash could be in that area. What
are the last few mesages in syslog prior to the crash?

Ifyou search the archives using the string 'gdb' it can report
the functions on the stack to see where the error occurred. From
this we might be able to work out what the problem might be.

Not sure if there is any specific core dump issue fixed, but
running the latest stable version is always a good idea.

regards,
-glenn


More information about the dhcp-users mailing list