Linux 9i disk3: gunzip sez file has invalid data

I just downloaded all three files for the Linux variant of the 9i Rel 2 from:
http://otn.oracle.com/software/products/oracle9i/htdocs/linuxsoft.html
I have Starband, which must be managed with a Windoze machine. I used GetRight to download it to a temp area on my Linux box (via Samba). Starting with the smallest file first, I get the following for Disk 3. After reading some of the posts on this forum, I renamed the file and attempted to used it as input to cpio. The screen text is as follows:
[oracle@P2 oraclearchive]$ gunzip -t lnx_920_disk3.cpio.gz
gunzip: lnx_920_disk3.cpio.gz: invalid compressed data--crc error
[oracle@P2 oraclearchive]$ mv lnx_920_disk3.cpio.gz 920.cpio
[oracle@P2 oraclearchive]$ cpio -idmv < 920.cpio
cpio: warning: skipped 45604 bytes of junk
cpio: G 2) <<-- a little garbage outta cpio as it chokes and dies on this file
Any suggestions about how to successfully get these files? I sure hate repeated attempts, especially as Starband trottles users with high download bytecounts.
Any way to just get these files on CDROM, even if it involves a fee? URL for this?
Kindest regards,
Ewin

I don't know if there have been any changes to the files on the web site, but I am getting "invalid compressed data--crc error" and "invalid compressed data--length error" or similar when trying to gunzip any of the lnx_920_disk[123].cpio.gz, lnx_iasv20_disk[1234].cpio.gz, Oracle9iAS_Rel2_Interop_Patch_Linux.cpio.gz, or 9iAS_902_Integration_LINUX.cpio.gz files.
I am running a fresh install of Red Hat 7.2. The files were downloaded with Mozilla 0.9.2.1. gzip 1.3.3, cpio 2.4.2
The URLs were: http://download.oracle.com/otn/linux/oracle9i/9201/lnx_920_disk1.cpio.gz
http://download.oracle.com/otn/linux/oracle9i/9201/lnx_920_disk2.cpio.gz
http://download.oracle.com/otn/linux/oracle9i/9201/lnx_920_disk3.cpio.gz
http://download.oracle.com/otn/linux/ias/9ias/902/lnx_iasv20_disk1.cpio.gz
http://download.oracle.com/otn/linux/ias/9ias/902/lnx_iasv20_disk2.cpio.gz
http://download.oracle.com/otn/linux/ias/9ias/902/lnx_iasv20_disk3.cpio.gz
http://download.oracle.com/otn/linux/ias/9ias/902/lnx_iasv20_disk4.cpio.gz
http://download.oracle.com/otn/linux/ias/9ias/902/Oracle9iAS_Rel2_Interop_Patch_Linux.cpio.gz
http://download.oracle.com/otn/linux/ias/9ias/902/9iAS_902_Integration_LINUX.cpio.gz
I have tried downloading multiple times but receive no errors during the download and the files sizes are consistent from download to download and with the size stated on the web site.
The .zip, .jar, and .sh files are fine, I only experience problems with the .gz or .cpio files.
Any help would be appreciated.
Thanks,
Jeremy

