> > to isolate the error message from the complete log this is:
> >
> > INTERNAL ERROR in setup-storage:
> > end < start
> > Please report this error to the Debian Bug Tracking System.
> >
> > it was just that my test partition was too small for the config i had,
> > the message is not very clear
>
>> Ok, I've added the suggested patches (with minor changes) to the experimental
>> tree; could you please test 3.2.17+experimental2 (see
>> http://faiwiki.debian.net/index.php/Main_Page#getting_FAI for info how to
>> obtain
>> the experimental builds).
>>
>> Thanks a lot,
>> Michael
>>
>>
>
Ok, I've added the suggested patches (with minor changes) to the experimental
tree; could you please test 3.2.17+experimental2 (see
http://faiwiki.debian.net/index.php/Main_Page#getting_FAI for info how to obtain
the experimental builds).
Thanks a lot,
Michael
r...@aqded01:/# dpkg -l|grep
> to isolate the error message from the complete log this is:
>
> INTERNAL ERROR in setup-storage:
> end < start
> Please report this error to the Debian Bug Tracking System.
>
> it was just that my test partition was too small for the config i had,
> the message is not very clear :)
>
>
> in /us
> Jean Spirat a écrit :
>> i also found in
>>
>> /usr/lib/fai/disk-info
>>
>> a regex where i added etherd:
>>
>> egrep ' etherd/e| i2o/hd.\b| cciss/c.d.\b| ida/c.d.\b| rd/c.d.\b|
>> hd.\b| sd[a-z]{1,2}\b|/disc\b| vd.\b' /proc/partitions | diskandsize
>>
>>
>> is that enough ?
>>
>> regards,
>> J
to isolate the error message from the complete log this is:
INTERNAL ERROR in setup-storage:
end < start
Please report this error to the Debian Bug Tracking System.
it was just that my test partition was too small for the config i had,
the message is not very clear :)
in /usr/share/fai/setup
ok so now i got the etherdrive disk listed in the debug output but all
fail nonetheless so i am lost at why the tool fail, here are the logs if
it helps.
regards,
Jean.
Calling task_install
Calling task_partition
Partitioning local harddisks using setup-storage
Starting setup-storage 1.0.3
Jean Spirat a écrit :
i also found in
/usr/lib/fai/disk-info
a regex where i added etherd:
egrep ' etherd/e| i2o/hd.\b| cciss/c.d.\b| ida/c.d.\b| rd/c.d.\b|
hd.\b| sd[a-z]{1,2}\b|/disc\b| vd.\b' /proc/partitions | diskandsize
is that enough ?
regards,
Jean.
i changed to
egrep ' etherd/e[
i also found in
/usr/lib/fai/disk-info
a regex where i added etherd:
egrep ' etherd/e| i2o/hd.\b| cciss/c.d.\b| ida/c.d.\b| rd/c.d.\b| hd.\b|
sd[a-z]{1,2}\b|/disc\b| vd.\b' /proc/partitions | diskandsize
is that enough ?
regards,
Jean.
I tried to change the file:
/usr/share/fai/setup-storage/Init.pm
i modified the regex in this part: :
sub phys_dev {
my ($dev) = @_;
if ($dev =~ m{^/dev/(etherd/e\d+\.\d+)p(\d+)?$})
{
defined("$2") or return (1, "/dev/$1", -1);
return (1, "/dev/$1", $2);
}
elsif ($dev =~ m{^/dev/(i2
Hello,
To continue the AOE experience now FAI works and start but it fail if
i put an AOE storage disk:
Calling task_install
Calling task_partition
Partitioning local harddisks using setup-storage
Starting setup-storage 1.0.3
Using config file: /var/lib/fai/config/disk_config/FAIBASE
Executin
11 matches
Mail list logo