cancel
Showing results for 
Search instead for 
Did you mean: 
Souhardya
Cadet
Cadet
  • 3,303 Views

Comprehensive Review 1 of Red Hat System Administration I 9.0 (RH124)

Jump to solution

Screenshot from 2023-05-06 09-57-13 - ABEL BENEDICT.pngIn the Comprehensive Review 1 of RH124, the lab issue is never solved. It always fails to execute that particular part. I think the backend scripts may require correction.

15 Replies
Chetan_Tiwary_
Community Manager
Community Manager
  • 769 Views

@KeineK03 the original issue that you reported is fixed now. You can check the same and confirm. The instruction in that exercise is now updated.

0 Kudos
CB6
Cadet
Cadet
  • 135 Views

I tried to run this lab 15.2, Manage Files from the Command Line and am encountering the same error that was detailed previously, failed to execute grading/review-copy.txt file.Screenshot 2025-10-31 131601.png

Chetan_Tiwary_
Community Manager
Community Manager
  • 52 Views

@CB6 did you check the below comment by Tracy ?

0 Kudos
  • 43 Views
Sorry sir, I have selected DO188 course, I want to study only that, I want
to take training for it in Red Hat Academy, ok sir
0 Kudos
Tracy_Baker
Starfighter Starfighter
Starfighter
  • 70 Views

OK we found the answer (which will still show up in NetLab and DIY installations)...

The lab has you create the /home/dbadmin1/review after changing to the dbadmin1 user - so, naturally dbadmin1 is the user-owner.

-----

HOWEVER, the grading script expects that the student user is the user-owner, as seen here (in bold):

pad " · Evaluating the properties of review2 directory on ${targetb}"
if ${ssh} ${targetb} "ls -ld ${comp_review2_grading}/review2 | grep 'drwxrwsr-t'" &&
${ssh} ${targetb} "ls -ld ${comp_review2_grading}/review2 | grep ${comp_review2_group}" &&
${ssh} ${targetb} "ls -ld ${comp_review2_grading}/review2 | grep student"

-----

I "fix" this by telling my students that they have to make certain that the user-owner of the directory must be student before running the grading script:

Program Lead at Arizona's first Red Hat Academy, est. 2005
Estrella Mountain Community College
CB6
Cadet
Cadet
  • 11 Views

Thank you for your help, I appreciate it!

0 Kudos
Join the discussion
You must log in to join this conversation.