Present sas tape drive to windows guest

Hi All,
Is it possible in OVM to present locally attached SAS tape drive to windows guest? I would like to virtualize ArcServe backup software and run backup to tapes.
Thanks in Advance

Hi,
what you would need for this functionality would be PCI_PASSTHROUGH.
Unfortunately this is not supported with OVM.
While I made it work for OVM 2., I have not tried it with OVM 3.
And again: This is not suppoted.
If you can read German, you may look here to get some information.
Otherwise see the links at the botton, which give you more information on PCI_PASSTHROUGH.
http://www.oracle.com/webfolder/technetwork/de/community/dbadmin/tipps/ovm_pcipassthrough/index.html
Regards
Sebastian

Similar Messages

  • How to Mount IBM Tape Drive on windows 2008 SAP Platform

    Hi Expert,
    What are the steps for Mount IBM Tape drive on windows 2008 SAP Platform on Sybase Database ?
    After mounting IBM Tape Drive on windows 2008 SAP Platform , can i use this for Sybase Backup purpose from DBACOKPIT ?
    Kindly reply me ASAP.

    Dear All,
    Problem Solved by below activity :-
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc38421.1572/doc/html/san1335472614455.html?resultof=%22%64%75%6d%70%22%20%22%64%61%74%61%62%61%73%65%22%20%22%64%61%74%61%62%61%73%22%20
    1> dump database pubs2 to "\\.\TAPE0"
    2> go
    1> load database pubs2 from \\.\TAPE0
    2> go
    Please review  any of these SAP Notes to see if you would be able to
    setup dump/load and then copy to tape as an option.
    1585981 SYB: Ensuring Recoverability for Sybase ASE  (has some
    comments about storing to tape drive)
    1588316 SYB: Configure automatic database and log backups
    1611715 SYB: How to restore a Sybase ASE database server (Windows)
    1618817 SYB: How to restore a Sybase ASE database server (UNIX)
    1887068 - SYB: Using external backup and restore with SAP Sybase ASE
    Configuration DEVDB:
    1> sp_config_dump @config_name='DEVDB' ,
    2> @stripe_dir = "\\.\Tape0" ,
    3> @compression = '101' ,
    4> @capacity = '1520000040960' ,
    5> @verify = 'header'
    6> go
    Configuration DEVLOG:
    1> sp_config_dump @config_name='DEVLOG' with init,
    2> @stripe_dir = "\\.\Tape0" ,
    3> @compression = '101' ,
    4> @capacity = '1520000040960' ,
    5> @verify = 'header'
    6> go
    1> dump database DEV using config = 'DEVDB' with capacity = 87000000, init
    2> go
    1> dump transaction DEV using config = 'DEVLOG' with capacity = 87000000, init
    2> go
    and
    1> dump database DEV to "\\.\TAPE0" with   capacity = 87000000, init
    2> go
    1> dump transaction DEV to "\\.\TAPE0" with   capacity = 87000000, init
    2> go

  • DAT 72 tape drive on

    Dears
    I want to install a new DAT72 tape drive on Windows 2000 OS installed on server on X4150 driver, do you have an idea where to get it's driver ??
    Many thanks in advance

    Hi 845725,
    If the backups were created with OSB might be you can query the tape with obtool.
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14236/obref_oba.htmTo list pieces you could use <lspiece> within obtool.
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14236/obref_oba.htm#BHBBIFFEIf this works you should be able to identify the controlfile autobackup if it has the standard naming < c-dbid-date-xx > and you than know the DBID or you are able to restore a controlfile from a backup piece in the output list.
    Might be you have to install 9i or 10g rdbms software as 11g was released a year later in 2007.
    Anyway goodluck.
    Regards,
    Tycho

  • Taking backup in windows 7 using tape drive

    In Windows XP I was using ntbakup utility for taking data backup on backup tape .I have upgraded my machine to windows 7 now I am not able to take backup on tape drive.Please suggest solution so that I will be able to take backup on backup tape in windows
    7.

    Windows 7, Windows Server 2008 platform only support backup to dvd, network share or hdd.
    To use a tape library to backup your data you'll need to use another tool like Symantec Backup Exec, Arc Serv Backup or any other.
    Best Regards,
    Sergio Figueiredo.

  • SCSI auto sense failure when SCSI tape drives are present

    I've got a driver based on Sun's old SCSI Solaris 8 bst.c sample that worked fine up until the latest Solaris 10. Now I get a "Check condition with Auto Sensing" failure on all SCSI targets using this driver whenever a SCSI tape drive is present.
    Is there a document that describes SCSI driver changes with the latest Solaris 10?

    When a failure occurs pkt_r is 0 (command complete), pkt_state has flags 0x17 (which mean xfer didn't happen and STATE_ARQ_DONE didn't happen), but the sts_chk bit is true indicating a check condition.
    rqsense option is set, so the driver doesn't attempt to manually retrieve sense data. Should it?
    Anyone at Sun want to advise on an OS behavior change that might be linked to this?

  • Sys-suspend fails on Solaris 9 with tape drive present

    I ran across a post by T. Kloeber (http://forum.java.sun.com/thread.jspa?threadID=5109999&messageID=9374786) on the Sun developer forum on this.
    I replaced my Solaris 7 SS5 with an Ultra 2 and installed Solaris 9 fresh. The external disks and tape drive are unchanged. The SS5 used to suspend properly about 95% of the time, but now the machine refuses to suspend with the tape drive connected. Log messages are:
    Mar 21 16:20:13 madera cpr: [ID 535284 kern.notice] System is being suspended
    Mar 21 16:20:24 madera cpr: [ID 122848 kern.warning] WARNING: Unable to suspend device st@4,0.
    Mar 21 16:20:24 madera cpr: [ID 537702 kern.warning] WARNING: Device is busy or does not support suspend/resume.
    Mar 21 16:20:30 madera cpr: [ID 457896 kern.notice] NOTICE: Suspend operation failed.
    Mar 21 16:20:30 madera cpr: [ID 583038 kern.notice] System has been resumed.
    and the system is not suspended. Is there anything i am missing on Solaris 9?
    I am able to modunload the st driver, then when I attempt to suspend, the driver gets reloaded, and I get the failure above.
    I ran across an E10000 service manual from 2.6 days that said that tape devices were not suspendable. They must have rethought that by Solaris 7. No idea why 9 should refuse this. I have the latest recommended patches.
    TIA for any information!
    TW

    I ran across a post by T. Kloeber (http://forum.java.sun.com/thread.jspa?threadID=5109999&messageID=9374786) on the Sun developer forum on this.
    I replaced my Solaris 7 SS5 with an Ultra 2 and installed Solaris 9 fresh. The external disks and tape drive are unchanged. The SS5 used to suspend properly about 95% of the time, but now the machine refuses to suspend with the tape drive connected. Log messages are:
    Mar 21 16:20:13 madera cpr: [ID 535284 kern.notice] System is being suspended
    Mar 21 16:20:24 madera cpr: [ID 122848 kern.warning] WARNING: Unable to suspend device st@4,0.
    Mar 21 16:20:24 madera cpr: [ID 537702 kern.warning] WARNING: Device is busy or does not support suspend/resume.
    Mar 21 16:20:30 madera cpr: [ID 457896 kern.notice] NOTICE: Suspend operation failed.
    Mar 21 16:20:30 madera cpr: [ID 583038 kern.notice] System has been resumed.
    and the system is not suspended. Is there anything i am missing on Solaris 9?
    I am able to modunload the st driver, then when I attempt to suspend, the driver gets reloaded, and I get the failure above.
    I ran across an E10000 service manual from 2.6 days that said that tape devices were not suspendable. They must have rethought that by Solaris 7. No idea why 9 should refuse this. I have the latest recommended patches.
    TIA for any information!
    TW

  • -36 errors, can't copy files in finder or backup to tape drive

    Does anyone know what causes -36 errors and how we can eliminate them? We need to backup our files, but have been unable to do so due to -36 I/O errors in Retrospect. Files on which this error is reported by Retrospect will not copy in the finder, either. I think our hard drive may be bad. How can we recover our files if they cannot be backed-up or copied?
    We recently purchased a tape drive for backup, an Exabyte VXA-2 FireWire Tape Drive. We are using VXA-2 V23 (230m) 80GB/160/GB Data Cartridges. I have verified that this drive is supported by Retrospect and that we have the correct tape cartridge. We are backing up one partition of a hard drive that is divided into two partitions. One is the start-up partition, the other is a partition on which we store customer files. We are backing up the partition that stores customer files. The tape drive is attached to and backing up a Macintosh G3 that was recently upgraded from system 9 to OS X 10.3.9 (Panther). The hard drive was not re-formatted before OS X was installed. I have downloaded updates and updated our Retrospect to the latest Retrospect version 6.1.126. I keep getting read errors when trying to backup the customer files partition, although I have ran every good repair program I know of to that partition — TechTool, Disk Warrior and Disk Utility. The tests all say the drive is OK. The only test I have not done recently is a surface scan, as this is an over-night procedure, but plan to do it this evening. A surface scan was done at the beginning of January, but we have continued to have problems. Yesterday morning I ran Disk Utility and it verified that the partition was okay.
    I am fairly certain the problem is not with the tape drive, as a test backup up of some of the problem customer files to a file backup on the startup drive also produced many -36 errors. Also the tape drive worked on another Mac with no -36 errors.
    The following is an excerpt from the log of last night's backup when the program was backing up (this is a very small portion of the whole log, there was a very long list of files it reported read errors on) Following this excerpt is also an excerpt of errors reported while the program was trying to verify the backup:
    ∆ Retrospect version 6.1.126
    automatically launched at 2/20/2006 7:00 PM
    + Retrospect Driver Update, version 6.1.3.101
    + Normal backup using Files Volume M,W,F BU at 2/20/2006 7:00 PM
    To backup set Files Volume M,W,F Set…
    - 2/20/2006 7:00:20 PM: Copying Files Volume…
    Can't read file “•T+•Files Volume”, error -36 (i/o error, bad media?), path: “Files Volume/•T+•Files Volume”.
    Can't read file “•T+•Files Volume(1)”, error -36 (i/o error, bad media?), path: “Files Volume/•T+•Files Volume(1)”.
    Can't read file “•T+•Files Volume(2)”, error -36 (i/o error, bad media?), path: “Files Volume/•T+•Files Volume(2)”.
    Can't read file “BALANCE PLUS AGREEMENT2.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/BALANCE PLUS AGREEMENT2.p65”.
    Can't read file “Balance Plus Agreements”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/Balance Plus Agreements”.
    Can't read file “BALANCE PLUS.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/BALANCE PLUS.p65”.
    Can't read file “2000/#2(U)”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/cdcguide/2000/#2(U)”.
    Can't read file “New Accounts-CSB Final.PMD”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/New Accounts Brochures 10-05/New Accounts-CSB Final.PMD”.
    Can't read file “Pacesetter Ad.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Pacesetter Bank/Pacesetter Hometown Financing/Pacesetter Ad.tiff”.
    Can't read file “SUMMERTIME.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Summertime/SUMMERTIME.p65”.
    Can't read file “RiverFest Comcast1.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/Adelphia/Comcast Logos & Art/RiverFest Comcast1.EPS”.
    Can't read file “CHS logo converted to Photoshop”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/CHS Logo-Various forms/CHS logo converted to Photoshop”.
    Can't read file “CHS logo adjusted/Photoshop.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/CHS Logo-Various forms/Adjusted by Karen/CHS logo adjusted/Photoshop.eps”.
    Can't read file “FWOLO~13.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/FWO logos/FWO Logos Various Formats/EPS/FWOLO~13.EPS”.
    Can't read file “wellnotype.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/well logo for MGH/wellnotype.bmp”.
    Can't read file “spencer logo bw.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/spencer logo bw.eps”.
    Can't read file “spencer logo.TIF”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/spencer logo.TIF”.
    Can't read file “DOLCO 900 Master BC 10up old”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-Misc/Dolco Packaging (Bill Cooke)/DOLCO Business Cards/DOLCO BCs/Dolco BCs 10up/DOLCO 900 Master BC 10up old”.
    Can't read file “accutech logo color sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Accutech Systems/accutech logo color sep.eps”.
    Can't read file “Kerr 1 backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 1 backer.eps”.
    Can't read file “LNT price labels.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Jar Toppers / Gift Promo/email to discount labels/LNT price labels.eps”.
    Can't read file “A-09.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/A-09.DOT”.
    Can't read file “A-14.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/A-14.DOT”.
    Can't read file “B-21.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/B-21.DOT”.
    Can't read file “B-35.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/B-35.DOT”.
    Can't read file “Visor Install fix.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Booklets/Visor Installation Booklet/Visor Install fix.doc”.
    Can't read file “Visor Program (SD- 1030) B.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Booklets/Visor Programming Booklet/Visor Program (SD- 1030) B.doc”.
    Can't read file “BlueConnect_16pgInstall.qxp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/BlueConnect_16pgInstall.qxp”.
    Can't read file “BlueConnect_28pgUserREV.qxp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/BlueConnect_28pgUserREV.qxp”.
    Can't read file “BlueConnect Installation Instructions 2.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BlueConnect Installation Instructions 2.doc”.
    Can't read file “BlueConnect Installation Instructions rev 10-07-05.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BlueConnect Installation Instructions rev 10-07-05.doc”.
    Can't read file “BlueConnectInstall16pg.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BlueConnectInstall16pg.doc”.
    Can't read file “CONSUMER USERS MANUA1.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/CONSUMER USERS MANUA1.doc”.
    Can't read file “BlueConnect Reg Card.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Registration Cards/BC 203 BlueConnect Reg/BlueConnect Reg Card.doc”.
    Can't read file “Living Will insert p1.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Cresthaven Living Will Insert 1/06/Living Will insert p1.eps”.
    Can't read file “Living Will insert p2.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Cresthaven Living Will Insert 1/06/Living Will insert p2.eps”.
    Can't read file “Elm Ridge 4-c vets Page_1.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Elm Ridge Valor Hill/Elm Ridge 4-c vets Page_1.tiff”.
    Can't read file “Elm Ridge 4-c vets Page_2.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Elm Ridge Valor Hill/Elm Ridge 4-c vets Page_2.tiff”.
    Can't read file “Reply card APv.1 (Vets).eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Mailers & Promo/Acacia / Rose Hills mailers/PDFs Converted to art/Reply card APv.1 (Vets).eps”.
    Can't read file “FinancialPolicyBroch.pub”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/FinancialPolicyBroch.pub”.
    Can't read file “CIO logo color sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/Bus Cards / Appt Cards/CIO Logos/Art/CIO logo color sep.eps”.
    Can't read file “FCC Letterhead Indiana.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/FCC (formerly Jaytec)/Letterheads/Envelopes/Memo/FCC Letterhead Indiana.bmp”.
    Can't read file “habitat envelope.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Habitat for Humanity/habitat envelope.p65”.
    Can't read file “Page 2.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/In Touch Dining (Table Talk)/Platter Chatter - Don Halls/Fix in Quark then print to EPS/Page 2.eps”.
    Can't read file “brochure”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/My Hair Broker/brochure”.
    Can't read file “brochure-1”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/My Hair Broker/brochure-1”.
    Can't read file “brochure”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/My Hair Broker/My Hair Broker recovered files/brochure”.
    Can't read file “GIFTBOX.epsbitmap”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/CHARLES/MISC FILES/GIFTBOX.epsbitmap”.
    Can't read file “ASC LetterHeadFinal.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Accutech/original art (emailed)/ASC LetterHeadFinal.EPS”.
    Can't read file “TSC 104 and 111.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/Fixed Files/TSC 104 and 111.pdf”.
    Can't read file “TSC 116 Initial Note.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/Fixed Files/TSC 116 Initial Note.pdf”.
    Can't read file “sptslogo screen sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Sports Physical Therapy (SPTS)/logos & art/sptslogo screen sep.eps”.
    Can't read file “sptslogo spot sep cool gray.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Sports Physical Therapy (SPTS)/logos & art/sptslogo spot sep cool gray.eps”.
    Can't read file “A Stout BCs 12 up all names”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 12 up all names”.
    Can't read file “bifold on grstrosprep2.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/03DET0609 (CGIC Prep 4)/bifold on grstrosprep2.qxd”.
    Can't read file “MAP_DUO.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/04DET0076 (CGIC Prep 1)/Pictures/MAP_DUO.tif”.
    Can't read file “bifold on grstrosprep2.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/03DET0609 (CGIC Prep 4)/bifold on grstrosprep2.qxd”.
    Can't read file “Beth Business Card.2”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/Beth Business Card.2”.
    Can't read file “frankfort map gray.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/frankfort map gray.tif”.
    Can't read file “lafayette map.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/lafayette map.tif”.
    Can't read file “white county gray.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/white county gray.tif”.
    Can't read file “Hoosier Lottery HL-ARC.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Hoosier Lottery/Age Restriction Cards 2005/Hoosier Lottery HL-ARC.pmd”.
    Can't read file “HCI_card2.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Hunter Construction Inc./HCI_card2.tiff”.
    Can't read file “IOH 016 steroid epideral inject”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/IOH - Indy Ortho Hospital/IOH 016 steroid epideral inject”.
    Can't read file “IOHLOGO.TIF”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/IOH - Indy Ortho Hospital/Indiana Ortho Hospital logos/logo file from customer/IOHLOGO.TIF”.
    Can't read file “OIFI 610 Reg Env Fishers.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/Envelopes/OIFI 610 Reg Env Fishers.pmd”.
    Can't read file “ORTHO 542 Memo master stock 9up”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/ORTHO forms/ORTHO 542 Memo master stock 9up”.
    Can't read file “Ortho 542 memo NEW master.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/ORTHO forms/Ortho 542 memo NEW master.pmd”.
    Can't read file “SESC 042 Local Discharge.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/SESC Southeast Surgery Center/SESC 042 Local Discharge.pmd”.
    Can't read file “Richmond Baking from scan.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Richmond Baking/Richmond Baking from scan.eps”.
    Can't read file “RPL 300C 4-02.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Richmond Power & Light/RPL 300C 4-02.p65”.
    Can't read file “RPL lighter.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Richmond Power & Light/RPL lighter.pmd”.
    Can't read file “Burlington BLUE.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Unified Group Services/Burlington Motor Carriers/Burlington BLUE.eps”.
    Can't read file “Burlington RED.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Unified Group Services/Burlington Motor Carriers/Burlington RED.eps”.
    Can't read file “WW-SUMMER EVENT Postcard.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Wilson Wines/WW-SUMMER EVENT Postcard.p65”.
    Can't read file “OSBORNS.TIF”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Debbie/Albany EMS/AEMS spaghetti poster/OSBORNS.TIF”.
    Can't read file “BCH 7019 Physicians Orders”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Debbie/Blackford Community Hospital/BCH forms/BCH 7019 Physicians Orders”.
    Can't read file “BCH 7066 Outcomes Walk Test”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Debbie/Blackford Community Hospital/BCH forms/BCH 7066 Outcomes Walk Test”.
    EXCERPT FROM LOG WHEN TRYING TO VERIFY BACKUP:
    2/20/2006 10:51:12 PM: Comparing Files Volume…
    Can't read file “CS Booklet Acknow Form.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/AAAA/CS Booklet Acknow Form.pmd”.
    File “BV Layout First Quarter.pmd”: miscompare at data offset 221,055, path: “Files Volume/Customer files/Bill Morris/BV Layout First Quarter.pmd”.
    Can't read file “E FUNDS TRANSFER AGREE.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/E FUNDS TRANSFER AGREE.doc”.
    Can't read file “BALANCE PLUS AGREEMENT2”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/BALANCE PLUS AGREEMENT2”.
    Can't read file “Blackford Golf Club.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Blackford Golf Club/Blackford Golf Club.p65”.
    Can't read file “INVESTMENT BROCHURE 7-04.PMD”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Investment Brochure/INVESTMENT BROCHURE 7-04.PMD”.
    Can't read file “Pacesetter Stmt-Hartford 04 old”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Pacesetter Bank/Hartford City/Pacesetter Stmt-Hartford 04 old”.
    Can't read file “TELEBANKING.P65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Pacesetter Tele-Banking/TELEBANKING.P65”.
    Can't read file “ *chs FHC logos (USE ME)”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/CHS Logo-Various forms/ *chs FHC logos (USE ME)”.
    Can't read file “FWOLOG~D.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/FWO logos/FWO Logos Various Formats/EPS/FWOLOG~D.EPS”.
    Can't read file “FWOLO~18.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/FWO logos/FWO Logos Various Formats/EPS/FWOLO~18.EPS”.
    Can't read file “Jiont Replacement Logo.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/logos/Jiont Replacement Logo.bmp”.
    File “SV Name 1 line 8x40p.tif”: miscompare at data offset 994,239, path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/St. Vincent Scans/Logos/SV Name 1 line 8x40p.tif”.
    Can't read file “SV-birds to side, no addr.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/St. Vincent Scans/Logos/SV-birds to side, no addr.tiff”.
    Can't read file “Spencer logo bw.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/Spencer logo bw.bmp”.
    Can't read file “spencer printing”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/spencer printing”.
    File “Appt Cards No Logo 10-up”: miscompare at data offset 94,208, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/Appointment Cards/Appt Cards No Logo 10-up”.
    File “BMA 202,BMA 2114 10up Musselman”: miscompare at data offset 52,622, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/Appointment Cards/BMA 202,BMA 2114 10up Musselman”.
    File “BMA Non-Security RX Pads”: miscompare at data offset 81,922, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Horiz/BMA Non-Security RX Pads”.
    File “BMA 2150 White Script-Singleton”: miscompare at data offset 606,218, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Verticl/BMA 2150 White Script-Singleton”.
    File “BMA 2170 White Script-C Frazier”: miscompare at data offset 512,002, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Verticl/BMA 2170 White Script-C Frazier”.
    File “BMA 2186 White Script-Laur”: miscompare at data offset 577,586, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Verticl/BMA 2186 White Script-Laur”.
    Can't read file “DOLCO BC Ramos/Hernandez”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-Misc/Dolco Packaging (Bill Cooke)/DOLCO Business Cards/DOLCO BCs/Dolco BCs 10up/DOLCO BC Ramos/Hernandez”.
    Can't read file “accutech ACT 201 Letterhead”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Accutech Systems/accutech ACT 201 Letterhead”.
    Can't read file “Allied rent no more Postcard”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Allied Home Mortgage/Rent No More postcard/Allied rent no more Postcard”.
    Can't read file “coupon grouping copy.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Alltrista 3 Fair Coupon/Fair coupon/Art/coupon grouping copy.eps”.
    Can't read file “Kerr 1.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 1.eps”.
    Can't read file “Kerr 3 backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 3 backer.eps”.
    Can't read file “Kerr 3.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 3.eps”.
    Can't read file “Kerr 5 backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5 backer.eps”.
    Can't read file “Kerr 5 blue backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5 blue backer.eps”.
    Can't read file “Kerr 5 blue.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5 blue.eps”.
    Can't read file “Kerr 5.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5.eps”.
    Can't read file “JAR 402 P&C Env. Corporate”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Letterheads & Envelopes/Envelopes/JAR 402 P&C Env. Corporate”.
    Can't read file “Elite Presentation Cover”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Misc/Elite Presentation Cover”.
    File “Consumer DCRA (3)”: miscompare at data offset 13,874, path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/JARDEN Benefit Choices/Consumer Manufacturing Cloquet/(we don't print these sections)/Consumer DCRA (3)”.
    Can't read file “A-06.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/A-06.DOT”.
    Can't read file “Visor Program fix.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Booklets/Visor Programming Booklet/Visor Program fix.doc”.
    Can't read file “BC User Manual rev 10-07-05.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BC User Manual rev 10-07-05.doc”.
    Can't read file “BC User Manual rev 10-24-05.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BC User Manual rev 10-24-05.doc”.
    Can't read file “Homelink WARRANTY.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Registration Cards/BC 202 Home Link Reg/Homelink WARRANTY.doc”.
    Can't read file “Open House Card 2 up back”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bill Frazier Mobile Homes/Open House Card 2 up back”.
    Can't read file “Elite's presort permit 228.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Mailers & Promo/Elite's presort permit 228.p65”.
    File “GAM 100 Gyn Assoc Chg Slip”: miscompare at data offset 30,334, path: “Files Volume/Customer files/Elite/Brad/CHARGE SLIPS/GAM 100 Gyn Assoc Chg Slip”.
    Can't read file “CIO BC Amy Myers Train.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/Bus Cards / Appt Cards/Individuals' BCs/CIO BC Amy Myers Train.pmd”.
    Can't read file “CIO 281 Medical Release Form”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/CIO Forms/CIO 281 Medical Release Form”.
    Can't read file “CIO 106 P & OT newest.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/CIO Forms/CIO 106/CIO 106 P & OT newest.pdf”.
    Can't read file “CIO COLOR TABS 3 BANK”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/Misc/CIO COLOR TABS/CIO COLOR TABS 3 BANK”.
    Can't read file “Cisco multi-ch 2-color.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Comcast/Flyers/Digital / Internet Flyers/6x9 69.95 Limited-time offer/Cisco multi-ch 2-color.eps”.
    Can't read file “Z4935.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Comcast/Race for Cure ad/Z4935.eps”.
    File “Comcast Rates Multi 6up”: miscompare at data offset 2,510,558, path: “Files Volume/Customer files/Elite/Brad/Comcast/Rate Cards & Channel Line-ups/ Comcast Rates & Lineups 2006/ trash before next run/Comcast Rates Multi 6up”.
    Can't read file “Comcast Samples Digi Channels-5”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Comcast/Rate Cards & Channel Line-ups/ Comcast Rates & Lineups 2006/ trash before next run/Comcast Samples Digi Channels-5”.
    Can't read file “FCC Bus Card logo.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/FCC (formerly Jaytec)/Business Cards/FCC Bus Card logo.bmp”.
    File “FGC 200 PRAYER CHAIN”: miscompare at data offset 110,530, path: “Files Volume/Customer files/Elite/Brad/Four Square Church/FGC 200 PRAYER CHAIN”.
    Can't read file “Icon◊”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/In Touch Dining (Table Talk)/Icon◊”.
    Can't read file “Customer Service Record partial”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Marcum Racing/Customer Service Record partial”.
    Can't read file “PE 400 #10 Window Envelope”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Peerless Electric/PE 400 #10 Window Envelope”.
    Can't read file “spartech.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Spartech/spartech logos/spartech.doc”.
    Can't read file “neb_Logo.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Northeast Bank/neb_Logo.bmp”.
    Can't read file “logo1web.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/logo1web.tif”.
    Can't read file “TSC 200 RX Pad”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/Fixed Files/TSC 200 RX Pad”.
    Can't read file “TSC 104 and 111.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms 2/04/TSC 104 and 111.pdf”.
    Can't read file “TSC 105 General Progress.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms 2/04/TSC 105 General Progress.pdf”.
    Can't read file “sptslogo spot sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Sports Physical Therapy (SPTS)/logos & art/sptslogo spot sep.eps”.
    Can't read file “A Stout BCs 10 up all names”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 10 up all names”.
    Can't read file “A Stout BCs 12 up Sales”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 12 up Sales”.
    Can't read file “A Stout BCs 12 up template”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 12 up template”.
    Can't read file “AERCO Bryant 8-09-05.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/AERCO/AHC Bryant New Equip Line/AERCO Bryant 8-09-05.pmd”.
    Can't read file “6HR_DRINK.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/03DET0609 (CGIC Prep 4)/Pictures/6HR_DRINK.tif”.
    Can't read file “reprint-colonos prep2 fix.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/04DET0076 (CGIC Prep 1)/reprint-colonos prep2 fix.qxd”.
    Can't read file “6HR_DRINK.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/03DET0609 (CGIC Prep 4)/Pictures/6HR_DRINK.tif”.
    Can't read file “6HR_FOOD.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/03DET0609 (CGIC Prep 4)/Pictures/6HR_FOOD.tif”.
    Can't read file “reprint-colonos prep2 fix.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/04DET0076 (CGIC Prep 1)/reprint-colonos prep2 fix.qxd”.
    Can't read file “MAP_DUO.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/04DET0076 (CGIC Prep 1)/Pictures/MAP_DUO.tif”.
    Can't read file “Beth Business Card.1”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/Beth Business Card.1”.
    Can't read file “Lafayette_Logo.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/Lafayette_Logo.tif”.
    Can't read file “ECG 302 (partial)”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/ECG Forms/ECG 302 (partial)”.
    Can't read file “ECG 532 Surgery Chart Bond LH”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/ECG Forms/ECG 532 Surgery Chart Bond LH”.
    Can't read file “carrick.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Memo Pads/ECG 506 From Desk Of/carrick.eps”.
    Can't read file “ECG 506 note pad Steph Carrick”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Memo Pads/ECG 506 From Desk Of/ECG 506 note pad Steph Carrick”.
    Can't read file “Confetti Canopy3.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Refer A Friend LVC Card/Confetti Canopy3.tif”.
    Can't read file “ECG RX 03 B Cyclogel/Isopto”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 03 B Cyclogel/Isopto”.
    Can't read file “ECG RX 03 Cyclogel/Homatropine”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 03 Cyclogel/Homatropine”.
    Can't read file “ECG RX 13 Eye Center Group Sec.”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 13 Eye Center Group Sec.”.
    Can't read file “ECG RX-17 Ocuflox 11/02”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 17/ECG RX-17 Ocuflox 11/02”.
    Can't read file “Hoosier Lottery HL-ARC 8up.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Hoosier Lottery/Age Restriction Cards 2005/Hoosier Lottery HL-ARC 8up.pmd”.
    Can't read file “oibcards3.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/IOH - Indy Ortho Hospital/Indiana Ortho Hospital logos/oibcards3.eps”.
    File “calendarVickersFinal.p65”: miscompare at data offset 2,002,278, path: “Files Volume/Customer files/Elite/Dave/Neff Engineering/Neff Engineering Other/calendarVickersFinal.p65”.
    File “Norfleet BC Jason 10up”: miscompare at data offset 1,760,878, path: “Files Volume/Customer files/Elite/Dave/norfleet BC/Norfleet BC Jason 10up”.
    File “BCs-New-PM6.5”: miscompare at data offset 2,111,727, path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/Business Cards/BCs-New-PM6.5”.
    Can't read file “OIK Miller Only”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/Business Cards/BCs-all old ones/OIK/OIK Miller Only”.
    The only suggestion I have come across is to copy the files to another drive, but this is impossible because the problem files cannot be copied. If anyone has any other suggestion for fixing this, I would appreciate any input. Thanks.
    Mac G3 Blue & White 300 mhz   Mac OS X (10.3.9)   Original hard drive replaced with a 120 GB Maxtor 6Y120P0

    Tech Tool, Disk Warrior, and Disk Utility all work to make sure the directory is Okay. They do not read every block.
    I think you should do the surface scan you spoke of. What program do you use for this?
    If you cannot copy a file in the Finder without an I/O error, the file is damaged or the drive had bad blocks.
    Be sure you also downloaded the drivers module when you updated retrospect.

  • Can I use tape drive for backup with win 2012 OS & Sybase database?

    I have installed enhancement package 6 for SAP ERP 6.0 with OS windows 2012 and database sybase ASE(15.7.050). I am facing problem while taking database backup on tape drive. I want to know how to initialize tape drive in case of sybase DB and is it possible to take back-up on same. I failed to schedule backup from DB13 so now I am doing that activity by command line. So please help me to solve these issues.
    Here I am attaching some files related with backup commands that presently I am using. My SAP system ID is DQS.

    That output actually looks pretty good, it was dumping to the tape drive, it just ran out of tape because the drive apparently doesn't automatically detect when it is reaching the end.
    For the next step, try adding a CAPACITY parameter to your dump command as discussed at these places in the documentation.
    Specifying tape capacity for dump commands
    Set the Maximum Capacity for a Tape Drive
    Your output above shows it was able to dump 87565594 KB before it ran out of tape,
    so lets be a little conservative and try
    dump database DQS to TAPE1 with   capacity = 87000000, init
    go
    When the dump reaches that point, ASE should prompt you to pop in another new tape
    and then issue the sp_volchanged procedure from a second session (it will tell you what parameters to use for sp_volchanged).
    Note: once we get the dump working successfully, we can then create a logical dump device that would store the capacity value, and create a full dump configuration so you gain all the new functionality like dump history, etc.
    Enhancements to dump and load
    -bret

  • Arch Linux doesn't detect RAID of SAS hard drives

    Hello everyone:
    I'm trying to install Arch Linux 2009.08 x86_64 on a server IBM xSeries 206m, which has hard drives connected to a SAS controller card Adaptec AIC-9405.
    I put the disks in RAID 0 and starting the server, I can see on the menu of the RAID controller card that is fine, but when I'm going to make the partitions, I do not see any hard drive.
    Checking with the command dmesg, I found some messages that seem to indicate the failure:
    aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
    aic94xx 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    aic94xx: found Adaptec AIC-9405W SAS/SATA Host Adapter, device 0000:03:04.0
    scsi2 : aic94xx
    aic94xx 0000:03:04.0: firmware: requesting aic94xx-seq.fw
    usb 2-1: configuration #1 chosen from 1 choice
    aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
    aic94xx: couldn't init seqs for 0000:03:04.0
    aic94xx: couldn't init the chip
    aic94xx 0000:03:04.0: PCI INT A disabled
    aic94xx: probe of 0000:03:04.0 failed with error -2
    Someone else with the same problem ... anyone know how to fix it ?

    GerBra wrote:
    The error message of missing firmware file in dmesg/messages.log is gone away now?
    Could you place dmesg.log or messages.log somewhere to view them? (Copy these files over network to an
    other machine and load it up to some pastebin service, or attach it here).
    You don't see the raid array when doing a: fdisk -l ?
    Also a: cat /proc/scsi/scsi should also show the array if up and running.
    SCSI modul aic94xx should also have a dir entry in /proc/scsi. Example: my Adaptec 2940 has detailled infos about the controller and device status in:
    cat /proc/scsi/aic7xxx/2
    If you have such a file (the number could differ on your machine) please post it also.
    Maybe it's the best if you open a bugreport in http://bugs.archlinux.org/index/proj6 ....
    Hi GerBra:
    This is the dmesg.log:
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Fri Jul 31 07:30:28 CEST 2009
    Command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    Centaur CentaurHauls
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
    BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bfee0000 (usable)
    BIOS-e820: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
    BIOS-e820: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
    BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
    DMI present.
    last_pfn = 0x140000 max_arch_pfn = 0x100000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-C7FFF write-protect
    C8000-DFFFF uncachable
    E0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 0C0000000 mask FC0000000 uncachable
    1 base 000000000 mask F00000000 write-back
    2 base 100000000 mask FC0000000 write-back
    3 base 0BFF00000 mask FFFF00000 uncachable
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 00000000bff00000 - 0000000100000000 (usable) ==> (reserved)
    last_pfn = 0xbfee0 max_arch_pfn = 0x100000000
    e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (usable)
    modified: 0000000000001000 - 0000000000006000 (reserved)
    modified: 0000000000006000 - 000000000009b800 (usable)
    modified: 000000000009b800 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 00000000bfee0000 (usable)
    modified: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
    modified: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
    modified: 00000000bff00000 - 00000000c0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    modified: 0000000100000000 - 0000000140000000 (usable)
    init_memory_mapping: 0000000000000000-00000000bfee0000
    0000000000 - 00bfe00000 page 2M
    00bfe00000 - 00bfee0000 page 4k
    kernel direct mapping tables up to bfee0000 @ 8000-d000
    init_memory_mapping: 0000000100000000-0000000140000000
    0100000000 - 0140000000 page 2M
    kernel direct mapping tables up to 140000000 @ b000-11000
    RAMDISK: 378e2000 - 37fef5c0
    ACPI: RSDP 00000000000f64f0 00014 (v00 PTLTD )
    ACPI: RSDT 00000000bfee3615 0003C (v01 PTLTD RSDT 06040000 LTP 00000000)
    ACPI: FACP 00000000bfee8e70 00074 (v01 INTEL 06040000 PTL 00000003)
    ACPI: DSDT 00000000bfee384c 05624 (v01 INTEL GLENWOOD 06040000 MSFT 0100000E)
    ACPI: FACS 00000000bfee9fc0 00040
    ACPI: SPCR 00000000bfee8ee4 00050 (v01 PTLTD $UCRTBL$ 06040000 PTL 00000001)
    ACPI: MCFG 00000000bfee8f34 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
    ACPI: APIC 00000000bfee8f70 00068 (v01 PTLTD APIC 06040000 LTP 00000000)
    ACPI: BOOT 00000000bfee8fd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: SSDT 00000000bfee3651 001FB (v01 PmRef CpuPm 00003000 INTL 20030224)
    ACPI: Local APIC address 0xfee00000
    (8 early reservations) ==> bootmem [0000000000 - 0140000000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
    #2 [0000200000 - 000082d0d0] TEXT DATA BSS ==> [0000200000 - 000082d0d0]
    #3 [00378e2000 - 0037fef5c0] RAMDISK ==> [00378e2000 - 0037fef5c0]
    #4 [000009b800 - 0000100000] BIOS reserved ==> [000009b800 - 0000100000]
    #5 [000082e000 - 000082e198] BRK ==> [000082e000 - 000082e198]
    #6 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
    #7 [000000b000 - 000000c000] PGTABLE ==> [000000b000 - 000000c000]
    found SMP MP-table at [ffff8800000f6520] f6520
    [ffffe20000000000-ffffe200045fffff] PMD -> [ffff880028200000-ffff88002c7fffff] on node 0
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00140000
    Movable zone start PFN for each node
    early_node_map[4] active PFN ranges
    0: 0x00000000 -> 0x00000001
    0: 0x00000006 -> 0x0000009b
    0: 0x00000100 -> 0x000bfee0
    0: 0x00100000 -> 0x00140000
    On node 0 totalpages: 1048182
    DMA zone: 56 pages used for memmap
    DMA zone: 1688 pages reserved
    DMA zone: 2246 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 767768 pages, LIFO batch:31
    Normal zone: 3584 pages used for memmap
    Normal zone: 258560 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 0000000000001000 - 0000000000006000
    PM: Registered nosave memory: 000000000009b000 - 000000000009c000
    PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee9000
    PM: Registered nosave memory: 00000000bfee9000 - 00000000bff00000
    PM: Registered nosave memory: 00000000bff00000 - 00000000c0000000
    PM: Registered nosave memory: 00000000c0000000 - 00000000fec00000
    PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
    PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    Allocating PCI resources starting at c4000000 (gap: c0000000:3ec00000)
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 25 pages at ffff880028022000, static data 72352 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1028574
    Kernel command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
    Initializing CPU#0
    NR_IRQS:768
    PID hash table entries: 4096 (order: 12, 32768 bytes)
    Fast TSC calibration using PIT
    Detected 2999.990 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
    software IO TLB at phys 0x20000000 - 0x24000000
    Memory: 4034028k/5242880k available (3409k kernel code, 1050152k absent, 157764k reserved, 1239k data, 464k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 6002.97 BogoMIPS (lpj=9999966)
    Security Framework initialized
    Mount-cache hash table entries: 256
    CPU: Trace cache: 12K uops, L1 D cache: 16K
    CPU: L2 cache: 2048K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    ACPI: Core revision 20090320
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 6002.80 BogoMIPS (lpj=9999695)
    CPU: Trace cache: 12K uops, L1 D cache: 16K
    CPU: L2 cache: 2048K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    CPU1: Thermal monitoring enabled (TM1)
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    Total of 2 processors activated (12004.78 BogoMIPS).
    CPU0 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
    groups: 0 1
    CPU1 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
    groups: 1 0
    net_namespace: 1888 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
    PCI: Not using MMCONFIG.
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: Using MMCONFIG at e0000000 - e09fffff
    ACPI: No dock devices found.
    ACPI Warning (nspredef-0331): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 [20090320]
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.4: PME# disabled
    pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.5: PME# disabled
    pci 0000:00:1d.0: reg 20 io port: [0x3000-0x301f]
    pci 0000:00:1d.1: reg 20 io port: [0x3020-0x303f]
    pci 0000:00:1d.2: reg 20 io port: [0x3040-0x305f]
    pci 0000:00:1d.7: reg 10 32bit mmio: [0xc0000000-0xc00003ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
    pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
    pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
    pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
    pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
    pci 0000:00:1f.1: reg 20 io port: [0x3080-0x308f]
    pci 0000:00:1f.3: reg 20 io port: [0x3060-0x307f]
    pci 0000:00:01.0: bridge io port: [0x00-0xfff]
    pci 0000:00:01.0: bridge 32bit mmio: [0x000000-0x0fffff]
    pci 0000:00:01.0: bridge 64bit mmio pref: [0x000000-0x0fffff]
    pci 0000:02:00.0: PXH quirk detected; SHPC device MSI disabled
    pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:02:00.1: reg 10 32bit mmio: [0xc0100000-0xc0100fff]
    pci 0000:00:1c.0: bridge io port: [0x4000-0x4fff]
    pci 0000:00:1c.0: bridge 32bit mmio: [0xc0100000-0xc02fffff]
    pci 0000:00:1c.0: bridge 64bit mmio pref: [0xc0500000-0xc05fffff]
    pci 0000:03:04.0: reg 10 64bit mmio: [0xc0280000-0xc02bffff]
    pci 0000:03:04.0: reg 18 64bit mmio: [0xc0500000-0xc051ffff]
    pci 0000:03:04.0: reg 20 io port: [0x4000-0x40ff]
    pci 0000:03:04.0: reg 30 32bit mmio: [0x000000-0x07ffff]
    pci 0000:02:00.0: bridge io port: [0x4000-0x4fff]
    pci 0000:02:00.0: bridge 32bit mmio: [0xc0200000-0xc02fffff]
    pci 0000:02:00.0: bridge 64bit mmio pref: [0xc0500000-0xc05fffff]
    pci 0000:04:00.0: reg 10 64bit mmio: [0xc0300000-0xc030ffff]
    pci 0000:04:00.0: PME# supported from D3hot D3cold
    pci 0000:04:00.0: PME# disabled
    pci 0000:00:1c.4: bridge 32bit mmio: [0xc0300000-0xc03fffff]
    pci 0000:00:1c.5: bridge io port: [0x00-0xfff]
    pci 0000:00:1c.5: bridge 32bit mmio: [0x000000-0x0fffff]
    pci 0000:00:1c.5: bridge 64bit mmio pref: [0x000000-0x0fffff]
    pci 0000:0a:04.0: reg 10 32bit mmio: [0xc8000000-0xcfffffff]
    pci 0000:0a:04.0: reg 14 io port: [0x5000-0x50ff]
    pci 0000:0a:04.0: reg 18 32bit mmio: [0xc0400000-0xc040ffff]
    pci 0000:0a:04.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:0a:04.0: supports D1 D2
    pci 0000:00:1e.0: transparent bridge
    pci 0000:00:1e.0: bridge io port: [0x5000-0x5fff]
    pci 0000:00:1e.0: bridge 32bit mmio: [0xc0400000-0xc04fffff]
    pci 0000:00:1e.0: bridge 64bit mmio pref: [0xc8000000-0xcfffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1.PXHV._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP6._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 10 11 14 15) *5
    PCI: Using ACPI for IRQ routing
    pci 0000:00:01.0: BAR 13: can't allocate resource
    pci 0000:00:01.0: BAR 14: can't allocate resource
    pci 0000:00:01.0: BAR 15: can't allocate resource
    pci 0000:00:1c.5: BAR 13: can't allocate resource
    pci 0000:00:1c.5: BAR 14: can't allocate resource
    pci 0000:00:1c.5: BAR 15: can't allocate resource
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    hpet clockevent registered
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: ioport range 0x800-0x83f has been reserved
    system 00:01: ioport range 0x1000-0x107f has been reserved
    system 00:01: ioport range 0x1180-0x11bf has been reserved
    system 00:01: ioport range 0x4d0-0x4d1 has been reserved
    system 00:01: ioport range 0x500-0x57f has been reserved
    system 00:01: ioport range 0xca8-0xca8 has been reserved
    system 00:01: ioport range 0xcac-0xcac has been reserved
    system 00:01: ioport range 0xfe00-0xfe00 has been reserved
    system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
    system 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
    system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
    system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: disabled
    pci 0000:00:01.0: MEM window: disabled
    pci 0000:00:01.0: PREFETCH window: disabled
    pci 0000:02:00.0: PCI bridge, secondary bus 0000:03
    pci 0000:02:00.0: IO window: 0x4000-0x4fff
    pci 0000:02:00.0: MEM window: 0xc0200000-0xc02fffff
    pci 0000:02:00.0: PREFETCH window: 0x000000c0500000-0x000000c05fffff
    pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:1c.0: IO window: 0x4000-0x4fff
    pci 0000:00:1c.0: MEM window: 0xc0100000-0xc02fffff
    pci 0000:00:1c.0: PREFETCH window: 0x000000c0500000-0x000000c05fffff
    pci 0000:00:1c.4: PCI bridge, secondary bus 0000:04
    pci 0000:00:1c.4: IO window: disabled
    pci 0000:00:1c.4: MEM window: 0xc0300000-0xc03fffff
    pci 0000:00:1c.4: PREFETCH window: disabled
    pci 0000:00:1c.5: PCI bridge, secondary bus 0000:05
    pci 0000:00:1c.5: IO window: disabled
    pci 0000:00:1c.5: MEM window: disabled
    pci 0000:00:1c.5: PREFETCH window: disabled
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0a
    pci 0000:00:1e.0: IO window: 0x5000-0x5fff
    pci 0000:00:1e.0: MEM window: 0xc0400000-0xc04fffff
    pci 0000:00:1e.0: PREFETCH window: 0x000000c8000000-0x000000cfffffff
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:02:00.0: setting latency timer to 64
    pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.4: setting latency timer to 64
    pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.5: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 0 mem: [0x0-0xfff]
    pci_bus 0000:01: resource 1 mem: [0x0-0xfffff]
    pci_bus 0000:01: resource 2 mem: [0x0-0xfffff]
    pci_bus 0000:02: resource 0 io: [0x4000-0x4fff]
    pci_bus 0000:02: resource 1 mem: [0xc0100000-0xc02fffff]
    pci_bus 0000:02: resource 2 pref mem [0xc0500000-0xc05fffff]
    pci_bus 0000:03: resource 0 io: [0x4000-0x4fff]
    pci_bus 0000:03: resource 1 mem: [0xc0200000-0xc02fffff]
    pci_bus 0000:03: resource 2 pref mem [0xc0500000-0xc05fffff]
    pci_bus 0000:04: resource 1 mem: [0xc0300000-0xc03fffff]
    pci_bus 0000:05: resource 0 mem: [0x0-0xfff]
    pci_bus 0000:05: resource 1 mem: [0x0-0xfffff]
    pci_bus 0000:05: resource 2 mem: [0x0-0xfffff]
    pci_bus 0000:0a: resource 0 io: [0x5000-0x5fff]
    pci_bus 0000:0a: resource 1 mem: [0xc0400000-0xc04fffff]
    pci_bus 0000:0a: resource 2 pref mem [0xc8000000-0xcfffffff]
    pci_bus 0000:0a: resource 3 io: [0x00-0xffff]
    pci_bus 0000:0a: resource 4 mem: [0x000000-0xffffffffffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 7221k freed
    Simple Boot Flag at 0x3c set to 0x1
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1250095030.473:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 7894
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    PCI quirk: reroute interrupts for 0x8086:0x032c
    pci 0000:0a:04.0: Boot video device
    pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
    pcieport-driver 0000:00:01.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
    pcieport-driver 0000:00:1c.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.4: irq 26 for MSI/MSI-X
    pcieport-driver 0000:00:1c.4: setting latency timer to 64
    pcieport-driver 0000:00:1c.5: irq 27 for MSI/MSI-X
    pcieport-driver 0000:00:1c.5: setting latency timer to 64
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 464k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 0
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0000000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003000
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003020
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    libata version 3.00 loaded.
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
    aic94xx 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    aic94xx: found Adaptec AIC-9405W SAS/SATA Host Adapter, device 0000:03:04.0
    scsi2 : aic94xx
    aic94xx 0000:03:04.0: firmware: requesting aic94xx-seq.fw
    aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
    aic94xx: couldn't init seqs for 0000:03:04.0
    aic94xx: couldn't init the chip
    aic94xx 0000:03:04.0: PCI INT A disabled
    aic94xx: probe of 0000:03:04.0 failed with error -2
    ata1.00: ATAPI: HL-DT-STDVD-RAM GSA-H55N, 1.03, max UDMA/66
    ata1.00: limited to UDMA/33 due to 40-wire cable
    ata1.00: configured for UDMA/33
    scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GSA-H55N 1.03 PQ: 0 ANSI: 5
    ata2: port disabled. ignoring.
    Driver 'sr' needs updating - please use bus_type methods
    sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:0:0: Attached scsi CD-ROM sr0
    usb 2-1: new low speed USB device using uhci_hcd and address 2
    usb 2-1: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver hiddev
    input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input2
    generic-usb 0003:04B3:310C.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1/input0
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    ISO 9660 Extensions: RRIP_1991A
    squashfs: version 4.0 (2009/01/31) Phillip Lougher
    aufs 2-standalone.tree-20090601
    loop: module loaded
    aufs test_add:240:mount[635]: uid/gid/perm /tmpfs/mnt/loop0 0/0/0755, 0/0/01777
    aufs test_add:240:mount[648]: uid/gid/perm /tmpfs/mnt/loop2 0/0/0755, 0/0/01777
    rtc_cmos 00:04: RTC can wake from S4
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 141
    input: PC Speaker as /devices/platform/pcspkr/input/input3
    intel_rng: FWH not detected
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    ACPI: Power Button [PWRF]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input5
    ACPI: Power Button [PWRB]
    EDAC MC: Ver: 2.1.0 Jul 31 2009
    iTCO_vendor_support: vendor-support=0
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    tg3.c:v3.98 (February 25, 2009)
    tg3 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    tg3 0000:04:00.0: setting latency timer to 64
    tg3 0000:04:00.0: PME# disabled
    eth0: Tigon3 [partno(BCM95721) rev 4101] (PCI Express) MAC address 00:11:25:a4:42:2f
    eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
    eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    sr 0:0:0:0: Attached scsi generic sg0 type 5
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    processor ACPI_CPU:00: registered as cooling_device0
    ACPI: Processor [CPU0] (supports 8 throttling states)
    processor ACPI_CPU:01: registered as cooling_device1
    ACPI: Processor [CPU1] (supports 8 throttling states)
    EDAC MC0: Giving out device to 'i3000_edac' 'i3000': DEV 0000:00:00.0
    EDAC PCI0: Giving out device to module 'i3000_edac' controller 'EDAC PCI controller': DEV '0000:00:00.0' (POLLED)
    lp: driver loaded but no devices found
    parport_pc 00:0b: reported by Plug and Play ACPI
    parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    lp0: using parport0 (interrupt-driven).
    ppdev: user-space parallel port driver
    This is the messages.log:
    Aug 12 16:37:33 archiso kernel: Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Fri Jul 31 07:30:28 CEST 2009
    Aug 12 16:37:33 archiso kernel: Command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
    Aug 12 16:37:33 archiso kernel: KERNEL supported cpus:
    Aug 12 16:37:33 archiso kernel: Intel GenuineIntel
    Aug 12 16:37:33 archiso kernel: AMD AuthenticAMD
    Aug 12 16:37:33 archiso kernel: Centaur CentaurHauls
    Aug 12 16:37:33 archiso kernel: BIOS-provided physical RAM map:
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 0000000000100000 - 00000000bfee0000 (usable)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Aug 12 16:37:33 archiso kernel: BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
    Aug 12 16:37:33 archiso kernel: DMI present.
    Aug 12 16:37:33 archiso kernel: last_pfn = 0x140000 max_arch_pfn = 0x100000000
    Aug 12 16:37:33 archiso kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Aug 12 16:37:33 archiso kernel: last_pfn = 0xbfee0 max_arch_pfn = 0x100000000
    Aug 12 16:37:33 archiso kernel: Scanning 1 areas for low memory corruption
    Aug 12 16:37:33 archiso kernel: modified physical RAM map:
    Aug 12 16:37:33 archiso kernel: modified: 0000000000000000 - 0000000000001000 (usable)
    Aug 12 16:37:33 archiso kernel: modified: 0000000000001000 - 0000000000006000 (reserved)
    Aug 12 16:37:33 archiso kernel: modified: 0000000000006000 - 000000000009b800 (usable)
    Aug 12 16:37:33 archiso kernel: modified: 000000000009b800 - 00000000000a0000 (reserved)
    Aug 12 16:37:33 archiso kernel: modified: 00000000000e0000 - 0000000000100000 (reserved)
    Aug 12 16:37:33 archiso kernel: modified: 0000000000100000 - 00000000bfee0000 (usable)
    Aug 12 16:37:33 archiso kernel: modified: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
    Aug 12 16:37:33 archiso kernel: modified: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
    Aug 12 16:37:33 archiso kernel: modified: 00000000bff00000 - 00000000c0000000 (reserved)
    Aug 12 16:37:33 archiso kernel: modified: 00000000fec00000 - 00000000fec10000 (reserved)
    Aug 12 16:37:33 archiso kernel: modified: 00000000fee00000 - 00000000fee01000 (reserved)
    Aug 12 16:37:33 archiso kernel: modified: 00000000ff000000 - 0000000100000000 (reserved)
    Aug 12 16:37:33 archiso kernel: modified: 0000000100000000 - 0000000140000000 (usable)
    Aug 12 16:37:33 archiso kernel: init_memory_mapping: 0000000000000000-00000000bfee0000
    Aug 12 16:37:33 archiso kernel: init_memory_mapping: 0000000100000000-0000000140000000
    Aug 12 16:37:33 archiso kernel: RAMDISK: 378e2000 - 37fef5c0
    Aug 12 16:37:33 archiso kernel: ACPI: RSDP 00000000000f64f0 00014 (v00 PTLTD )
    Aug 12 16:37:33 archiso kernel: ACPI: RSDT 00000000bfee3615 0003C (v01 PTLTD RSDT 06040000 LTP 00000000)
    Aug 12 16:37:33 archiso kernel: ACPI: FACP 00000000bfee8e70 00074 (v01 INTEL 06040000 PTL 00000003)
    Aug 12 16:37:33 archiso kernel: ACPI: DSDT 00000000bfee384c 05624 (v01 INTEL GLENWOOD 06040000 MSFT 0100000E)
    Aug 12 16:37:33 archiso kernel: ACPI: FACS 00000000bfee9fc0 00040
    Aug 12 16:37:33 archiso kernel: ACPI: SPCR 00000000bfee8ee4 00050 (v01 PTLTD $UCRTBL$ 06040000 PTL 00000001)
    Aug 12 16:37:33 archiso kernel: ACPI: MCFG 00000000bfee8f34 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
    Aug 12 16:37:33 archiso kernel: ACPI: APIC 00000000bfee8f70 00068 (v01 PTLTD APIC 06040000 LTP 00000000)
    Aug 12 16:37:33 archiso kernel: ACPI: BOOT 00000000bfee8fd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    Aug 12 16:37:33 archiso kernel: ACPI: SSDT 00000000bfee3651 001FB (v01 PmRef CpuPm 00003000 INTL 20030224)
    Aug 12 16:37:33 archiso kernel: (8 early reservations) ==> bootmem [0000000000 - 0140000000]
    Aug 12 16:37:33 archiso kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    Aug 12 16:37:33 archiso kernel: #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
    Aug 12 16:37:33 archiso kernel: #2 [0000200000 - 000082d0d0] TEXT DATA BSS ==> [0000200000 - 000082d0d0]
    Aug 12 16:37:33 archiso kernel: #3 [00378e2000 - 0037fef5c0] RAMDISK ==> [00378e2000 - 0037fef5c0]
    Aug 12 16:37:33 archiso kernel: #4 [000009b800 - 0000100000] BIOS reserved ==> [000009b800 - 0000100000]
    Aug 12 16:37:33 archiso kernel: #5 [000082e000 - 000082e198] BRK ==> [000082e000 - 000082e198]
    Aug 12 16:37:33 archiso kernel: #6 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
    Aug 12 16:37:33 archiso kernel: #7 [000000b000 - 000000c000] PGTABLE ==> [000000b000 - 000000c000]
    Aug 12 16:37:33 archiso kernel: found SMP MP-table at [ffff8800000f6520] f6520
    Aug 12 16:37:33 archiso kernel: Zone PFN ranges:
    Aug 12 16:37:33 archiso kernel: DMA 0x00000000 -> 0x00001000
    Aug 12 16:37:33 archiso kernel: DMA32 0x00001000 -> 0x00100000
    Aug 12 16:37:33 archiso kernel: Normal 0x00100000 -> 0x00140000
    Aug 12 16:37:33 archiso kernel: Movable zone start PFN for each node
    Aug 12 16:37:33 archiso kernel: early_node_map[4] active PFN ranges
    Aug 12 16:37:33 archiso kernel: 0: 0x00000000 -> 0x00000001
    Aug 12 16:37:33 archiso kernel: 0: 0x00000006 -> 0x0000009b
    Aug 12 16:37:33 archiso kernel: 0: 0x00000100 -> 0x000bfee0
    Aug 12 16:37:33 archiso kernel: 0: 0x00100000 -> 0x00140000
    Aug 12 16:37:33 archiso kernel: ACPI: PM-Timer IO Port: 0x1008
    Aug 12 16:37:33 archiso kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Aug 12 16:37:33 archiso kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Aug 12 16:37:33 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Aug 12 16:37:33 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Aug 12 16:37:33 archiso kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Aug 12 16:37:33 archiso kernel: IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
    Aug 12 16:37:33 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    Aug 12 16:37:33 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Aug 12 16:37:33 archiso kernel: Using ACPI (MADT) for SMP configuration information
    Aug 12 16:37:33 archiso kernel: SMP: Allowing 2 CPUs, 0 hotplug CPUs
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 0000000000001000 - 0000000000006000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 000000000009b000 - 000000000009c000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee9000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000bfee9000 - 00000000bff00000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000bff00000 - 00000000c0000000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000fec00000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    Aug 12 16:37:33 archiso kernel: Allocating PCI resources starting at c4000000 (gap: c0000000:3ec00000)
    Aug 12 16:37:33 archiso kernel: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    Aug 12 16:37:33 archiso kernel: PERCPU: Embedded 25 pages at ffff880028022000, static data 72352 bytes
    Aug 12 16:37:33 archiso kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1028574
    Aug 12 16:37:33 archiso kernel: Kernel command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
    Aug 12 16:37:33 archiso kernel: Initializing CPU#0
    Aug 12 16:37:33 archiso kernel: NR_IRQS:768
    Aug 12 16:37:33 archiso kernel: PID hash table entries: 4096 (order: 12, 32768 bytes)
    Aug 12 16:37:33 archiso kernel: Fast TSC calibration using PIT
    Aug 12 16:37:33 archiso kernel: Detected 2999.990 MHz processor.
    Aug 12 16:37:33 archiso kernel: Console: colour VGA+ 80x25
    Aug 12 16:37:33 archiso kernel: console [tty0] enabled
    Aug 12 16:37:33 archiso kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Aug 12 16:37:33 archiso kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Aug 12 16:37:33 archiso kernel: Checking aperture...
    Aug 12 16:37:33 archiso kernel: No AGP bridge found
    Aug 12 16:37:33 archiso kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Aug 12 16:37:33 archiso kernel: Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
    Aug 12 16:37:33 archiso kernel: software IO TLB at phys 0x20000000 - 0x24000000
    Aug 12 16:37:33 archiso kernel: Memory: 4034028k/5242880k available (3409k kernel code, 1050152k absent, 157764k reserved, 1239k data, 464k init)
    Aug 12 16:37:33 archiso kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Aug 12 16:37:33 archiso kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6002.97 BogoMIPS (lpj=9999966)
    Aug 12 16:37:33 archiso kernel: Security Framework initialized
    Aug 12 16:37:33 archiso kernel: Mount-cache hash table entries: 256
    Aug 12 16:37:33 archiso kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
    Aug 12 16:37:33 archiso kernel: CPU: L2 cache: 2048K
    Aug 12 16:37:33 archiso kernel: CPU: Physical Processor ID: 0
    Aug 12 16:37:33 archiso kernel: CPU: Processor Core ID: 0
    Aug 12 16:37:33 archiso kernel: using mwait in idle threads.
    Aug 12 16:37:33 archiso kernel: ACPI: Core revision 20090320
    Aug 12 16:37:33 archiso kernel: Setting APIC routing to flat
    Aug 12 16:37:33 archiso kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Aug 12 16:37:33 archiso kernel: CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
    Aug 12 16:37:33 archiso kernel: Booting processor 1 APIC 0x1 ip 0x6000
    Aug 12 16:37:33 archiso kernel: Initializing CPU#1
    Aug 12 16:37:33 archiso kernel: Calibrating delay using timer specific routine.. 6002.80 BogoMIPS (lpj=9999695)
    Aug 12 16:37:33 archiso kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
    Aug 12 16:37:33 archiso kernel: CPU: L2 cache: 2048K
    Aug 12 16:37:33 archiso kernel: CPU: Physical Processor ID: 0
    Aug 12 16:37:33 archiso kernel: CPU: Processor Core ID: 0
    Aug 12 16:37:33 archiso kernel: CPU1: Thermal monitoring enabled (TM1)
    Aug 12 16:37:33 archiso kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    Aug 12 16:37:33 archiso kernel: CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
    Aug 12 16:37:33 archiso kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Aug 12 16:37:33 archiso kernel: Brought up 2 CPUs
    Aug 12 16:37:33 archiso kernel: Total of 2 processors activated (12004.78 BogoMIPS).
    Aug 12 16:37:33 archiso kernel: net_namespace: 1888 bytes
    Aug 12 16:37:33 archiso kernel: Booting paravirtualized kernel on bare hardware
    Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 16
    Aug 12 16:37:33 archiso kernel: ACPI: bus type pci registered
    Aug 12 16:37:33 archiso kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
    Aug 12 16:37:33 archiso kernel: PCI: Not using MMCONFIG.
    Aug 12 16:37:33 archiso kernel: PCI: Using configuration type 1 for base access
    Aug 12 16:37:33 archiso kernel: bio: create slab <bio-0> at 0
    Aug 12 16:37:33 archiso kernel: ACPI: Interpreter enabled
    Aug 12 16:37:33 archiso kernel: ACPI: (supports S0 S1 S4 S5)
    Aug 12 16:37:33 archiso kernel: ACPI: Using IOAPIC for interrupt routing
    Aug 12 16:37:33 archiso kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
    Aug 12 16:37:33 archiso kernel: PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    Aug 12 16:37:33 archiso kernel: PCI: Using MMCONFIG at e0000000 - e09fffff
    Aug 12 16:37:33 archiso kernel: ACPI: No dock devices found.
    Aug 12 16:37:33 archiso kernel: ACPI Warning (nspredef-0331): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 [20090320]
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PME# disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PME# disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PME# disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PME# disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1d.7: PME# disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
    Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PXH quirk detected; SHPC device MSI disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PME# disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
    Aug 12 16:37:33 archiso kernel: pci 0000:04:00.0: PME# disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0: transparent bridge
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 *10 11 14 15)
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 10 *11 14 15)
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 *11 14 15)
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *10 11 14 15)
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *0, disabled.
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *0, disabled.
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 11 14 15) *0, disabled.
    Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 10 11 14 15) *5
    Aug 12 16:37:33 archiso kernel: PCI: Using ACPI for IRQ routing
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: BAR 13: can't allocate resource
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: BAR 14: can't allocate resource
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: BAR 15: can't allocate resource
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: BAR 13: can't allocate resource
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: BAR 14: can't allocate resource
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: BAR 15: can't allocate resource
    Aug 12 16:37:33 archiso kernel: NetLabel: Initializing
    Aug 12 16:37:33 archiso kernel: NetLabel: domain hash size = 128
    Aug 12 16:37:33 archiso kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Aug 12 16:37:33 archiso kernel: NetLabel: unlabeled traffic allowed by default
    Aug 12 16:37:33 archiso kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Aug 12 16:37:33 archiso kernel: pnp: PnP ACPI init
    Aug 12 16:37:33 archiso kernel: ACPI: bus type pnp registered
    Aug 12 16:37:33 archiso kernel: pnp: PnP ACPI: found 12 devices
    Aug 12 16:37:33 archiso kernel: ACPI: ACPI bus type pnp unregistered
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x800-0x83f has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x1000-0x107f has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x1180-0x11bf has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x4d0-0x4d1 has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x500-0x57f has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0xca8-0xca8 has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0xcac-0xcac has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0xfe00-0xfe00 has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
    Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: IO window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: MEM window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PREFETCH window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PCI bridge, secondary bus 0000:03
    Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: IO window: 0x4000-0x4fff
    Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: MEM window: 0xc0200000-0xc02fffff
    Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PREFETCH window: 0x000000c0500000-0x000000c05fffff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: IO window: 0x4000-0x4fff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: MEM window: 0xc0100000-0xc02fffff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PREFETCH window: 0x000000c0500000-0x000000c05fffff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PCI bridge, secondary bus 0000:04
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: IO window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: MEM window: 0xc0300000-0xc03fffff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PREFETCH window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PCI bridge, secondary bus 0000:05
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: IO window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: MEM window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PREFETCH window: disabled
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0a
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0: IO window: 0x5000-0x5fff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0: MEM window: 0xc0400000-0xc04fffff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0: PREFETCH window: 0x000000c8000000-0x000000cfffffff
    Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 2
    Aug 12 16:37:33 archiso kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Aug 12 16:37:33 archiso kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Aug 12 16:37:33 archiso kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Aug 12 16:37:33 archiso kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Aug 12 16:37:33 archiso kernel: TCP reno registered
    Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 1
    Aug 12 16:37:33 archiso kernel: Unpacking initramfs...
    Aug 12 16:37:33 archiso kernel: Freeing initrd memory: 7221k freed
    Aug 12 16:37:33 archiso kernel: Simple Boot Flag at 0x3c set to 0x1
    Aug 12 16:37:33 archiso kernel: Scanning for low memory corruption every 60 seconds
    Aug 12 16:37:33 archiso kernel: audit: initializing netlink socket (disabled)
    Aug 12 16:37:33 archiso kernel: type=2000 audit(1250095030.473:1): initialized
    Aug 12 16:37:33 archiso kernel: VFS: Disk quotas dquot_6.5.2
    Aug 12 16:37:33 archiso kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Aug 12 16:37:33 archiso kernel: msgmni has been set to 7894
    Aug 12 16:37:33 archiso kernel: alg: No test for stdrng (krng)
    Aug 12 16:37:33 archiso kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Aug 12 16:37:33 archiso kernel: io scheduler noop registered
    Aug 12 16:37:33 archiso kernel: io scheduler anticipatory registered
    Aug 12 16:37:33 archiso kernel: io scheduler deadline registered
    Aug 12 16:37:33 archiso kernel: io scheduler cfq registered (default)
    Aug 12 16:37:33 archiso kernel: PCI quirk: reroute interrupts for 0x8086:0x032c
    Aug 12 16:37:33 archiso kernel: Linux agpgart interface v0.103
    Aug 12 16:37:33 archiso kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Aug 12 16:37:33 archiso kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Aug 12 16:37:33 archiso kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    Aug 12 16:37:33 archiso kernel: 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Aug 12 16:37:33 archiso kernel: 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    Aug 12 16:37:33 archiso kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input0
    Aug 12 16:37:33 archiso kernel: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    Aug 12 16:37:33 archiso kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 12 16:37:33 archiso kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 12 16:37:33 archiso kernel: mice: PS/2 mouse device common for all mice
    Aug 12 16:37:33 archiso kernel: cpuidle: using governor ladder
    Aug 12 16:37:33 archiso kernel: cpuidle: using governor menu
    Aug 12 16:37:33 archiso kernel: TCP cubic registered
    Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 17
    Aug 12 16:37:33 archiso kernel: registered taskstats version 1
    Aug 12 16:37:33 archiso kernel: Initalizing network drop monitor service
    Aug 12 16:37:33 archiso kernel: Freeing unused kernel memory: 464k freed
    Aug 12 16:37:33 archiso kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    Aug 12 16:37:33 archiso kernel: SCSI subsystem initialized
    Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver usbfs
    Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver hub
    Aug 12 16:37:33 archiso kernel: usbcore: registered new device driver usb
    Aug 12 16:37:33 archiso kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0000000
    Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Aug 12 16:37:33 archiso kernel: usb usb1: configuration #1 chosen from 1 choice
    Aug 12 16:37:33 archiso kernel: hub 1-0:1.0: USB hub found
    Aug 12 16:37:33 archiso kernel: hub 1-0:1.0: 6 ports detected
    Aug 12 16:37:33 archiso kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003000
    Aug 12 16:37:33 archiso kernel: usb usb2: configuration #1 chosen from 1 choice
    Aug 12 16:37:33 archiso kernel: hub 2-0:1.0: USB hub found
    Aug 12 16:37:33 archiso kernel: hub 2-0:1.0: 2 ports detected
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003020
    Aug 12 16:37:33 archiso kernel: usb usb3: configuration #1 chosen from 1 choice
    Aug 12 16:37:33 archiso kernel: hub 3-0:1.0: USB hub found
    Aug 12 16:37:33 archiso kernel: hub 3-0:1.0: 2 ports detected
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
    Aug 12 16:37:33 archiso kernel: usb usb4: configuration #1 chosen from 1 choice
    Aug 12 16:37:33 archiso kernel: hub 4-0:1.0: USB hub found
    Aug 12 16:37:33 archiso kernel: hub 4-0:1.0: 2 ports detected
    Aug 12 16:37:33 archiso kernel: ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Aug 12 16:37:33 archiso kernel: scsi0 : ata_piix
    Aug 12 16:37:33 archiso kernel: scsi1 : ata_piix
    Aug 12 16:37:33 archiso kernel: aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
    Aug 12 16:37:33 archiso kernel: aic94xx 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Aug 12 16:37:33 archiso kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    Aug 12 16:37:33 archiso kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    Aug 12 16:37:33 archiso kernel: aic94xx: found Adaptec AIC-9405W SAS/SATA Host Adapter, device 0000:03:04.0
    Aug 12 16:37:33 archiso kernel: scsi2 : aic94xx
    Aug 12 16:37:33 archiso kernel: aic94xx 0000:03:04.0: firmware: requesting aic94xx-seq.fw
    Aug 12 16:37:33 archiso kernel: aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
    Aug 12 16:37:33 archiso kernel: aic94xx: couldn't init seqs for 0000:03:04.0
    Aug 12 16:37:33 archiso kernel: aic94xx: couldn't init the chip
    Aug 12 16:37:33 archiso kernel: aic94xx 0000:03:04.0: PCI INT A disabled
    Aug 12 16:37:33 archiso kernel: aic94xx: probe of 0000:03:04.0 failed with error -2
    Aug 12 16:37:33 archiso kernel: ata1.00: ATAPI: HL-DT-STDVD-RAM GSA-H55N, 1.03, max UDMA/66
    Aug 12 16:37:33 archiso kernel: ata1.00: limited to UDMA/33 due to 40-wire cable
    Aug 12 16:37:33 archiso kernel: ata1.00: configured for UDMA/33
    Aug 12 16:37:33 archiso kernel: scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GSA-H55N 1.03 PQ: 0 ANSI: 5
    Aug 12 16:37:33 archiso kernel: Driver 'sr' needs updating - please use bus_type methods
    Aug 12 16:37:33 archiso kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Aug 12 16:37:33 archiso kernel: Uniform CD-ROM driver Revision: 3.20
    Aug 12 16:37:33 archiso kernel: usb 2-1: new low speed USB device using uhci_hcd and address 2
    Aug 12 16:37:33 archiso kernel: usb 2-1: configuration #1 chosen from 1 choice
    Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver hiddev
    Aug 12 16:37:33 archiso kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input2
    Aug 12 16:37:33 archiso kernel: generic-usb 0003:04B3:310C.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1/input0
    Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver usbhid
    Aug 12 16:37:33 archiso kernel: usbhid: v2.6:USB HID core driver
    Aug 12 16:37:33 archiso kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
    Aug 12 16:37:33 archiso kernel: aufs 2-standalone.tree-20090601
    Aug 12 16:37:33 archiso kernel: loop: module loaded
    Aug 12 16:37:33 archiso kernel: aufs test_add:240:mount[635]: uid/gid/perm /tmpfs/mnt/loop0 0/0/0755, 0/0/01777
    Aug 12 16:37:33 archiso kernel: aufs test_add:240:mount[648]: uid/gid/perm /tmpfs/mnt/loop2 0/0/0755, 0/0/01777
    Aug 12 16:37:33 archiso kernel: rtc_cmos 00:04: RTC can wake from S4
    Aug 12 16:37:33 archiso kernel: rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    Aug 12 16:37:33 archiso kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Aug 12 16:37:33 archiso kernel: udev: starting version 141
    Aug 12 16:37:33 archiso kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
    Aug 12 16:37:33 archiso kernel: intel_rng: FWH not detected
    Aug 12 16:37:33 archiso kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Aug 12 16:37:33 archiso kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Aug 12 16:37:33 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Aug 12 16:37:33 archiso kernel: ACPI: Power Button [PWRF]
    Aug 12 16:37:33 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input5
    Aug 12 16:37:33 archiso kernel: ACPI: Power Button [PWRB]
    Aug 12 16:37:33 archiso kernel: EDAC MC: Ver: 2.1.0 Jul 31 2009
    Aug 12 16:37:33 archiso kernel: iTCO_vendor_support: vendor-support=0
    Aug 12 16:37:33 archiso kernel: i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Aug 12 16:37:33 archiso kernel: tg3.c:v3.98 (February 25, 2009)
    Aug 12 16:37:33 archiso kernel: tg3 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Aug 12 16:37:33 archiso kernel: tg3 0000:04:00.0: PME# disabled
    Aug 12 16:37:33 archiso kernel: eth0: Tigon3 [partno(BCM95721) rev 4101] (PCI Express) MAC address 00:11:25:a4:42:2f
    Aug 12 16:37:33 archiso kernel: eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    Aug 12 16:37:33 archiso kernel: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
    Aug 12 16:37:33 archiso kernel: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    Aug 12 16:37:33 archiso kernel: sr 0:0:0:0: Attached scsi generic sg0 type 5
    Aug 12 16:37:33 archiso kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    Aug 12 16:37:33 archiso kernel: iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x1060)
    Aug 12 16:37:33 archiso kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Aug 12 16:37:33 archiso kernel: processor ACPI_CPU:00: registered as cooling_device0
    Aug 12 16:37:33 archiso kernel: ACPI: Processor [CPU0] (supports 8 throttling states)
    Aug 12 16:37:33 archiso kernel: processor ACPI_CPU:01: registered as cooling_device1
    Aug 12 16:37:33 archiso kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
    Aug 12 16:37:33 archiso kernel: EDAC MC0: Giving out device to 'i3000_edac' 'i3000': DEV 0000:00:00.0
    Aug 12 16:37:33 archiso kernel: EDAC PCI0: Giving out device to module 'i3000_edac' controller 'EDAC PCI controller': DEV '0000:00:00.0' (POLLED)
    Aug 12 16:37:33 archiso kernel: lp: driver loaded but no devices found
    Aug 12 16:37:33 archiso kernel: parport_pc 00:0b: reported by Plug and Play ACPI
    Aug 12 16:37:33 archiso kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    Aug 12 16:37:33 archiso kernel: lp0: using parport0 (interrupt-driven).
    Aug 12 16:37:33 archiso kernel: ppdev: user-space parallel port driver
    Aug 12 16:37:31 archiso init: Entering runlevel: 3
    Aug 12 16:38:08 archiso kernel: tg3 0000:04:00.0: PME# disabled
    Aug 12 16:38:09 archiso kernel: tg3: eth0: Link is up at 100 Mbps, full duplex.
    Aug 12 16:38:09 archiso kernel: tg3: eth0: Flow control is on for TX and on for RX.
    Aug 12 16:42:52 archiso kernel: device-mapper: uevent: version 1.0.3
    Aug 12 16:42:52 archiso kernel: device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: [email protected]
    Aug 12 16:43:49 archiso kernel: usb 1-4: new high speed USB device using ehci_hcd and address 3
    Aug 12 16:43:50 archiso kernel: usb 1-4: configuration #1 chosen from 1 choice
    Aug 12 16:43:50 archiso kernel: Initializing USB Mass Storage driver...
    Aug 12 16:43:50 archiso kernel: scsi3 : SCSI emulation for USB Mass Storage devices
    Aug 12 16:43:50 archiso kernel: usbcore: registered new interface driver usb-storage
    Aug 12 16:43:50 archiso kernel: USB Mass Storage support registered.
    Aug 12 16:43:55 archiso kernel: scsi 3:0:0:0: Direct-Access Kingston DT 101 II 1.00 PQ: 0 ANSI: 2
    Aug 12 16:43:55 archiso kernel: scsi 3:0:0:0: Attached scsi generic sg1 type 0
    Aug 12 16:43:55 archiso kernel: Driver 'sd' needs updating - please use bus_type methods
    Aug 12 16:43:55 archiso kernel: sd 3:0:0:0: [sda] 7876608 512-byte hardware sectors: (4.03 GB/3.75 GiB)
    Aug 12 16:43:55 archiso kernel: sd 3:0:0:0: [sda] Write Protect is off
    Aug 12 16:43:55 archiso kernel: sda: sda1
    Aug 12 16:43:55 archiso kernel: sd 3:0:0:0: [sda] Attached SCSI removable disk
    I'm following your last instructions  ... no results.

  • A virtual tape drive for learning purposes

    11.2/Solaris(x86_64)
    Didn't want to 'hijack' the below thread, I am starting a new thread
    how to choose backup tape drive
    I haven't worked much on Rman backups to tape. Is there a way I could get a virtual Tape Drive in VM .
    I have VM workstation v8 on Windows 7 and I have the guest OS Solaris 10(x86_64) running on it.

    Do you want to SIMULATE a backup to tape? If yes check this:
    http://www.appsdba.com/blog/?p=205
    Werner

  • Remote SQL backup file to tape drive

    Hi , 
    I have a requirement on SQL database backup (.sql file) 
    Environment : 
    MS SQL server is in Remote . I have a Tape Drive (HP Ultrium
    5 LTO )( External SAS port)). I Want to Schedule my backups from SQL server to Tape Drive . This tape drive Physically connected to windows server 2008 r2 machine & Sql server 2008 is running in windows server 2008 r2  in remote .  Both Servers
    are communicating  .  Please suggest is there
    any software's to full fill this .
     Is there any procedure to full fill my requirement .
    Kindly update the solution 
    Thanks in Advance , 
    Sathyamnk Mail Id : [email protected]
    [email protected]

    Hi , 
    I have a requirement on SQL database backup (.sql file) 
    Environment : 
    MS SQL server is in Remote . I have a Tape Drive (HP Ultrium 5 LTO )( External SAS port)). I Want to Schedule my backups from SQL server
    to Tape Drive . This tape drive Physically connect to windows server 2008 r2 machine & Sql server 2008 is running in windows server 2008 r2  in remote .   Please suggest is there any software's to full fill this 
     Is there any procedure to full fill my requirement .
    Kindly update the solution 
    Thanks in Advance , 
    Sathyamnk Mail Id : [email protected]
    [email protected]

  • Backup on tape drive

    hi
    i wana backup on tape drive. is there any need for thrid party Media managment softwares.? If yes then which software can I use (Please all tell me the software version and release number). I am using windows platform and Oracle 10 g v2
    Thanks

    You review the following link;
    Media Management Software
    http://download.oracle.com/docs/cd/B19306_01/readmes.102/b14233/toc.htm#CHDFBBED
    Media Management
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmarchi004.htm#i1007245
    Configuring RMAN to Make Backups to a Media Manager
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmconfg002.htm#sthref499
    Adith

  • X301 and Vodafone and AT&T Wireless WAN (HSPA) Driver for Windows 7 (32-bit, 64-bit)

    Ok, I (Lenovo) did it again.
    System Update showed me this update: "Vodafone and AT&T Wireless WAN (HSPA) Driver for Windows 7 (32-bit, 64-bit)".
    As I'm using Vodafone and I had a AT&T driver, I decided to update.
    The result is, that now the GPS doesn't work.
    Yes, I'm in a place where the GPS signal is present (my house, with the previous driver I was able to get 6/7 satellites).
    What happens? Lenovo TV GPS stays there trying to fix the satellites, but nothing happens. I can't recover the system to a previous state, as I updated Flash player too, and Windows only show me the possibility to roll back this update.
    So, apart advicing everyone not to update, I kindky ask:
    - where can I found the previous driver? I searched the web without success...
    - why does Lenovo deploy driver which can cause problems (I just had one updating the BT driver last week! .msi installer problem, error 1935...)?
    Thanks to everyone
    600, R52, T61p, X301

    Ok, I found in the Net the drive 7uw706ww.zip, which is Version 6.1.4.2, while the updated version is 6.1.10.5 (7UW708WW).
    I tried again the GPS, and it wasn't working.
    Anyway, before downgrading, I tried to reinstall the new driver, downloading and installing the .exe instead going through System Update.
    Result: now GPS is working (same place, same conditions, just 5 minutes later)!
    Don't know where the difference is...
    600, R52, T61p, X301

  • Access denied to external Hard Drive on Windows 7?

    Hey,
    Thanks in Advance for your help. Yesterday I downloaded and installed Windows 7 (which looks like its going to be a massive improvement on Vista!!). Though I had a problem when I tried to open my external Hard drive (which is an Internal hard drive in an enclosure ":H"). An error message pops up every time I double click it saying that access to this drive is denied.
    This used to happen when I would change from PC to PC but was able to fix it using instructions from this Link http://www.le.ac.uk/cc/dsss/docs/acls2.shtml
    Any help would be much appreciated.
    Regards
    Jordan

    Folks,
    I faced a similar problem when trying to move a NTFS formatted disk from XP to windows 7. I tried suggestions on various forums but nothing worked. Finally though, i was able to identify the root cause empirically and fix it.
    1. In my understanding, Windows 7 interprets the permissions on a NTFS drive very strictly. Hence while a NTFS HDD with tweaked security settings - say with only administrator access/ownership under security tab may work perfectly in XP, OS X, Ubuntu etc
    , Win 7 will show you access denied unless permissions for ALL of the following: AuthenticatedUsers, SYSTEM, Administrator & Users is set correctly (which is default for a newly formatted drive in windows)
    2. You can do this either manually by adding these one by one or by simply formatting the drive (this however is destructive for data).
    3. I therefore simply set the permissions correctly AFTER taking ownership of the drive and I was able to access the drive just fine.
    4. To prove that its merely a permission issue where Windows 7 is arguabily behaving correctly, before making any permission changes, try booting your computer in Safe Mode and you should be able to access your data just fine while you are in the Safe Mode.
    5. Lesson for me was to be very careful with NTFS permissions, especially while removing those present by default.
    6. I managed to solve the issue before seeing this thread. Hence i do not know if "foreign drive" solution below would have worked in my case.
    To Microsoft: This solution should be WAY more easier to find on the net. Hell, its shouldn't even be a be a problem! Windows should be able to reset the permissions to default with a single click on a non encrypted NTFS drive if the person trying to do this
    has the administrator access.
    Hope this allows people to save time and data.
    Cheers!

  • Can I use flash drive in Windows that install on Oracle VM Server

    Dear everyone,
    I install Windows server 2003 on Oracle VM Server x86. I can use .iso file by copy iso file to /OVS/iso_pools and add resource. But I want to use flash drive on Windows server 2003 that installed on Oracle VM. I don't know how to do or it can do. I want to plug flash drive in Oracle VM Server and can use it on Windows server 2003
    Thank you so much for advance
    Fujimaru

    It looks like you will not be able to use it without continually stopping and starting the guest and editing the vm.cfg file to add the physical device once it is mounted on the DOm0

Maybe you are looking for