Gentoo Archives: gentoo-user

From: Dan Johansson <dan@×××.nu>
To: gentoo-user@l.g.o, Mick <michaelkintzios@×××××.com>
Subject: Re: [gentoo-user] SystemRescueCD with nonm
Date: Wed, 02 Jan 2019 08:48:31
Message-Id: 2c7e28b2-eae6-1369-769b-22cd61103725@dmj.nu
In Reply to: Re: [gentoo-user] SystemRescueCD with nonm by Mick
1 >
2 > Hmm ... I've mounted it, modified it and eventually tried to run the bash
3 > script to copy it over to a USB stick. It wasn't happy to run this time,
4 > following my modifications:
5 >
6 > # bash ./usb_inst.sh
7 > Device [/dev/sdb] detected as [ USB DISK Pro ] is removable and
8 > size=954MB
9 > * Device [/dev/sdb] is not mounted
10 > Device [/dev/sdc] detected as [ USB DISK Pro ] is removable and
11 > size=1MB
12 > * Device [/dev/sdc] is not mounted
13 > dialog: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof
14 > (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
15 > ./usb_inst.sh: line 491: 6296 Aborted ${PROG_DIALOG} --
16 > infobox "$1" 20 75
17 > dialog: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof
18 > (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
19 > ./usb_inst.sh: line 491: 6297 Aborted ${PROG_DIALOG} --
20 > infobox "$1" 20 75
21
22
23 I had the same issue some days ago. Try unset'ing all LC_ variables in
24 your shell before you run usb_inst.sh as "dialog" in the iso can
25 apparently not handle something else than "C" (or empty).
26
27
28 --
29 Dan Johansson
30 ***************************************************
31 This message is printed on 100% recycled electrons!
32 ***************************************************

Replies

Subject Author
Re: [gentoo-user] SystemRescueCD with nonm Mick <michaelkintzios@×××××.com>