Re: Build a fai-kernel

2005-02-16 Thread richard . wonka
Hey Pedro,

I don't know about poweredges, but what does lspci tell You? That way You 
can find out, what kind of controller You have and thus which module You 
need.

Greetings from lake Constance, Germany,

Richard





--
The information contained in this email is intended solely for the addressee. 
Access to this email by anyone else is unauthorized. If you are not the 
intended recipient, any form of disclosure, reproduction, distribution or any 
action taken or refrained from in reliance on it, is prohibited and may be 
unlawful. Please notify the sender immediately. The content of this email is 
not legally binding unless confirmed by letter.

Der Inhalt dieser E-Mail ist ausschliesslich fuer den bezeichneten Adressaten 
bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen 
Vertreter sein sollten, so beachten Sie bitte, dass jede Form der 
Kenntnisnahme, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts 
dieser E-Mail unzulaessig ist. Wir bitten Sie, sich in diesem Fall mit dem 
Absender der E-Mail in Verbindung zu setzen. Der Inhalt der E-Mail ist nur 
rechtsverbindlich, wenn er unsererseits durch einen Brief entsprechend 
bestaetigt wird.
--



Re: Build a fai-kernel

2005-02-16 Thread Jens Bergmann
On Mi, 2005-02-16 at 18:12 +0100, Thomas Lange wrote:
>> On Wed, 16 Feb 2005 18:00:43 +0100, Jens Bergmann <[EMAIL PROTECTED]> 
>> said:
>
>> This is my fai config working on Dell PE 1650, 1750, 1850, 2650 (and i
>> would expect them to work on 2850 too, since it has the same controller
>> as the 1850)
>
>Please, please do not attach the whole config file in a posting! This
>is too much info that no one like to read. Just tell us which items
>are important for this kind of hardware.

More work for me :P

For the new generation of Dell Server you'll need a recent kernel (2.6.9
and above) cause the necessary megaraid driver version is only available
here (megaraid2). For confusion the old megaraid driver and the new one
are both called megaraid. 

These options have to be enabled:
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=y
CONFIG_MEGARAID_MAILBOX=y

Greetings
Jens


signature.asc
Description: This is a digitally signed message part


Re: Build a fai-kernel

2005-02-16 Thread Thomas Lange
> On Wed, 16 Feb 2005 18:00:43 +0100, Jens Bergmann <[EMAIL PROTECTED]> 
> said:

> This is my fai config working on Dell PE 1650, 1750, 1850, 2650 (and i
> would expect them to work on 2850 too, since it has the same controller
> as the 1850)

Please, please do not attach the whole config file in a posting! This
is too much info that no one like to read. Just tell us which items
are important for this kind of hardware.

-- 
regards Thomas


Re: Build a fai-kernel

2005-02-16 Thread Oliver Osburg
On Mi, Feb 16, 2005 at 04:28:05 +0100, Andreas Gredler wrote:
> On Wed, Feb 16, 2005 at 12:46:10PM +, Pedro Ferreira wrote:
> > I am also triyng to build my own fai-kernel  but on booting i always
> > get kernel panic, cannot mount nfs
> > and tells me to append the correct boot parameter,ie root=
> 
> You need a kernel option to mount the root filesystem over NFS!
> 
> greets Jimmy
> 
...and the korrect NIC driver, and IP-Auto-config and, and and.

Please poste some error messages so that we have more information what exactly 
is missing.

Regards, Oliver

-- 
- Oliver Osburg - System Architect JULIE Group Jena University -
 email: [EMAIL PROTECTED]phone: +493641 9 44 324
 note : All above is my opinion unless specified otherwise.
   9:30, Computing Center: Mainserver died. Hairdo okay.


Re: Build a fai-kernel

2005-02-16 Thread Thomas Lange
> On Wed, 16 Feb 2005 17:35:28 +0100, [EMAIL PROTECTED] said:

> it has one of those LSI-Logic thingies that need the 
> mptscsi module sadly that seems to be the only scsi module not compiled 

> should I submit a wishlist-bug and include my new .config?
Just tell me which CONFIG_ item(s) I have to add to the default
fai-kernels config. 

> come to think of it,
Please, NO HTML mails, Richard!

--

regards Thomas


Re: Build a fai-kernel

2005-02-16 Thread richard . wonka

come to think of it,

I've been installing my all-new hyper-power-workstation
here at work and it has one of those LSI-Logic thingies that need the 
mptscsi module sadly that seems to be
the only scsi module not compiled in.
Weirdly enough it's not even listed
as a scsi-device driver, but it's in drivers/message/fusion no wonder it
wasn't included.

should I submit a wishlist-bug and include
my new .config?

P.S.: I compiled a 2.6.10-fai kernel
and it's running nicely :-)

Greetings,

Sanso

--
The information contained in this email is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any form of disclosure, reproduction, distribution or any action taken or refrained from in reliance on it, is prohibited and may be unlawful. Please notify the sender immediately. The content of this email is not legally binding unless confirmed by letter.

Der Inhalt dieser E-Mail ist ausschliesslich fuer den bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte, dass jede Form der Kenntnisnahme, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail unzulaessig ist. Wir bitten Sie, sich in diesem Fall mit dem Absender der E-Mail in Verbindung zu setzen. Der Inhalt der E-Mail ist nur rechtsverbindlich, wenn er unsererseits durch einen Brief entsprechend bestaetigt wird.
--



Re: problem with 2.6.6.

