Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

woodlandtrek

macrumors member
Original poster
Jan 21, 2008
70
14
About a month ago, I set up a new mac mini running OS X server 10.6 at a small business to provide filesharing, calendars, etc. Last week, I also switched the DHCP server from the router to the Mini server because the router could not provide static mappings that were needed for the printers.

However, within the 5 days it has been in use, the DHCP service on the Mini has turned itself off twice. The subnet information is also reset and disabled.

Searching through the logs, I came across these two messages:
servermgr_dhcp:bootp config:Notice:Created default configuration file
servermgr_dhcp:bootp config:Notice:Created 1 default subnet records

Can anybody tell me what's going on here and how to keep it from happening again?
 
Logging for DHCP was set to "High (all events)", but these are the only two lines indicating a problem. Those errors were found in the system.log. Is there another place to look for more information?
 
Logging for DHCP was set to "High (all events)", but these are the only two lines indicating a problem. Those errors were found in the system.log. Is there another place to look for more information?

Did you enable debugging in the syslog.conf file for the DHCP process ? Maybe this will give you more insight in what is happening. I read some articles about things resetting to default, also for DHCP ... No reason why was mentioned nor a solution ... I guess it's troubleshooting 101 :D

Excerpt from Apple Advanced Server Admin:

Syslog Confguration File

The Syslog confguration fle can be found at /etc/syslog.conf.

Each line has the following format:

<facility>.<loglevel> <path to logfle>

Replace <facility> with the process name writing to the log. The path is the standard POSIX path to the log fle. You can use asterisks (*) as wildcards. For example, the setting for the kernel is:

kern.* /var/log/system.log

This shows that all messages to the log of all levels from the kernel are to be written in the fle /var/log/system.log.
Likewise, the following setting is an example of all emergency messages from all processes being sent to a custom emergencies log fle:

*.emerg /var/log/emergencies.log
 
thanks for the tip. That's fairly new territory for me, but hopefully it will provide some more information to work off of if/when it happens again.
 
In case anyone else is having this problem, it seems this problem arises when Server Admin locks some files while it is open. I've been making a point to close server admin anytime I'm not making a change, and haven't seen this problem for several weeks. (Still, it's a little unsettling knowing it's that easy to mess up the DHCP).

Here's a discussion of the issue in Apple's forums: http://discussions.info.apple.com/thread.jspa?threadID=2104110&tstart=0&messageID=10325446
 
In case anyone else is having this problem, it seems this problem arises when Server Admin locks some files while it is open. I've been making a point to close server admin anytime I'm not making a change, and haven't seen this problem for several weeks. (Still, it's a little unsettling knowing it's that easy to mess up the DHCP).

Here's a discussion of the issue in Apple's forums: http://discussions.info.apple.com/thread.jspa?threadID=2104110&tstart=0&messageID=10325446

Good to know ... Thanks !
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.