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
When deploy it to CN, the pkgs list in /install/custom/my_osimage/advance-toolchain.otherpkglist which can be get on-line can not be installed with otherpkgs script, the log below show more details.
+ logger -p local4.info -t xcat.updatenode.postscript ' aaa bbb ccc installed.'
+ '[' ']'
+ '[' ' advance-toolchain-at12.0-perf* advance-toolchain-at12.0-runtime* advance-toolchain-at12.0-devel*' '!=' '' -a -n 172.16.253.100:80/install/REPO/software ']'
+ echo 'Warning: the packages advance-toolchain-at12.0-perf* advance-toolchain-at12.0-runtime* advance-toolchain-at12.0-devel* could not be found in the yum/apt repository, falling back to rpm/dpkg command. If you want your packages to be installed with yum/apt, verify yum/apt is installed and createrepo/dpkg-scanpackages has been run.'
Warning: the packages advance-toolchain-at12.0-perf* advance-toolchain-at12.0-runtime* advance-toolchain-at12.0-devel* could not be found in the yum/apt repository, falling back to rpm/dpkg command. If you want your packages to be installed with yum/apt, verify yum/apt is installed and createrepo/dpkg-scanpackages has been run.
+ logger -p local4.info -t xcat.updatenode.postscript 'Warning: the packages advance-toolchain-at12.0-perf* advance-toolchain-at12.0-runtime* advance-toolchain-at12.0-devel* could not be found in the yum/apt repository, falling back to rpm/dpkg command. If you want your packages to be installed with yum/apt, verify yum/apt is installed and createrepo/dpkg-scanpackages has been run.'
+ '[' 0 -eq 0 ']'
+ dir_no_ftproot=REPO/software
+ mkdir -p /xcatpost/REPO/software
+ rm -f -R '/xcatpost/REPO/software/*'
+ mkdir -p /tmp/postage/
+ rm -f -R '/tmp/postage/*'
+ cd /tmp/postage
+ wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -e robots=off -t 0 -T 60 --reject 'index.html*' --no-parent http://172.16.253.100:80/install/REPO/software/
+ cd /tmp/postage/172.16.253.100/install
The text was updated successfully, but these errors were encountered:
For my user case, for otherpkglist, some package are online, and others are in local directory. My osimage looks like below.
When deploy it to CN, the pkgs list in /install/custom/my_osimage/advance-toolchain.otherpkglist which can be get on-line can not be installed with otherpkgs script, the log below show more details.
The text was updated successfully, but these errors were encountered: