Re: [Unattended] Version 4?

2004-03-05 Thread Patrick J. LoPresti
Luciano Moretti [EMAIL PROTECTED] writes:

 I'm wondering how far off this is (approximatly) If we're talking
 about a week, I'd rather wait off setting up my install point for
 the new version to be released, but if its more than 2 weeks out,
 I'd go ahead and make my install point.

I am waiting to get feedback on Release Candidate 1:

  http://www.mail-archive.com/unattended-devel%40lists.sourceforge.net/msg00026.html

I will probably roll the release sometime this weekend.

 - Pat


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Version 4?

2004-03-05 Thread Brad Erdman

Hi,

I successfully used it on a Dell latitude D400.  The CD booted and it was
able to map the drive.  I want do more testing but do not have time right
now.

Brad


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Version 4?

2004-03-05 Thread Johnson, Chris A -ND
I'm not having much luck with Version 4 (linux) and my RAID server...

My RAID card is an Adaptec SCSI RAID 2110S. There don't seem to be
drivers for it on the iso image. 

I got these messages from the attempted boot:
03:02.0 Class 0100: 9005:801d (rev 10)
03:02.0 SCSI storage controller: Adaptec: Unknown device 801d (rev 10)
03:02.1 Class 0100: 9005:801d (rev 10)
03:02.1 SCSI storage controller: Adaptec: Unknown device 801d (rev 10)

Then lots of these messages:
WARNING: Could not open [module name]: No such file or directory
FATAL: Could not open [module name]: No such file or directory

Then, of course:
Hm, found no hard drives (had sda) under /sys/block
Your /sys/block contains:
fd0 ram1 [through] ram15
So close! Oh, well.
*** Dropping to shell

Unfortunately I don't currently have access to a Linux box with a 2.6
kernel to play around...

Chris

-Original Message-
From: Patrick J. LoPresti [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 05, 2004 5:46 AM
To: Luciano Moretti
Cc: [EMAIL PROTECTED]
Subject: Re: [Unattended] Version 4?

Luciano Moretti [EMAIL PROTECTED] writes:

 I'm wondering how far off this is (approximatly) If we're talking 
 about a week, I'd rather wait off setting up my install point for the 
 new version to be released, but if its more than 2 weeks out, I'd go 
 ahead and make my install point.

I am waiting to get feedback on Release Candidate 1:

 
http://www.mail-archive.com/unattended-devel%40lists.sourceforge.net/msg
00026.html

I will probably roll the release sometime this weekend.

 - Pat


---
This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux
tutorial presented by Daniel Robbins, President and CEO of GenToo
technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Version 4?

2004-03-05 Thread Patrick J. LoPresti
Johnson, Chris A -ND [EMAIL PROTECTED] writes:

 My RAID card is an Adaptec SCSI RAID 2110S. There don't seem to be
 drivers for it on the iso image. 

It is possible that the drivers are there, but that they do not
advertise themselves properly via a MODULE_DEVICE_TABLE declaration.
This is why we need a manually-maintained extra.pcimap file.

 I got these messages from the attempted boot:
 03:02.0 Class 0100: 9005:801d (rev 10)
 03:02.0 SCSI storage controller: Adaptec: Unknown device 801d (rev 10)
 03:02.1 Class 0100: 9005:801d (rev 10)
 03:02.1 SCSI storage controller: Adaptec: Unknown device 801d (rev 10)

According to http://pciids.sourceforge.net/, this is an AIC-7902B
controller.  The Linux aic79xx might do the trick, and it does not
appear to declare itself via MODULE_DEVICE_TABLE.

To confirm, could you try running modprobe aic79xx from the shell
prompt after the failure and let me know what happens?  Thanks!

 - Pat


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info