Processed: your mail
Processing commands for [EMAIL PROTECTED]: > tags 497390 + pending Bug#497390: [INTL:it] live-magic: it translation Tags were: l10n Tags added: pending > tags 498110 + pending Bug#498110: [INTL:id] Indonesian translation for live-magic Tags were: l10n patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#498385: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system
Processing commands for [EMAIL PROTECTED]: > severity 498385 important Bug#498385: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system Severity set to `important' from `critical' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#490290: marked as done (live-helper: Could handle empty LH_LINUX_PACKAGES more gracefully)
Your message dated Thu, 11 Sep 2008 08:27:24 +0200 with message-id <[EMAIL PROTECTED]> and subject line Re: live-helper: Could handle empty LH_LINUX_PACKAGES more gracefully has caused the Debian Bug report #490290, regarding live-helper: Could handle empty LH_LINUX_PACKAGES more gracefully to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 490290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490290 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0~a47-1 Severity: minor Hi, currently, if one tries and sets LH_LINUX_PACKAGES to the empty string, it ends up with the following: | P: Being installing packages... | [apt output] | E: Regex compilation error - Invalid preceding regular expression I first tried to workaround this with the attached patch, but it looks the “offending” code is rather in functions/defaults.sh, under “# Set linux packages”, since the following ends up in the package list: | [chroot/root/chroot_packages] | linux-image-2.6-486 | ${LH_UNION_FILESYSTEM}-modules-2.6-486 | # and much more Looks like we're back to an interpolation problem. ;-) Cheers, -- Cyril Brulebois >From 373f6e1e94c81475f313b92c2b38bc7bc2b6aa91 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <[EMAIL PROTECTED]> Date: Fri, 11 Jul 2008 11:54:04 +0200 Subject: [PATCH] Try and fix LH_LINUX_PACKAGES gracefully. --- helpers/lh_chroot_linux-image |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index 56f4da4..cb71bbd 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -63,6 +63,12 @@ EOF # mv chroot/usr/sbin/update-initramfs chroot/usr/sbin/update-initramfs.live-helper #fi + if [ -z "${LH_LINUX_PACKAGES}" ] + then + Echo_message "LH_LINUX_PACKAGES is empty, assuming 'none' was meant." + LH_LINUX_PACKAGES="none" + fi + if [ "${LH_LINUX_PACKAGES}" != "none" ] then for FLAVOUR in ${LH_LINUX_FLAVOURS} -- 1.5.6 --- End Message --- --- Begin Message --- I'm closing this bug then; you're welcome to reopen with evidence of the actual bug. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Processed: your mail
Processing commands for [EMAIL PROTECTED]: > tags 498385 +pending Bug#498385: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: live-helper: Using --keyring-packages together with aptitude fails
Processing commands for [EMAIL PROTECTED]: > tags 498531 +pending Bug#498531: live-helper: Using --keyring-packages together with aptitude fails There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498648: marked as done (live-package should use apt-cacher if available)
Your message dated Thu, 11 Sep 2008 21:52:45 +0200 with message-id <[EMAIL PROTECTED]> and subject line Re: live-package should use apt-cacher if available has caused the Debian Bug report #498648, regarding live-package should use apt-cacher if available to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 498648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498648 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0~a46-2 Severity: wishlist Wishlist: lh_config --mirror-* and --*proxy options be defaulted to use the URLs in /etc/apt/sources.list and --cache-* options be disabled if /etc/apt/sources indicates that a local apt-cacher host is configured. This can be identified by the presence of lines matching regexp... deb http://[^/]*:3142/.* ...in /etc/apt/sources.list Related: http://bugs.debian.org/400829 http://lists.alioth.debian.org/pipermail/debian-live-devel/2008-March/003391.html http://google.com/search?hl=en&q=live-helper+OR+lh_config+apt-cacher -- Best Regards. Tony --- End Message --- --- Begin Message --- Hi, first of all, thank you for submitting a bug against live-helper. note that, although I'm closing this bug (reasons below), you should not take this as an offence or be discouraged from opening other bug reports against live packages. We don't have problems with bug reports, and we appreciate them, so that we can fix them and make the packages better. second, completely unrelated to your bug report: you're indicating that you're using a pretty old version of live-helper. you should really, really, really upgrade to the one in testing. it contains important fixes. now to the bugreport: apt-proxy, apt-cacher, you name it.. all these pseudo proxies are a big problem when building live systems as they are too buggy. They are a constant source of errors caused by not matching release files, corrupted signatures etc., all of them are fatal errors where live-helper stopps. That is why we strongly recommend people to setup a real/full local mirror (by using debmirror or rsync). If one really needs to use a proxy, then squid. but really none of those broken .deb caching things. That is also why we will never default to use any of those tools, as it would be more harmful than helpful. This is also the reason why i'm closing this bug. we do have documented our dislike and our recommendation about these tools in the live-manual, and we do request any bug report to be verified and confirmed first with a normal network mirror (either full local mirror, or an official debian mirror in the internet). having that said.. if you insist on keeping this bug open, feel free to reopen it. in this case, i will tagg it wontfix and it will rott forever in the bts (sorry for my direct words, again, no offence intended). I hope you're not dissapointed to use live-helper and report further bugs. We're open to any suggestion, except this one. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Bug#498531: marked as done (live-helper: Using --keyring-packages together with aptitude fails)
Your message dated Fri, 19 Sep 2008 12:32:05 + with message-id <[EMAIL PROTECTED]> and subject line Bug#498531: fixed in live-helper 1.0.1-1 has caused the Debian Bug report #498531, regarding live-helper: Using --keyring-packages together with aptitude fails to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 498531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498531 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.0-2 Severity: normal Hi, lh_config --apt aptitude --keyring-packages debian-archive-keyring .. fails with this error message ... Reading extended state information...error: creating chroot failed. Initializing package states... Reading task descriptions... aptitude: unrecognized option `--force-yes' aptitude 0.4.11.8 Usage: aptitude [-S fname] [-u|-i] ... This seems to be in /usr/bin/lh_chroot_sources line 291. Regards, Andreas -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii cdebootstrap 0.5.2 Bootstrap a Debian system ii debootstrap 1.0.9 Bootstrap a basic Debian system ii gettext-base 0.17-2 GNU Internationalization utilities live-helper recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-1 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-1.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-1.diff.gz live-helper_1.0.1-1.dsc to pool/main/l/live-helper/live-helper_1.0.1-1.dsc live-helper_1.0.1-1_all.deb to pool/main/l/live-helper/live-helper_1.0.1-1_all.deb live-helper_1.0.1.orig.tar.gz to pool/main/l/live-helper/live-helper_1.0.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 19 Sep 2008 14:00:00 +0200 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 498531 Changes: live-helper (1.0.1-1) unstable; urgency=medium . [ Chris Lamb ] * Improve architecture auto-detection. * mksquashfs in Lenny supports -no-progress, so remove (broken) check. * Standardise on appending " (fail-safe mode)" for all bootloaders. * Use cp's "-T" option instead of shell globbing to ensure dotfiles in the binary image's / are copied. * Add "/.disk" metadata on usb-hdd images. * Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in lh_clean. * Additionally unmount chroot/binary.tmp in lh_clean --chroot. * Refactor partition size calculation, ensuring a uniform increase for ext partitions. * Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM. * Use tar to perform lh_bootstrap_copy (Closes: #498385) * Add silo to sparc source package selection. * Correcting package name "dd_rescue" -> "ddrescue". * Correcting package names for "madwifi", only installing if non-free selected. * Removing packages from rescue list where they 'Conflict:' with each other. * Fix handling of --version and getopt program name. . [ Daniel Baumann ] * Adding support for squeeze (lenny+1). * Don't install more than one kernel image when building minimal or stripped images. * Removing currently unused Upstream-Depends field in control. * Ma
Bug#498385: marked as done (Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system)
Your message dated Fri, 19 Sep 2008 12:32:05 + with message-id <[EMAIL PROTECTED]> and subject line Bug#498385: fixed in live-helper 1.0.1-1 has caused the Debian Bug report #498385, regarding Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 498385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498385 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Subject: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system Package: live-helper Version: 1.0.0+20080903.215656 Severity: critical Justification: causes serious data loss *** Please type your report below this line *** Hello, the LH_BOOTSTRAP="copy" option of live-helper is broken. If used, the chroot will be created with the following command: find / ! -name /proc ! -name /sys ! -name "$(dirname ${PWD})" | xargs cp -a chroot (/usr/bin/lh_bootstrap_copy, line 54). I think the intention of this command was to copy the host system into the chroot. But in fact it copies some files from the host system to some other location in the host system. Afterwards it is very hard to detect what files were copied where. -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-6-xen-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-3 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools 2.11-6 utilities for making and checking ii fakeroot 1.9.5 Gives a fake root environment ii genisoimage 9:1.1.8-1+b1Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47 GRand Unified Bootloader (Legacy v ii memtest86+ 2.01-1 thorough real-mode memory tester ii mtools 3.9.11-1Tools for manipulating MSDOS files pn parted (no description available) ii squashfs-tools 1:3.3-3+3.2r2-9 Tool to create and append to squas ii sudo 1.6.9p17-1 Provide limited super user privile ii syslinux 2:3.71+dfsg-3 Kernel loader which uses a FAT, ex ii uuid-runtime 1.41.0-3universally unique id library pn win32-loader (no description available) -- no debconf information signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-1 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-1.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-1.diff.gz live-helper_1.0.1-1.dsc to pool/main/l/live-helper/live-helper_1.0.1-1.dsc live-helper_1.0.1-1_all.deb to pool/main/l/live-helper/live-helper_1.0.1-1_all.deb live-helper_1.0.1.orig.tar.gz to pool/main/l/live-helper/live-helper_1.0.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 19 Sep 2008 14:00:00 +0200 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 498531 Changes: live-helper (1.0.1-1) unstable; urgency=medium . [ Chris Lamb ] * Improve architecture auto-detection. * mksquashfs in Lenny supports -no-progress, so remove (broken) check. * Standardise o
Processed: Re: Bug#498385: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system
Processing commands for [EMAIL PROTECTED]: > reopen 498385 Bug#498385: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system 'reopen' may be inappropriate when a bug has been closed with a version; you may need to use 'found' to remove fixed versions. Bug reopened, originator not changed. > found 498385 1.0.1-1 Bug#498385: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system Bug marked as found in version 1.0.1-1. > tags 498385 +pending Bug#498385: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#497390: marked as done ([INTL:it] live-magic: it translation)
Your message dated Fri, 19 Sep 2008 19:17:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#497390: fixed in live-magic 1.2 has caused the Debian Bug report #497390, regarding [INTL:it] live-magic: it translation to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 497390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497390 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-magic Severity: wishlist Tags: l10n -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.25.16-seaman (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Hello, I attach the new revision of the italian po file. Thanks to the people of the italian language team at tp.linux.it for the contributions. regards, Fabio Balzano # Italian translation of live-magic template # This original file is put in the public domain. # This file is distributed under the same license as the live-magic package. # Fabio Balzano <[EMAIL PROTECTED]>, 2008. # msgid "" msgstr "" "Project-Id-Version: live-magic\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" "POT-Creation-Date: 2008-08-09 08:53+0100\n" "PO-Revision-Date: 2008-08-28 11:10+0100\n" "Last-Translator: Fabio Balzano <[EMAIL PROTECTED]>\n" "Language-Team: Italian <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: LiveMagic/views/wizard.py:31 LiveMagic/views/wizard.py:210 msgid "Debian Live Magic" msgstr "Debian Live Magic" #: LiveMagic/views/wizard.py:40 msgid "About" msgstr "Informazioni" #: LiveMagic/views/wizard.py:196 msgid "Are you sure you wish to cancel?" msgstr "Annullare veramente?" #: LiveMagic/views/wizard.py:211 msgid "GUI tool to build Debian Live systems." msgstr "Interfaccia grafica per creare un sistemi Debian Live" #: LiveMagic/views/wizard.py:215 msgid "Debian Live homepage" msgstr "Pagina principale di Debian Live" #: LiveMagic/controllers/wizard.py:57 msgid "Enter your password to continue" msgstr "Inserire la password per continuare" #: LiveMagic/controllers/wizard.py:58 msgid "" "Debian Live Magic requires superuser capabilities to build your Debian Live " "system." msgstr "Debian Live Magic richiede i privilegi di superutente per creare il sistema " "Debian Live" #: LiveMagic/controllers/build.py:59 msgid "Error creating Debian Live system!" msgstr "Errore durante la creazione del sistema Debian Live" #: LiveMagic/controllers/build.py:82 msgid "Cleaning build system" msgstr "Pulizia del sistema di creazione in corso" #: LiveMagic/controllers/build.py:83 msgid "Purging unnecessary parts of the build system..." msgstr "Eliminazione delle parti non necessarie del sistema di creazione in corso..." #: LiveMagic/controllers/build.py:86 msgid "Build process finished" msgstr "Il processo di creazione è finito" #: LiveMagic/controllers/build.py:87 msgid "Your Debian Live system has been created successfully." msgstr "Il sistema Debian Live è stato creato con successo." #: LiveMagic/controllers/build.py:106 msgid "Error when building Debian Live system" msgstr "Errore durante la creazione del sistema Debian Live" #: LiveMagic/controllers/build.py:107 msgid "There was an error when building your Debian Live system." msgstr "Si è verificato un errore durante la creazione del sistema Debian Live." #: LiveMagic/controllers/build.py:117 msgid "Build process cancelled" msgstr "Interruzione del processo di creazione" #: LiveMagic/controllers/build.py:118 msgid "The creation of your Debian Live system was cancelled." msgstr "La creazione del sistema Debian Live è stata annullata." #: misc/live-magic.glade:7 msgid "Generating Debian Live system..." msgstr "Generazione del sistema Debian Live in corso..." #: misc/live-magic.glade:44 msgid "" "Generating Debian Live system...\n" "\n" "Please wait while your Debian Live image is generated for you." msgstr "" &qu
Bug#498110: marked as done ([INTL:id] Indonesian translation for live-magic)
Your message dated Fri, 19 Sep 2008 19:17:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#498110: fixed in live-magic 1.2 has caused the Debian Bug report #498110, regarding [INTL:id] Indonesian translation for live-magic to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 498110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498110 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-magic Severity: wishlist Tags: l10n, patch Hello debian-live, I would like to submit Indonesian translation for live-magic. The translated po file is attached to this e-mail. Thanks. -- "Since when has a dictator ever been benign? I hear all this libertarian garbage being spouted from the "linux community", and then have people apparently celebrate the existance of a dictatorship..." - Michael W. Zappe id.pot Description: application/gettext --- End Message --- --- Begin Message --- Source: live-magic Source-Version: 1.2 We believe that the bug you reported is fixed in the latest version of live-magic, which is due to be installed in the Debian FTP archive: live-magic_1.2.dsc to pool/main/l/live-magic/live-magic_1.2.dsc live-magic_1.2.tar.gz to pool/main/l/live-magic/live-magic_1.2.tar.gz live-magic_1.2_all.deb to pool/main/l/live-magic/live-magic_1.2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Chris Lamb <[EMAIL PROTECTED]> (supplier of updated live-magic package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 16 Sep 2008 19:25:41 +0100 Source: live-magic Binary: live-magic Architecture: source all Version: 1.2 Distribution: unstable Urgency: low Maintainer: Debian Live Changed-By: Chris Lamb <[EMAIL PROTECTED]> Description: live-magic - GUI frontend to create Debian LiveCDs, netboot images, etc. Closes: 497390 498110 Changes: live-magic (1.2) unstable; urgency=low . * Support Xfce's "thunar" window manager. * Update maintainer email address. * Update Depends on live-helper. * Translations: - Indonesian translation by Iwan Setiawan. (Closes: #498110) - Update Italian translation by Fabio Balzano. (Closes: #497390) Checksums-Sha1: 8213c9d818cdaf3fcefa65d60ee36035e88409f4 1016 live-magic_1.2.dsc efa34a1b1df78a056f3fa509692282af3527c4b3 77894 live-magic_1.2.tar.gz e9c0c0879d488334fdea8d23d3e6248b21ca914b 61510 live-magic_1.2_all.deb Checksums-Sha256: a728f72cb2d51e51012eaf9bacc88029313a911686fed82d286e662cf603e0bb 1016 live-magic_1.2.dsc 62423feaa1fcd7fb61e188bf01c26bad955e8fffddec5bcc27de1937db5fa1a9 77894 live-magic_1.2.tar.gz 1b3ff117e62cd3e938a451ff0a64e0f6e4aba613d09ea53c58a261e613801554 61510 live-magic_1.2_all.deb Files: 9694b54b5367ef0a440c3e910b6eac76 1016 misc optional live-magic_1.2.dsc c973186325179aec23003b0e2e05aaf4 77894 misc optional live-magic_1.2.tar.gz 02cbf5c485f9cf1136decf739f8a7d82 61510 misc optional live-magic_1.2_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkjT95QACgkQ5/8uW2NPmiBABACeMKG4PpwxJVn31OUu1PkmTsKa pwkAoJcr7WCO72YvWhBLbfbiyBQAgbrD =Ns2Z -END PGP SIGNATURE- --- End Message ---
Processed: Re: live-helper: asks for confirmation on keyring packages
Processing commands for [EMAIL PROTECTED]: > tags 499625 +pending Bug#499625: live-helper: asks for confirmation on keyring packages There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#499656: /usr/share/live-helper/lists is read prior to config/chroot_local-packageslists, if there is the same filename of packages-lis.
Processing commands for [EMAIL PROTECTED]: > tags 499656 +pending Bug#499656: /usr/share/live-helper/lists is read prior to config/chroot_local-packageslists, if there is the same filename of packages-lis. There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#499654: marked as done (config/chroot_local-packageslists is not read.)
Your message dated Sun, 21 Sep 2008 21:37:42 +0900 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#499654: config/chroot_local-packageslists is not read. has caused the Debian Bug report #499654, regarding config/chroot_local-packageslists is not read. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 499654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499654 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Severity: normal The text files of packages-lists in config/chroot_local-packageslists is not read from version 1.0.0-1. Regards, -- Hiroyuki Yamamoto --- End Message --- --- Begin Message --- Chris Lamb wrote: > Hiroyuki Yamamoto wrote: > >> The text files of packages-lists in config/chroot_local-packageslists is >> not read from version 1.0.0-1. > > Not a bug. Please see: > > http://lists.debian.org/debian-live/2008/08/msg00115.html Oh, sorry, I overlooked it. This bug will be closed. Regards, -- Hiroyuki Yamamoto --- End Message ---
Processed: Re: Bug#499793: live-helper: fails to build source archive; bug in lh_source_debian-live
Processing commands for [EMAIL PROTECTED]: > tags 499793 +pending Bug#499793: live-helper: fails to build source archive; bug in lh_source_debian-live There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#500212: marked as done (live-helper: rescue list contains lsusb package)
Your message dated Fri, 26 Sep 2008 11:36:19 +0200 with message-id <[EMAIL PROTECTED]> and subject line Re: rescue list contains lsusb package has caused the Debian Bug report #500212, regarding live-helper: rescue list contains lsusb package to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 500212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500212 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.0-2 Severity: normal The rescue list contains a package named "lsusb" which is not present in any Debian distribution. This stops lh_build. -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii cdebootstrap 0.5.3 Bootstrap a Debian system ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-3 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools2.11-6 utilities for making and checking ii fakeroot 1.9.5 Gives a fake root environment ii genisoimage 9:1.1.8-1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47GRand Unified Bootloader (Legacy v pn memtest86+ | memtest86 (no description available) ii mtools3.9.11-1 Tools for manipulating MSDOS files pn parted (no description available) pn squashfs-tools | genext2fs | (no description available) ii sudo 1.6.9p17-1 Provide limited super user privile pn uuid-runtime (no description available) pn win32-loader (no description available) -- no debconf information --- End Message --- --- Begin Message --- Version: 1.0.1-1 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Processed: Re: live-helper: Booting with persistent root fs hangs in initrd but continous booting after exiting 2 times from busybox
Processing commands for [EMAIL PROTECTED]: > retitle 500672 persistent root fs hangs continous booting after 2 times Bug#500672: live-helper: Booting with persistent root fs hangs in initrd but continous booting after exiting 2 times from busybox Changed Bug title to `persistent root fs hangs continous booting after 2 times' from `live-helper: Booting with persistent root fs hangs in initrd but continous booting after exiting 2 times from busybox'. > reassign 500672 live-initramfs Bug#500672: persistent root fs hangs continous booting after 2 times Bug reassigned from package `live-helper' to `live-initramfs'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#501535: marked as done ([live-helper] with ftp repository (only i386 and amd64 in it) i can't create live-cd)
Your message dated Wed, 8 Oct 2008 09:38:30 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#501535: [live-helper] with ftp repository (only i386 and amd64 in it) i can't create live-cd has caused the Debian Bug report #501535, regarding [live-helper] with ftp repository (only i386 and amd64 in it) i can't create live-cd to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 501535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501535 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Severity: |important| --- Please enter the report below this line. --- I'm using ftp://l4u.jinr.ru/debian/ repository it includes only amd64 and i386 arch's If I check "add installer" checkbox I had an error like "No file 'console-keymaps-amiga_1.07-6_all.udeb'" --- System information. --- Architecture: i386 Kernel: Linux 2.6.26-1-686 Debian Release: lenny/sid 500 unstable l4u.jinr.ru --- Package information. --- Depends (Version) | Installed ===-+-=== debootstrap | 1.0.10 OR cdebootstrap | 0.5.3 gettext-base | 0.17-3 --- End Message --- --- Begin Message --- Okulov Rostislav wrote: > I'm using ftp://l4u.jinr.ru/debian/ repository it includes only amd64 > and i386 arch's [..] > I had an error like "No file console-keymaps-amiga_1.07-6_all.udeb'" ... which doesn't exist on your mirror: ftp://l4u.jinr.ru/debian/pool/main/c/console-data/ Dispite carrying the dists/debian-installer/binary-${ARCH}/* files, your mirror doesn't seem to have all the udeb files. Unfortunately, this is not not something that live-helper (or live-magic, which you appear to be using) can really be worked around; you should contact the maintainer of this mirror and ask him to fix it. I am thus closing this bug - free to re-open if you disagree, and I thank you for reporting it. Regards, -- ,''`. : :' : Chris Lamb `. `'` [EMAIL PROTECTED] `- signature.asc Description: PGP signature --- End Message ---
Processed: Re: live-helper: update lh_binary_rootfs to better support wildcards in file exclusion
Processing commands for [EMAIL PROTECTED]: > tags 500677 +pending Bug#500677: live-helper: update lh_binary_rootfs to better support wildcards in file exclusion Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: live-helper: lh_build fails if host has selinux enabled (even in permissive mode)
Processing commands for [EMAIL PROTECTED]: > tags 501652 +pending Bug#501652: live-helper: lh_build fails if host has selinux enabled (even in permissive mode) Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Some variables don't default correctly
Processing commands for [EMAIL PROTECTED]: > tags 500740 +unreproducible Bug#500740: Some variables don't default correctly There were no tags set. Tags added: unreproducible > tags 500740 +moreinfo Bug#500740: Some variables don't default correctly Tags were: unreproducible Tags added: moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Some variables don't default correctly
Processing commands for [EMAIL PROTECTED]: > tags 500740 +pending Bug#500740: Some variables don't default correctly Tags were: moreinfo unreproducible Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: the bugged file is not present in live-initramfs
Processing commands for [EMAIL PROTECTED]: > reassign 497561 initramfs-tools Bug#497561: live-initramfs: mount-call in scripts/init-bottom/udev has wrong syntax Bug reassigned from package `live-initramfs' to `initramfs-tools'. > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#502335: marked as done (Should blacklist volatile.debian.org (or similar) in mirror detection)
Your message dated Fri, 17 Oct 2008 23:17:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#502335: fixed in live-magic 1.3 has caused the Debian Bug report #502335, regarding Should blacklist volatile.debian.org (or similar) in mirror detection to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 502335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502335 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-magic Version: 1.2 live-magic should blacklist (or not auto-detect) volatile.debian.org or similar in mirror detection. Regards, -- ,''`. : :' : Chris Lamb `. `'` [EMAIL PROTECTED] `- signature.asc Description: PGP signature --- End Message --- --- Begin Message --- Source: live-magic Source-Version: 1.3 We believe that the bug you reported is fixed in the latest version of live-magic, which is due to be installed in the Debian FTP archive: live-magic_1.3.dsc to pool/main/l/live-magic/live-magic_1.3.dsc live-magic_1.3.tar.gz to pool/main/l/live-magic/live-magic_1.3.tar.gz live-magic_1.3_all.deb to pool/main/l/live-magic/live-magic_1.3_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Chris Lamb <[EMAIL PROTECTED]> (supplier of updated live-magic package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 18 Oct 2008 00:07:41 +0100 Source: live-magic Binary: live-magic Architecture: source all Version: 1.3 Distribution: unstable Urgency: low Maintainer: Debian Live Changed-By: Chris Lamb <[EMAIL PROTECTED]> Description: live-magic - GUI frontend to create Debian LiveCDs, netboot images, etc. Closes: 502335 Changes: live-magic (1.3) unstable; urgency=low . * Sync option specification with live-helper 1.0.1-1. * Modify mirror auto-detection to ignore the debian-multimedia and volatile.debian.org repositories. (Closes: #502335) * Ensure local code copy is used when running tests. Checksums-Sha1: f43ede0bcb54f34af9d1efececc913d53ae847a9 1016 live-magic_1.3.dsc c26f5bca2df24d68f651ad96c36a702a3c5b4b75 78079 live-magic_1.3.tar.gz 11d629b2ae756d2ca7b8a4e32d0f52ac64b79780 61676 live-magic_1.3_all.deb Checksums-Sha256: 2e0ac36d4653f12ca3adb911bdefb0b4d1408d7675c47742586d2630293e9d19 1016 live-magic_1.3.dsc 15188425a5436912797dea128198658758f5891618d0b050e61ad68c481a7594 78079 live-magic_1.3.tar.gz b4f3e2ce9261f8f923dc1a5589d518109123188cdce97150bd9f4f8507b86f32 61676 live-magic_1.3_all.deb Files: ed0998eb71d085d48a542f3c0563a5b8 1016 misc optional live-magic_1.3.dsc 6eeb2d2afad4cde9d79453dd2e5215d3 78079 misc optional live-magic_1.3.tar.gz 68113d506126f7e1c2826d5bffcfc991 61676 misc optional live-magic_1.3_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkj5G+cACgkQ5/8uW2NPmiBBsQCeMQRQOB/iBU2fmo7e9cNFEntQ jw4AnA4NkVYqHwiXwZSxwmQLp8WXGFjx =JqkS -END PGP SIGNATURE- --- End Message ---
Processed: Re: Bug#502877: lh_binary_debian-installer fails to include local debs
Processing commands for [EMAIL PROTECTED]: > tags 502877 +pending Bug#502877: lh_binary_debian-installer fails to include local debs There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#503884: live-helper: the rescue list contains packages that are not on the repository
Processing commands for [EMAIL PROTECTED]: > tags 503884 +pending Bug#503884: live-helper: the rescue list contains packages that are not on the repository There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#468264: marked as done (if live-helper fails, it doesn't unmount chroot/dev/pts)
Your message dated Tue, 11 Nov 2008 17:02:45 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: if live-helper fails, it doesn't unmount chroot/dev/pts has caused the Debian Bug report #468264, regarding if live-helper fails, it doesn't unmount chroot/dev/pts to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 468264: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468264 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0~a38-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After lh_build has finished, chroot/dev/pts is still mounted... devpts-live on /home/sam/live/chroot/dev/pts type devpts (rw) - -- Package-specific info: - -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.8 Bootstrap a basic Debian system live-helper recommends no packages. - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHxfuYshl/216gEHgRAke+AJ4qKD2//ItK0t8csfD3BgMC/pOxFACeLn2n v+RMLiKsH0uVP8sx/kPdhSQ= =YVbl -END PGP SIGNATURE- --- End Message --- --- Begin Message --- Version: 1.0.1-2 This has been fixed in above mentioned version of live-helper, thus closing this bug. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Bug#429529: marked as done (live-image: please support using an image stored in a "normal" of a USB key)
Your message dated Tue, 11 Nov 2008 17:09:08 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: live-image: please support using an image stored in a "normal" of a USB key has caused the Debian Bug report #429529, regarding live-image: please support using an image stored in a "normal" of a USB key to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 429529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429529 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-image Version: 1.0~a14-1 Severity: wishlist Hi, It seems that, when using an image stored on an USB key, one has to dd the image to the key, and then one can create a partition with the remaining available space. But if you want to update you USB key to a newer version of your image, that sucks, because you lose what's on your partition. It seems that Damn Small Linux allows to write the bootloader, and then make it load the image from a fat partition. see http://www.damnsmalllinux.org/wiki/index.php/Installing_to_a_USB_Flash_Drive Would this be possible to do with debian-live ? -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | --- End Message --- --- Begin Message --- Hi, after having re-read that bug again, i think this is not an issue anymore. When you build a usb-hdd live-system, you get a binary.img that contains the stuff from the binary directory, the bootlader and the partition table. If consider you want to do everything yourself, such as updating a previously created live-system, you can just copy binary/live/filesyste.squashfs to your usb-stick and be done with it (assumed you have the same kernel version, otherwise you also need to copy binary/live/{vmlinuz,initrd.img}). If this is not what you wanted, feel free to reopen again, I'm happy to implement what you would like to have. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Bug#503884: marked as done (live-helper: the rescue list contains packages that are not on the repository)
Your message dated Tue, 11 Nov 2008 17:09:42 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: live-helper: the rescue list contains packages that are not on the repository has caused the Debian Bug report #503884, regarding live-helper: the rescue list contains packages that are not on the repository to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 503884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503884 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Severity: normal My custom list to create an iso image contains the rescue list. This its inclusion depends on two packages that are not to be found on the repository: sl-lmodem-daemon bcm43xx-fwcutter It fails with an error when trying to build. I'm building the image for the i386 target and have the "non-free" category enabled. -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-4 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools2.11-6 utilities for making and checking ii genisoimage 9:1.1.8-1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47GRand Unified Bootloader (Legacy v pn memtest86+ | memtest86 (no description available) ii mtools3.9.11-1 Tools for manipulating MSDOS files pn parted (no description available) pn squashfs-tools | genext2fs | (no description available) ii sudo 1.6.9p17-1 Provide limited super user privile pn uuid-runtime (no description available) pn win32-loader (no description available) -- no debconf information --- End Message --- --- Begin Message --- Version: 1.0.1-2 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Bug#500740: marked as done (Some variables don't default correctly)
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#500740: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #500740, regarding Some variables don't default correctly to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 500740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500740 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Hi, I'm currently attempting to build a Debian Live-CD and leave most of the configuration variables undefined. Unfortunately, this doesn't work -- some of the variables are not defaulted correctly. When LH_UNION_FILESYSTEM and LH_LINUX_PACKAGES are left undefined, the build process breaks with D: Executing: xargs --arg-file=/root/chroot_packages apt-get --yes install Reading package lists... Done Building dependency tree... Done E: Regex compilation error - Invalid preceding regular expression The chroot/root/chroot_packages files starts with the following: linux-image-2.6-486 ${LH_UNION_FILESYSTEM}-modules-2.6-486 squashfs-modules-2.6-486 linux-image-2.6-686 ${LH_UNION_FILESYSTEM}-modules-2.6-686 squashfs-modules-2.6-686 auto This was fixed by explicitly saying LH_UNION_FILESYSTEM="aufs" LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6" At that point, Apt complainded about being unable to find the package ``auto'', which was fixed by saying LH_INITRAMFS="auto" I'm not kidding. Juliusz pgp6mK2TDgqk7.pgp Description: PGP signature --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 499625 499656 499793 500677 500740 501652 502877 Changes: live-helper (1.0.1-2) unstable; urgency=medium . [ An-Cheng Huang ] * ignore harmless warnings from parted. . [ Chris Lamb ] * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <[EMAIL PROTECTED]>. (Closes: #498385) * Ensure local packages lists are sourced over global ones (Closes: #499656) * Fix timing issue in create of source tarballs. Patch by Sebastian H <[EMAIL PROTECTED]>. (Closes: #499793) * Additionally save the 'scripts/' subdirectory if it contains files when building source images. * Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno. * Create a "missing-source.txt" file containing missing source packages instead of exiting. * Don't build up source package list inside chroot. * Install appropriate tasksel program. * Correcting sparc architecture detection to ensure correct source package contents. * Include source for sparc-utils on that architecture. * Ensure all files installed via chroot_local-includes are owned by root:root. Thanks to Julien Cristau <[EMAIL PROTECTED]>. * For consistency, don't preserve uid/gid for files in binary_local-includes. * Add utility function to call 'Exit' when script exits. * Print message when Exit is called. * Setup cleanup hook in the high-level helpe
Bug#500672: marked as done (persistent root fs hangs continous booting after 2 times)
Your message dated Tue, 11 Nov 2008 13:02:06 + with message-id <[EMAIL PROTECTED]> and subject line Bug#500672: fixed in live-initramfs 1.139.1-4 has caused the Debian Bug report #500672, regarding persistent root fs hangs continous booting after 2 times to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 500672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500672 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.0-2 Severity: normal After building a image with live-helper I made it persistent root fs on a USB stick like it is described in the wiki: http://wiki.debian.org/DebianLive/Howto/Custom_Install When booting it, it gives me the following error message in busybox from initrd: Remounting on /dev/sda2 ro on /cow failed and in the live.log it says: mount: mounting /dev/sda2 on /cow failed: Device or Resource busy After exiting 2 times from that busybox it boots successfully and the persistent root fs works fine. -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-3 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools 2.11-6utilities for making and checking ii fakeroot 1.9.5 Gives a fake root environment ii genisoimage9:1.1.8-1+b1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47 GRand Unified Bootloader (Legacy v pn memtest86+ | memtest86 (no description available) ii mtools 3.9.11-1 Tools for manipulating MSDOS files pn parted (no description available) pn squashfs-tools | genext2fs (no description available) ii sudo 1.6.9p17-1Provide limited super user privile ii syslinux 2:3.71+dfsg-3 Kernel loader which uses a FAT, ex ii uuid-runtime 1.41.0-3 universally unique id library pn win32-loader (no description available) -- no debconf information + tailpid=893 + . /scripts/live-functions + + -f. live.log /scripts/functions + . /live.vars + Arguments + PRESEEDS= + cat /proc/cmdline + USERNAME=user + LIVECONF=changed + export USERNAME LIVECONF + HOSTNAME=debian-vmware + LIVECONF=changed + export HOSTNAME LIVECONF + PERSISTENT=Yes + export PERSISTENT + DEBUG=Yes + export DEBUG + set -x + [ -z ] + [ = /dev/nfs ] + [ = /dev/cifs ] + [ -z ] + MODULE=filesystem + export MODULE + [ -z ] + UNIONTYPE=aufs + export UNIONTYPE + set_usplash_timeout + [ -x /sbin/usplash_write ] + [ -x /sbin/splashy_update ] + maybe_break live-premount + [ = live-premount ] + log_begin_msg Running /scripts/live-premount + [ -x /sbin/usplash_write ] + _log_msg Begin: Running /scripts/live-premount ... + [ n = y ] + printf Begin: Running /scripts/live-premount ... Begin: Running /scripts/live-premount ... + run_scripts /scripts/live-premount + initdir=/scripts/live-premount + [ ! -d /scripts/live-premount ] + get_prereqs + set_initlist + unset initlist + [ /scripts/live-premount/modules = /scripts/live-premount/* ] + [ ! -x /scripts/live-premount/modules ] + [ -d /scripts/live-premount/modules ] + initlist= modules + /scripts/live-premount/modules prereqs + tmp=udev + eval array_modules="udev" + array_modules=udev + reduce_prereqs + unset runlist + set -- modules + i=1 + [ 1 -ne 0 ] + oldi=1 + reduce_satisfied modules + render array_modules + eval echo -n ${array_modules} + echo -n udev + deplist=udev + unset tmpdeplist + [ ! -x /scripts/live-premount/udev ] + continue + deplist= + eval array_modules="" + array_modules= + render array_modules + eval echo -n ${array_modules} + echo -n + count_unsatisfied + set -- + return 0 + cnt=0 + [ 0 -eq 0 ] + runlist= modules + pop_list_item modules modules + item=modules + shift + set -- modules + unset tmppop + [ modules = modules ] + continue + initlist= + i=0 + [ 0 -eq 1 ] + [ 0 -ne 0 ] + call_scripts + [ = y ] + /scripts/live-premount/modules + [ -e /conf/param.conf ] + log_end_msg + [ -x /sbin/usplash_write ] +
Bug#501652: marked as done (live-helper: lh_build fails if host has selinux enabled (even in permissive mode))
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#501652: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #501652, regarding live-helper: lh_build fails if host has selinux enabled (even in permissive mode) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 501652: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501652 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Severity: normal Tags: patch lh_build fails if selinux is enabled on the host filesystem, even in permissive mode. This happens when some packages are trying to add or update user informations, with the following error: Unpacking mysql-server-5.0 (from .../mysql-server-5.0_5.0.51a-15_i386.deb) ... chage: Permission denied. The solution is to mount selinux during lh_build For ex., I modified lh_chroot_sysfs to add: mkdir -p chroot/selinux ${LH_ROOT_COMMAND} mount none -t selinuxfs chroot/selinux and lh_clean ${LH_ROOT_COMMAND} umount -f chroot/selinux > /dev/null 2>&1 || true I also changed lh_binary_chroot: if [ -f chroot/selinux/policyvers ] then if [ "${LH_USE_FAKEROOT}" != "enabled" ] then ${LH_ROOT_COMMAND} umount chroot/selinux else rm -rf chroot/selinux mkdir -p chroot/selinux fi fi As I am not really satisfied of the patches (especially modifying lh_chroot_sysfs .. maybe we should add lh_chroot_selinuxfs), I am not attaching them, but if you want I can create a patch. Regards, Pierre -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-4 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools 3.0.0-1 utilities for making and checking ii fakeroot 1.10.1 Gives a fake root environment ii genext2fs1.4.1-2.1 ext2 filesystem generator for embe ii genisoimage 9:1.1.8-1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47 GRand Unified Bootloader (Legacy v ii memtest86+ 2.01-1.1thorough real-mode memory tester ii mtools 3.9.11-1Tools for manipulating MSDOS files ii parted 1.8.8.git.2008.03.24-10 The GNU Parted disk partition resi ii squashfs-tools 1:3.3-7 Tool to create and append to squas ii sudo 1.6.9p17-1 Provide limited super user privile ii uuid-runtime 1.41.2-1universally unique id library ii win32-loader 0.6.8 Debian-Installer loader for win32 -- no debconf information --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTE
Bug#499625: marked as done (live-helper: asks for confirmation on keyring packages)
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#499625: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #499625, regarding live-helper: asks for confirmation on keyring packages to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 499625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499625 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Severity: normal Hi if i set a keyring package in LH_KEYRING_PACKAGES the build process asks for confirmation of its installation defaulting to no. This was not present in LH 1.0.0-2. -- The following NEW packages will be installed: debian-multimedia-keyring 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 13.5kB of archives. After this operation, 61.4kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! debian-multimedia-keyring Install these packages without verification [y/N]? -- -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (800, 'unstable'), (700, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=es_CR.UTF-8, LC_CTYPE=es_CR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-4 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools 2.11-6 utilities for making and checking ii fakeroot 1.9.6 Gives a fake root environment ii genisoimage 9:1.1.8-1+b1Creates ISO-9660 CD-ROM filesystem ii grub-pc [grub] 1.96+20080831-1 GRand Unified Bootloader, version ii memtest86+ 2.01-1 thorough real-mode memory tester ii mtools 3.9.11-1Tools for manipulating MSDOS files ii parted 1.8.8.git.2008.03.24-10 The GNU Parted disk partition resi pn squashfs-tools | (no description available) ii sudo 1.6.9p17-1 Provide limited super user privile ii uuid-runtime 1.41.1-3universally unique id library pn win32-loader (no description available) -- no debconf information --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 499625 499656 499793 500677 500740 501652 502877 Changes: live-helper (1.0.1-2) unstable; urgency=medium . [ An-Cheng Huang ] * ignore harmless warnings from parted. . [ Chris Lamb ] * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <[EMAIL PROTECTED]>. (Closes: #498385) * Ensure local packages lists are sourced over global ones (Closes: #499656) * Fix timing issue in create of source tarballs. Patch by
Bug#491313: marked as done (live-initramfs: support splashy)
Your message dated Tue, 11 Nov 2008 17:11:43 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: live-initramfs: support splashy has caused the Debian Bug report #491313, regarding live-initramfs: support splashy to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 491313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491313 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-initramfs Version: 1.132.1-1 Severity: wishlist Hello, There are many references to usplash_write in live-initramfs but no references to splashy. When splashy is installed in the root image it shows on boot and does nothing until the init from the root image is executed. It should not be too hard to add splashy support where usplash is used. Thanks Michal -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-initramfs depends on: ii busybox 1:1.9.2-3 Tiny utilities for small and embed ii file 4.24-2 Determines file type using "magic" ii initramfs-tools 0.92b tools for generating an initramfs ii sudo 1.6.9p15-2 Provide limited super user privile ii udev 0.114-2/dev/ and hotplug management daemo pn user-setup (no description available) Versions of packages live-initramfs recommends: pn eject (no description available) pn uuid-runtime (no description available) ii wget 1.11.3-1 retrieves files from the web --- End Message --- --- Begin Message --- Version: 1.139.1-4 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Bug#502877: marked as done (lh_binary_debian-installer fails to include local debs)
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#502877: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #502877, regarding lh_binary_debian-installer fails to include local debs to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 502877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502877 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: <= 1.0.1-1 Tags: fixed-in-git in lh_binary_debian-installer @478: 'if Find_files ../config/binary_local-debs/*_"${LH_ARCHITECTURE}".deb' where we need not to prefix "../" to reach "config" but just use "./" This is fixed in my live-helper's git @alioth there: http://git.debian.org/?p=users/mammadori-guest/live-helper.git;a=summary -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 499625 499656 499793 500677 500740 501652 502877 Changes: live-helper (1.0.1-2) unstable; urgency=medium . [ An-Cheng Huang ] * ignore harmless warnings from parted. . [ Chris Lamb ] * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <[EMAIL PROTECTED]>. (Closes: #498385) * Ensure local packages lists are sourced over global ones (Closes: #499656) * Fix timing issue in create of source tarballs. Patch by Sebastian H <[EMAIL PROTECTED]>. (Closes: #499793) * Additionally save the 'scripts/' subdirectory if it contains files when building source images. * Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno. * Create a "missing-source.txt" file containing missing source packages instead of exiting. * Don't build up source package list inside chroot. * Install appropriate tasksel program. * Correcting sparc architecture detection to ensure correct source package contents. * Include source for sparc-utils on that architecture. * Ensure all files installed via chroot_local-includes are owned by root:root. Thanks to Julien Cristau <[EMAIL PROTECTED]>. * For consistency, don't preserve uid/gid for files in binary_local-includes. * Add utility function to call 'Exit' when script exits. * Print message when Exit is called. * Setup cleanup hook in the high-level helpers. * Refactor utility to locate conffiles. * Add utility to dump specified file to stdout. * Add utility to dump all conffiles to stdout. * Add lh_dumpconfig helper to print suitable output for pastebins and other remote debugging. . . [ Daniel Baumann ] * Adding explicit --yes to apt-get call when installing keyring packages (previously, this was inherited through Apt(); wrapper) (Closes: #499625). * Correcting wrong spelling of sl-modem-daemon in rescue list. * Fixing bcm43xx-fwcutter entry in rescue list, only available in etch. * Automatically correct LH_SETUP value if the configured losetup cannot be found. * Improving indices workaround by c
Bug#499656: marked as done (/usr/share/live-helper/lists is read prior to config/chroot_local-packageslists, if there is the same filename of packages-lis.)
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#499656: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #499656, regarding /usr/share/live-helper/lists is read prior to config/chroot_local-packageslists, if there is the same filename of packages-lis. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 499656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499656 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0~a48-1 Severity: normal If there is the same filename in the directory of config/chroot_local-packageslists as "rescue", "gnome" and so on, /usr/share/live-helper/lists is read prior to config/chroot_local-packageslists. Regards, -- Hiroyuki Yamamoto --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 499625 499656 499793 500677 500740 501652 502877 Changes: live-helper (1.0.1-2) unstable; urgency=medium . [ An-Cheng Huang ] * ignore harmless warnings from parted. . [ Chris Lamb ] * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <[EMAIL PROTECTED]>. (Closes: #498385) * Ensure local packages lists are sourced over global ones (Closes: #499656) * Fix timing issue in create of source tarballs. Patch by Sebastian H <[EMAIL PROTECTED]>. (Closes: #499793) * Additionally save the 'scripts/' subdirectory if it contains files when building source images. * Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno. * Create a "missing-source.txt" file containing missing source packages instead of exiting. * Don't build up source package list inside chroot. * Install appropriate tasksel program. * Correcting sparc architecture detection to ensure correct source package contents. * Include source for sparc-utils on that architecture. * Ensure all files installed via chroot_local-includes are owned by root:root. Thanks to Julien Cristau <[EMAIL PROTECTED]>. * For consistency, don't preserve uid/gid for files in binary_local-includes. * Add utility function to call 'Exit' when script exits. * Print message when Exit is called. * Setup cleanup hook in the high-level helpers. * Refactor utility to locate conffiles. * Add utility to dump specified file to stdout. * Add utility to dump all conffiles to stdout. * Add lh_dumpconfig helper to print suitable output for pastebins and other remote debugging. . . [ Daniel Baumann ] * Adding explicit --yes to apt-get call when installing keyring packages (previously, this was inherited through Apt(); wrapper) (Closes: #499625). * Correcting wrong spelling of sl-modem-daemon in rescue list. * Fixing bcm43xx-fwcutter entry in rescue list, only available in etch. * Automatically correct LH_SETUP value if the configured losetup cannot be found. * Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than LH_PACKAGES_LISTS in order to handle chicken-egg problem for installing apt-utils when having bootstrapped a minimal chroot.
Bug#500677: marked as done (live-helper: update lh_binary_rootfs to better support wildcards in file exclusion)
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#500677: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #500677, regarding live-helper: update lh_binary_rootfs to better support wildcards in file exclusion to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 500677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500677 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Severity: wishlist Tags: patch I'm interested in file exclusion mecanism when building Debian Live filesystem from chroot. I've looked at 1.0.0-2 live-helper version about using "-wildcards" to mksquashfs to achieve this, but it is used only when LH_CHROOT_BUILD=disabled. I use the default value of this parameter, "enabled" (I don't understand what it stands for), and I see in config : # ${LH_CHROOT_BUILD: control if we build binary images chrooted # (Default: enabled) # DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to disabled. LH_CHROOT_BUILD="enabled" So I didn't change it. Instead, I've modified a bit the other mecanism set to exclude file in Debian Live filesystem generation to also support wildcards, so that it works wichever LH_CHROOT_BUILD's value. -- Package-specific info: -- System Information: Debian Release: 4.0 APT prefers etch APT policy: (990, 'etch'), (990, 'stable'), (800, 'unstable'), (800, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.24-svi Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages live-helper depends on: ii cdebootstrap0.3.15 Bootstrap a Debian system ii debootstrap 0.3.3.2etch1 Bootstrap a basic Debian system ii gettext-base0.16.1-1 GNU Internationalization utilities live-helper recommends no packages. -- no debconf information --- /root/lh_binary_rootfs.normal 2008-09-26 10:50:37.0 +0200 +++ /usr/bin/lh_binary_rootfs 2008-09-26 15:09:53.0 +0200 @@ -94,7 +94,7 @@ if [ -f config/binary_rootfs/excludes ] then cp config/binary_rootfs/excludes chroot/chroot/excludes - chroot chroot/chroot /usr/bin/env -i xargs --arg-file=/excludes rm -rf + chroot chroot/chroot /usr/bin/env -i xargs --verbose --arg-file=/excludes -I FILE bash -c 'rm -rf FILE' rm -f chroot/chroot/excludes fi --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 499625 499656 499793 500677 500740 501652 502877 Changes: live-helper (1.0.1-2) unstable; urgency=medium . [ An-Cheng Huang ] * ignore harmless warnings from parted. . [ Chris Lamb ] * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <[EMAIL PROTECTED]>. (Closes: #498385) * Ensure local packages lists are sourced over global ones (Closes: #499656) * Fix timing issue in create of source tarballs. Patch by Sebastian H <[EMAIL PROTECTED]>. (Closes: #499793) * Additionally save the &
Bug#499793: marked as done (live-helper: fails to build source archive; bug in lh_source_debian-live)
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#499793: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #499793, regarding live-helper: fails to build source archive; bug in lh_source_debian-live to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 499793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499793 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1+20080919.141605 Severity: normal There's a bug in lh_source_debian-live. Currently it is not possible to build a source archive in tar format (see [1]). tar and gzip have to deal with the same directory (lines 65/66). But $(date +%Y%m%d.%s) produces a different output on both lines (because the time (esp. milliseconds) proceeds during both commands. patch proposal: # Create tarball cd source if gzip --help | grep -qs '\-\-rsyncable' then LH_DEBLIVE_SOURCE_ARCHIVE=debian-live-config_$(date +%Y%m%d.%s).tar tar cf ${LH_DEBLIVE_SOURCE_ARCHIVE} debian-live gzip --rsyncable --best ${LH_DEBLIVE_SOURCE_ARCHIVE} else tar cfz debian-live-config_$(date +%Y%m%d.%s).tar.gz debian-live fi Maybe someone can fix this in git. Regards, Sebastian H. [1]: http://lists.debian.org/debian-live/2008/09/msg00179.html -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-486 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-3 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: pn dosfstools (no description available) ii fakeroot 1.9.5 Gives a fake root environment ii genisoimage9:1.1.8-1+b1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47 GRand Unified Bootloader (Legacy v pn memtest86+ | memtest86 (no description available) ii mtools 3.9.11-1 Tools for manipulating MSDOS files pn parted (no description available) pn squashfs-tools | genext2fs (no description available) ii sudo 1.6.9p17-1Provide limited super user privile ii syslinux 2:3.71+dfsg-1 Kernel loader which uses a FAT, ex ii uuid-runtime 1.41.0-3 universally unique id library pn win32-loader (no description available) -- no debconf information --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 499625 499656 499793 500677 500740 501652 502877 Changes: live-helper (1.0.1-2) unstable; urgency=medium . [ An-Cheng Huang ] * ignore harmless warnings from parted. . [ Chris Lamb ] * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <[EMAIL PROTECTED]>. (Closes: #49838
Bug#486469: marked as done (persistence: options to only check partition labels or disable snapshots)
Your message dated Tue, 11 Nov 2008 13:02:06 + with message-id <[EMAIL PROTECTED]> and subject line Bug#486469: fixed in live-initramfs 1.139.1-4 has caused the Debian Bug report #486469, regarding persistence: options to only check partition labels or disable snapshots to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 486469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486469 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-initramfs Severity: wishlist An option, to only check partition labels for live-rw and home-rw instead of mounting every partition and search image files, would be nice, since it'll speed up the boot time. An option to disable snapshots (persistence enabled, snapshots disabled) would be nice too. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (120, 'unstable'), (105, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.139.1-4 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.139.1-4.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.139.1-4.diff.gz live-initramfs_1.139.1-4.dsc to pool/main/l/live-initramfs/live-initramfs_1.139.1-4.dsc live-initramfs_1.139.1-4_all.deb to pool/main/l/live-initramfs/live-initramfs_1.139.1-4_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.139.1-4 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-initramfs - Debian Live initramfs hook Closes: 486469 500672 Changes: live-initramfs (1.139.1-4) unstable; urgency=medium . [ Chris Lamb ] * Remove (accidental?) debian/changelog entry. * Use "grep -qs" over "grep -q" for compatibility (see grep(1)) * Use "test -s" instead of testing file availability and size. * Be consistent in using 0/1 for True/False values instead of English representations. * Reflow some grammar in comments and in live-initramfs(7). * Reflow long 'tr'-based pipelines for readability. * Don't "cat |" to grep. . [ Daniel Baumann ] * Replacing obsolete dh_clean -k with dh_prep. . [ Marco Amadori ] * Changed HOSTNAME and /etc/hosts handling. * Conditional creation of /etc/fstab. * live-snapshot: fixed include-list handling. * Reordered persistence lookups and boundaries (Closes: #500672). * Search for partition labels only (Closes: #486469). * Implemented a snapshot exclude list. * Implemented a persistence exclude list. * Manpage clarifications on "nofiles". * Do not pollute the logs when looking for swap partitions. * Removed all "cat | grep", with grep, awk and sed. Checksums-Sha1: a6c530d69d629b8dc4a901eea21831f614cbac08 1301 live-initramfs_1.139.1-4.dsc 6f01418f0f91ff5907c0ac3e77d4f8b8b6446a22 20563 live-initramfs_1.139.1-4.diff.gz c0f63e386d112553f6138b85df8270b08f0e0543 84544 live-initramfs_1.139.1-4_all.deb Checksums-Sha256: 2cbdf7dfbae1f1bb04023fbb209e77cb74496cd2d341011e62976afc33f5229e 1301 live-initramfs_1.139.1-4.dsc e15dfab151139dc174f44931a544427181c3e10c9298006ac6ffece03c122380 20563 live-initramfs_1.139.1-4.diff.gz db52e1acf5c19b0ec5fddbb23ae5bac85c3174e8136f926b21deccd63eb7b072 84544 live-initramfs_1.139.1-4_all.deb Files: cf4ce1b0fd1cc018c5ed75ce626051a2 1301 misc optional live-initramfs_1.139.1-4.dsc 2b1344983e1c3e496c629fe2cb2625ef 20563 misc optional live-initramfs_1.139.1-4.diff.gz 4079
Bug#498385: marked as done (Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system)
Your message dated Tue, 11 Nov 2008 13:02:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#498385: fixed in live-helper 1.0.1-2 has caused the Debian Bug report #498385, regarding Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 498385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498385 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Subject: Using LH_BOOTSTRAP="copy" makes live-helper screw up the host system Package: live-helper Version: 1.0.0+20080903.215656 Severity: critical Justification: causes serious data loss *** Please type your report below this line *** Hello, the LH_BOOTSTRAP="copy" option of live-helper is broken. If used, the chroot will be created with the following command: find / ! -name /proc ! -name /sys ! -name "$(dirname ${PWD})" | xargs cp -a chroot (/usr/bin/lh_bootstrap_copy, line 54). I think the intention of this command was to copy the host system into the chroot. But in fact it copies some files from the host system to some other location in the host system. Afterwards it is very hard to detect what files were copied where. -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-6-xen-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-3 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools 2.11-6 utilities for making and checking ii fakeroot 1.9.5 Gives a fake root environment ii genisoimage 9:1.1.8-1+b1Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47 GRand Unified Bootloader (Legacy v ii memtest86+ 2.01-1 thorough real-mode memory tester ii mtools 3.9.11-1Tools for manipulating MSDOS files pn parted (no description available) ii squashfs-tools 1:3.3-3+3.2r2-9 Tool to create and append to squas ii sudo 1.6.9p17-1 Provide limited super user privile ii syslinux 2:3.71+dfsg-3 Kernel loader which uses a FAT, ex ii uuid-runtime 1.41.0-3universally unique id library pn win32-loader (no description available) -- no debconf information signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-2.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-2.diff.gz live-helper_1.0.1-2.dsc to pool/main/l/live-helper/live-helper_1.0.1-2.dsc live-helper_1.0.1-2_all.deb to pool/main/l/live-helper/live-helper_1.0.1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 11 Nov 2008 13:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 498385 499625 499656 499793 500677 500740 501652 502877 Changes: live-helper (1.0.1-2) unstable; urgency=medium . [ An-Cheng Huang ] * ignore harmless warnings from parted. . [ Chris Lamb ] * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <[EMAIL PROTECTED]>. (C
Processed: Re: Bug#506553: live-helper: all includes for /home/user are owned by root:root
Processing commands for [EMAIL PROTECTED]: > tags 506553 +pending Bug#506553: live-helper: all includes for /home/user are owned by root:root There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#506589: "No such file or directory" output in df
Processing commands for [EMAIL PROTECTED]: > reassign 506589 nfsbooted Bug#506589: "No such file or directory" output in df Bug reassigned from package `live-initramfs' to `nfsbooted'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: your mail
Processing commands for [EMAIL PROTECTED]: > retitle 505887 autodetect other apt caches Bug#505887: live-helper: please support an aptcache Changed Bug title to `autodetect other apt caches' from `live-helper: please support an aptcache'. > tags 505887 +wontfix Bug#505887: autodetect other apt caches There were no tags set. Tags added: wontfix > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: live-initramfs: panics during network boot if there is not network interface
Processing commands for [EMAIL PROTECTED]: > tags 496684 +pending Bug#496684: live-initramfs: panics during network boot if there is not network interface There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed (with 5 errors): Re: live-initramfs: scripts/live does not allocate enough memory for .tgz images
Processing commands for [EMAIL PROTECTED]: > severity 447937 normal Bug#447937: live-initramfs: scripts/live does not allocate enough memory for .tgz images Severity set to `normal' from `important' > tags 447937 +pending Bug#447937: live-initramfs: scripts/live does not allocate enough memory for .tgz images There were no tags set. Tags added: pending > Hi, Unknown command or malformed arguments to command. > first of all, having .tgz supported through fetch= was a workaround. Unknown command or malformed arguments to command. > using fetch to get a remote squashfs image is much better (doesn't need Unknown command or malformed arguments to command. > to be uncompressed makes it faster and wasting less ram). Unknown command or malformed arguments to command. > second, solving the problem of not knowing how much the uncompressed Unknown command or malformed arguments to command. Too many unknown commands, stopping here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#496684: marked as done (live-initramfs: panics during network boot if there is not network interface)
Your message dated Tue, 25 Nov 2008 11:32:07 + with message-id <[EMAIL PROTECTED]> and subject line Bug#496684: fixed in live-initramfs 1.154.1-1 has caused the Debian Bug report #496684, regarding live-initramfs: panics during network boot if there is not network interface to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 496684: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496684 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-initramfs Severity: important Hello I am not exactly sure about the cause of this problem but it seems it is because I tried http network boot and did not have any NIC supported by Linux. The symptom: During the network boot the system panics. The last message is Runnnig scripts/live-premount. I burned the image on a CD and found the box has an Attansic L2 NIC which requires a special separate kernel module. So my suspition is that the live script fails and panics (exits) without leaving any useful debug message. This hould never happen. Every time the script exits it should print the reason of the failure. Otherwise the user is left with kernel panic of unknown cause. Thanks Michal -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.154.1-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.154.1-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.154.1-1.diff.gz live-initramfs_1.154.1-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.154.1-1.dsc live-initramfs_1.154.1-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.154.1-1_all.deb live-initramfs_1.154.1.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.154.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Nov 2008 12:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.154.1-1 Distribution: unstable Urgency: low Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-initramfs - Debian Live initramfs hook Closes: 496684 Changes: live-initramfs (1.154.1-1) unstable; urgency=low . * Merging casper 1.140-1.154. * Add a warning message when no image can be found. * Adding a panic message when we netboot and have no supported network device (Closes: #496684). * Turning 'no supported filesystem images found' into a panic message, rather than a warning. * Also adding ralink to network device check. * Removing spurious 'livefs_root' in copy_live_to();. Checksums-Sha1: 0394f6b892d0569cf59595ec6bdd86b67344dfa3 1298 live-initramfs_1.154.1-1.dsc a33149c4f3a2f10859a04bb73301cfafd1e54642 79707 live-initramfs_1.154.1.orig.tar.gz 1f49728589f29edd568553936487744485cf1fde 9805 live-initramfs_1.154.1-1.diff.gz a4b402427b03744edf770143c9763b2fb9b2737e 86004 live-initramfs_1.154.1-1_all.deb Checksums-Sha256: 13c15321db9676abadd81caa3c37a2a9acabf6637b741a05949ba6bb3809ab5f 1298 live-initramfs_1.154.1-1.dsc 6f6044da1efc6e95ec5f7f2cf0c66a77d550e64bc822e1d9a28b61f0b98f25b4 79707 live-initramfs_1.154.1.orig.tar.gz 56bb5d0530a5a67e42d041ba73032a55f8a2a6f459ca33f3127bb20a9b76c054 9805 live-initramfs_1.154.1-1.diff.gz 5038161add9df7397240a5cb3dafae3f51de637e3c9647301b4f5cf6897a12a3 86004 live-initramfs_1.154.1-1_all.deb Files: cb5b642fe4d37e6dd1bc37a8bd8be5f7 1298 misc optional live-initramfs_1.154.1-1.dsc 0d00a9747dd26282adbd0cd8a1742eee 79707 misc optional live-initramfs_1.154.1.orig.tar.gz 6d4c0ba7e65d53537
Bug#506553: marked as done (live-helper: all includes for /home/user are owned by root:root)
Your message dated Tue, 25 Nov 2008 11:32:05 + with message-id <[EMAIL PROTECTED]> and subject line Bug#506553: fixed in live-helper 1.0.1-3 has caused the Debian Bug report #506553, regarding live-helper: all includes for /home/user are owned by root:root to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 506553: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506553 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-helper Version: 1.0.1-2 Severity: normal Hello, I'm trying to include an .ssh/authorized_keys file on the image, but the file is now owned by root and the user can't login. Regards, Andrei -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system Versions of packages live-helper recommends: ii gettext-base 0.17-4 GNU Internationalization utilities Versions of packages live-helper suggests: pn dosfstools (no description available) ii fakeroot 1.11Gives a fake root environment ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47lenny1 GRand Unified Bootloader (Legacy v pn memtest86+ | mem (no description available) pn mtools (no description available) ii parted 1.8.8.git.2008.03.24-11 The GNU Parted disk partition resi pn squashfs-tools | (no description available) ii sudo 1.6.9p17-1 Provide limited super user privile pn uuid-runtime (no description available) pn win32-loader (no description available) -- no debconf information -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.1-3 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.1-3.diff.gz to pool/main/l/live-helper/live-helper_1.0.1-3.diff.gz live-helper_1.0.1-3.dsc to pool/main/l/live-helper/live-helper_1.0.1-3.dsc live-helper_1.0.1-3_all.deb to pool/main/l/live-helper/live-helper_1.0.1-3_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Nov 2008 12:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-helper - Debian Live build scripts Closes: 506553 Changes: live-helper (1.0.1-3) unstable; urgency=medium . [ An-Cheng Huang ] * Copy menu binary from the correct directory . [ Antonio Terceiro ] * Adding missing arguments to printf (l10n disabled) . [ Daniel Baumann ] * Correcting typo in dh_prep call in rules. * Correcting wrong defaults setting for internal _L10N variable. * Applied patch from Maximilian Gass <[EMAIL PROTECTED]> to fix typo in generation of release files in lh_chroot_sources. * Removing wrong 'new-line' in running echo functions when using no color output. * Removing scripts directory through lh_clean, if it's not empty. * Even though users are supposed to have any local-includes with the correct owner and permissions, we set them manually on /home/user as it's likely t
Bug#507477: marked as done (regression: Integrity Checks does not work anymore)
Your message dated Thu, 11 Dec 2008 06:17:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#507477: fixed in live-initramfs 1.154.2-1 has caused the Debian Bug report #507477, regarding regression: Integrity Checks does not work anymore to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 507477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507477 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: live-initramfs Version: 1.154.1-1 Severity: important Booting with "integrity-check" halts the boot process, probably because the default "md5sum" binary in that context, is still the busybox one, which does not support the "-c" option. Moreover the "reboot" command tries to redirect to "shutdown" which could not be found: Those are the last console output lines: * --- Begin: Running /scripts/live-bottom ... md5sum: can't open '-c': No such file or directory WARNING: could not determine runlevel - doing soft reboot (it's better to use shutdown instead of reboot from the command line) shutdown: No such file or directory * --- Please comment on the shutdown thing, so a clean fix could be prepared, for the md5sum part I think that just calling /usr/bin/md5sum directly could fix it. -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.154.2-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.154.2-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.154.2-1.diff.gz live-initramfs_1.154.2-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.154.2-1.dsc live-initramfs_1.154.2-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.154.2-1_all.deb live-initramfs_1.154.2.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.154.2.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 11 Dec 2008 06:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.154.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: live-initramfs - Debian Live initramfs hook Closes: 507477 Changes: live-initramfs (1.154.2-1) unstable; urgency=medium . [ Daniel Baumann ] * Updating authors file. . [ Marco Amadori ] * Reworked integrity-check (Closes: #507477). * Cleaned the boot log a bit. Checksums-Sha1: 62d67cc63ac926d6d07a69a040c23569dd461ae4 1298 live-initramfs_1.154.2-1.dsc fa5ed4694b7c59b5b8204bb1efe52bda65ee479b 79927 live-initramfs_1.154.2.orig.tar.gz 07cd7ddf16ba0c3d46bdb86b4a3610bc45729e1c 9866 live-initramfs_1.154.2-1.diff.gz a06d559874a970d1fd443083913187473c82e09f 86218 live-initramfs_1.154.2-1_all.deb Checksums-Sha256: 7a1f31710855cdd2ab5cafd386d6b2dbe7459d13efafa6a56ebba126a09f3500 1298 live-initramfs_1.154.2-1.dsc 6b51dedb1fe462d78c9cdabbd32b69725e5d49c65c7fee9a5c7760220a8ad3ea 79927 live-initramfs_1.154.2.orig.tar.gz b768ea3b8f285d8d5fda48aeb82dff0bbc51dedf2895d3faafd6180ccfe38edd 9866 live-initramfs_1.154.2-1.diff.gz 6022a124bb43e3c4f543fa230155e6177ce7dc028272bbe6215659b1cb0c94f6 86218 live-initramfs_1.154.2-1_all.deb Files: 64fc3d4bceb0c36d7c42727f35fcece5 1298 misc optional live-initramfs_1.154.2-1.dsc 2a5aa1913107eca52d589aee78276577 79927 misc optional live-initramfs_1.154.2.orig.tar.gz 9d3127573927faa5e7718b4bc78c7826 9866 misc optional live-initramfs_1.154.2-1.diff.gz a77eebd8b1d0404dd8929de3aa863edd 86218 misc optional live-initramfs_1.154.2-1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAklArJoACgkQ+C5cwEsrK57YeQCbBoJMAO5aVGDg8/YaS0o3UjAq 9kAAoJFHhyImeZ+VXX4xTrzrbdq3CdSn =d710 -END PGP SIGNATURE- --- End Message ---
Processed: reassign 497561 to live-initramfs
Processing commands for cont...@bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.10.35 > reassign 497561 live-initramfs Bug#497561: live-initramfs: mount-call in scripts/init-bottom/udev has wrong syntax Bug reassigned from package `initramfs-tools' to `live-initramfs'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#509373: live-initramfs: When I enable persistence it fails remounting /cow
Processing commands for cont...@bugs.debian.org: > severity 509373 normal Bug#509373: live-initramfs: When I enable persistence it fails remounting /cow Severity set to `normal' from `important' > tags 509373 +moreinfo Bug#509373: live-initramfs: When I enable persistence it fails remounting /cow There were no tags set. Tags added: moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#509446: live-initramfs: Support further checks on loopback image and support skipping union mounts
Processing commands for cont...@bugs.debian.org: > tags 509446 +pending Bug#509446: live-initramfs: Support further checks on loopback image and support skipping union mounts Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#509446: marked as done (live-initramfs: Support further checks on loopback image and support skipping union mounts)
Your message dated Fri, 26 Dec 2008 09:02:03 + with message-id and subject line Bug#509446: fixed in live-initramfs 1.154.4-1 has caused the Debian Bug report #509446, regarding live-initramfs: Support further checks on loopback image and support skipping union mounts to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 509446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509446 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.154.3-1 Severity: wishlist Tags: patch To use live-initramfs for the Gibraltar firewall distribution, I ported two missing features from my own mkinitrd-cd package to work as scripts/hooks within the initramfs-tools framework and plug into live-initramfs. Although most can be implemented this way, a minor patch is required for the "live" script to: - Call another set of scripts after finding the loopback image that is about to be mounted but just before actually mounting it. This allows to perform further checks at this stage. - Completely bypass the unionfs mounts so that this can be handled by custom distribution scripts during bootup. The reason is that even larger parts of the filesystem should remain read-only for security reasons. The attached patch is quite minor and non-intrusive and will not change any current functionality when the added options are not used. Please consider applying it so that the Debian package can be used without further changes. Thanks, Rene -- Package-specific info: -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages live-initramfs depends on: ii busybox 1:1.10.2-2 Tiny utilities for small and embed ii file 4.26-2 Determines file type using "magic" ii initramfs-tools 0.92n tools for generating an initramfs ii sudo 1.6.9p17-1 Provide limited super user privile ii udev 0.125-7/dev/ and hotplug management daemo ii user-setup1.23 Set up initial user and password Versions of packages live-initramfs recommends: pn eject (no description available) ii uuid-runtime 1.41.3-1 universally unique id library ii wget 1.11.4-2 retrieves files from the web Versions of packages live-initramfs suggests: pn curlftpfs (no description available) pn genext2fs (no description available) pn httpfs2(no description available) pn loop-aes-utils (no description available) pn mtd-tools (no description available) ii squashfs-tools1:3.3-7Tool to create and append to squas -- no debconf information diff -r 6619a22cc6aa usr/share/initramfs-tools/scripts/live --- a/usr/share/initramfs-tools/scripts/live Sun Dec 21 21:14:42 2008 +0100 +++ b/usr/share/initramfs-tools/scripts/live Mon Dec 22 14:25:13 2008 +0100 @@ -427,6 +427,11 @@ export PLAIN_ROOT ;; + skipunion) +SKIP_UNION_MOUNTS="Yes" +export SKIP_UNION_MOUNTS +;; + root=*) ROOT="${ARGUMENT#root=}" export ROOT @@ -1085,6 +1090,12 @@ do imagename=$(basename "${image}") +export image devname +maybe_break live-realpremount +log_begin_msg "Running /scripts/live-realpremount" +run_scripts /scripts/live-realpremount +log_end_msg + if [ -d "${image}" ] then # it is a plain directory: do nothing @@ -1242,8 +1253,12 @@ mount --bind ${exposedrootfs} ${rootmnt} || \ panic "bind mount of ${exposedrootfs} failed" - cow_dirs='/var/tmp /var/lock /var/run /var/log /var/spool - /home /var/lib/live' +if [ -z "${SKIP_UNION_MOUNTS}" ]; then +cow_dirs='/var/tmp /var/lock /var/run /var/log /var/spool +/home /var/lib/live' +
Processed: Re: Bug#511247: Debian mixed testing/unstable, apt.conf, Default-Release, live-helper sequence;
Processing commands for cont...@bugs.debian.org: > tags 511247 +pending Bug#511247: Debian mixed testing/unstable, apt.conf, Default-Release, live-helper sequence; There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#507253: marked as done (live-helper: fails to generate netboot on sparc)
Your message dated Sat, 10 Jan 2009 21:24:23 +0100 with message-id <496903f7.5060...@debian.org> and subject line Re: live-helper: fails to generate netboot on sparc has caused the Debian Bug report #507253, regarding live-helper: fails to generate netboot on sparc to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 507253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507253 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-helper Version: 1.0.1-3 Severity: normal lh_build fails to genetate netboot on sparc. parametres: lh_config -a sparc -b net -d lenny --categories "main contrib non-free" logs: Parallel mksquashfs: Using 1 processor Creating big endian 3.1 filesystem on filesystem.squashfs, block size 131072. [] 10897/10897 100% Exportable Big endian filesystem, data block size 131072, compressed data, compressed metadata, compressed fragments, duplicates are removed Filesystem size 83853.72 Kbytes (81.89 Mbytes) 39.53% of uncompressed filesystem size (212121.64 Kbytes) Inode table size 129260 bytes (126.23 Kbytes) 33.26% of uncompressed inode table size (388604 bytes) Directory table size 111470 bytes (108.86 Kbytes) 54.86% of uncompressed directory table size (203197 bytes) Number of duplicate files found 793 Number of inodes 12028 Number of files 10065 Number of fragments 820 Number of symbolic links 646 Number of device nodes 80 Number of fifo nodes 2 Number of socket nodes 0 Number of directories 1235 Number of uids 3 root (0) libuuid (100) man (6) Number of gids 14 video (44) audio (29) tty (5) kmem (15) disk (6) adm (4) shadow (42) crontab (102) staff (50) libuuid (101) src (40) root (0) utmp (43) mail (8) Reading package lists... Done Building dependency tree Reading state information... Done Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: squashfs-tools* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 250kB disk space will be freed. (Reading database ... 11181 files and directories currently installed.) Removing squashfs-tools ... Processing triggers for man-db ... P: Begin creating manifest... P: Begin installing local packages lists... P: Begin install linux-image... P: Begin installing memtest... W: skipping binary_memtest, foreign architecture. P: Begin copying binary includes... P: Begin copying binary local includes... P: Begin executing local hooks... P: Begin creating binary md5sum.txt... P: Begin building binary netboot image... Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: sparc-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 132kB of archives. After this operation, 307kB of additional disk space will be used. Get:1 http://apt-proxy lenny/main sparc-utils 1.9-4 [132kB] Fetched 132kB in 0s (1147kB/s) Selecting previously deselected package sparc-utils. (Reading database ... 11171 files and directories currently installed.) Unpacking sparc-utils (from .../sparc-utils_1.9-4_sparc.deb) ... Processing triggers for man-db ... Setting up sparc-utils (1.9-4) ... gzip: binary/live/vmlinuz-2.6.26-1-sparc64: not in gzip format P: Begin unmounting filesystems... To generate netboot, I replace the line "gzip -cd ${ORIGDIR}/${DEFAULT_KERNEL} > kernel.tmp" by "cp ${ORIGDIR}/${DEFAULT_KERNEL} kernel.tmp" in the file lh_binary_net. -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (999, 'testing'), (500, 'stable'), (100, 'unstable') Architecture: sparc (sparc64) Kernel: Linux 2.6.26-1-sparc64 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii debootstrap 1.0.10 Bootstrap a basic Debian system Versions of packages live-helper recommends: ii gettext-base 0.17-4 GNU Internationalization utilities Versions of packages live-helper suggests: pn dosfstools (no descript
Processed: your mail
Processing commands for cont...@bugs.debian.org: > block 510280 by 498143 Bug#498143: Please detect non-ISO block devices masquerading as Debian CDs Bug#510280: live-helper: installer on hdd image does not work Was not blocked by any bugs. Blocking bugs of 510280 added: 498143 > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#511247: marked as done (Debian mixed testing/unstable, apt.conf, Default-Release, live-helper sequence;)
Your message dated Sat, 10 Jan 2009 21:02:32 + with message-id and subject line Bug#511247: fixed in live-helper 1.0.2-3 has caused the Debian Bug report #511247, regarding Debian mixed testing/unstable, apt.conf, Default-Release, live-helper sequence; to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 511247: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511247 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-helper Version: 1.0.2-2 We can't build a Debian testing/ unstable mixed system with just the /etc/apt/apt.conf file with this line: APT::Default-Release "testing"; Discussion from IRC #debian-live: [13:27] But we cannot use apt.conf (ie. Default-Release) as it requires the wrong type. And live-helper messes with it incorrectly if I read the scrollback correctly (which is a bug). [13:28] lamby: but lh_chroot_apt has no provision for arbitrary additional apt.conf.d material :P [13:28] if it did, we'd be ok [13:28] we could use Default-Release here [13:28] the line i posted to the list won't work only because we cannot automatically set this to LH_DISTRIBUTION [13:28] but if we could provide our own /etc/apt/conf.d/99default-release [13:29] er [13:29] /etc/apt/apt.conf.d/99default-release [13:29] then we'd be fine [13:29] Why can't you do that via includes? [13:29] because the sequence is: [13:29] lh_chroot_apt [13:29] Hah, of course. :) [13:29] lh_chroot_local-packages [13:29] Please file this is a bug. [13:30] lh_chroot_local-includes [13:30] :P from man apt.conf: Default-Release Default release to install packages from if more than one version available. Contains release name or release version. Examples: ´stable´, ´testing´, ´unstable´, ´4.0´, ´5.0*´. Release codenames (´etch´, ´lenny´ etc.) are not allowed now. See also apt_preferences(5). --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.2-3 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.2-3.diff.gz to pool/main/l/live-helper/live-helper_1.0.2-3.diff.gz live-helper_1.0.2-3.dsc to pool/main/l/live-helper/live-helper_1.0.2-3.dsc live-helper_1.0.2-3_all.deb to pool/main/l/live-helper/live-helper_1.0.2-3_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 511...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 10 Jan 2009 15:00:00 -0500 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann Description: live-helper - Debian Live build scripts Closes: 511247 Changes: live-helper (1.0.2-3) unstable; urgency=medium . [ Chris Lamb ] * Add 'dump' as a getopt longoption so as not to prevent rejection of --dump argument to lh_config. * Only print versions of live-helper in --dump output, not every package installed. * Test for dpkg-query instead of dpkg if we are only going to run dpkg-query within that scope. * Don't assume that if dpkg is installed, we'll actually get a live-helper version number from it. * Re-order arguments to find(1) to silence warning about sub-optimal ordering. * Set default value of _COLOR to "false" from "disabled". . [ Daniel Baumann ] * Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further apt configuration (Closes: #511247). * Adding sample hook to add custom /etc/modules entries. * Truncating resolv.conf created during bootstrap stage, otherwise we'll end up with a local resolv.conf in the final image. Thanks to Ben Armstrong . Checksums-Sha1: 3b865b1a92f9a824f26ff152447019a998d3ce51 1239 live-helper_1.0.2-3.dsc dceb198b7bedb50516c45e565eedaa807cf474b1 24709 live-helper_1.0.2-3.diff.gz 16d4965827574
Processed: Re: Bug#512413: Missing program (wc) in initramfs hook for live-initramfs
Processing commands for cont...@bugs.debian.org: > tags 512413 +pending Bug#512413: Missing program (wc) in initramfs hook for live-initramfs There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: live-initramfs: failing to mount persistence root 'live-rw'
Processing commands for cont...@bugs.debian.org: > tags 512656 +pending Bug#512656: live-initramfs: failing to mount persistence root 'live-rw' There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: live-initramfs: Change the path for persistent files.
Processing commands for cont...@bugs.debian.org: > tags 512661 +pending Bug#512661: live-initramfs: Change the path for persistent files. There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#512656: marked as done (live-initramfs: failing to mount persistence root 'live-rw')
Your message dated Mon, 26 Jan 2009 01:17:06 + with message-id and subject line Bug#512656: fixed in live-initramfs 1.154.6-1 has caused the Debian Bug report #512656, regarding live-initramfs: failing to mount persistence root 'live-rw' to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 512656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512656 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.154.3-1 Severity: important Trying to enable a persistent boot with a persistent root file (live-rw) the live boot stops with the following errors: mount: mounting aufs on /root failed: Invalid argument ... mount aufs on /root failed with option noatime,dirs=/cow=rw://filesystem.squashfs=rr In order to solve the problem I changed the following line (#209) in live-helpers, function setup_loop(): --- live-helpers.orig 2009-01-22 17:02:33.28125 +0100 +++ live-helpers2009-01-22 17:03:03.546875000 +0100 @@ -206,7 +206,7 @@ dev=$(sys2dev "${loopdev}") options='' - if [ -n ${readonly} ] + if [ -n "${readonly}" ] then if losetup --help 2>&1 | grep -q -- "-r\b" then A non-zero length test (-n) on an undefined and unquoted variable returns true. In this case setup_loop is called in find_cow_device() with only 3 arguments (6th is undefined) which leads to unexpected readonly loop mount. Cheers, Th. -- Package-specific info: I discover the error on a live-initramfs installed in ubuntu (while trying to replace casper by live-initramfs), but as the same code is part on the git version 1.154.5-1 2009-01-12, it probably worths reporting. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages live-initramfs depends on: ii busybox 1:1.1.3-4 Tiny utilities for small and embed ii file 4.17-5etch3 Determines file type using "magic" ii initramfs-tools 0.85i tools for generating an initramfs ii sudo 1.6.8p12-4 Provide limited super user privile ii udev 0.105-4 /dev/ and hotplug management daemo ii user-setup 1.11etch1 Set up initial user and password Versions of packages live-initramfs recommends: ii eject 2.1.4-3ejects CDs and operates CD-Changer pn uuid-runtime (no description available) ii wget 1.10.2-2 retrieves files from the web -- no debconf information --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.154.6-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.154.6-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.154.6-1.diff.gz live-initramfs_1.154.6-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.154.6-1.dsc live-initramfs_1.154.6-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.154.6-1_all.deb live-initramfs_1.154.6.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.154.6.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 512...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 26 Jan 2009 02:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.154.6-1 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann Description: live-initramfs - Debian Live initramfs hook Closes: 512413 512656 512661 Chang
Bug#512413: marked as done (Missing program (wc) in initramfs hook for live-initramfs)
Your message dated Mon, 26 Jan 2009 01:17:06 + with message-id and subject line Bug#512413: fixed in live-initramfs 1.154.6-1 has caused the Debian Bug report #512413, regarding Missing program (wc) in initramfs hook for live-initramfs to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 512413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512413 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.154.3-1 Severity: normal The following error is displayed during a debug live boot. /init: line 191: wc: not found In order to solve the problem I added the following line in initramfs hook for live-initramfs (hooks/live). copy_exec /usr/bin/wc /bin Note: wc is used by scripts/init (in the initramfs) to count lines and words. -- Package-specific info: I discover the error on a live-initramfs installed in ubuntu (while trying to replace casper by live-initramfs), but as the same program (wc) is missing on the version 1.154.5-1 2009-01-12 just downloaded from the git repository I think it worths to be reported here as well. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages live-initramfs depends on: ii busybox 1:1.1.3-4 Tiny utilities for small and embed ii file 4.17-5etch3 Determines file type using "magic" ii initramfs-tools 0.85i tools for generating an initramfs ii sudo 1.6.8p12-4 Provide limited super user privile ii udev 0.105-4 /dev/ and hotplug management daemo ii user-setup 1.11etch1 Set up initial user and password Versions of packages live-initramfs recommends: ii eject 2.1.4-3ejects CDs and operates CD-Changer pn uuid-runtime (no description available) ii wget 1.10.2-2 retrieves files from the web -- no debconf information --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.154.6-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.154.6-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.154.6-1.diff.gz live-initramfs_1.154.6-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.154.6-1.dsc live-initramfs_1.154.6-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.154.6-1_all.deb live-initramfs_1.154.6.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.154.6.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 512...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 26 Jan 2009 02:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.154.6-1 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann Description: live-initramfs - Debian Live initramfs hook Closes: 512413 512656 512661 Changes: live-initramfs (1.154.6-1) unstable; urgency=medium . * Replacing casper with live in live-new-uuid. * Including wc in initramfs (Closes: #512413). * Added missing variable quoting that lead to broken root persistence, thanks to Thierry Walrant (Closes: #512656). * Adding patch from Thierry Walrant to allow setting a path for the persistence files through persistent-path boot parameter (Closes: #512661). * Adding persistent-path to parameter list and manpage. * Actually building/cleaning manpages through targets in Makefile. Checksums-Sha1: 2e45a12499d4fac1744e98b92108a141ae76a472 1301 live-initramfs_1.154.6-1.dsc 5dc53494852051b4c522f393a75516f1c921c3bd 79846 live-initramfs_1.154.6.orig.tar.gz 2b6ab58b90de48a9df2e7
Bug#512661: marked as done (live-initramfs: Change the path for persistent files.)
Your message dated Mon, 26 Jan 2009 01:17:06 + with message-id and subject line Bug#512661: fixed in live-initramfs 1.154.6-1 has caused the Debian Bug report #512661, regarding live-initramfs: Change the path for persistent files. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 512661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512661 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.154.3-1 Severity: wishlist It would be nice to be able to specify the path where to find the persistent files just like it's possible to specify the path for the live media. Currently the persistent file must be in the root of a mounted device. In my setup I share a single USB key between multiple bootable images. The images are organized in subfolders, hence all files of a live CD (ie: live USB) are moved to a sub-folder. I have added the boot option 'persistent-path' to specify the path of the persistent files. See patch in attachment. BTW: the '.disk' folder location could also be moved to a non static path. Cheers, Th. -- Package-specific info: -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages live-initramfs depends on: ii busybox 1:1.1.3-4 Tiny utilities for small and embed ii file 4.17-5etch3 Determines file type using "magic" ii initramfs-tools 0.85i tools for generating an initramfs ii sudo 1.6.8p12-4 Provide limited super user privile ii udev 0.105-4 /dev/ and hotplug management daemo ii user-setup 1.11etch1 Set up initial user and password Versions of packages live-initramfs recommends: ii eject 2.1.4-3ejects CDs and operates CD-Changer pn uuid-runtime (no description available) ii wget 1.10.2-2 retrieves files from the web -- no debconf information --- scripts/live.orig 2009-01-22 17:13:01.359375000 +0100 +++ scripts/live2009-01-22 17:19:37.828125000 +0100 @@ -340,6 +340,11 @@ export PERSISTENT ;; + persistent-path=*) + PERSISTENT_PATH="${ARGUMENT#persistent-path=}" + export PERSISTENT_PATH + ;; + nopersistent) NOPERSISTENT="Yes" export NOPERSISTENT --- scripts/live-helpers.orig 2009-01-22 17:02:33.28125 +0100 +++ scripts/live-helpers2009-01-22 17:17:58.12500 +0100 @@ -299,6 +299,13 @@ cow_backing="/${pers_label}-backing" black_listed_devices="${2}" + if [ -z "${PERSISTENT_PATH}" ] + then + pers_fpath=${cow_backing}/${pers_label} + else + pers_fpath=${cow_backing}/${PERSISTENT_PATH}/${pers_label} + fi + for sysblock in $(echo /sys/block/* | tr ' ' '\n' | grep -v loop | grep -v ram | grep -v fd) do for dev in $(subdevices "${sysblock}") @@ -332,9 +339,9 @@ break fi - if [ -f "${cow_backing}/${pers_label}" ] + if [ -f "${pers_fpath}" ] then - echo $(setup_loop "${cow_backing}/${pers_label}" "loop" "/sys/block/loop*") + echo $(setup_loop "${pers_fpath}" "loop" "/sys/block/loop*") return 0 else umount ${cow_backing} --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.154.6-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in th
Processed: Re: Bug#511632: live-magic: live magic does not show on panel or alt+tab until build
Processing commands for cont...@bugs.debian.org: > tags 511632 +pending Bug#511632: live-magic: live magic does not show on panel or alt+tab until build There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#511632: marked as done (live-magic: live magic does not show on panel or alt+tab until build)
Your message dated Thu, 29 Jan 2009 00:32:03 + with message-id and subject line Bug#511632: fixed in live-magic 1.5 has caused the Debian Bug report #511632, regarding live-magic: live magic does not show on panel or alt+tab until build to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 511632: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511632 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-magic Version: 1.2 Severity: minor live magic does not show up on the window list panel or on alt+tab until it gets to the building stage, so changing windows/ minimizing all windows makes it disappear. found again after loading another instance and exiting the 2nd one. (1st instance reappeared on screen where i left off) Alon sal...@t2.technion.ac.il -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-magic depends on: ii gksu 2.0.0-6 graphical frontend to su ii live-helper 1.0.2-1 Debian Live build scripts ii python 2.5.2-3 An interactive high-level object-o ii python-glade22.12.1-6GTK+ bindings: Glade support ii python-gtk2 2.12.1-6Python bindings for the GTK+ widge ii python-support 0.8.4 automated rebuilding support for P ii python-vte 1:0.16.14-4 Python bindings for the VTE widget ii xdg-utils1.0.2-6 desktop integration utilities from Versions of packages live-magic recommends: ii cdebootstrap 0.5.3 Bootstrap a Debian system live-magic suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: live-magic Source-Version: 1.5 We believe that the bug you reported is fixed in the latest version of live-magic, which is due to be installed in the Debian FTP archive: live-magic_1.5.dsc to pool/main/l/live-magic/live-magic_1.5.dsc live-magic_1.5.tar.gz to pool/main/l/live-magic/live-magic_1.5.tar.gz live-magic_1.5_all.deb to pool/main/l/live-magic/live-magic_1.5_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 511...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Chris Lamb (supplier of updated live-magic package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 10 Jan 2009 04:01:59 + Source: live-magic Binary: live-magic Architecture: source all Version: 1.5 Distribution: unstable Urgency: low Maintainer: Debian Live Changed-By: Chris Lamb Description: live-magic - GUI frontend to create Debian LiveCDs, netboot images, etc. Closes: 511632 Changes: live-magic (1.5) unstable; urgency=low . * Use WINDOW_TYPE_HINT_DIALOG hint instead of WINDOW_TYPE_HINT_MENU to prevent awkward and non-intuitive behaviour when iconifying window. Thanks to Daniel Watkins . (Closes: #511632) * Correct (and clarify) logic of file manager fallback. * Re-order import of GTK and PyGTK as GTK requires that PyGTK is imported first. This is required for compatibility with python-gtk2 2.13 (currently in experimental). Thanks to Michael Vogt. * Add missing 'ignore-system-defaults' and 'color' constructor arguments. Checksums-Sha1: b7de235713135e5f89961bfe295139c19794de16 1016 live-magic_1.5.dsc 220523e122a120f78529caf6ccd66901adc03013 78507 live-magic_1.5.tar.gz 44665ba8e03c37e01c65c4c45fc1c41336a7ddbb 62162 live-magic_1.5_all.deb Checksums-Sha256: b14d20a99dc2b7a3a3c52531147abbf7f49f40963a227557c92551eb3cb13b49 1016 live-magic_1.5.dsc 830923d0bfe59dbf1d60b1f81c399199be8b31d2f69a85423fabb9de56272d57 78507 live-magic_1.5.tar.gz 7464e803020cf8abbbebd8ee891a510c2ecb2935480d864a82dac6608e7bfbff 62162 live-magic_1.5_all.deb Files: 8af8b5a312926147837bc2d6748ab036 1016 misc optional live-magic_1.5.dsc f8aa50f6804155b0f58982861e02f69a 78507 misc optional live-magic_1.5.tar.gz 7fdaeba2aa412
Processed: Re: Bug#514196: live-helper: Please consider this pt_br localization update
Processing commands for cont...@bugs.debian.org: > tags 514196 +pending Bug#514196: live-helper: Please consider this pt_br localization update Tags were: l10n patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#506591: marked as done (A central place for stacked filesystems)
Your message dated Sun, 08 Feb 2009 00:10:46 +0100 with message-id <498e14f6.8090...@debian.org> and subject line Re: A central place for stacked filesystems has caused the Debian Bug report #506591, regarding A central place for stacked filesystems to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 506591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506591 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.139.1-4 Severity: wishlist On Thu, 20 Nov 2008 18:07:48 +, T o n g wrote: It seems that I can't access the stacked filesystems individually. I.e., the mount point of each individual stacked filesystems is not accessible for me. I hope, as we might have several stackable fs in /live, that the mount point for them is not from root, but some central location, say under /live/module, for example? On Thu, 20 Nov 2008 21:50:19 +0100, Daniel Baumann wrote: > /live/module (or /live/modules ?) sounds sane to me, go on. Both are fine, but let's use /live/module, as per the Perl Best Practices suggests, because normally it is going to be addressed individually, e.g., /live/module/so_and_so which sounds better than /live/modules/so_and_so regards -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (300, 'testing'), (50, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-grml (SMP w/1 CPU core; PREEMPT) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- As Marco already said, all the modules (as in squashfs partial filesystem) are mounted under /live anyway. so closing this bug. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Bug#457070: marked as done (should not ask to remove CD if not using one)
Your message dated Sun, 08 Feb 2009 14:32:27 + with message-id and subject line Bug#457070: fixed in live-initramfs 1.156.1-1 has caused the Debian Bug report #457070, regarding should not ask to remove CD if not using one to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 457070: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457070 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initscripts Severity: minor When the live system boots from network it should not stop to ask to remove CD on shutdown. When it copies the CD to RAM it should eject the CD when it's copied, and not stop on stutdown to ask to remove the CD. As a workaround I use the power switch (as opposed to the power button which is probably not configured anyway). -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.23.3-src (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.156.1-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.156.1-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.156.1-1.diff.gz live-initramfs_1.156.1-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.156.1-1.dsc live-initramfs_1.156.1-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.156.1-1_all.deb live-initramfs_1.156.1.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.156.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 457...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 8 Feb 2009 15:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.156.1-1 Distribution: unstable Urgency: high Maintainer: Debian Live Changed-By: Daniel Baumann Description: live-initramfs - Debian Live initramfs hook Closes: 457070 Changes: live-initramfs (1.156.1-1) unstable; urgency=high . [ Daniel Baumann ] * Revert using debhelper 7 command in rules. * Updating copyright file. * Prefixing debhelper files with package name. * Updating bug script. * Removing bashism in initscript. * Usage of dialog in initscript is not actually a todo. * Correcting medium eject message in initscript. * Making medium removal message working again with usplash. * Rewrapping init script. * Reordering rules file. * Merging casper 1.155. * Adding ext4 support. * Merging casper 1.156. * Correct eject login in initscript. * Updating parameters.txt. . [ Ronny Standtke ] * Do not eject USB flash drives (Closes: #457070). Checksums-Sha1: ff6f73c5b5e890e102dd08134917f223742fd1a1 1301 live-initramfs_1.156.1-1.dsc 889941ac019663a693e32007486635fcfeb6245a 80856 live-initramfs_1.156.1.orig.tar.gz 35ce3a941a55132a38f30d924d31178738dad66f 10948 live-initramfs_1.156.1-1.diff.gz c312a6c002a53fe1cf5a605dbb26b5d9e176176a 88260 live-initramfs_1.156.1-1_all.deb Checksums-Sha256: bb6ee324d9488eb8aa141646e74a955be46b3206ceb314c382c0efe7a4b4f364 1301 live-initramfs_1.156.1-1.dsc 4395de9369820f93c41829e19287e955e8fe1cbf8443a420330cbeb87a9f4c1b 80856 live-initramfs_1.156.1.orig.tar.gz ac8a4ff15e8182f1754c1ca9614baa8b809133736a51533d024ef1f10214e5e4 10948 live-initramfs_1.156.1-1.diff.gz 9e715caf2f74f9c17e813d84e939244ac34d892f255c5fb19bd7751d5b7eeb97 88260 live-initramfs_1.156.1-1_all.deb Files: af50abd9024db214122bfe6e28c7a53b 1301 misc optional live-initramfs_1.156.1-1.dsc c6fae1fa37a0ce9e0674d38c15056a04 80856 misc optional live-initramfs_1.156.1.orig.tar.gz 58654b6fde4c827b711ced0e798a73af 10948 misc optional live-initramfs_1.156.1-1.diff.gz c6793948a70b36ce0e4a117ba07b7e2a 88260 misc optional live-initramfs_1.156.1-1_all.deb -BEGIN PGP SIGNATURE---
Bug#514196: marked as done (live-helper: Please consider this pt_br localization update)
Your message dated Tue, 10 Feb 2009 00:02:07 + with message-id and subject line Bug#514196: fixed in live-helper 1.0.3-2 has caused the Debian Bug report #514196, regarding live-helper: Please consider this pt_br localization update to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 514196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514196 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-helper Version: 1.0.1-1 Severity: wishlist Tags: l10n, patch File attached. Thanks, -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii cdebootstrap 0.5.3 Bootstrap a Debian system ii debootstrap 1.0.10 Bootstrap a basic Debian system ii gettext-base 0.17-4 GNU Internationalization utilities live-helper recommends no packages. Versions of packages live-helper suggests: ii dosfstools3.0.0-1utilities for making and checking ii fakeroot 1.10.1 Gives a fake root environment ii genisoimage 9:1.1.8-1+b1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47lenny1 GRand Unified Bootloader (Legacy v ii memtest86+2.01-1.1 thorough real-mode memory tester ii mtools3.9.11-1 Tools for manipulating MSDOS files ii parted1.8.8.git.2008.03.24-9 The GNU Parted disk partition resi ii squashfs-tools1:3.3-7Tool to create and append to squas ii sudo 1.6.9p17-1 Provide limited super user privile ii syslinux 2:3.71+dfsg-2 Kernel loader which uses a FAT, ex ii uuid-runtime 1.41.0-4 universally unique id library pn win32-loader (no description available) -- no debconf information -- Tiago Bortoletto Vaz http://tiagovaz.org 0xA504FECA - http://pgp.mit.edu GNU/Linux user #188687 pt_BR.po.gz Description: Binary data signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: live-helper Source-Version: 1.0.3-2 We believe that the bug you reported is fixed in the latest version of live-helper, which is due to be installed in the Debian FTP archive: live-helper_1.0.3-2.dsc to pool/main/l/live-helper/live-helper_1.0.3-2.dsc live-helper_1.0.3-2.tar.gz to pool/main/l/live-helper/live-helper_1.0.3-2.tar.gz live-helper_1.0.3-2_all.deb to pool/main/l/live-helper/live-helper_1.0.3-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 514...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-helper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 10 Feb 2009 00:00:00 +0100 Source: live-helper Binary: live-helper Architecture: source all Version: 1.0.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann Description: live-helper - Debian Live build scripts Closes: 514196 Changes: live-helper (1.0.3-2) unstable; urgency=medium . [ Daniel Baumann ] * Regenerationg live-helper pot file. * Fixing typo in changelog. * Correcting order of genisoimage option assembling, the exludes do have to be processed last. * Adding clean parameter to lh_config to minimize config directory by automatically removing unused and thus empty subdirectories. * Splitting out win32-loader handling into own helper script. * Take win32-loader from the target distribution by using the chroot. * Revert using debhelper 7 command in rules. * Prefixing debhelper files with package name. * Updating copyright file. * Cleaning up rules file. * Moving binary manifest to live subdirectory on the images. * Moving live-initramfs or casper parameter list to live subdirector
Processed: Re: live-initramfs: scripts/live doesn't deal properly with multiple NICs
Processing commands for cont...@bugs.debian.org: > severity 514916 normal Bug#514916: live-initramfs: scripts/live doesn't deal properly with multiple NICs Severity set to `normal' from `important' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#515721: [general] live: disk1 boot method fails
Processing commands for cont...@bugs.debian.org: > reassign 515721 live-helper Bug#515721: [general] live: disk1 boot method fails Bug reassigned from package `general' to `live-helper'. > retitle 515721 syslinux help screens mention unused localboot methods Bug#515721: [general] live: disk1 boot method fails Changed Bug title to `syslinux help screens mention unused localboot methods' from `[general] live: disk1 boot method fails'. > severity 515721 minor Bug#515721: syslinux help screens mention unused localboot methods Severity set to `minor' from `normal' > tag 515721 pending Bug#515721: syslinux help screens mention unused localboot methods There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#515718: [general] live: failures at shutdown on USB flash drive
Processing commands for cont...@bugs.debian.org: > reassign 515718 live-initramfs Bug#515718: [general] live: failures at shutdown on USB flash drive Bug reassigned from package `general' to `live-initramfs'. > retitle 515718 noise at shutdown when no persistency is used Bug#515718: [general] live: failures at shutdown on USB flash drive Changed Bug title to `noise at shutdown when no persistency is used' from `[general] live: failures at shutdown on USB flash drive'. > severity 515718 minor Bug#515718: noise at shutdown when no persistency is used Severity set to `minor' from `normal' > tag 515718 pending Bug#515718: noise at shutdown when no persistency is used There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#515974: live-helper: Use "Squeeze" can't lh_build
Processing commands for cont...@bugs.debian.org: > tags 515974 +pending Bug#515974: live-helper: Use "Squeeze" can't lh_build There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#516914: live-initramfs: should check if /var/log is writable before copying
Processing commands for cont...@bugs.debian.org: > tags 516914 +pending Bug#516914: live-initramfs: should check if /var/log is writable before copying Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#517087: live-helper: Build error
Processing commands for cont...@bugs.debian.org: > tags 517087 +moreinfo Bug#517087: live-helper: Build error There were no tags set. Tags added: moreinfo > tags 517087 +unreproducible Bug#517087: live-helper: Build error Tags were: moreinfo Tags added: unreproducible > severity 517087 normal Bug#517087: live-helper: Build error Severity set to `normal' from `important' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#497561: marked as done (live-initramfs: mount-call in scripts/init-bottom/udev has wrong syntax)
Your message dated Thu, 26 Feb 2009 11:08:01 +0100 with message-id <49a66a01.3030...@debian.org> and subject line Re: live-initramfs: mount-call in scripts/init-bottom/udev has wrong syntax has caused the Debian Bug report #497561, regarding live-initramfs: mount-call in scripts/init-bottom/udev has wrong syntax to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 497561: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497561 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Severity: important Tags: patch The udev-script in scripts/init-bottom/ on the ramdisk created for live-initramfs seems to use an deprecated syntax for the mount-call: mount -n -o move /dev $rootmnt/dev This will cause the booting live system to abort with a kernel-panic (mount complaining with "You must specify the filesystem-type"). Unpacking the ramdisk, replacing the above line with: mount --move /dev $rootmnt/dev fixed it and the live-system will boot properly. The initrd I used was created by "make-fai-nfsroot" in the fai-server-package, but the fai-maintainers told me this would rather be a bug in "live-initramfs", so I post it here. Regards, Adrian -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-initramfs depends on: ii busybox 1:1.10.2-1 Tiny utilities for small and embed ii file 4.25-1 Determines file type using "magic" ii initramfs-tools 0.92f tools for generating an initramfs ii sudo 1.6.9p17-1 Provide limited super user privile ii udev 0.125-5/dev/ and hotplug management daemo pn user-setup (no description available) Versions of packages live-initramfs recommends: ii eject 2.1.5+deb1-1 ejects CDs and operates CD-Changer pn uuid-runtime (no description available) ii wget1.11.4-1 retrieves files from the web Versions of packages live-initramfs suggests: pn curlftpfs (no description available) pn genext2fs (no description available) pn httpfs2(no description available) pn loop-aes-utils (no description available) pn mtd-tools (no description available) pn squashfs-tools (no description available) --- End Message --- --- Begin Message --- Hi, to summarise: * live-initramfs never had any scripts in init-bottom. * the scripts/live script uses correct mount options for the included mount program inside the initramfs. * i cannot reproduce any panic with live images. * i cannot reporoduce any "You must specify the filesystem-type" message at boot time. therefore, I'm closing this bug. feel free to reopen if you have evidence for the bug with current systems. also, if there is no standard way of generating an image where it happens (e.g. when not using live-helper), consider providing a test image so that a particular image can be debugged. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Bug#517087: marked as done (live-helper: Build error)
Your message dated Thu, 26 Feb 2009 16:24:21 +0100 with message-id <49a6b425.4000...@debian.org> and subject line Re: Bug#517087: Reproducing the error has caused the Debian Bug report #517087, regarding live-helper: Build error to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 517087: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517087 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-helper Version: 1.0.3-2 Severity: important Hello, When I try to make the image it finishes with the following error Reading package lists... Done P: Deconfiguring file /etc/apt/apt.conf P: Deconfiguring file /etc/hostname P: Deconfiguring file /bin/hostname mv: cannot stat `chroot/bin/hostname.orig': No such file or directory P: Begin unmounting filesystems... It seems the same bug as #449087, but it seems to be closed and I am using a new instalation. Luis llana. -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers stable APT policy: (900, 'stable'), (400, 'testing'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii cdebootstrap0.5.4Bootstrap a Debian system ii debootstrap 1.0.10lenny1 Bootstrap a basic Debian system Versions of packages live-helper recommends: ii gettext-base 0.17-3 GNU Internationalization utilities Versions of packages live-helper suggests: ii dosfstools 2.11-6 utilities for making and checking ii genisoimage 9:1.1.8-1+b1 Creates ISO-9660 CD-ROM filesystem ii grub0.97-47 GRand Unified Bootloader (Legacy v pn memtest86+ | memtest86 (no description available) ii mtools 3.9.11-1 Tools for manipulating MSDOS files pn parted (no description available) pn squashfs-tools | genext2fs (no description available) ii sudo1.6.9p17-1 Provide limited super user privile ii uuid-runtime1.41.0-3 universally unique id library pn win32-loader (no description available) -- no debconf information --- End Message --- --- Begin Message --- Luis Fernando Llana Díaz wrote: > It was caused by an unclean build. ok, closing then. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Processed: Re: Bug#517998: [live-helper] "Could not find kernel image" issue with syslinux bootloader
Processing commands for cont...@bugs.debian.org: > tags 517998 +moreinfo Bug#517998: [live-helper] "Could not find kernel image" issue with syslinux bootloader There were no tags set. Tags added: moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed (with 1 errors): Re: live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode
Processing commands for cont...@bugs.debian.org: > tags 506410 +tags Unknown tag/s: tags. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny lenny-ignore squeeze squeeze-ignore. Bug#506410: live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode There were no tags set. Tags added: > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode
Processing commands for cont...@bugs.debian.org: > tags 506410 +pending Bug#506410: live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#506410: live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode
Processing commands for cont...@bugs.debian.org: > tags 506410 +pending Bug#506410: live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode Tags were: pending Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#506321: marked as done (live-initramfs: improve documentation for persistency feature)
Your message dated Fri, 06 Mar 2009 09:52:08 +0100 with message-id <49b0e438.1060...@debian.org> and subject line Re: live-initramfs: improve documentation for persistency feature has caused the Debian Bug report #506321, regarding live-initramfs: improve documentation for persistency feature to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 506321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506321 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.139.1-4 Severity: wishlist The documentation regarding the persistency feature should be improved. The live-snapshot manpage is lacking some usage examples. I'd like to see stuff from http://live.debian.net/manual/html/persistence.html integrated within the offline docs as well. (I'm not yet familiar with the details of the persistency feature within live-initramfs, so at least for now someone who already knows all the details should provide the docs, I'll provide further docs as soon as I digged into all the details then.) thx && regards, -mika- --- End Message --- --- Begin Message --- Hi, rather than including all the stuff from the manual into the manpage, which would be uselessly doubling the information and putting load on us to keep it current, and because the manpages are supposed to be by their nature more a reference sort of documentation, the manual was uploaded to debian as an ordinary package, which means that we'll be shipping the manual pre-installed on the live systems and users can offline look for the information they need. live-manual unfortunately is, for no good reason, stuck in NEW for over two month now. But it will eventually make it... Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Processed: your mail
Processing commands for cont...@bugs.debian.org: > tags 509373 +pending Bug#509373: live-initramfs: When I enable persistence it fails remounting /cow Tags were: moreinfo Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: live-initramfs: more doesn't work
Processing commands for cont...@bugs.debian.org: > clone 517444 -1 Bug#517444: live-initramfs: more doesn't work Bug 517444 cloned as bug 518454. > reassign -1 util-linux Bug#518454: live-initramfs: more doesn't work Bug reassigned from package `live-initramfs' to `util-linux'. > retitle 517444 live: more doesn't work Bug#517444: live-initramfs: more doesn't work Changed Bug title to `live: more doesn't work' from `live-initramfs: more doesn't work'. > retitle -1 more doesn't work in live systems Bug#518454: live-initramfs: more doesn't work Changed Bug title to `more doesn't work in live systems' from `live-initramfs: more doesn't work'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: your mail
Processing commands for cont...@bugs.debian.org: > tags 517153 +pending Bug#517153: chroot: cannot execute /usr/sbin/install-keymap: There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: your mail
Processing commands for cont...@bugs.debian.org: > retitle 452444 source configure_networking from initramfs to honor ip= Bug#452444: honor ip= Changed Bug title to `source configure_networking from initramfs to honor ip=' from `honor ip='. > severity 452444 normal Bug#452444: source configure_networking from initramfs to honor ip= Severity set to `normal' from `wishlist' > tags 452444 +squeeze Bug#452444: source configure_networking from initramfs to honor ip= There were no tags set. Tags added: squeeze > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: your mail
Processing commands for cont...@bugs.debian.org: > retitle 517998 syslinux non-menu fixes for etch and lenny/pxe needed Bug#517998: [live-helper] "Could not find kernel image" issue with syslinux bootloader Changed Bug title to `syslinux non-menu fixes for etch and lenny/pxe needed' from `[live-helper] "Could not find kernel image" issue with syslinux bootloader'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: your mail
Processing commands for cont...@bugs.debian.org: > block 442289 by 403369 Bug#403369: initscripts: boot messages not displayed on serial console with bootlogd enabled Bug#442289: 25configure_init Mangles ttyS Lines in /etc/inittab Was not blocked by any bugs. Blocking bugs of 442289 added: 403369 > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#517153: marked as done (chroot: cannot execute /usr/sbin/install-keymap:)
Your message dated Sat, 21 Mar 2009 13:32:03 + with message-id and subject line Bug#517153: fixed in live-initramfs 1.157.1-1 has caused the Debian Bug report #517153, regarding chroot: cannot execute /usr/sbin/install-keymap: to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 517153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517153 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.156.1-1 Severity: normal Setting up console keyboard fails because install-keymap is not in /usr/sbin/ -- Package-specific info: *** live.log Begin: Running /scripts/live-premount ... done. Begin: Running /scripts/live-realpremount ... done. Begin: Mounting "/live/image/live/filesystem.squashfs" on "/filesystem.squashfs" via "/dev/loop0" ... done. done. Begin: Running /scripts/live-bottom ... Begin: Copying config on real root fs ... done. Begin: Setting timezone ... done. Begin: Moving mount points ... done. Begin: Setting hostname ... done. Begin: Adding live session user ... done. Begin: Configuring fstab ... done. Begin: Setting up locales ... Generating locales (this might take a while)... fr_FR.UTF-8... done Generation complete. done. Begin: Setting up automatic login ... done. Begin: Setting up console keyboard ... chroot: cannot execute /usr/sbin/install-keymap: No such file or directory done. Begin: Configuring X ... done. Begin: Configuring X video driver ... done. Begin: Configuring gnome-panel-data ... done. Begin: Configuring screensaver ... done. Begin: Preconfiguring /etc/modules ... done. Begin: Preconfiguring networking ... done. Begin: Loading preseed file ... done. Begin: Setting up init ... done. Begin: Configuring accessibility options ... done. Begin: Disabling update-notifier ... done. Begin: Configuring power management ... done. Begin: Enabling detection of crashes ... done. Begin: Disabling kpersonalizer ... done. Begin: Fixing language selector ... done. Begin: Disabling trackerd ... done. Begin: Disabling jockey driver check ... done. Begin: Adding APT-CDROM source ... done. Begin: Disabling AppArmor (does not work with stacked file systems) ... done. Begin: Disabling update-initramfs ... done. Begin: Grant administrative PolicyKit pivilieges to default user ... done. done. -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (99, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-486 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-initramfs depends on: ii busybox 1:1.10.2-2 Tiny utilities for small and embed ii file 4.26-2 Determines file type using "magic" ii initramfs-tools 0.92o tools for generating an initramfs ii sudo 1.6.9p17-2 Provide limited super user privile ii udev 0.125-7/dev/ and hotplug management daemo ii user-setup1.23 Set up initial user and password Versions of packages live-initramfs recommends: ii eject 2.1.5+deb1-4 ejects CDs and operates CD-Changer pn uuid-runtime (no description available) ii wget1.11.4-2 retrieves files from the web Versions of packages live-initramfs suggests: pn curlftpfs (no description available) pn genext2fs (no description available) pn httpfs2(no description available) pn loop-aes-utils (no description available) pn mtd-tools (no description available) pn squashfs-tools (no description available) -- no debconf information --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.157.1-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.157.1-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.diff.gz live-initramfs_1.157.1-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.dsc live-initramfs_1.157.1-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.157.1-1_all.deb live-initramfs_1.157.1.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporti
Bug#506410: marked as done (live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode)
Your message dated Sat, 21 Mar 2009 13:32:03 + with message-id and subject line Bug#506410: fixed in live-initramfs 1.157.1-1 has caused the Debian Bug report #506410, regarding live-initramfs: error "umount /live/cow device is busy" during shutdown from persistent mode to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 506410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506410 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.139.1-4 Severity: important while shutdown live system in persistent mode the error "umount /live/cow device is busy". After this the filesystem is not cleanly unmounted and fsck reports errors after each shutdown prozess. I use the live-helper 1.0.1-1 in debian lenny - but with the new live-initramfs 1.139.1-4 because of BUG#500672. I just copied the live-initramfs debian-package from unstable to .../config/chroot_local_packages. It works fine while booting but makes the described problems during shutdown. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.157.1-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.157.1-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.diff.gz live-initramfs_1.157.1-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.dsc live-initramfs_1.157.1-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.157.1-1_all.deb live-initramfs_1.157.1.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 506...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 21 Mar 2009 14:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.157.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann Description: live-initramfs - Debian Live initramfs hook Closes: 506410 515718 516914 517153 Changes: live-initramfs (1.157.1-1) unstable; urgency=medium . [ Daniel Baumann ] * Only snapshotting in initscript when we actually run with persistence. . [ Rene Mayrhofer ] * Checking if /var/log is writable before trying to copy live.log to the newly mounted root filesystem (Closes: #516914). . [ Daniel Baumann ] * Improving check in 21xdriver when we don't do anything. * Adding hack to remove live specific filesystems from umounfs initscript (Closes: #506410, #515718). * Adding comsetic line wrapping for output of local-gen messages during boot. * Merging casper 1.157. * Only calling install-keymap if it's actually installed, which is always but in minimal images the case though (Closes: #517153). * Adding silent boot parameter. * Respecting media timeout even when specificing media device manually. * Also allowing to use the removable keyword for specifying a live media. * Correcting accidental syntax error in one of the previous commits in 19keyboard bottom script. * Adding removable-usb keyword to further restrict live media selection. * Correcting check for usb when using removable-usb keyword. * Correcting typo in locale bottom script. Checksums-Sha1: cfade38f96fec76923121be35e9693445a14e459 1301 live-initramfs_1.157.1-1.dsc bd7e777325c22e46b781b0c44c6162e3ddce613b 82029 live-initramfs_1.157.1.orig.tar.gz dc09620d3d2fe9ceec896922c056dde5f2d0bbc4 11386 live-initramfs_1.157.1-1.diff.gz 5dc536ad3f9e6e9106595b9842dc6846075d4b38 90486 live-initramfs_1.157.1-1_all.deb Checksums-Sha256: f8b267ff18e770c1530dc7c4dbd4a7327a7
Bug#516914: marked as done (live-initramfs: should check if /var/log is writable before copying)
Your message dated Sat, 21 Mar 2009 13:32:03 + with message-id and subject line Bug#516914: fixed in live-initramfs 1.157.1-1 has caused the Debian Bug report #516914, regarding live-initramfs: should check if /var/log is writable before copying to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 516914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516914 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Severity: wishlist Tags: patch Justification: cosmetical The attached patch just adds a check before trying to copy live.log to the newly mounted root filesystem. When using the "exposedroot skipunion" options, then /var/log may not be writable at this time, resulting in an error message during bootup. The patch fixed this. -- System Information: Debian Release: 5.0 APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.27-12-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-initramfs depends on: ii busybox 1:1.10.2-2 Tiny utilities for small and embed ii file 4.26-2 Determines file type using "magic" pn initramfs-tools(no description available) ii sudo 1.6.9p17-2 Provide limited super user privile pn udev (no description available) pn user-setup (no description available) Versions of packages live-initramfs recommends: pn eject (no description available) ii uuid-runtime 1.41.3-1 universally unique id library ii wget 1.11.4-2 retrieves files from the web Versions of packages live-initramfs suggests: pn curlftpfs (no description available) pn genext2fs (no description available) pn httpfs2(no description available) pn loop-aes-utils (no description available) pn mtd-tools (no description available) ii squashfs-tools1:3.3-7Tool to create and append to squas --- usr/share/initramfs-tools/scripts/live~ 2009-02-08 15:09:09.0 +0100 +++ usr/share/initramfs-tools/scripts/live 2009-02-24 10:41:29.0 +0100 @@ -1585,5 +1585,5 @@ exec 1>&6 6>&- exec 2>&7 7>&- kill ${tailpid} - cp live.log "${rootmnt}/var/log/" + [ -w "${rootmnt}/var/log/" ] && cp live.log "${rootmnt}/var/log/" 2>/dev/null } signature.asc Description: This is a digitally signed message part. --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.157.1-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.157.1-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.diff.gz live-initramfs_1.157.1-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.dsc live-initramfs_1.157.1-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.157.1-1_all.deb live-initramfs_1.157.1.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 516...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 21 Mar 2009 14:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.157.1-1 Distribution: unstable Urgency: medium Maintainer:
Bug#515718: marked as done (noise at shutdown when no persistency is used)
Your message dated Sat, 21 Mar 2009 13:32:03 + with message-id and subject line Bug#515718: fixed in live-initramfs 1.157.1-1 has caused the Debian Bug report #515718, regarding noise at shutdown when no persistency is used to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 515718: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515718 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: general Version: 5.0.0 Severity: normal When shutting down Debian Live running from a USB flash drive, one gets a bunch of errors on tty1: Cleaning up ifupdown Unmounting temporary filesystems...umount: /live/cow: device is busy umount: /live/cow: device is busy umount: /live: device is busy umount: /live: device is busy failed. Deactivating swap...done. Unmounting local filesystems...umount2: No such file or directory umount: /filesystem.squashfs: not found umount2: Device or resource busy umount: /dev/sda1 busy - remounted read-only failed. live-initramfs is resyncing snapshots and caching reboot files... Please remove the USB flash drive and press ENTER to continue: Apparently, Debian Live doesn't have persistence by default, so that's just not pretty. --- End Message --- --- Begin Message --- Source: live-initramfs Source-Version: 1.157.1-1 We believe that the bug you reported is fixed in the latest version of live-initramfs, which is due to be installed in the Debian FTP archive: live-initramfs_1.157.1-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.diff.gz live-initramfs_1.157.1-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.157.1-1.dsc live-initramfs_1.157.1-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.157.1-1_all.deb live-initramfs_1.157.1.orig.tar.gz to pool/main/l/live-initramfs/live-initramfs_1.157.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 515...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann (supplier of updated live-initramfs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 21 Mar 2009 14:00:00 +0100 Source: live-initramfs Binary: live-initramfs Architecture: source all Version: 1.157.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Live Changed-By: Daniel Baumann Description: live-initramfs - Debian Live initramfs hook Closes: 506410 515718 516914 517153 Changes: live-initramfs (1.157.1-1) unstable; urgency=medium . [ Daniel Baumann ] * Only snapshotting in initscript when we actually run with persistence. . [ Rene Mayrhofer ] * Checking if /var/log is writable before trying to copy live.log to the newly mounted root filesystem (Closes: #516914). . [ Daniel Baumann ] * Improving check in 21xdriver when we don't do anything. * Adding hack to remove live specific filesystems from umounfs initscript (Closes: #506410, #515718). * Adding comsetic line wrapping for output of local-gen messages during boot. * Merging casper 1.157. * Only calling install-keymap if it's actually installed, which is always but in minimal images the case though (Closes: #517153). * Adding silent boot parameter. * Respecting media timeout even when specificing media device manually. * Also allowing to use the removable keyword for specifying a live media. * Correcting accidental syntax error in one of the previous commits in 19keyboard bottom script. * Adding removable-usb keyword to further restrict live media selection. * Correcting check for usb when using removable-usb keyword. * Correcting typo in locale bottom script. Checksums-Sha1: cfade38f96fec76923121be35e9693445a14e459 1301 live-initramfs_1.157.1-1.dsc bd7e777325c22e46b781b0c44c6162e3ddce613b 82029 live-initramfs_1.157.1.orig.tar.gz dc09620d3d2fe9ceec896922c056dde5f2d0bbc4 11386 live-initramfs_1.157.1-1.diff.gz 5dc536ad3f9e6e9106595b9842dc6846075d4b38 90486 live-initramfs_1.157.1-1_all.deb Checksums-Sha256: f8b267ff18e770c1530dc7c4dbd4a7327a7304990d1f7f0038f7782fbc7c1507 1301 live-initramfs_1.157.1-1.dsc bbc7a115c87f70e3b0b7b200159d932ee2bc1bb583da746469f57cbdb240e97e 82029 live-initramfs
Processed: Re: Bug#521557: live-initramfs: Include gpm
Processing commands for cont...@bugs.debian.org: > reassign 521557 live-helper Bug#521557: live-initramfs: Include gpm Bug reassigned from package `live-initramfs' to `live-helper'. > tags 521557 +pending Bug#521557: live-initramfs: Include gpm There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#509373: marked as done (live-initramfs: When I enable persistence it fails remounting /cow)
Your message dated Thu, 09 Apr 2009 18:17:17 +0200 with message-id <49de1f8d.3040...@debian.org> and subject line has caused the Debian Bug report #509373, regarding live-initramfs: When I enable persistence it fails remounting /cow to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 509373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509373 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-initramfs Version: 1.139.1-3 Severity: important I have a compactflash based ide drive with two partitions (hdc1, hdc2). On hdc1 I have put a custom built debian live testing using squashfs. I have planned to use /dev/hdc2 (ext3) as persistent store. I have tried two way: labelling hdc2 with live-rw or putting a live-rw file inside /dev/hdc2. Either way the boot stops and appears a message that suggests me to file a bug to live-initramfs. The error is: Remounting /dev/hdc2 ro on /cow /home-rw-backing failed I can see from the shell that /dev/hdc2 is already mounted rw,errors=continue,data=ordered on /cow AND on /home-rw-backing. Thanks in advance for interest. -- Package-specific info: -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.27.6 (SMP w/1 CPU core; PREEMPT) Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages live-initramfs depends on: ii busybox 1:1.10.2-2 Tiny utilities for small and embed ii file 4.26-2 Determines file type using "magic" ii initramfs-tools 0.92l tools for generating an initramfs ii sudo 1.6.9p17-1 Provide limited super user privile ii udev 0.125-7/dev/ and hotplug management daemo ii user-setup1.23 Set up initial user and password Versions of packages live-initramfs recommends: ii eject 2.1.5+deb1-4 ejects CDs and operates CD-Changer pn uuid-runtime (no description available) ii wget1.11.4-2 retrieves files from the web Versions of packages live-initramfs suggests: pn curlftpfs (no description available) pn genext2fs (no description available) pn httpfs2(no description available) pn loop-aes-utils (no description available) pn mtd-tools (no description available) ii squashfs-tools1:3.3-7+c0.sidux.1 Tool to create and append to squas -- no debconf information --- End Message --- --- Begin Message --- Version: 1.157.1-1 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Processed: Re: Bug#527311: lh_chroot_hacks nukes the man index
Processing commands for cont...@bugs.debian.org: > tags 527311 +pending Bug#527311: lh_chroot_hacks nukes the man index Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed (with 1 errors): Re: stripped hook doesn't get rid of apt lists
Processing commands for cont...@bugs.debian.org: > tags 527974 + pending Bug#527974: stripped hook doesn't get rid of apt lists There were no tags set. Tags added: pending > rename 527974 Should warn when including apt lists and using minimal Unknown command or malformed arguments to command. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: stripped hook doesn't get rid of apt lists
Processing commands for cont...@bugs.debian.org: > retitle 527974 Should warn when including apt lists and using minimal Bug#527974: stripped hook doesn't get rid of apt lists Changed Bug title to `Should warn when including apt lists and using minimal' from `stripped hook doesn't get rid of apt lists'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#515721: marked as done (syslinux help screens mention unused localboot methods)
Your message dated Sun, 17 May 2009 13:18:21 +0200 with message-id <4a0ff27d.30...@debian.org> and subject line Re: Bug#515721: live-helper: Boot methods there, but commented out has caused the Debian Bug report #515721, regarding syslinux help screens mention unused localboot methods to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 515721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515721 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: general Version: 5.0.0 Severity: normal Debian Live's disk1 boot method (F4, Boot from the first hard disk) fails on 2 PCs from 2 tested with Could not find kernel image: disk1 I do not have any computer with 2 HDDs, so I didn't try disk2. I got this with http://cdimage.debian.org/cdimage/release/5.0.0-live/i386/usb-hdd/debian-live-500-i386-kde-desktop.img and the equivalent RC 1 image. --- End Message --- --- Begin Message --- Dan Greene wrote: > I notice that the boot methods exist in the file live.cfg, but are > commented out. they are uncommented on purpose - live-helper in lenny cannot deal reliable with the config to only do the local lables for those bootloaders that support it (e.g. syslinux and pxelinux, but not isolinux). for squeeze, we will enabling them properly. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Processed: Re: Bug#515721: live-helper: Boot methods there, but commented out
Processing commands for cont...@bugs.debian.org: > reopen 515721 Bug#515721: syslinux help screens mention unused localboot methods Bug reopened, originator not changed. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: live-helper: Building a sid rescue image fails
Processing commands for cont...@bugs.debian.org: > tags 531795 +pending Bug#531795: live-helper: Building a sid rescue image fails There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#531792: live-helper: tries to install squashfs-modules for sid
Processing commands for cont...@bugs.debian.org: > tags 531792 +pending Bug#531792: live-helper: tries to install squashfs-modules for sid There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org