Bug 150980 - wb6 ch1 online exercise
Summary: wb6 ch1 online exercise
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Academy
Classification: Retired
Component: RHA130 Curriculum
Version: 2.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bowe Strickland
QA Contact: Bowe Strickland
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-13 12:15 UTC by Tomasz Chilinski
Modified: 2020-03-27 16:50 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 16:50:48 UTC
Embargoed:


Attachments (Terms of Use)

Description Tomasz Chilinski 2005-03-13 12:15:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20050104 Red Hat/1.4.3-3.0.7

Description of problem:
Grade script error. Fix proposition:

--- network_netinterface.script.orig    2005-03-13 13:09:26.000000000 +0100
+++ network_netinterface.script 2005-03-13 13:08:54.000000000 +0100
@@ -11,6 +11,8 @@
 nc = rha.script.object.NetConfig()
 print nc.to_string()

+nc["interfaces"]["!eth0:102"] = {}
+
 addr101 = merge_ipaddr_from_interface("10.217", "eth0", nc)
 addr102 = merge_ipaddr_from_interface("10.218", "eth0", nc)



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


How reproducible:
Always

Steps to Reproduce:
trivial

Additional info:

Comment 1 Bowe Strickland 2005-03-18 17:04:46 UTC
I think the problem this addresses is resolved by a recent change w/in library,
rather than piecemeal fix. 

Please confirm with upcoming release... --boew


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