Mailinglist Archive: opensuse-bugs (8869 mails)

< Previous Next >
[Bug 421958] New: kiwi: <repository type=deb-dir> doesn't work
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 1 Sep 2008 08:12:52 -0600 (MDT)
  • Message-id: <bug-421958-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=421958


Summary: kiwi: <repository type=deb-dir> doesn't work
Product: openSUSE 11.0
Version: Final
Platform: Other
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dl9pf@xxxxxx
QAContact: qa@xxxxxxx
CC: ms@xxxxxxxxxx
Found By: Community User


I tried to use .debs in a plain dir as source.

My config.xml looked like this:
<?xml version="1.0"?>
<image schemeversion="2.4" name="debian-test">
<description type="system">
<author>Jan-Simon Möller</author>
<contact>dl9pf@xxxxxx</contact>
<specification>debian minimal system</specification>
</description>
<preferences>
<type primary="true" filesystem="ext3"
boot="vmxboot/debian">vmx</type>
<type filesystem="ext3" boot="oemboot/suse-10.3">oem</type>
<type filesystem="ext3" boot="netboot/suse-10.3">pxe</type>
<type filesystem="ext3" boot="xenboot/suse-10.3">xen</type>
<type fsreadonly="squashfs" fsreadwrite="ext3"
boot="netboot/suse-10.3">split</type> -->
<version>1.1.2</version>
<packagemanager>smart</packagemanager>
<oem-recovery>yes</oem-recovery>
<oem-swap>no</oem-swap>
<oem-home>no</oem-home>
<oem-systemsize>200</oem-systemsize>
</preferences>
<repository type="deb-dir">
<source path="file:///srv/obs/repos/testarm/standard/arm/" />
</repository>
<repository type="deb-dir">
<source path="file:///root/tmp_arm/" />
</repository>

[..]

kiwi fails with:
Sep-01 16:04:26 <1> : Reading image description...
done
Sep-01 16:04:26 <2> : Description provides no MD5 hash, check
skipped
Sep-01 16:04:26 <1> : Checking for default root in XML data...
notset
Sep-01 16:04:27 <1> : Checking for default baseroot in XML data...
notset
Sep-01 16:04:27 <1> : Set root log: /tmp/kiwi.t13933.13895.screenrc.log...
done
Sep-01 16:04:27 <1> : Setting up package manager: smart
done
Sep-01 16:04:27 <3> : Couldn't create base package list
failed
Sep-01 16:04:27 <3> : Base initialization failed
failed
Sep-01 16:04:27 <1> : Logfile available at: /tmp/kiwi.t13933.log
done
Sep-01 16:04:27 <3> : KIWI exited with error(s)


I guess the call for "smart channel --add" fails.
Is my syntax wrong ? Did i miss something ? Or its a bug in kiwi ?


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous Next >