You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some scripts where the permissions are wrong, generating some warnings during compilation:
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
*** WARNING: ./opt/xcat/share/xcat/install/scripts/post.ubuntu is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/install/scripts/post.xcat is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/install/scripts/pre.pkvm3 is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/install/scripts/pre.rh.rhels7 is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/install/windows/enterprise.win7.x86_64.tmpl is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/install/windows/enterprise.win8.x86_64.tmpl is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/install/windows/ultimate.win7.x86_64.tmpl is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/sles/compute.sles11.ppc64.exlist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/sles/compute.sles11.x86_64.exlist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/sles/compute.sles12.ppc64le.exlist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/sles/compute.sles12.x86_64.exlist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/ubuntu/compute.exlist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/windows/detectefi.cpp is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/windows/getnextserver.cpp is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/netboot/windows/xCAT.psd1 is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/mypostscript/mypostscript.tmpl is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/scripts/createdb.sql is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/scripts/setup-server-cert.sh is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/scripts/setup-xcat-ca.sh is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/scripts/updateDBM.sql is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/tools/powervm/vios.conf is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/scripts/annotatelog.README is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/scripts/configCECs.README is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/scripts/configiba.README is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/scripts/getGuids.README is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/scripts/healthCheck.README is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/sles/ib.pkglist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/sles/ib.postinstall is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/sles/ib.sles11.1.x86_64.pkglist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/sles/ib.sles11.2.x86_64.pkglist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/sles/ib.sles12.ppc64le.pkglist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/sles/statelite.csv is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/rh/ib.rhels6.ppc64.pkglist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/rh/ib.rhels6.x86_64.pkglist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/rh/ib.rhels7.ppc64le.pkglist is executable but has no shebang, removing executable bit
*** WARNING: ./opt/xcat/share/xcat/ib/netboot/rh/ib.rhels7.ppc64.pkglist is executable but has no shebang, removing executable bit
This is just an annoyance because the compile script fixes the issues.
The text was updated successfully, but these errors were encountered:
There are some scripts where the permissions are wrong, generating some warnings during compilation:
This is just an annoyance because the compile script fixes the issues.
The text was updated successfully, but these errors were encountered: