I tried to reach out for some help with regards to this issue a few days ago, but my post seems to have disappeared in the feed, so I am posting the link here in the hope that someone from KodeKloud will respond:
I can’t move on to other tasks as a result of being stuck on this one.
Any help/suggestions &/or advice would be greatly appreciated.
Thank you @sadiq1425. I will try that via sudo sed '0,/80/s//3004/' /etc/httpd/conf/httpd.conf.
…I am still unable to get my job to run to completion, however. I’m facing a timeout issue/error related to Java (which I tried to install @ the beginning of my job just now…to no avail).
Did you install Java via the job httpd-php or manually via each app server?
ssh -l jenkins jenkins
Ssh password of jenkins's user is : always the same : j@rv!s
Hostname:jenkins
IP address:172.16.238.19
Fqdn:jenkins.stratos.xfusioncorp.com
Login: jenkins
Password: j@rv!s
Comment:Jenkins Server for CI/CD
Good luck!
Do not forget to set :
- "apache' s port" as described in the current task
- the php version
In the gitHub link (it was 3000 and php71)
You only have these 2 lines for each app server to modify:
sudo yum-config-manager --enable remi-php71
sudo sed -i "s/80/3000/g" /etc/httpd/conf/httpd.conf
You're welcome, in fact i found this task difficult for me , I took a long time to realize
that by writing script in bash, the solution would be easier
I decided to think out of the GUI, you 'll notice that i's 95 % command line and 5% graphical ,
i prefer working with CLI than with GUI.
The link is back again , sorry i disabled it , the KodeKloud admin does not like sharing task
response.
Please copy/paste its content , it's a temporary link.
Good Luck
Regards
I couldnt see what you are doing as the initial command is truncated . From the error it looks like ssh passswordless authentication is not working for remote machine .