On Fri, Aug 27, 2004 at 10:25:14PM -0400, Joey Hess wrote:
> Package: partman
> Severity: normal
> Tags: d-i
> 
> I accidentially selected the partition label of my ia64 efi boot
> partition in partman. The dialog to change the label for some reason did
> not have the old label ("efi") in it, but I didn't notice in time, and
> hit enter, which it probably understood as me asking it to set the disk
> label to nothing at all. This resulted in partman hanging. Even killing
> all the partman processes and restarting it didn't stop it hanging, I
> had to reboot.
> 
> If it helps, I already had the efi partition set up before d-i started.

I've partly fixed this in partman-partitioning, not yet uploaded:

  * Colin Watson
    - Fix number of arguments that change_name expects from PARTITION_INFO
      (partly fixes #268495).

This should at least make sure that it's possible to change the name at
all, and that it won't leave the dialog empty to start with.

It's still possible to hang parted_server by entering an empty name,
which is a separate problem: the implementation of the SET_NAME command
uses fscanf(" %a[^\n]"), which never returns if you only send
whitespace.

Cheers,

-- 
Colin Watson                                       [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to