Bug 49599

Summary: /etc/hotplug/net.agent generates bogus syslog entry
Product: [Retired] Red Hat Linux Reporter: Clark Williams <williams>
Component: hotplugAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-21 04:47:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Clark Williams 2001-07-21 04:47:11 UTC
Description of Problem:
Invalid syslog entry generated by file /etc/hotplug/net.agent:
"/etc/hotplug/net.agent:  register event not handled"

This occurs, even though the register event is actually handled. It is
caused by backgrounding the call to /sbin/ifup:

"exec /sbin/ifup $INTERFACE &"

remove the ampersand and the the file works

How Reproducible:
every time a wireless network pcmcia card is  started

Steps to Reproduce:
1. insert wireless pcmcia card 
2. /sbin/service pcmcia restart

Actual Results:
syslog will contain an entry stating that a register event wasn't handled

Expected Results:
no syslog entry

Additional Information:

Comment 1 Trond Eivind Glomsrxd 2001-07-23 17:23:09 UTC

*** This bug has been marked as a duplicate of 41830 ***