-
Bug
-
Resolution: Done
-
Major
-
RH124 - RHEL 7 1 20140606
-
None
-
ROL
URL:
Reporter RHNID:
Section: -
Language: |
Workaround: Change the line 134 of the script /usr/local/bin/lab-network to:
grep -P "10\.0\.[[:digit:]]
{1,2}\.1.*$(hosts_name)" /etc/hosts &> /dev/nullDescription: On execute "lab network grade", it fails on check the file /etc/hosts if the station number has 2 digits.
The grade script checks with the line 134:
grep "10\.0\.[[:digit:]]\.1.*$(hosts_name)" /etc/hosts
If change to:
grep -P "10\.0\.[[:digit:]]{1,2}
\.1.*$(hosts_name)" /etc/hosts
the script succeed.
- is duplicated by
-
PTL-2363 RH124-418: CLONE - Bug in lab network grade for stations > 9
- Closed
-
PTL-2567 RH124-343: Grading script fails for any student with a foundation number higher than 9
- Closed
-
PTL-2754 RH124-375: lab-network script does not check for hosts with more than one digit suffixes
- Closed
-
PTL-4874 RH199-74: Bug in lab network grade for stations > 9
- Closed