[opensuse-autoinstall] Adding repository for 11.0
Hi, when I add a repo as "addon source" like ------------ 8< ------------------------- <add-on> <add_on_products config:type="list"> <listentry> <media_url>http://download.opensuse.org/distribution/11.0/repo/oss</media_url> <product>openSUSE 11.0 OSS</product> <product_dir>/</product_dir> </listentry> </add_on_products> ------------ >8 -------------------------- that fails because the "installation.xml" file cannot be found (according to YaST logs). ------------ 8< ------------------------- [zypp] PathInfo.cc(_Log_Result):295 unlink /var/adm/mount/AP_0x00000001/installation.xml.new.zypp.erCn6a [zypp] Exception.cc(log):119 MediaCurl.cc(doGetFileCopy):1279 THROW: MediaCurl.cc(doGetFileCopy):1279: File '/installation.xml' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss/' [zypp] Exception.cc(log):119 [zypp] Exception.cc(log):119 MediaCurl.cc(doGetFileCopy):1341 RETHROW: MediaCurl.cc(doGetFileCopy):1279: File '/installation.xml' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss/' [zypp] Exception.cc(log):119 [zypp] Exception.cc(log):119 MediaCurl.cc(getFileCopy):800 RETHROW: MediaCurl.cc(doGetFileCopy):1341: File '/installation.xml' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss/' [zypp] Exception.cc(log):119 [zypp] Exception.cc(log):119 MediaSetAccess.cc(provideFileInternal):259 CAUGHT: MediaCurl.cc(getFileCopy):800: File '/installation.xml' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss/' [zypp] Exception.cc(log):119 [zypp] MediaHandler.cc(disconnect):692 Disconnected: http://download.opensuse.org/distribution/11.0/repo/oss/ attached; localRoot "/var/adm/mount/AP_0x00000001" [zypp] PathInfo.cc(_Log_Result):295 recursive_rmdir /var/adm/mount/AP_0x00000001 [zypp] MediaHandler.cc(removeAttachPoint):190 Deleted default attach point /var/adm/mount/AP_0x00000001 [zypp] MediaHandler.cc(release):774 Released: http://download.opensuse.org/distribution/11.0/repo/oss/ not attached; localRoot "" [zypp] MediaManager.cc(releaseAll):695 Releasing all attached media [zypp] MediaManager.cc(releaseAll):723 Exit [zypp] MediaSetAccess.cc(provideFileInternal):314 ProvideFile exception caught, callback answer: 0 [zypp] Exception.cc(log):119 MediaSetAccess.cc(provideFileInternal):319 RETHROW: MediaCurl.cc(getFileCopy):800: File '/installation.xml' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss/' ------------ >8 -------------------------- How can I add the full 11.0 source to AutoYaST so that I can specify packages like in ------------ 8< ------------------------- <software xmlns:config="http://www.suse.com/1.0/configns"> <packages config:type="list"> <package>openipmi</package> </packages> </software> ------------ >8 -------------------------- I didn't find anything in the documentation. Thanks! Bernhard -- Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Sun, 2008-07-13 at 15:04 +0200, Bernhard Walle wrote:
<add-on> <add_on_products config:type="list"> <listentry> <media_url>http://download.opensuse.org/distribution/11.0/repo/oss</media_url> <product>openSUSE 11.0 OSS</product> <product_dir>/</product_dir> </listentry> </add_on_products>
How can I add the full 11.0 source to AutoYaST so that I can specify packages [only in the FTP repo.] I didn't find anything in the documentation. Thanks!
I have the non-oss and update repos as add-ons in my configuration, but I use the full FTP repo as the main repo (install=...) in the bootloader. If I had to guess, there is a conflict between using the "same" media twice in AutoYaST, but I am not sure, as the real error is earlier in the log. Thanks. Peter -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
* Peter Bowen <pzb@novell.com> [2008-07-13 09:35]:
On Sun, 2008-07-13 at 15:04 +0200, Bernhard Walle wrote:
<add-on> <add_on_products config:type="list"> <listentry> <media_url>http://download.opensuse.org/distribution/11.0/repo/oss</media_url> <product>openSUSE 11.0 OSS</product> <product_dir>/</product_dir> </listentry> </add_on_products>
How can I add the full 11.0 source to AutoYaST so that I can specify packages [only in the FTP repo.] I didn't find anything in the documentation. Thanks!
I have the non-oss and update repos as add-ons in my configuration, but I use the full FTP repo as the main repo (install=...) in the bootloader.
I use the DVD source in the install command line. I don't think it's invalid to add the DVD and also the full OSS source. Bernhard -- Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
* Bernhard Walle <bwalle@suse.de> [2008-07-13 21:12]:
I use the DVD source in the install command line. I don't think it's invalid to add the DVD and also the full OSS source.
Sorry, false alarm. Adding the repo succeeded while installing a package failed. The problem was just wrong case ('openipmi' vs. 'OpenIPMI'). Thanks for the comments, though! Bernhard -- Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Bernhard Walle
-
Peter Bowen