Bug#946385: live-build: "lb build" fails to install linux-image-4.19.0-6-amd64

2019-12-08 Thread Chris Ward
Package: live-build Version: 1:20190311 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I am trying to create a live usb stick. This is the first time I am using live-build. I am running in a

Bug#946385: More attempts at live build

2019-12-08 Thread Chris Ward
the desktop.list.chroot and issued 'lb clean;lb build'. This is currently running. -- Chris Ward

Bug#946385: Progress

2019-12-08 Thread Chris Ward
That 'lb build' again finished early with no iso, but unmounting the pts and reissuing the 'lb build' resulted in an iso. So now I have my live system, but there is still some problem with live-build which prevents a clean run first time for me. -- Chris Ward

Bug#951002: 'sleep 10' makes the problem go away

2020-02-12 Thread Chris Ward
I set up ubuntu 20.04 . The problem still happened. But then I added a 'sleep 10' to chroot_devpts , so it now reads remove) Echo_message "Begin unmounting /dev/pts..." sleep 10 # Checking lock file Check_lockfile .lock and

Bug#949471: open-infrastructure-system-build: Attempting to build a live debian fails

2020-01-21 Thread Chris Ward
Package: open-infrastructure-system-build Version: 20190202-1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Attempted to make a live debian iso using a script that worked anout 3 weeka ago *

Bug#951002: open-infrastructure-system-build: "lb chroot_devpts remove" gets chroot/dev/pts: target is busy

2020-02-09 Thread Chris Ward
Package: open-infrastructure-system-build Version: 20190202-1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I am trying to build a 'live' debian image for usb stick * What exactly did you do

Bug#951002: More testing

2020-02-10 Thread Chris Ward
I have tried this on Debian 'testing' and 'sid' installations ( i.e. making a 'buster' iso both times ) and I get the same result.

Bug#951356: debian-installer: buster install hangs in a virtual machine

2020-02-15 Thread Chris Ward
Package: debian-installer Version: buster Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Attempted to install debian 10.3 in a virtual machine with a Ubuntu 19.10 host * What exactly did you

Bug#951356: virtual disk was allocated with -f qcow

2020-02-15 Thread Chris Ward
I have just noticed that the virtual disk for the system was allocated with qemu-img create -f qcow Debian10.qcow 200G where the intended allocation would be with qemu-img create -f qcow2 Debian10.qcow2 200G When I allocated the disk in the intended way, formatting proceeded much faster.

Bug#1032408: Fixing the patch

2023-03-06 Thread Chris Ward
I had my test parameters wrong; '-s' tests for size > 0, '-S' tests for socket, '-L' tests for sym-link. I think the intended test is '-e', file exists; and so the required patch is tjcw@debian:/usr/lib/live/build$ git diff binary_rootfs.0 binary_rootfs diff --git a/binary_rootfs.0

Bug#1032408: Test should maybe be '-l' rather than '-s'

2023-03-06 Thread Chris Ward
As coded, there is a test '-s /etc/mtab'. This tests whether the item is a socket; it looks like the test should be '-l /etc/mtab' which tests whether the item is a symbolic link.

Bug#1031677: live-build of a bookworm system fails at build time

2023-02-20 Thread Chris Ward
Package: live-build Version: 1:20230131 Severity: normal X-Debbugs-Cc: tjc...@gmail.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I installed a debian bookworm system from 'netinst' on 20 February 2023 I

Bug#1031677: Info received (Bug#1031677: Acknowledgement (live-build of a bookworm system fails at build time))

2023-02-20 Thread Chris Ward
BOM for the ISO. When I am building for bullseye rather than bookworm, I don;t get these messages. Is live-build responsible for this behaviour, or should I report it against some other package ? Chris Ward

Bug#1031677: Acknowledgement (live-build of a bookworm system fails at build time)

2023-02-20 Thread Chris Ward
have added log files from more runs in http://tjcw.freeshell.org/live-build/ showing the failures when I try to package anything based on bookworm or sid. Chris Ward

Bug#1032408: live-build: live build fails for bookworm release making ext4 filesystem

2023-03-06 Thread Chris Ward
Package: live-build Version: 1:20230131 Severity: normal X-Debbugs-Cc: t...@cantab.net Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I wanted to build a 'live' iso with an ext4 file system instead of squashfs,

Bug#1032408: More information

2023-03-06 Thread Chris Ward
A full log of the failing build is here http://tjcw.freeshell.org/live-build/basic-bookworm.nohup.out . The error message is a few lines before the end of this. I get the same failure if I try 'ext2' or 'ext3' for filesystem type.

Bug#1031677: More information -- problem specifying ext4 as the chroot-filesystem

2023-03-05 Thread Chris Ward
n it fails, the build gives a message ln: failed to create symbolic link '/etc/mtab': File exists Chris Ward

Bug#1032408: Patch

2023-03-06 Thread Chris Ward
This patch (to /usr/lib/live/build/binary_rootfs) resolves the problem when building bookworm live isos on a bookworm host system. I don't know if it is right for other environments. 109,113c109,113 < if ! Chroot chroot "test -s /etc/mtab" <

Bug#1043133: Patch which fixes the bug for me

2023-08-06 Thread Chris Ward
The following fixes the bug for me. It may need adjusting so that it can work both for debian 12.0 and previous, and for debian 12.11 where 'firmware-linux' is no longer a separate item. The patch to binary_rootfs fixes a bug that I reported previously. diff --git a/./binary_rootfs

Bug#1043133: Patches fixed

2023-08-06 Thread Chris Ward
# 20230806 tjcw Already in base linux with debian 12.1 + #if [ $(apt-cache show "^firmware-linux$" 2> /dev/null | grep "^Package:" | wc -l) -eq 1 ] + #then + # FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux" + #fi Firmware_List_From_Contents "${LB_PARENT_MIRROR_CHROOT}" "${LB_PARENT_DISTRIBUTION_CHROOT}" "${LB_PARENT_ARCHIVE_AREAS}" Chris Ward

Bug#1043133: live-build fails with debian 12.1 becuase it expects linux-firmware

2023-08-06 Thread Chris Ward
Package: live-build Version: 1:20230502 Severity: important X-Debbugs-Cc: t...@cantab.net Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I installed debian 12.1 in a VM and installed the live-build package *

Bug#1043133: Candidate fix

2023-08-06 Thread Chris Ward
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux" /usr/lib/live/build/installer_debian-installer-        #fi /usr/lib/live/build/installer_debian-installer- tjcw@debian:~/lb$ and now I can run the live builds that I want to run Chris Ward.

Bug#1043133: Patch which fixes the bug for me -> real fix already exists in git

2023-08-06 Thread Chris Ward
, or that something here should be done a different way; I just hunted for "firmware-linux" and dummied out all the references that I found. Chris Ward. On Sun, 6 Aug 2023 at 17:54, Roland Clobus wrote: > > Hello Chris, > > On 06/08/2023 17:19, Chris Ward wrote: > >