2005-02-16 Thread Andreas Gredler
On Wed, Feb 16, 2005 at 04:29:25PM +0100, Thomas Lange wrote:
> > On Wed, 16 Feb 2005 16:21:30 +0100, Andreas Gredler <[EMAIL PROTECTED]> 
> > said:
> 
> > Are you sure? I took a look at the source a few times and I couldn't
> > find some piece of code that copies or generates a /etc/resolv.conf
> > file. So it will be always missing, IMO.
> 
> On the install clients the task confdir calls the script create_resolv_conf
> (/usr/lib/fai/nfsroot/usr/lib/fai/create_resolv_conf) which creates
> a resolv.conf during the installation.

Ok.

> For creating the nfsroot on the install server you should normally
> include the IP address of the ftp or NFS server into the variable
> $NFSROOT_ETC_HOSTS. Then you do not need a resolv.conf during the
> make-fai-nfsroot call. Does this solve the problem?

Of course it would solve the problem, too. But IMO it would be better to
have a resolv.conf in $NFSROOT, because this was the way it worked
before. Currently a upgrade to 2.6.6 breaks the upgrade of the nfsroot
unless you know about the missing resolv.conf and change
$NFSROOT_ETC_HOSTS accordingly.

Why did you insert the "rm /etc/resolv.conf" in the latest release? To
get around the bug in debootstrap? If yes, why don't solve the problem
with a package dependency?

greets Jimmy

-- 
Andreas "Jimmy" Gredler, [EMAIL PROTECTED]
Get my public key at www.g-tec.co.at


Re: problem with 2.6.6.

2005-02-16 Thread Thomas Lange
> On Wed, 16 Feb 2005 16:21:30 +0100, Andreas Gredler <[EMAIL PROTECTED]> 
> said:

> Are you sure? I took a look at the source a few times and I couldn't
> find some piece of code that copies or generates a /etc/resolv.conf
> file. So it will be always missing, IMO.

On the install clients the task confdir calls the script create_resolv_conf
(/usr/lib/fai/nfsroot/usr/lib/fai/create_resolv_conf) which creates
a resolv.conf during the installation.

For creating the nfsroot on the install server you should normally
include the IP address of the ftp or NFS server into the variable
$NFSROOT_ETC_HOSTS. Then you do not need a resolv.conf during the
make-fai-nfsroot call. Does this solve the problem?

-- 
regards Thomas


Re: Build a fai-kernel

2005-02-16 Thread Andreas Gredler
On Wed, Feb 16, 2005 at 12:46:10PM +, Pedro Ferreira wrote:
> I am also triyng to build my own fai-kernel  but on booting i always
> get kernel panic, cannot mount nfs
> and tells me to append the correct boot parameter,ie root=

You need a kernel option to mount the root filesystem over NFS!

greets Jimmy

-- 
Andreas "Jimmy" Gredler, [EMAIL PROTECTED]
Get my public key at www.g-tec.co.at


Re: problem with 2.6.6.

2005-02-16 Thread Andreas Gredler
On Wed, Feb 16, 2005 at 12:52:43PM +0100, Thomas Lange wrote:
> > On Wed, 16 Feb 2005 07:52:05 +0100, martin f krafft <[EMAIL PROTECTED]> 
> > said:
> 
> >> My solution was:
> >> Remove the line (#238) in /usr/sbin/make-fai-nfsroot
> >> rm -f $NFSROOT /etc/resolv.conf
> 
> > Thomas, want me to submit a patch to the BTS?
> I'm not sure if this is really the proper solution for all. Currently
> I have no problems without this fix and I'm not sure if this fix will
> break other environments. 

Are you sure? I took a look at the source a few times and I couldn't
find some piece of code that copies or generates a /etc/resolv.conf
file. So it will be always missing, IMO.

greest Jimmy

-- 
Andreas "Jimmy" Gredler, [EMAIL PROTECTED]
Get my public key at www.g-tec.co.at


Re: Build a fai-kernel

2005-02-16 Thread Thomas Lange
> On Wed, 16 Feb 2005 12:34:22 +, Pedro Ferreira <[EMAIL PROTECTED]> 
> said:

> Hi ppl.
> Im using fai  to install a poweredge 2850 but on the startup fai can
> not partition the hard drives.
> megaraid module is not working
Is the driver not working or is it not loaded? Try to load the
megaraid driver in 06hwdetect.source. Which kernel are you using? 2.4
or 2.6? The default fai-kernels support the megaraid drivers, so normally
you do not need to compile a fai kerneles by yourself.

-- 
regards Thomas


Build a fai-kernel

2005-02-16 Thread Pedro Ferreira
I am also triyng to build my own fai-kernel  but on booting i always
get kernel panic, cannot mount nfs
and tells me to append the correct boot parameter,ie root=

help nedded
-- 
Sem Mais Assunto
Pedro Miguel Nunes Ferreira
Telf: +351 917427847


Build a fai-kernel

2005-02-16 Thread Pedro Ferreira
Hi ppl.
Im using fai  to install a poweredge 2850 but on the startup fai can
not partition the hard drives.
megaraid module is not working
 need help.
-- 
Sem Mais Assunto
Pedro Miguel Nunes Ferreira
Telf: +351 917427847


Re: problem with 2.6.6.

2005-02-16 Thread Thomas Lange
> On Wed, 16 Feb 2005 07:52:05 +0100, martin f krafft <[EMAIL PROTECTED]> 
> said:

>> My solution was:
>> Remove the line (#238) in /usr/sbin/make-fai-nfsroot
>> rm -f $NFSROOT /etc/resolv.conf

> Thomas, want me to submit a patch to the BTS?
I'm not sure if this is really the proper solution for all. Currently
I have no problems without this fix and I'm not sure if this fix will
break other environments. 

-- 
regards Thomas