Hi,
On Fri, May 18, 2001 at 04:33:52PM +0200, Lennart Hansen wrote:
>
> Thanks, but it did't work..
>
> I get this error everytime : DeviceCapabilitiesPage: == NULL
This is an known problem in the 2.4.2 Version. Can you try to get amanda 2.5.0
(develoment version) with cvs, compile it and use only the chg-scsi from there
>
> And it dosn't say anything.. In the debug file i cannot find anything weird...
> But there is an error code 70.. Can anyone tell me what this means ?
Thats not the real problem. chg-scsi needs the information from the mode sense
page to decide how to move, if this fails chg-scsi will stop. There
are some fixes in the 2.5.0 version to try to get this information with
an alternate way, and it works at last on AIX with an SONY changer.
So give it a try.
Also you can try to comment out this line (~ line 2894 in scsi-changer-driver)
} else {
dbprintf(("CheckMove : pDeviceCapabilitiesPage == NULL"));
/*
ChgExit("CheckMove", "DeviceCapabilitiesPage == NULL", FATAL);
*/
}
Thomas
--
-----------------------------------------------
| Thomas Hepper [EMAIL PROTECTED] |
| ( If the above address fail try ) |
| ( [EMAIL PROTECTED]) |
-----------------------------------------------