Re: default locales

2008-11-13 Diskussionsfäden Thomas Lange
On Wed, 12 Nov 2008 19:20:22 -0500, Ryan Steele [EMAIL PROTECTED] said: But even if it does, I really think that FAI should check to make sure the client really has the debconf information we're told we can set in the $FAI_CONFIGDIR/debconf/ directory. Based on the log entries

any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden kegstand
hi i'm using fai 3.2.8 in etch. my fai client is a machine running on a adaptec raid card. I'd love to use lenny for a fai server and install lenny on the fai-client machine, but i can't, there is an issue out there right now with certain older adaptec raid cards and current kernel in lenny.

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden kegstand
On Thu, Nov 13, 2008 at 2:50 PM, Dan Holliman [EMAIL PROTECTED] wrote: On Thu, Nov 13, 2008 at 2:44 PM, kegstand [EMAIL PROTECTED] wrote: I guess that problem is fundamentally related to that Adapted card, probably I agree! it's using some unhandled device names. Once you regain access to

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden Michael Tautschnig
I guess that problem is fundamentally related to that Adapted card, probably I agree! it's using some unhandled device names. Once you regain access to that system, please post the contents of /proc/partitions. The fai-client machine is still up, after the fai failed to partition

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden kegstand
Hmm, that one looks ok. Could you please run /usr/lib/fai/disk-info and also paste the contents of that script? nothing happens. db2-interface2:/usr/lib/fai# echo hello hello db2-interface2:/usr/lib/fai# ls -lat disk-info -rwxr-xr-x 1 root root 890 Jun 15 10:51 disk-info

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden Michael Tautschnig
Hmm, that one looks ok. Could you please run /usr/lib/fai/disk-info and also paste the contents of that script? nothing happens. db2-interface2:/usr/lib/fai# echo hello hello db2-interface2:/usr/lib/fai# ls -lat disk-info -rwxr-xr-x 1 root root 890 Jun 15 10:51 disk-info

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden kegstand
Ok, so we'll need to debug that script. Could you send the output of ls -la /dev/sda? I think it must be line 18 that fails. reminder, my fai server is etch ( not etch-and-a-half) , fai 3.2.8 packages all around. on the fai-client: db2-interface2:~# file /dev/sda /dev/sda: block special (8/0)

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden kegstand
Ok, seems like FAI 3.2.8 is not fully compatible with etch :-); I guess you will need to hack the disk-info script in your NFSROOT. I think it should suffice to look at the code of disk-info and do the reverse of what the comment in line 17 says, that is: - throw away line 18 - put [

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden Michael Tautschnig
Ok, seems like FAI 3.2.8 is not fully compatible with etch :-); I guess you will need to hack the disk-info script in your NFSROOT. I think it should suffice to look at the code of disk-info and do the reverse of what the comment in line 17 says, that is: - throw away line 18

Re: any clue why this would happen in disk_config / etch

2008-11-13 Diskussionsfäden kegstand
On Thu, Nov 13, 2008 at 3:45 PM, Michael Tautschnig [EMAIL PROTECTED] wrote: Ok, seems like FAI 3.2.8 is not fully compatible with etch :-); I guess you will need to hack the disk-info script in your NFSROOT. I think it should suffice to look at the code of disk-info and do the reverse