Similar Messages

  • MasterThemeSchema.xml file has invalid data error when customizing layout

    Whenever I try to customize my layout for Responsive HTML5 I get an error "MasterThemeSchema.xml file has invalid data". I've tried creating new layouts and editing existing layouts. The first time I click Customize Selected Layout it works. But any attempt after that produces the error. Anyone know what's going on? Thanks.

    Has not working over the network fixed the problem? If it has, check both ways again to establish beyond doubt that it is a problem with working on the network. If it does prove to be that, please file a bug but also post back here.
    Please follow this link to report a bug.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Trace has invalid data

    Hello. I ran my program to control an instrument and I encountered this error.
    Error -1074001665 occurred at HP89400 Error Query;
    instrument reports:
    -410,"Query INTERRUPTED; YST:ERR?"
    followed by
    Trace contains invalid data. Do anyone knows what this means? Thx
    This is my program.

    May I know how to check for baud rate? The problem only occurs when I try to implement this time domain control vi into my instrument control program.

  • Lightroom 4.1 dmg update file has invalid checksum!

    I've downloaded the file on the download page 9 times, and get the same error each time I try mounting it in OSX 10.6.8.  My machine has the right specs.  The downloaded file size is always 411.7 mb, but the download page says it should be 392.7 mb.  Why is Adobe sleeping at the wheel when we give them so much money for their products?  Why do we continue to buy their products?  I will reconsider choosing Adobe in the future for wasting my time.

    Thanks for the help!  The download worked in Firefox (don't know which version, since the auto update just jumped to version 13.0), having the correct file size.  But it did not have the correct download size in Safari 5.1.7.
    The file also appears for download on the Adobe FTP site: ftp://ftp.adobe.com/pub/adobe/lightroom/mac/4.x/Lightroom_4_LS11_mac_4_1.dmg

  • WWI error: Graphic file has invalid format

    Hi Experts
    We are getting this error message displaying a WWI report using transaction CG02BD (Specification/Reports/Report from Template)
    The problem is only on one PC where SAP GUI and WWI was recently installed.
    I think there might be a problem with the wwi.ini file, but I am struggling to pinpoint.
    Please help.
    Thanks
    Erick

    Hello Erick,
    Check if the WWI Graphics Folder (...\wwi\graphics) has the exact same graphics - including file extension.
    Maybe you can attached the two WWI.ini files if above doesn't solve the issue.
    Kind Regards
    Mark

  • Execution of a batch file fails if the batch file has a date

    Hi All,
    I have a batch file which copies files from one folder to another based on the date condition( if the files are modified or created today copy them). Below is my code
    set curr_date=%DATE:~4,2%/%DATE:~7,2%/%DATE:~10,4% & XCOPY \\cambosnapp01\FileTransfers\InboundToHomesite\NICB\Entities \\cambosnapp01\Claims\Analytics\NICB\CurrentAlerts/d:%curr_date%
    This batch file runs fine if i run it manually, but i want to run this in an ssis package, i am using an execute process task and in the executable i gave the location of this batch file, and if i run the package it fails.However if i just exclude the last
    date thing from the batch file and run the below one it runs fine.
    set curr_date=%DATE:~4,2%/%DATE:~7,2%/%DATE:~10,4% & XCOPY \\cambosnapp01\FileTransfers\InboundToHomesite\NICB\Entities \\cambosnapp01\Claims\Analytics\NICB\CurrentAlerts/d
    But this batch file would copy all the files which i dont need. I only want to copy the new files and thats the reason i use the date in the end but for some reason it fails.
    Can someone please help me with any suggestions on this?
    Please let me know if you have any questions or if i am still unclear.
    Thanks

    What is the error you are getting?
    Why don't you want to use the FileSystem task that is parameter driven?
    Running the bat file manually vs as a package has a difference.
    Do you run it while the package is in development (via SSDT)?
    You only gave the bat file, but how did you set your task in SSIS not.
    Arthur
    MyBlog
    Twitter

  • PDF converted file has more data

    Hi,
    I am using the function module "CONVERT_ABAPSPOOLJOB_2_PDF" to convert the spool output into a PDF. The conversion is happening however, I am seeing that a 10 page spool has a PDF doc of 45 pages and data after page 10 is definately not relevant to the spool.
    Can someone help me with this.
    Thanks,
    Sindhu

    Hi Vinod,
    Thanks a lot for your help. I downloaded the spool using RSTXPDFT4, and found that the number of pages in PDF file generated from this program and my program that used FM "CONVERT_ABAPSPOOLJOB2_PDF" is same.
    Thanks for the quick reply.
    -Sindhu

  • CS6 Photoshop reads this when attempting to "Could not initialize Photoshop because the preferences file was invalid (it has been deleted). HELP!

    Finally got a call this morning from an Adobe Rep and he explained to me the issue. He explained that I needed to uninstall the adobe product, in this case Photoshop CS6 and download it again and reinstall it! So, I did that and get the same message when attempting to open the newly downloaded software: "Could not initialize Photoshop because the preferences file was invalid (it has been deleted). Please, if someone could help me as soon as possible! I am very anxious to remedy this situation. Thank you!

    This seems to have cropped up a lot recently. What has seemed to work so far is intentionally resetting your preferences:
    Reset Preferences
    1) Close the program and press Ctrl+Alt+Shift (Win)/Cmd+Option+Shift (Mac) during startup (not reversible)
    or
    2) Move the Folder. See:
    http://www.bugge.com/Family-and-friends/Illy/illy.html
    --OB

  • Adobe Photoshop CS6 won't load on my macbook pro, says "Could not initialize Photoshop because the file was invalid (it has been deleted).

    Adobe Photoshop CS6 won't load on my macbook pro, says "Could not initialize Photoshop because the file was invalid (it has been deleted).

    Tried the preferences, they are not there, tried uninstalling and reinstalling, no love! Any help?

  • CS5 - Photoshop won't start:  preferences file  was invalid (it has been deleted)

    Environment:
    Win7 Ultimate - 4 gig ram - CS5 Design Premium
    Seemingly out of the blue - Photoshop stopped loading and I'm getting two error messages :
    first:           ADOBE PHOTOSHOP CS5 Extended:  "Could not load actions because an unexpected end-of-file was encountered
    second:     ADOBE PHOTOSHOP CS5 Extended:  "could not initialize Photoshop because the preferences file was invalid (it has been deleted).
    I've deleted the two Preferences Files - but they don't seem to repopulate on startup - (or if they do they are deleted per the error message)
    I tried copying a Preferences file from another working machine but that failed as well.
    In addition: Dreamweaver is kicking out the following error messages - but opens and seems to work normally.
    The following JavaScript error(s) occurred:  Unable to open script file C:\Program Files (x86) Adobe\Adobe Dreamweaver CS5\Configuration\Shared\Spry\Designtime\EditingUtils.js (error 2).
    The following JavaScript error(s) occurred:  Unable to open script file "C:\Program Files (x86) \Adobe\Adobe dreamweaver CS5\Configuration\Shared\Common\Scripts\dwscripts.js" (error 2).
    I'm in the middle of a big project and need to get back up quickly - any help would be much appreciated.
    Thx.

    Run photoshop as administrator holding Ctrl + Alt + Shift, that should trigger a preferences reset prompt.
    If that won't work I would do a backup and delete the entire Adobe Photoshop CS5 Settings folder, not just the two files you mentioned.
    As for your Dreamweaver issue, try deleting WinFileCache-********.dat (or FileCache.dat) from your Dreamweaver Config folder.
    Otherwise try deleting your preferences
    Exit Dreamweaver. 
    In Windows Explorer, navigate to C:\Users\Your User Name\AppData\Roaming\Adobe. 
    Rename the Dreamweaver preferences folder:
    Dreamweaver CS5: Rename the Dreamweaver CS5 folder to, for example, Old Dreamweaver CS5.
    Choose Start, type regedit in the Start Search, and then press Enter. 
    In the left pane of the Registry Editor, navigate to the following key:
    HKEY_CURRENT_USER\Software\Adobe
    Remove the Dreamweaver preferences registry entries. 

  • Preferences file was invalid (it has been deleted)

    This comes up every time I open up PS6 extended (Could not initialize Photoshop because the preferences file was invalid (it has been deleted).) I just bought this software at the beginng of the year, and I'm getting upset writing this email too.
    Please advise
    Brian

    http://www.fixkb.com/2011/05/could-not-initialize-photoshop-because.html

  • I can't start CS6 I get this error message "Could not initialize Photoshop because the preferences file was invalid (it has been deleted)." What do I do now??

    When I try to start CS6 I get this error message "Could not initialize Photoshop because the preferences file was invalid (it has been deleted)." What do I do now??

    Please refer:
    FAQ: How do I reset my preferences?
    Regards,
    Ashutosh

  • After a forced computer shutdown, OS X 10.9.5, I have received this message, PS could not initialize Photoshop because the preference file was invalid (it has been deleted).

    After a forced computer shutdown, OS X 10.9.5, I have received this message, PS could not initialize Photoshop because the preference file was invalid (it has been deleted).

    One idea is to hold down the cmd-opt-shift keys and start Photoshop. It will ask you if you want to delete the settings file. Answer "Yes" and it will create a new Preferences files. Photoshop should continue  to load.
    Gene

  • I can´t initialise photoshop because of this Could not load actions because an unexpected end-of-file was encontered. "Could not initialise Photoshop because the preferences file was invalid (it has been deleted)" how can i fix it?

    I can´t initialise photoshop because of this Could not load actions because an unexpected end-of-file was encontered. "Could not initialise Photoshop because the preferences file was invalid (it has been deleted)" how can i fix it?

    I have a MacBook Pro.
    App - Adobe Creative suite 5.5
    The only app that does´t initialize is the photoshop
    Problem solve
    FAQ: How do I reset my preferences?
    Thank you Jeffrey Tranberry

  • Am unable start Photoshop (CS5.1 Extended version), it gives me this message: Could not initialize Photoshop, because the preferences file was invalid (it has been deleted). Please help, thanks.

    Dear Friends or anybody, please help.
    Am unable start Photoshop (CS5.1 Extended version), it gives me this message:
    Could not initialize Photoshop, because the preferences file was invalid (it has been deleted).
    I have also watched the video on “restoring peferences” trouble shooting above, but got nowhere.
    Please help me, am leaving Canada on a business trip to China in 36 hours and I need to work using Photoshop. Thank you.
    Benny

    Check these solutions here Re: Preferences File was invalid.
    Gene

