unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56485: Graphical Installer Partitioning Bug
@ 2022-07-10 14:11 imran saleh
  2022-07-11 19:09 ` Josselin Poiret via Bug reports for GNU Guix
  2022-11-12 13:40 ` Mathieu Othacehe
  0 siblings, 2 replies; 5+ messages in thread
From: imran saleh @ 2022-07-10 14:11 UTC (permalink / raw)
  To: 56485

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

Hi,

When I'm using the graphical installer and I choose the option to
automatically partition with encryption, I then edit the partitions to add
a swap partition (I do this  because I want a swap partition and it isn't
provided by default). I do this by freeing either the root or home
partitions (I've tried both) and first allocating some storage to a swap
partition, and then allocating the rest back to the partition originally
freed (and I encrypt it, etc.).

The bug: When I tell it to go ahead and partition the drive according to
what I set up, the screen flashes and resets the entire installer to the
beginning of the installation i.e. takes me back to the locale setting
screen. However, when I don't create a swap, it seems to partition without
complaint.

Thanks,

Imran

[-- Attachment #2: Type: text/html, Size: 945 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#56485: Graphical Installer Partitioning Bug
  2022-07-10 14:11 bug#56485: Graphical Installer Partitioning Bug imran saleh
@ 2022-07-11 19:09 ` Josselin Poiret via Bug reports for GNU Guix
  2022-11-12 13:40 ` Mathieu Othacehe
  1 sibling, 0 replies; 5+ messages in thread
From: Josselin Poiret via Bug reports for GNU Guix @ 2022-07-11 19:09 UTC (permalink / raw)
  To: imran saleh, 56485

Hi imran,

imran saleh <imran96saleh@gmail.com> writes:

> Hi,
>
> When I'm using the graphical installer and I choose the option to
> automatically partition with encryption, I then edit the partitions to add
> a swap partition (I do this  because I want a swap partition and it isn't
> provided by default). I do this by freeing either the root or home
> partitions (I've tried both) and first allocating some storage to a swap
> partition, and then allocating the rest back to the partition originally
> freed (and I encrypt it, etc.).
>
> The bug: When I tell it to go ahead and partition the drive according to
> what I set up, the screen flashes and resets the entire installer to the
> beginning of the installation i.e. takes me back to the locale setting
> screen. However, when I don't create a swap, it seems to partition without
> complaint.
>
> Thanks,
>
> Imran

Could you try with the latest installer (I see from your other mail that
you're using 1.3)?  It has a bunch of improvements, though I suspect
that the one you're talking about is an elusive one that we haven't been
able to fix yet, because we don't have enough debugging info.  If my
hunch is correct, it should crash in the very same way, possibly because
of a segfault or similar in libgit (we already handle all guile
exceptions).

Best,
-- 
Josselin Poiret




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#56485: Graphical Installer Partitioning Bug
  2022-07-10 14:11 bug#56485: Graphical Installer Partitioning Bug imran saleh
  2022-07-11 19:09 ` Josselin Poiret via Bug reports for GNU Guix
@ 2022-11-12 13:40 ` Mathieu Othacehe
  2022-11-12 14:57   ` imran saleh
  1 sibling, 1 reply; 5+ messages in thread
From: Mathieu Othacehe @ 2022-11-12 13:40 UTC (permalink / raw)
  To: imran saleh; +Cc: 56485-done


Hello,

> The bug: When I tell it to go ahead and partition the drive according
> to what I set up, the screen flashes and resets the entire installer
> to the beginning of the installation i.e. takes me back to the locale
> setting screen. However, when I don't create a swap, it seems to
> partition without complaint.

This could be a manifestation of https://issues.guix.gnu.org/58732. With
the latest installer version there is a core-dump uploader which will
help diagnosing those issues.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#56485: Graphical Installer Partitioning Bug
  2022-11-12 13:40 ` Mathieu Othacehe
@ 2022-11-12 14:57   ` imran saleh
  2022-11-12 16:24     ` Mathieu Othacehe
  0 siblings, 1 reply; 5+ messages in thread
From: imran saleh @ 2022-11-12 14:57 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 56485-done

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

Hi,

I believe this issue was with the 1.3 installer and not the latest version.
When I used the latest version I don't think I encountered this. Sorry I
forgot to update.

Regards,

Imran

On Sat, Nov 12, 2022 at 6:41 PM Mathieu Othacehe <othacehe@gnu.org> wrote:

>
> Hello,
>
> > The bug: When I tell it to go ahead and partition the drive according
> > to what I set up, the screen flashes and resets the entire installer
> > to the beginning of the installation i.e. takes me back to the locale
> > setting screen. However, when I don't create a swap, it seems to
> > partition without complaint.
>
> This could be a manifestation of https://issues.guix.gnu.org/58732. With
> the latest installer version there is a core-dump uploader which will
> help diagnosing those issues.
>
> Thanks,
>
> Mathieu
>

[-- Attachment #2: Type: text/html, Size: 1338 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#56485: Graphical Installer Partitioning Bug
  2022-11-12 14:57   ` imran saleh
@ 2022-11-12 16:24     ` Mathieu Othacehe
  0 siblings, 0 replies; 5+ messages in thread
From: Mathieu Othacehe @ 2022-11-12 16:24 UTC (permalink / raw)
  To: imran saleh; +Cc: 56485-done


Hey,

> I believe this issue was with the 1.3 installer and not the latest
> version. When I used the latest version I don't think I encountered
> this. Sorry I forgot to update.

Thanks for your answer :)

Mathieu




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-12 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-10 14:11 bug#56485: Graphical Installer Partitioning Bug imran saleh
2022-07-11 19:09 ` Josselin Poiret via Bug reports for GNU Guix
2022-11-12 13:40 ` Mathieu Othacehe
2022-11-12 14:57   ` imran saleh
2022-11-12 16:24     ` Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).