IBM / ibmi-oss-issues

Important resources for anyone interested in open source on IBM i
Creative Commons Zero v1.0 Universal
13 stars 0 forks source link

Attempting to use the ACS clone repo tool #42

Open paulfen opened 1 year ago

paulfen commented 1 year ago

I have completed installing the ACS clone repo tool on an IBMi partition using this document.... https://ibmi-oss-docs.readthedocs.io/en/latest/acscloner/README.html. However there are some important things missing, for example no OPS packages get installed with this tool. I was able, I think, to get NGINX installed but I'm not sure how to execute the startServerBatch file so the job can run in QHTTPSVR. When I run this command from a command line SBMJOB CMD(QSH CMD('exec /QOpenSys/pkgs/bin/nginx -c /QOpenSys/QIBM/UserData/rpm_repos//ibm/nginx.conf')) JOB(QRPMSRV) JOBD(QHTTPSVR/QZHBHTTP) OUTQ(USRPRF) RTGDTA(HTTPWWW) SYSLIBL(SYSVAL) CURLIB(USRPRF) INLLIBL(JOBD) CCSID(USRPRF) ALWMLTTHD(YES) it ends with an QSH0007 error saying Command was ended by an exception. How do I get the HTTP job running?

kadler commented 1 month ago

@paulfen did you ever get this worked out?