Maybe you are looking for

  • Maintenance view program for a table

    Hi All, How can i create a maintenance view program for a table. i did maintenance view in sm30 for that table. now it needs a transaction code for maintenance. can somebody help me with this. Thanks, Kiran

  • Playing Videos on IPOD!!

    Hello All of a sudden my videos have stopped playing on my ipod. I select the the video (as I would have done normally) and now it just gives me a blank screen then goes back to the menu, any ideas what the problem may be?? Thanks in advance for any

  • Why does it not use the index?

    L.S., We are using a table called IT_RFC_REGISTRATION. It is a relatively big table for our application. Its primary key is RFCNR, each new RFCNR getting the next value. Now for my intranet report I am interested in the last 40 records. But when I ex

  • Configuration Manager client upgrade package failing to download to DPs

    Hello, I am receiving the following error in distmgr.log "Failed to get RDC signature path for for package SF100004 version 1. Error = 2" "SF100004" is the "Configuration Manager client upgrade package" Is there a way to rebuild/repair this package? 

  • Help Needed to write select statement

    I have a table whose rows like this: slno name testno 1 reni 1 2 arun 2 3 jithu 3 4 rajesh 4 5 shiju 1 6 Thomas 1 7 Thomas 2 8 Thomas 3 9 Thomas 4 many rows like above.I want to select names who have attended all the test that is testno 1,2,3,4 Looki