[uyuni-users] Fresh Install uyuni 2020.05 Error generating bootstrap repo
Hello everyone we are configuring a fresh installation of Uyuni 2020.05 After a successful reposync of SUSE Linux Enterprise Server 15 SP1 x86_64 we get an error message: Type: Creating Bootstrap Repository failed Summary: Error generating bootstrap repo for: SLE-15-SP1-x86_64 show details said: ERROR: package 'hwdata' not found ERROR: package 'python3-hwdata' not found ERROR: package 'python3-rhnlib' not found ERROR: package 'spacewalk-check' not found ERROR: package 'spacewalk-client-setup' not found ERROR: package 'spacewalk-client-tools' not found ERROR: package 'python3-spacewalk-check' not found ERROR: package 'python3-spacewalk-client-setup' not found ERROR: package 'python3-spacewalk-client-tools' not found ERROR: package 'python3-uyuni-common-libs' not found ERROR: none of 'mgr-daemon', 'spacewalksd' found ERROR: package 'suseRegisterInfo' not found ERROR: package 'python3-suseRegisterInfo' not found ERROR: package 'zypp-plugin-spacewalk' not found ERROR: package 'python3-zypp-plugin-spacewalk' not found The installation was error-free, we proceeded exactly according to the documentation. What is our mistake? thanks for suggestions Regards Thomas-- To unsubscribe, e-mail: uyuni-users+unsubscribe@opensuse.org To contact the owner, e-mail: uyuni-users+owner@opensuse.org
Hello, You have a local repo of https://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Stable:... ? Cristian Gherman Support / PHP developer cristian.gherman@reea.net | www.reea.net | +4 0365410942 On 6/14/20 10:32 PM, Thomas Weis wrote:
Hello everyone
we are configuring a fresh installation of Uyuni 2020.05 After a successful reposync of SUSE Linux Enterprise Server 15 SP1 x86_64 we get an error message:
Type: Creating Bootstrap Repository failed Summary: Error generating bootstrap repo for: SLE-15-SP1-x86_64
show details said: ERROR: package 'hwdata' not found ERROR: package 'python3-hwdata' not found ERROR: package 'python3-rhnlib' not found ERROR: package 'spacewalk-check' not found ERROR: package 'spacewalk-client-setup' not found ERROR: package 'spacewalk-client-tools' not found ERROR: package 'python3-spacewalk-check' not found ERROR: package 'python3-spacewalk-client-setup' not found ERROR: package 'python3-spacewalk-client-tools' not found ERROR: package 'python3-uyuni-common-libs' not found ERROR: none of 'mgr-daemon', 'spacewalksd' found ERROR: package 'suseRegisterInfo' not found ERROR: package 'python3-suseRegisterInfo' not found ERROR: package 'zypp-plugin-spacewalk' not found ERROR: package 'python3-zypp-plugin-spacewalk' not found
The installation was error-free, we proceeded exactly according to the documentation. What is our mistake?
thanks for suggestions
Regards Thomas-- To unsubscribe, e-mail: uyuni-users+unsubscribe@opensuse.org To contact the owner, e-mail: uyuni-users+owner@opensuse.org
I also got error "Creating Bootstrap Repository failed: Error generating bootstrap repo" using Uyuni Version 2022.08 and google brought me here. After studying Uyuni Client Configuration Guide and some testing this looks like a working solution: - generate repos and channels: # spacewalk-common-channels -u uyuni-admin -a x86_64 'sles15*' - find out their names: # spacewalk-repo-sync -l|grep uyuni-client|cut -d \ -f2 - sync it/them (e.G. sles15sp4): # spacewalk-repo-sync -c sles15-sp4-uyuni-client-x86_64 - retry bootstrap repo creation (e.G. sles15sp4): mgr-create-bootstrap-repo -n -c SLE-15-SP4-x86_64
participants (3)
-
Cristian Gherman
-
Heiner W.
-
Thomas Weis