This is a technical glitch as of now it’s fixed.
I think so… But what about my points
@Inderpreet In DNS troubleshooting task, in the task its mentioned to use Google DNS name servers but it didnt mention ipv4 or ipv6 dns name servers, i have used ipv6 name servers and however ping gave 8.8.8.8 ipv4 name server. but task is mentioned incomplete. can you make the task pending for me, i shall use ipv4 name servers and complete the task this time.
i had an issue with this lab , i went thru all the steps to put the selinux into disabled stated , they re scored me as Failed for the task, Apparently , they score me on the assumption it had should been done on App server 1 however , in the writting they mention APP server 3 ??? anyone faced this issue in the lab???
@loupon1979 Thanks for reporting this, do you mean you were asked to disable Selinux on app server 3 but you got error for app server 1 ?
about Linux run levels task: @Lakshmi @Tej-Singh-Rana @Inderpreet @akshayyw pls check the screen shots attached in thread Linux run levels failed, i am not sure why stapp01 says runlevel is not set and others stapp02 stapp03 as set. i have started changing run levels to 5 with stapp01 itself and later stapp02,stapp03. its puzzling for me any update by checking the screen shots. getting a failed task downs the tempo when you did everything right in the task. @kodekloud-support3 @Ayman
Hi Everyone, @Sasi, @mmumshad .
I’ve made this task three times and I think I’m fine but Everything indicates NO.
First time i could have been wrong, but 2nd and 3rd time I fervently believe that it’s okay.
I argue and indicate my steps
Task =>
Install the required packages of SElinux on App server 3 in Stratos Datacenter and disable it permanently for now; it will be enabled after making some required configuration changes on this host. Don’t worry about rebooting the server as there is already a reboot scheduled for tonight’s maintenance window. Also ignore the status of SElinux command line right now; the final status after reboot should be disabled.
Step 1 - Connect
- Connect to server App server 3 => @stapp03
ssh banner@stapp03;
sudo su -;
Step 2 - Install packages
- Install packages and their associated dependencies
sudo yum install -y policycoreutils policycoreutils-python selinux-policy selinux-policy-targeted libselinux-utils setroubleshoot-server setools setools-console mcstrans
Step 3 - disabled SELinux
- Change from enforcing => disabled
cat /etc/sysconfig/selinux;
cat /etc/sysconfig/selinux | grep SELINUX;
sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/g’ /etc/sysconfig/selinux;
cat /etc/sysconfig/selinux | grep SELINUX;
Step 4 verify
- Verify SELinux status
sudo sestatus;
Step 5 Force SELINUX
- Force and verify config
sudo getenforce;
sudo setenforce 0;
cat /etc/sysconfig/selinux;
Pre Validation
Post Send to validation
Hello, @juancgarciaco
I have performed same steps whatever you defined and task status is success. Did you perform any steps or made changes after submit the task?
Thanks @player001
No, i didn’t . As shown in the last pic. that’s all.
And they go twice.
Here it’s in review
@Tej-Singh-Rana, @mmumshad, @Sasi
I think I lost my faith. It cannot be that the system still evaluating Negative when everything is good.
And nobody at KKE evaluates or responds on this case
I have set this task back to you after making changes to the backend. The steps you carried out is correct.
Please try it out once more and let me know if any issues.
Hi Team,
I have checked the packages initially by ‘rpm -qa | grep selinux’ and it listed only one package and that was already installed.Once I checked the /etc/selinux semanage.conf and tmp was there config file was missing, I then installed all other policy packages mentioned in this discussion and got different folder structure inside the selinux folder. On typing sestatus it was showing disabled and was not showing any information about the config file.I failed in the task, any clue why config file was missing.
Hi all,
I finished my task of selinux and I had it failed. I take a screenshot with the result. Could you tell me what I did wrong, please? Thank you very much.
Exactly same happen with me, who could review that activity?
Guys! There must be something wrong with this server. This is a now CentOS 9 server and look at this: [root@stapp02 ~]# clear -bash: clear: command not found [root@stapp02 ~]# sestatus SELinux status: disabled [root@stapp02 ~]# rpm -aq | grep selinux libselinux-3.6-1.el9.x86_64 libselinux-utils-3.6-1.el9.x86_64 [root@stapp02 ~]# ls /etc/selinux/config ls: cannot access '/etc/selinux/config': No such file or directory [root@stapp02 ~]#
Please KlodeKloud engineers, fix this… a simple “clear” command is not working… SELinux comes already installed when you install CentOS 9. Please help
It still works. You just need to install the required dependency for selinux, then make sure to disable selinux