Bug 28023

Summary: sendmail tries to get the netgraph.ko module loaded at startup without checking if it's loaded
Product: Base System Reporter: reel <reel>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description reel 2001-06-11 02:10:00 UTC
I have NETGRAPH compiled in my kernel (due to PPPoE) and, everytime I
boot, I get this message:

Starting standard daemons: inetd cron sendmailmodule_register: module netgraph a
lready exists!
linker_file_sysinit "netgraph.ko" failed to register! 17
 sshd.

I don't know if it's sendmail specificly or sshd because I haven't checked
threw it yet.

Fix: 

not known at the moment.
will look threw this.
How-To-Repeat: Compile your kernel with:

options NETGRAPH

and reboot.
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 02:58:41 UTC
State Changed
From-To: open->feedback

Neither sendmail nor sshd have anything to do with netgraph, 
so this is unlikely to be related.  It's more likely that  
this was due to not having all the required Netgraph options 
compiled in to your kernel, and ppp trying to reload the partial 
support that was already there.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 03:46:17 UTC
State Changed
From-To: feedback->closed

Submitter address bounces