Bug 55885 - named exits after waking up from suspend mode
Summary: named exits after waking up from suspend mode
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: apmd
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-08 11:16 UTC by Karsten Weiss
Modified: 2007-04-18 16:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-11-09 12:16:49 UTC
Embargoed:


Attachments (Terms of Use)

Description Karsten Weiss 2001-11-08 11:16:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901

Description of problem:
named exits when the system is waking up from suspend mode because of the
following internal assertion failure:

Nov  8 11:21:55 addx network: Netzwerkparameter einstellen:  succeeded
Nov  8 11:21:56 addx named[792]: ifiter_ioctl.c:214: REQUIRE(iter->pos <
(unsigned int) iter->ifc.ifc_len) failed
Nov  8 11:21:56 addx named[792]: exiting (due to assertion failure)
Nov  8 11:21:57 addx network: Interface lo starten:  succeeded

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.suspend the machine
2.wakup
3.service named status
	

Actual Results:  named isn't running anymore

Expected Results:  a running named

Additional info:

Comment 1 Bernhard Rosenkraenzer 2001-11-09 12:16:43 UTC
This is almost certainly because all your network interfaces get restarted 
(and bind isn't wrong in doing this if you pull away all interfaces it's 
listening on).

I think the best way to fix this is to add a list of services that need 
restarting in apmd.


Comment 2 Bernhard Rosenkraenzer 2001-11-09 13:32:25 UTC
RESTORESERVICES option added (and defaulting to named) in apmd-3.0final-35.




Note You need to log in before you can comment on or make changes to this bug.