-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid XML error from SUMA 4.3 #39
Comments
Thank you for the feedback. I assume you have correctly setup autoinstallation distribution and profile on the SUMA server. On SUMA server please run Once you get autoinstall xml from cobbler, compare it with the one from this repository, particularly if all |
We're having the same issues with upgrading from SLES SAP 12.5 to SLES 15 SP5. We were using the When using the profile, the installer reports an issue with the following line: <!-- when client is traditional registered, please use this snippet
$SNIPPET('spacewalk/sles_register_script')
--> We removed that comment and during the next run, the whole <scripts>
<init-scripts config:type="list">
$SNIPPET('spacewalk/minion_script')
</init-scripts>
</scripts> Lastly, another error occured:
# xmllint --noout --relaxng /usr/share/YaST2/schema/autoyast/rng/profile.rng /root/sap_autoyast.xml
Relax-NG validity error : Extra element software in interleave
/root/sap_autoyast.xml:137: element software: Relax-NG validity error : Element profile failed to validate content
/root/sap_autoyast.xml fails to validate
/root/sap_autoyast.xml:129:52: error: element "only_installed_packages" not allowed here; expected the element end-tag or element "stop_on_solver_conflict"
/root/sap_autoyast.xml:140:16: error: element "patterns" missing one or more required attributes; expected attribute "config:type", "t" or "type"
/root/sap_autoyast.xml:140:16: error: element "patterns" incomplete; expected element "listentry" or "pattern" What do you think? I've also attached the XML as ZIP to this comment. EDIT: It also looks like the installer (or EDIT2: We also opened the SUSE customer ticket 01081395 for this. |
I'm trying to use https://github.com/SUSE/manager-build-profiles/tree/master/AutoYaST/SLES-12-SPn-to-SLES-15-SP2)/autoyast.xml and when the server attempts autoinstallation I'm getting the error 'Invalid XML' from the server when it boots and attempts to start the autoinstallation. This is on SUMA 4.3 using a Autoinstallation profile and this XML example
The text was updated successfully, but these errors were encountered: