Autoyast with custom repositories

Hi,

I’m trying to install Leap 15.0 with autoyast on different hardware. But when adding custom repositories, the intsallation process freezes at the beginning of the second stage after installing additional packages. I found no error message in the logs. Does anybody else have such a problem? The installation works when removing the custom repositories. In this case I’m not able to install all needed software.

Regards,
Andreas

Have executed absolutely everything which the AutoYaST documentation has detailed? <https://doc.opensuse.org/projects/autoyast/>
<https://doc.opensuse.org/> → “Project Documentation” → “AutoYaST”.

We have seen that today, had to disable our mirrored oss-updates repository. Other repositories worked without issues. To be continued…

Perhaps I’m doing something wrong, since any additional repository leads to a freeze during the second stage for most computers. There are some installations that ramdomly work. I’m using the following line in the autoyast.xml file:


<add-on>
    <add_on_products config:type="list">
      <listentry>
        <media_url><![CDATA[http://download.opensuse.org/repositories/server:/monitoring/openSUSE_Leap_15.0]]></media_url>
        <product/> 
        <product_dir/>
      </listentry>
      <listentry>
        <media_url><![CDATA[http://download.opensuse.org/distribution/leap/15.0/repo/non-oss/]]></media_url> 
       <product/>
        <product_dir>/</product_dir>
      </listentry>
      <listentry>
        <media_url><![CDATA[http://download.opensuse.org/update/leap/15.0/non-oss/]]></media_url> 
       <product/>
        <product_dir>/</product_dir>
      </listentry>
      <listentry>
        <media_url><![CDATA[http://download.opensuse.org/distribution/leap/15.0/repo/oss/]]></media_url> 
       <product/>
        <product_dir>/</product_dir>
      </listentry>
      <listentry>
        <media_url><![CDATA[http://download.opensuse.org/update/leap/15.0/oss]]></media_url> 
       <product/>
        <product_dir>/</product_dir>
      </listentry>
      <listentry>
        <media_url><![CDATA[http://packman.inode.at/suse/openSUSE_Leap_15.0/]]></media_url> 
       <product/>
        <product_dir>/</product_dir>
      </listentry>
      <listentry>
        <media_url><![CDATA[http://download.opensuse.org/repositories/science/openSUSE_Leap_15.0]]></media_url> 
       <product/>
        <product_dir>/</product_dir>
      </listentry>
    </add_on_products>
  </add-on>

Andreas

Hi,

it seems, that removing the update repositories solve the problem.

Andreas