Package: dfsbuild Version: 0.99.4 The program abort with following trace : dfsbuild -c /etc/dfsbuild/dfs.cfg -a i386 -w /ext/d5/wormdc [dfs/INFO] Welcome to dfsbuild. Image architecture: "i386" [dfs/INFO] Using working directory /ext/d5/wormdc [dfs/INFO] Using library directory /usr/lib/dfsbuild [dfs/INFO] Running. [dfs/INFO] Mirroring process starting. [dfs/INFO] Running cdebootstrap for testing [dfs/INFO] Running reprepro for etch Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... includedeb called with a file not ending with '.deb' To ignore use --ignore=extension. There have been errors! [System.Cmd.Utils.safeSystem/WARNING] Command reprepro ["-b",".","includedeb","e tch","/ext/d5/wormdc/target/var/cache/bootstrap/_dists_._main_binary-i386_Packag es"] failed; exit code 255 [dfs/CRITICAL] Exception: user error (Command reprepro ["-b",".","includedeb","e tch","/ext/d5/wormdc/target/var/cache/bootstrap/_dists_._main_binary-i386_Packag es"] failed; exit code 255) dfsbuild: user error (Command reprepro ["-b",".","includedeb","etch","/ext/d5/wo rmdc/target/var/cache/bootstrap/_dists_._main_binary-i386_Packages"] failed; exi t code 255) ====================================================================================================
next pass with a "wrapper" including --ignore=extension for reprepro gives another error dfsbuild -c /etc/dfsbuild/dfs.cfg -a i386 -w /ext/d5/wormdc [dfs/INFO] Welcome to dfsbuild. Image architecture: "i386" [dfs/INFO] Using working directory /ext/d5/wormdc [dfs/INFO] Using library directory /usr/lib/dfsbuild [dfs/INFO] Running. [dfs/INFO] Mirroring process starting. [dfs/INFO] Running cdebootstrap for testing [dfs/INFO] Running reprepro for etch Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... Exporting indices... includedeb called with a file not ending with '.deb' Ignoring as --ignore=extension given. Missing ar-header '!<arch>' at the beginning of /ext/d5/wormdc/target/var/cache/bootstrap/_dists_._main_binary-i386_Packages There have been errors! [System.Cmd.Utils.safeSystem/WARNING] Command reprepro ["-b",".","includedeb","etch","/ext/d5/wormdc/target/var/cache/bootstrap/_dists_._main_binary-i386_Packages"] failed; exit code 255 [dfs/CRITICAL] Exception: user error (Command reprepro ["-b",".","includedeb","etch","/ext/d5/wormdc/target/var/cache/bootstrap/_dists_._main_binary-i386_Packages"] failed; exit code 255) dfsbuild: user error (Command reprepro ["-b",".","includedeb","etch","/ext/d5/wormdc/target/var/cache/bootstrap/_dists_._main_binary-i386_Packages"] failed; exit code 255) =============================================================================================== Regards Storm66
# arch-tag: Default configuration file # Copyright (c) 2004 John Goerzen [DEFAULT] ###################################################################### # Overall settings, set defaults for all archs ###################################################################### # Name of generated disc name = JPP's Live CD-ROM # Version of generated disc version = 0.0.1 # Person that built it builder = JP Pozzi <[EMAIL PROTECTED]> # Repositories to mirror. Details about each one are configured below. dlrepos = testing # Repository to build the CD with. Must be in above list. suite = testing # Whether or not to use zftree compression on ISO image compress = yes # Files to never compress if the above is yes # If a dir is given, that dir and everything below is not compressed dontcompress = /boot /etc/*boot* /opt/dfsruntime/initrd.dfs # Location of dfsbuild support files libdir = /usr/lib/dfsbuild # Location of docs for CD docdir = /usr/share/doc/dfsbuild # Bootloader to place on CD. Choices are: # grub-hd GRUB with ElTorito hard disk emulation (not working yet) # grub-no-emul "raw" ElTorito image # aboot Alpha SRM bootloader # yaboot PowerPC bootloader # (usually set in arch area) #bootloader = grub-no-emul # Packages to install on live FS, on all archs, besides base system allpackages = util-linux mkisofs cdrecord dvd+rw-tools perl vim nano joe libncurses5-dev ftp ssh telnet elinks less zip unzip tar info man-db manpages-dev manpages cdebootstrap diff patch gawk tcpdump bash devfsd module-init-tools modutils rsh-client tftp traceroute iputils-tracepath strace iputils-ping iptraf iproute ipchains ipfwadm iptables ifupdown dhcp-client bind9-host whois dnsutils rsync rdiff-backup mutt netcat cpio buffer alien bzip2 dpkg-dev devscripts busybox-static dash sash pciutils hotplug discover buffer cramfsprogs minicom hdparm ntpdate disktype ddrescue umsdos recover dpkg-repack devscripts debhelper emacs21-nox mtr-tiny python-dev build-essential wget lftp lynx cu debconf grep-dctrl lsof sysutils epic4 screen gnupg dfsbuild less sudo # Default mirror for "repo" sections mirror = http://http.us.debian.org/debian #mirror = http://mirrors/debian # Devices to probe for CD devices = scd0 scd1 scd2 scd3 scd4 hda hdb hdc hdd hde hdf hdg # Files to place on the ramdisk ramdisk_files = /etc/resolv.conf /tmp /var/tmp /dev /etc/fstab /var/lock /var/run /var/state /root # Directories to create on live fs makedirs = /root/.elinks # Files to delete from live fs # deletefiles = /etc/rcS.d/*discover # /etc/rcS.d/*hotplug ###################################################################### # Arch settings: i386 ###################################################################### [i386] # Name of any kernel images to install directly from your current filesystem kernels = /kernel/vmlinuz /kernel/initrd.gz # Modules to copy from host filesystem modules = /lib/modules/2.6.20.1/* # Debs from local fs to unpack on live FS (will not be configured) # unpackdebs = /var/cache/apt/archives/kernel-image-2.6.8-2-k7_2.6.8-13_i386.deb # Override default to also get amd64 dlrepos = testing # Other packages to install besides the list in DEFAULT packages = %(allpackages)s grub lilo read-edid testdisk gpart ftape-util # Debs from local fs to isntall on live fs # installdebs = # Bootloader (see options under default) bootloader = grub-no-emul # Extra lines for grub config #grubconfig = default 1 ###################################################################### # Repository configuration ###################################################################### # Repositories to download [repo stable] suite = stable [repo testing] suite = testing mirror = http://http.us.debian.org/debian [repo unstable] suite = unstable mirror = http://http.us.debian.org/debian ###################################################################### # Text to add to existing files ###################################################################### [appendfiles] /etc/network/interfaces = iface eth0 iface eth0 inet static address 172.20.0.2 gateway 172.20.0.1 broadcast 255.255.255.0 # /etc/modules = id_cd # ide_disk # ide_generic # ide_core /etc/issue = Welcome to Steve's Live CD-ROM . To login, supply username "root" and just press Enter if asked for a password. # /root/.bashrc = export WWW_HOME="file:///opt/dfsruntime/home.html" # dfshints ###################################################################### # Files to create or truncate ###################################################################### [createfiles] /etc/hostname = ameasiftp [createfiles] /etc/resolve.conf = search 192.168.1.1 /etc/syslog.conf = *.* /dev/tty8 *.info /dev/tty7 ###################################################################### # Symlinks to create (from = to format) ###################################################################### [symlinks] # /etc/mtab = /proc/mounts