sysinstall says "BARF", concerns libdisk and geom_label

From: Björn König <bkoenig_at_cs.tu-berlin.de>
Date: Tue, 22 May 2007 12:40:26 +0200 (CEST)
Hello,

when I start sysinstall I get the error message "BARF 148 <88>". The
reason for this is the label of my Windows partion, it is called "Windows
XP" and contains a space character. libdisk/open_disk.c needs to parse the
value of kern.geom.conftxt which contains spaces as field seperator,
therefore it fails.

A quick and dirty workaround would be to skip labels that contain space
characters, which can be easily done in g_label_is_name_ok
(sys/geom/label/g_label.c).

But I am looking for a better solution. So it might be more accurate to
revise libdisk, i.e. improve the parsing of kern.geom.conftxt.

Maybe the best but most time-consuming solution is to change the output of
kern.geom.conftxt to another format, e.g. XML.

Are there any comments or other suggestions?

Björn
Received on Tue May 22 2007 - 09:04:20 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:10 UTC