Bug 207133 - network-functions-ipv6 infinite loop
Summary: network-functions-ipv6 infinite loop
Keywords:
Status: CLOSED DUPLICATE of bug 207137
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-19 16:35 UTC by Teodosiy Kirilov
Modified: 2014-03-17 03:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-19 17:43:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Teodosiy Kirilov 2006-09-19 16:35:23 UTC
Description of problem:
probably a misspelling 
in /etc/sysconfig/network-scripts/network-functions-ipv6 causes infinite 
repeated loading of the script

Version-Release number of selected component (if applicable):
initscripts-8.40-1
(updated with yum on 19.sep 2006)

How reproducible:
Initialize IPv6 Network

Steps to Reproduce:
Try loading /etc/sysconfig/network-scripts/network-functions-ipv6
  
Actual results:
network device initialization ends with a segmentation fault because script
loads itself 

Expected results:


Additional info:
diff -Naur network-functions-ipv6 network-functions-ipv6-repair
--- network-functions-ipv6      2006-09-11 19:15:01.000000000 +0200
+++ network-functions-ipv6-repair       2006-09-19 18:32:44.000000000 +0200
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-. ./network-functions-ipv6
 #
 # Taken from: network-functions-ipv6
 # (P) & (C) 1997-2005 by Peter Bieringer <pb>

Comment 1 Bill Nottingham 2006-09-19 17:43:52 UTC

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

Comment 2 Bill Nottingham 2006-09-19 18:24:48 UTC
*** Bug 207145 has been marked as a duplicate of this bug. ***


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