Install CD-R of SOLARIS 8 / long filenames / ISO

Hi all,
First, a precision. I'm french and i don't know if i can explain my
problem, 'cause my english ;((
I've been burning solaris 8 apps to CD, with Easy CD Creator.
When I want to access the install CD under Solaris, the filename appear as
DOS names i.e. with 8 caracters and cut.
So, my SUN Sparc 10 write :
" bad magic number in disk label"
"can't open disk label package"
1/ The problem is it because the filename is too short and cut ?
=> if yes, Is there any way to preserve the long filenames when viewing CD
content?
=> I told Easy CD Creator to not generate Joliet file system but ISO9660,
but it do not allow long filenames under ISO9660 !! ;(((
The resulting CD's are what i explain to you.
The problem is it due to bad filenames ?
2/ So, if that is the reason of my difficulty, How can i do to solve it ?
Thanks for your help.
Laurent
[email protected]

The solaris 8 CDs you've downloaded contains "ISO9660" images already,
so if you're using options like "don't create joliet filenames" in
your CDR software you're obviously generating another ISO9660
filesystem layer around the solaris 8 ISO9660 image. That's wrong.
Your supposed to write these bits directly to a CDR, without creating
a new file tree structure. Check the documentation for your CDR
software how to write a "raw cd image" to a CDR.
Btw. the
Solaris 8 download page contains some explicit instructions
for burning the solaris 8 cds with "Easy CD Creator". In step 7. the
page says:
<pre>
For example, if you use Easy CD Creator, add the extension .iso
to the file name. Next, from the File Menu in the program, select
Create CD from CD image. Then, select that image file.
</pre>

Similar Messages

  • Process not getting long filename support

    I am trying to run a makefile through the runtime.exec. I am using 1.4.0 on WinNT The error I am getting is consistent to errors caused by lack of long filename support. I have lfnload.com on the machine, so I can install long filename support.
    If anyone has any suggestions I am open to them.
    thanks for any help in advance,
    Geoff

    Does anyone have any idea about this?

  • Insufficient perms/long filename errors

    I formatted a WD external HDD to have an HFS+(for backup using SuperDuper) and 2 FAT partitions. I had been using the hard drive without any errors, and did a reformat of OS X recently. Then, I wiped the three partitions on external HDD. When trying to copy files that I downloaded a day or two ago (after OS X reformat), from OS X's downloads folder to the HFS partition, it shows an error that some files have long filenames and cannot be copied. Some other files show error of insufficient permission.
    Can it be fixed?

    I was trying to copy files downloaded to my Macbook HD to an non-journaled HFS+ partition and it worked. However, when I tried to copy the same files from the external HDD to a different folder on Macbook HD, it shows an error about insufficient permissions.
    For the partition in external drive, I've checked "ignore permissions" and my username shows up under the list of owners. I also did a repair/repair permissions from Disk utility in the OS X install DVD. The DVD and Macbook contains the same OS X version (10.5.5), so I don't think an out-of-date Disk Utility messed up things.
    I'd run the external HDD and Macbook with 10.5.5, without any problems before reinstalling OS X and problems cropped up.

  • Can i install flar image of solaris 10 from V890 to v480?

    Team,
    Please help me for a confusion that can i install flar image of solaris 10 from V890 to v480?
    We have very good flar image of solaris 10 and want to install same on other machine.
    this machine hosting the Oracle database on it.
    Thanks
    Ravi

    Generally speaking, as long as you are in the same processor family (4u, 4m, 4c, 4v etc) you can do so.
    The caveat is that the OS has to support the particular model you are on. No worries with S10 though.

  • CD Joliet File System (long filenames)

    On the Solaris 8 platform on Intel, I have the following problem. When I mount CDs that were written using the Joliet (Windows long filenames) file system, I can only see the 8.3 short filenames. On other unix systems (linux,sco), I can see the long filenames. Is there a way to enable the long filenames ?

    Solaris has no support for the "joliet" extension to iso9660. But
    for many years, it has support for "rock-ridge" extensions. Rock-Ridge
    gives you long filenames (>8.3 and >64 (!)), symlinks, user & group IDs,
    etc, ...
    Please use "rock-ridge" extensions when you make a CD for unix systems.
    If you burn your own CDR, you can use the "mkisofs" command to
    generate iso9660 filesystems with both "joliet" and "rock-ridge"
    (mkisofs options -J -r/-R)

  • HTTP Macromedia Long Filename BO - MPSB02-05 risk clarification?

    Hi there,
    Hope this is the correct forum to post this query ...
    The antiviirus software installed on my PC is flagging the
    HTTP Macromedia Long Filename BO threat whenever I surf to sites
    that were created with the versions of Coldfusion and IIS detailed
    in MPSB02-05 Buffer Overflow attack on ColdFusion MX with Microsoft
    IIS
    ColdFusion MX Advisory:
    http://www.macromedia.com/v1/handlers/index.cfm?ID=23161
    JRun Advisory:
    http://www.macromedia.com/v1/handlers/index.cfm?ID=23500
    My question is what is the risk or impact to me when all I am
    doing is visiting a site that was created with the at-risk
    versions? I understand the risk if one is developing software with
    Coldfusion/IIS but I am unclear as to what the risk is for folks to
    just browse to a site created with these affected versions.
    Cheers and thanks, in advance!

    ls -l /var/run/lighttpd/
    And how are you spawning the php instances? I don't see that in the daemons array anywhere.
    EDIT: It looks like the info in that page is no longer using pre-spawned instances, but lighttpd adaptive-spawn. The documentation has been made inconsistent it looks like.
    You will note that with pre-spawned information, the config looks different[1].
    You need to do one or the other, not both (eg. choose adaptive-spawn, or pre-spawn..not both).
    [1]: http://wiki.archlinux.org/index.php?tit … oldid=8051 "change"

  • Find long filename on a server?

    Find long filename?
    Hello,
    Do you know a software (or a script) to find/list long filename (more than 255 characters) on a server (Win 2003R2 SP2)?
    I've tried "Long Filename Finder" v1.1 (http://dcsoft.com/products/longff/longff.htm), but it doesn't function correctly on Win 2003.
    Thanks,
    Christophe

    I found this Perl script when searching on the internet, it may help you:
    [simple Perl-script]
    # check if filenames are longer then 64 characters
    # and if filename+path are longer then 255 characters
    # as this makes resetting permissions or copying
    # files a nightmare
    use File::Basename;
    $szFolder=shift @ARGV;
    $szLogFile=shift @ARGV;
    if ($szFolder eq "")
    parameters();
    } else {
    if ($szLogFile eq "")
    parameters();
    } else {
    # open logfile
    open(OUTPUTFILE,">$szLogFile") || die;
    listfiles($szFolder);
    close(OUTPUTFILE);
    sub listfiles
    local $szBaseDir=$_[0];
    use File::Find;
    sub process_dirs
    $szPath=$File::Find::name;
    $szFile=basename($szPath);
    print "Checking: $szFile\n";
    if ((length $szPath) > 255)
    $nPathLength=length $szPath;
    print "Full pathname $szPath is $nPathLength characters, which exceeds limit of 255 characters\n";
    print OUTPUTFILE "Full pathname $szPath is $nPathLength characters, which exceeds limit of 255 characters\n";
    if ((length $szFile) > 64)
    $nFileNameLength=length $szFile;
    print "File $szPath is $nFileNameLength characters, which exceeds filename limit of 64 characters\n";
    print OUTPUTFILE "File $szPath is $nFileNameLength characters, which exceeds filename limit of 64 characters\n";
    find (\&process_dirs, $szBaseDir);
    sub parameters
    print "Usage: Check-files-and-paths.pl path logfile\n";
    [end of Perl-script]
    So get a machine with Perl installed (note only standard Perl modules are used here), kick-off the script like this
    "Check-files-and-paths.pl D:\ C:\I-HATE-FILES-WITH-LONG-PATHNAMES.TXT"

  • Since installing Leopard, my iPhone is no longer recognized by iTunes.

    Since installing Leopard, my iPhone is no longer recognized by iTunes and cannot synch, my music, videos, address book, and calendar. Could you let me know how I can get iTunes to recognize my iPhone again? It is odd since i plug the iPhone into the iMac and it is no longer recognized in iTunes and my address book and calendar. It worked fine before installing Leopard. You assistance is greatl

    Hi
    Have you tried the iPhone forum yet:
    http://discussions.apple.com/category.jspa?categoryID=201
    Steve

  • Since installing Leopard, my iPhone is no longer recognized by iMac

    Since installing Leopard, my iPhone is no longer recognized by iTunes and cannot synch. Could you let me know how I can get iTunes to recognize my iPhone again. It is odd since i plug the iPhone into the iMac and it is no longer recognized in iTunes and my address book and calendar. It worked fine before installing Leopard. You assistance is greatly appreciated.

    Joseph Pascal wrote:
    Thanks Jason. How do I run the software updated?
    Click the Apple(top left corner of the screen)> Software Update.
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/11410.html

  • Install of 9201 on Solaris 9

    I am getting this same error on install of 9201 on Solaris 9 ; ld is core dumping - I have all of the required packages so I can't figure out why linking is failing, can anybody please give me a fix?!!?
    Calling action unixActions2.2.0.6.0 make
    installMakePath = /usr/ccs/bin/make
    installMakeFileName = /opt/oracle/product/plsql/lib/ins_plsql.mk
    installTarget = install
    undoMakeFileName =
    installArguments = ORACLE_HOME=/opt/oracle/product,
    /opt/oracle/product/install/make.log
    undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /opt/oracle/product/plsql/lib/ins_plsql.mk
    Exception Severity: 1
    *** Cancel Dialog: ***
    User selected: Stop installation of all products.
    Error in invoking target install of makefile /opt/oracle/product/plsql/lib/ins_plsql.mk

    Hello,
    a) Please crosscheck your environment variables and make sure you have access to all binaries/executables.
    Ex: make etc.
    b) Make sure you OS is patches as per oracle requirements.
    <<Message>>
    Error in invoking target install of makefile /opt/oracle/product/plsql/lib/ins_plsql.mk
    Indicates that you may not have access to execute make utility.
    -Sri

  • I have a fully paid subscription to CC and use of installed programs but I can no longer sign in to CC. It repeatedly says "You've been signed out". I have the need to install another program but I can't sign in.

    I have a fully paid subscription to CC and use of installed programs but I can no longer sign in to CC. It repeatedly says "You've been signed out". I have the need to install another program but I can't sign in.

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html

  • After installing Leopard, my G4 will no longer boot in OS 9.22. (Classic still works, but I need it to boot in OS 9.)  Any clues about what the Leopard installer might have done to my machine that rendered OS 9 boot unusable? What can I do to fix it?

    After installing Leopard, my G4 will no longer boot in OS 9.22.
    (Classic still works, but I need it to boot in OS 9.)
    Any clues about what the Leopard installer might have done to my machine that rendered OS 9 boot unusable? (And what can I do to fix it?)
    Details:
    G4 Gigabit Ethernet
    Boot ROM version: 4.2.8fl
    Accelerator card added: 1.6 MHz
    1.5 Gig Ram
    I have erased the partition that had Leopard installed on it.
    I zapped the pram.
    In Open Firmware, I "reset-nvram", and then "reset-all"
    I tried to reinstall G4 FW Update 4.2.8, but that must be done when booted from OS 9, and of course, that's the problem: it won't boot into 9.
    I tried restarting from 9.2.1 DVD.
    I tried restarting from an external firewire drive containing OS 9.2.2.
    I tried moving a fresh OS 9.2.2 system folder into an empty partition on an internal hard drive. (Partition was created WITH OS 9 drivers installed.)
    All attempts to boot into OS 9 give me the same results - grey screen - no spinning beach ball, no icons or logos - just a blank grey screen.
    This machine still works fine in OS 10.3 and 10.4, and it worked fine for many years booting into OS 9, until I installed Leopard, and I haven't been able to boot into OS 9 since then, although I have done considerable research online and tried many things.
    I have since learned that this machine does not support Leopard - 10.5. Fine, but how did it break 9.2.2?
    Any help greatly appreciated.

    Thanks for checking in, BDAQua.
    Problem solved.
    In the docs that came with my Powerlogix accelerator card, I found this sentence buried:
    "If you reset the PRAM, the NVRAM code for OS9 compatibility is cleared, so you will have to boot from the Firmawre Update CD and perform this process again in order to boot in OS9."
    The "process" it's referring to is the process of setting up the NVRAM for booting into OS9 from the CD.
    Fortunately, I was able to find the disk, and it worked as expected. I can now, once again boot into OS9.
    Conclusion: My (unadvised) attempt to load Leopard on this old machine apparently reset the PRAM on the accelerator card and cleared the NVRAM code for OS9 boot. Although I did attempt to reset the NVRAM via Open Firmware, it did not reset it on the accelerator card.
    So, thank you BDAQua, for your "Ah yes" . . . that's all I needed to steer me in the right direction.
    Gratefully,
    tupester

  • Error while installing Oracle 10g on Solaris 10.

    Hi all,
    I am trying to install Oracle 10g on Solaris 10 (x86). I did every thing that is given in the Installation manual
    created user,group and directories. set all the env variables.
    executing the runinstaller it throws error
    error in writing to directory /tmp/OraInstall2009-04-06_07-14-09PM.please ensure that this directory is writable and has atleast 69MB of disk space.Installation Cannot continue.+
    *:Error 0*
    I have given recursive a+rwx permission to /tmp folder and /tmp has 3.2 GB free space. am i missing some thing??
    I am very new to Solaris and Oracle;Please help me with this.
    Thanks.
    Regards
    Akhilesh Bhale

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Since installing 10.5, Itunes will no longer open automatically when I connect my Iphone or insert a CD.  Nor will it, when I insert a CD, recognize the CD unless I close Itunes and open it again.  Any ideas?

    Since installing 10.5, Itunes will no longer open automatically when I connect my Iphone or insert a CD.  Nor will it, when I insert a CD, recognize the CD unless I close Itunes and open it again.  Any ideas?

    Purchase the Snow Leopard install DVD from Apple to install 10.6
    After that uodate to 10.6.8 using Software Update

  • HT4623 since my laptop crashed and itunes had to be re-installed my iphone 5 will no longer sync?

    since my laptop crashed and itunes had to be re-installed my iphone 5 will no longer sync with itunes. can anyone suggest anything?

    Does iTunes not recognize the phone, or does it recognize it but not sync? If it is the former see: http://support.apple.com/kb/TS1538.
    If it is the latter you may have some settings wrong. Tell us what you have tried.

Maybe you are looking for

  • Issue on APP

    I m getting a problem in APP in New implimentation project.    while running APP the vendors selected in Parameters tab are not picking the House bank And their bank details which we want to credit through Bank Transfer.  Now what i need to do. 2.  

  • "Create PDF from Web Page" Yields Authorization Failure

    Acrobat 9 Pro Extended running on Windows XP Service Pack 3: When using "Create PDF from Web Page," certain linked pages result in an "Authorization Failure" error message. Is there any way to instruct Acrobat to disregard pages that are not download

  • ODBC DNS Configuration Error IM002 10040

    1. When logging in to analytics with Weblogic user: Unable to Sign In An error occurred during authentication. Try again later or contact your system administrator. 2. Weblogic user is abel to log in to the console and em successfully. 3. This is not

  • Cant Generate Output.....Macros Disabled??

    Hi, I am trying to build my first RoboHelp project, and since I added a template and a custom style sheet, I have not been able to successfully generate output of any type. I have been trying to generate FlashHelp, but continue getting this message:

  • Red Eye Removal in CS3

    Hi, probably a stupid question but how do I change the colour of the eye using the red eye tool? Thanks