Bug 654098

Summary: sit module loaded on system shutdown
Product: [Fedora] Fedora Reporter: Edward Sheldrake <ejsheldrake>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 14CC: iarlyy, jonathan, notting, plautrba, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 9.20.2-1.fc14.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 654101 (view as bug list) Environment:
Last Closed: 2011-07-10 17:42:12 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:
Attachments:
Description Flags
fix sit loading on shutdown none

Description Edward Sheldrake 2010-11-16 21:11:42 UTC
Created attachment 460929 [details]
fix sit loading on shutdown

Description of problem:
According to the system logs, the last thing my non-NetworkManager controlled computer does before shutting down is load the sit IPv6 over IPv4 tunnel module.

Version-Release number of selected component (if applicable):
initscripts-9.20.1-1.fc14

How reproducible:
Always

Steps to Reproduce:
1. Review system logs from the previous system shutdown.
2.
3.
  
Actual results:
The final 4 lines logged are:

Nov 10 22:31:27 ejs-desktop kernel: IPv6 over IPv4 tunneling driver
Nov 10 22:31:27 ejs-desktop kernel: sit0: Disabled Privacy Extensions
Nov 10 22:31:28 ejs-desktop kernel: Kernel logging (proc) stopped.
Nov 10 22:31:28 ejs-desktop rsyslogd: [origin software="rsyslogd" swVersion="4.6.3" x-pid="8985" x-info="http://www.rsyslog.com"] exiting on signal 15.

Expected results:
Less IPv6 usage on system shutdown, saving 2 log lines.

Additional info:
"/sbin/ip link set sit0 down" loads the sit module if it isn't already loaded.

Comment 1 Bill Nottingham 2010-11-16 21:23:37 UTC
http://git.fedorahosted.org/git?p=initscripts.git;a=commitdiff;h=7eaac898d086ea2a3dc2da549e192c5f164a5751

Will be in some future update at some point. Thanks!

Comment 2 Edward Sheldrake 2011-07-10 17:42:12 UTC
Fixed a while ago in the initscripts-9.20.2-1.fc14.1 update.