Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #962012 > unrolled thread

Bug#930846: partman-auto-lvm: debconf show guided_size during auto install

Started byBaptiste BEAUPLAT <lyknode@cilg.org>
First post2019-06-21 14:20 +0200
Last post2019-07-25 23:30 +0200
Articles 10 — 5 participants

Back to article view | Back to linux.debian.bugs.dist


Contents

  Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Baptiste BEAUPLAT <lyknode@cilg.org> - 2019-06-21 14:20 +0200
    Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Baptiste BEAUPLAT <lyknode@cilg.org> - 2019-06-21 14:50 +0200
      Re: Bug#930846: partman-auto-lvm: debconf show guided_size during  auto install Holger Wansing <hwansing@mailbox.org> - 2019-06-22 11:20 +0200
        Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Baptiste BEAUPLAT <lyknode@cilg.org> - 2019-06-22 13:10 +0200
          Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Steve McIntyre <steve@einval.com> - 2019-06-22 13:30 +0200
            Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Holger Wansing <hwansing@mailbox.org> - 2019-06-22 18:30 +0200
            Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Cyril Brulebois <kibi@debian.org> - 2019-06-22 21:50 +0200
            Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Holger Wansing <hwansing@mailbox.org> - 2019-07-15 12:40 +0200
              Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Laura Arjona Reina <larjona@debian.org> - 2019-07-15 16:10 +0200
                Bug#930846: partman-auto-lvm: debconf show guided_size during auto install Holger Wansing <hwansing@mailbox.org> - 2019-07-25 23:30 +0200

#962012 — Bug#930846: partman-auto-lvm: debconf show guided_size during auto install

FromBaptiste BEAUPLAT <lyknode@cilg.org>
Date2019-06-21 14:20 +0200
SubjectBug#930846: partman-auto-lvm: debconf show guided_size during auto install
Message-ID<ybqGl-3Xz-1@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Package: partman-auto-lvm
Severity: important

Dear maintainer,

When using Automated installation of Debian with preseeding [1], the
installer is supposed to keep the interaction with the user at a mimimum.

With buster, when using auto mode [2], the installer now stops and
prompts the debconf screen `partman-auto-lvm/guided_size`.

This debconf screen shouldn't be visible with auto and partman-auto.

I think that the problem was introduced with the MR !1 [3] in
partman-auto-lvm. I tried to have a look myself but my knowledge of d-i
and partman-auto is not enough to fix it.

The preseed file I've used is attached to this email.

The installation was booted from PXE (using netboot/amd64 images)
started with the following parameters:

url=http://example.org/preseed.cfg
auto

[1]: https://www.debian.org/releases/buster/amd64/apb.en.html
[2]:
https://www.debian.org/releases/buster/amd64/apbs02.en.html#preseed-auto
[3]:
https://salsa.debian.org/installer-team/partman-auto-lvm/merge_requests/1/commits

-- 
Baptiste BEAUPLAT - lyknode

[toc] | [next] | [standalone]


#962017

FromBaptiste BEAUPLAT <lyknode@cilg.org>
Date2019-06-21 14:50 +0200
Message-ID<ybr9n-47t-1@gated-at.bofh.it>
In reply to#962012

[Multipart message — attachments visible in raw view] — view raw

Adding:

  d-i partman-auto-lvm/guided_size string max

To the preseed file solve the issue.

I think it would be nice to include this line in the preseed example
file in https://www.debian.org/releases/buster/example-preseed.txt.

-- 
Baptiste BEAUPLAT - lyknode

[toc] | [prev] | [next] | [standalone]


#962129 — Re: Bug#930846: partman-auto-lvm: debconf show guided_size during auto install

FromHolger Wansing <hwansing@mailbox.org>
Date2019-06-22 11:20 +0200
SubjectRe: Bug#930846: partman-auto-lvm: debconf show guided_size during auto install
Message-ID<ybKlI-8jj-3@gated-at.bofh.it>
In reply to#962017
reassign 930846 installation-guide
retitle 930846 installation-guide: document new partman-auto-lvm/guide_size option
thanks


Baptiste BEAUPLAT <lyknode@cilg.org> wrote:
> Adding:
> 
>   d-i partman-auto-lvm/guided_size string max
> 
> To the preseed file solve the issue.
> 
> I think it would be nice to include this line in the preseed example
> file in https://www.debian.org/releases/buster/example-preseed.txt.

So reassigning


Holger


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

[toc] | [prev] | [next] | [standalone]


#962143

FromBaptiste BEAUPLAT <lyknode@cilg.org>
Date2019-06-22 13:10 +0200
Message-ID<ybM4a-XP-7@gated-at.bofh.it>
In reply to#962129

[Multipart message — attachments visible in raw view] — view raw

Tags: patch

Added patch:
https://salsa.debian.org/installer-team/installation-guide/merge_requests/7

-- 
Baptiste BEAUPLAT - lyknode

[toc] | [prev] | [next] | [standalone]


#962144

FromSteve McIntyre <steve@einval.com>
Date2019-06-22 13:30 +0200
Message-ID<ybMnw-149-3@gated-at.bofh.it>
In reply to#962143
On Sat, Jun 22, 2019 at 01:05:01PM +0200, Baptiste BEAUPLAT wrote:
>Tags: patch
>
>Added patch:
>https://salsa.debian.org/installer-team/installation-guide/merge_requests/7

Merged, thanks for your contribution!

-- 
Steve McIntyre, Cambridge, UK.                                steve@einval.com
"... the premise [is] that privacy is about hiding a wrong. It's not.
 Privacy is an inherent human right, and a requirement for maintaining
 the human condition with dignity and respect."
  -- Bruce Schneier

