Debugging rules and classes for AutoYast

Rainer König <[email protected]> Mon, 6 Sep 2021 16:07:25 +0000
Newsgroups gmane.linux.suse.autoinstall
Message-ID <AM9PR04MB7665C94A66C50783AFC511A6ECD29@AM9PR04MB7665.eurprd04.prod.outlook.com>
I'm trying to get the rules and classes working on both SLE 15 and Tumblewe=
ed. =0A=
Problem is that the only working test is with SLE 15 Build 31.2 on openqa.s=
use.de, =0A=
everything else complains that there is no profile. So I installed a local =
apache and =0A=
copied my rule-based example directory.=0A=
=0A=
Then I installed on a local VM. Result is: Tumbleweed Snapshot from 2021090=
4 =0A=
is failing. SLE 15 Build 29.1 is failing, SLE 15 Build 31.2 is failing too.=
=0A=
=0A=
Looking at the Apache access_log it shows:=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/rule=
s/rules.xml HTTP/1.1" 200 732 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C0A8=
0042 HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C0A8=
004 HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C0A8=
00 HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C0A8=
0 HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C0A8=
 HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C0A =
HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C0 H=
TTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/C HT=
TP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/5254=
0021120A HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/5254=
0021120a HTTP/1.1" 404 984 "-" "-"=0A=
192.168.0.66 - - [06/Sep/2021:16:35:29 +0200] "GET /rule-based_example/defa=
ult HTTP/1.1" 404 984 "-" "-"=0A=
=0A=
So, the first attempt retrieves "rules/rules.xml", but something seems to b=
e wrong with=0A=
this file. Then it tries with the hexadecimal value of the IP address, alwa=
ys cutting the =0A=
last element of that string, but always gets 404s. Then it tries with the M=
AC adress, =0A=
both with non-digits in upper and lower case. At the end it attempts to get=
 "default".=0A=
=0A=
Since the same ISO image for SLE 15 SP4 is working when I'm using it in an =
openQA enviroenment,=0A=
I assume that the installer will do some updates when contacting the SLE re=
gistration server.=0A=
=0A=
Form the apache log it shows that its always getting the rules/rules.xml fi=
le, but it seems not=0A=
to be satisfied with that. How can I find out what is wrong with the rules.=
xml file?=0A=
=0A=
Best regards=0A=
Rainer=0A=
=0A=
=0A=
=0A=