mmc

linux service guy at linux-service.be
Thu Dec 10 20:11:14 CET 2015


did not work:

your script:
#!/bin/bash
echo disklist=mmcblk0 >> $LOGDIR/additional.var

my hdd_single:
disk_config mmcblk0 disklabel:msdos bootable:1

primary		/	90%	ext4	rw,relatime,errors=remount-ro
primary		-	10%	swap	sw


or:
my hdd_single:
disk_config mmcblk disklabel:msdos bootable:1

primary		/	90%	ext4	rw,relatime,errors=remount-ro
primary		-	10%	swap	sw

but fai wants to use mmcblk1 or mmcblk01 and needs to be mmcblk0 I think

Starting setup-storage 1.7
INTERNAL ERROR in setup-storage:
Invalid device /dev/mmcblk01
Please report this error to the Debian Bug Tracking System.
 at /usr/share/fai/setup-storage/Init.pm line 316, <$config_file> line 1.
	FAI::make_device_name("/dev/mmcblk0", 1) called at /usr/share/fai/setup-storage/Parser.pm line 321
	FAI::init_part_config("primary") called at (eval 78) line 2779
	Parse::RecDescent::namespace000001::type(Parse::RecDescent=HASH(0x1025470), "primary\x{9}\x{9}/\x{9}90%\x{9}ext4\x{9}rw,relatime,errors=remount-ro\x{a}primary\x{9}\x{9}-\x{9}"..., 1, undef, CODE(0x187b4a0), undef) called at (eval 78) line 1837
	Parse::RecDescent::namespace000001::volume(Parse::RecDescent=HASH(0x1025470), "primary\x{9}\x{9}/\x{9}90%\x{9}ext4\x{9}rw,relatime,errors=remount-ro\x{a}primary\x{9}\x{9}-\x{9}"..., 1, undef, CODE(0x1884710), undef) called at (eval 78) line 2433
	Parse::RecDescent::namespace000001::config(Parse::RecDescent=HASH(0x1025470), "primary\x{9}\x{9}/\x{9}90%\x{9}ext4\x{9}rw,relatime,errors=remount-ro\x{a}primary\x{9}\x{9}-\x{9}"..., 1, undef, CODE(0x1881fc8), undef) called at (eval 78) line 4205
	Parse::RecDescent::namespace000001::line(Parse::RecDescent=HASH(0x1025470), "primary\x{9}\x{9}/\x{9}90%\x{9}ext4\x{9}rw,relatime,errors=remount-ro\x{a}primary\x{9}\x{9}-\x{9}"..., 1, undef, CODE(0xa3eb28), undef) called at /usr/share/perl5/Parse/RecDescent.pm line 3163
	Parse::RecDescent::_parserepeat(Parse::RecDescent=HASH(0x1025470), "# Standard client formatting using setup-storage\x{a}#\x{a}# <type> <"..., CODE(0x10e7ed0), 0, 100000000, undef, Parse::RecDescent::Expectation=HASH(0xa35660), CODE(0xa3eb28), undef, ...) called at (eval 78) line 3793
	Parse::RecDescent::namespace000001::file(Parse::RecDescent=HASH(0x1025470), "# Standard client formatting using setup-storage\x{a}#\x{a}# <type> <"..., undef, undef, CODE(0xa13058), undef) called at /usr/share/perl5/Parse/RecDescent.pm line 3125
	Parse::RecDescent::AUTOLOAD(Parse::RecDescent=HASH(0x1025470), "# Standard client formatting using setup-storage\x{a}#\x{a}# <type> <"...) called at /usr/share/fai/setup-storage/Parser.pm line 1149
	FAI::run_parser(GLOB(0xa35570)) called at /usr/sbin/setup-storage line 142
Using config file: /var/lib/fai/config/disk_config/HDD_SINGLE




More information about the linux-fai mailing list