setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-01-28 Thread Jean Spirat
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

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-01-28 Thread Jean Spirat
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

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-01-28 Thread Jean Spirat
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.

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-01-28 Thread Jean Spirat
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[

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-01-28 Thread Jean Spirat
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

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-01-29 Thread Jean Spirat
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

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-02-06 Thread Michael Tautschnig
> 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

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-02-06 Thread Michael Tautschnig
> 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

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-02-07 Thread Jean Spirat
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

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-02-08 Thread Michael Tautschnig
> >> 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 >> >> >

Re: setup-storage and AOE => fails at Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 618.

2009-02-08 Thread Michael Tautschnig
> > 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