[toc] | [prev] | [next] | [standalone]


#962168

FromHolger Wansing <hwansing@mailbox.org>
Date2019-06-22 18:30 +0200
Message-ID<ybR3P-3QJ-3@gated-at.bofh.it>
In reply to#962144
Control: tags -1 + pending


Steve McIntyre <steve@einval.com> wrote:
> On Sat, Jun 22, 2019 at 01:05:01PM +0200, Baptiste BEAUPLAT wrote:
> >Tags: patch
> >
> >Added patch:
> >https://salsa.debian.org/installer-team/installation-guide/merge_requests/7
> 
> Merged, thanks for your contribution!

Thus marking bug as pending


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

[toc] | [prev] | [next] | [standalone]


#962203

FromCyril Brulebois <kibi@debian.org>
Date2019-06-22 21:50 +0200
Message-ID<ybUbo-5Fn-1@gated-at.bofh.it>
In reply to#962144

[Multipart message — attachments visible in raw view] — view raw

Steve McIntyre <steve@einval.com> (2019-06-22):
> On Sat, Jun 22, 2019 at 01:05:01PM +0200, Baptiste BEAUPLAT wrote:
> >Tags: patch
> >
> >Added patch:
> >https://salsa.debian.org/installer-team/installation-guide/merge_requests/7
> 
> Merged, thanks for your contribution!

Right, the suggestion to add that to the preseed example was perfect; thanks.


Cheers,
-- 
Cyril Brulebois (kibi@debian.org)            <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant

[toc] | [prev] | [next] | [standalone]


#964654

FromHolger Wansing <hwansing@mailbox.org>
Date2019-07-15 12:40 +0200
Message-ID<yk6yJ-1IO-5@gated-at.bofh.it>
In reply to#962144
Hi,

Steve McIntyre <steve@einval.com> wrote:
> On Sat, Jun 22, 2019 at 01:05:01PM +0200, Baptiste BEAUPLAT wrote:
> >Tags: patch
> >
> >Added patch:
> >https://salsa.debian.org/installer-team/installation-guide/merge_requests/7
> 
> Merged, thanks for your contribution!

This has been fixed in the installation-guide package, version 20190622
(currently in stable) has the fix.
However, https://www.debian.org/releases/buster/example-preseed.txt
still does not have it.

So CC'ing debian-www for assistance


Holger


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

[toc] | [prev] | [next] | [standalone]


#964684

FromLaura Arjona Reina <larjona@debian.org>
Date2019-07-15 16:10 +0200
Message-ID<yk9Gi-3xX-9@gated-at.bofh.it>
In reply to#964654
Hi all

El 15/7/19 a las 12:36, Holger Wansing escribió:
> Hi,
> 
> Steve McIntyre <steve@einval.com> wrote:
>> On Sat, Jun 22, 2019 at 01:05:01PM +0200, Baptiste BEAUPLAT wrote:
>>> Tags: patch
>>>
>>> Added patch:
>>> https://salsa.debian.org/installer-team/installation-guide/merge_requests/7
>>
>> Merged, thanks for your contribution!
> 
> This has been fixed in the installation-guide package, version 20190622
> (currently in stable) has the fix.
> However, https://www.debian.org/releases/buster/example-preseed.txt
> still does not have it.
> 
> So CC'ing debian-www for assistance
> 

I've had a look at the www-master.debian.org
I see that the installation guide has been generated on 20190623 but the 
example-preseed.txt file has date 20190324.

I guess something went wrong with that file, and since there has not been 
changes in the installation guide since then, the build has not been retried.

In our cron job, I've temporarily removed the part where it checks if we need to 
build or not the guide, to force a rebuild today, and thus have logs to see what 
happens to that file.

I'll have a look later today to the logs and will update the bug.

Kind regards,
-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona

[toc] | [prev] | [next] | [standalone]


#966502

FromHolger Wansing <hwansing@mailbox.org>
Date2019-07-25 23:30 +0200
Message-ID<ynTtf-4uT-3@gated-at.bofh.it>
In reply to#964684
Hi,

Laura Arjona Reina <larjona@debian.org> wrote:
> Hi all
> 
> El 15/7/19 a las 12:36, Holger Wansing escribió:
> > Hi,
> > 
> > Steve McIntyre <steve@einval.com> wrote:
> >> On Sat, Jun 22, 2019 at 01:05:01PM +0200, Baptiste BEAUPLAT wrote:
> >>> Tags: patch
> >>>
> >>> Added patch:
> >>> https://salsa.debian.org/installer-team/installation-guide/merge_requests/7
> >>
> >> Merged, thanks for your contribution!
> > 
> > This has been fixed in the installation-guide package, version 20190622
> > (currently in stable) has the fix.
> > However, https://www.debian.org/releases/buster/example-preseed.txt
> > still does not have it.
> > 
> > So CC'ing debian-www for assistance
> > 
> 
> I've had a look at the www-master.debian.org
> I see that the installation guide has been generated on 20190623 but the 
> example-preseed.txt file has date 20190324.
> 
> I guess something went wrong with that file, and since there has not been 
> changes in the installation guide since then, the build has not been retried.
> 
> In our cron job, I've temporarily removed the part where it checks if we need to 
> build or not the guide, to force a rebuild today, and thus have logs to see what 
> happens to that file.
> 
> I'll have a look later today to the logs and will update the bug.

Sadly, that did not fix the problem ...


Holger


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.bugs.dist


csiph-web