08-10-2002
You need a new driver for your IDE disk. Check the caldera.com ftp site and download the OpenUnix8.0 Install HBA. That has the new IDE driver on it.
10 More Discussions You Might Find Interesting
1. Filesystems, Disks and Memory
Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies
2. Filesystems, Disks and Memory
Hello Moto
I hope someone can help
We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers..
a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies
3. UNIX for Advanced & Expert Users
Hi ... apologies for posting in this section ... I figured this would be the best place to pose this question - does anyone know a good forum for selling Unix related hardware - I have a handful of HP C3750's that I would like to sell. I am located in Toronto. Thx. (2 Replies)
Discussion started by: krs1
2 Replies
4. What is on Your Mind?
Hi Friends
I need ur suggestions. I have 3+ experience in solaris10. Iam planning for study Web sphere in UNIX. Is this the right choice can i do that. how is the market value for WEBSPHERE.
Waiting for the replys (0 Replies)
Discussion started by: suresh_krish
0 Replies
5. UNIX for Dummies Questions & Answers
another unix printing issue.
our client based pc's used to print some form's to our hp printer. as of the moment they can not print.
i have checked & did the ff:
#lpstat -r (scheduler is running)
i dunno if i need to restart the whole unix box via shutdown or just checking at... (15 Replies)
Discussion started by: jedimaster
15 Replies
6. SCO
Hi
I have some sco xenix object, bin and archive files that operate in sco unix 5.0.7.
I know that sco unix kernel can support sco xenix binary. I want to know how can I link xenix and unix archives together? (0 Replies)
Discussion started by: javad1_maroofi
0 Replies
7. Solaris
I have installed solaris 10 over VM ware in windows machine. now i want to share the files from windows to solaris. how can i do so.. and pls tell if through putty i can access the solaris from windows machine without logging onto VMware. (4 Replies)
Discussion started by: jain_sharad143
4 Replies
8. Shell Programming and Scripting
HI I am using vmware on my windows system and I had the red hat linux working on my system.But the problem I'm facinf certain commands are not working in lunux.
i don't know the reason why
ex : echo $shell
this should dispaly the shell.but system responds with blank line.
ex : echo... (2 Replies)
Discussion started by: prabhu_kumar
2 Replies
9. Solaris
Hi All,
Actually i need to install solaris 10 version over VMWare which is installed over my windows machine. On that solaris version i need to install Weblogic application server,
I need to know where can i download SOLARIS 10 for this and also what is the difference in SPARC and x86 version and... (10 Replies)
Discussion started by: jain_sharad143
10 Replies
10. UNIX for Dummies Questions & Answers
UNIX sco release 5.05 system does not boot:cannot open device hd(40)/boot
stage 1 boot failure: error loading hd(40)/bootWhat to do? (2 Replies)
Discussion started by: Joaoalpande
2 Replies
LEARN ABOUT DEBIAN
freebsd-brandelf
BRANDELF(1) BSD General Commands Manual BRANDELF(1)
NAME
brandelf -- mark an ELF binary for a specific ABI
SYNOPSIS
brandelf [-lv] [-f ELF_ABI_number] [-t string] file ...
DESCRIPTION
The brandelf utility marks an ELF binary to be run under a certain ABI for FreeBSD.
The options are as follows:
-f ELF_ABI_number
Forces branding with the supplied ELF ABI number. Incompatible with the -t option. These values are assigned by SCO/USL.
-l Writes the list of all known ELF types to the standard error.
-v Turns on verbose output.
-t string
Brands the given ELF binaries to be of the string ABI type. Currently supported ABIs are ``FreeBSD'', ``Linux'', and ``SVR4''.
file If -t string is given it will brand file to be of type string, otherwise it will simply display the branding of file.
EXIT STATUS
Exit status is 0 on success, and 1 if the command fails if a file does not exist, is too short, fails to brand properly, or the brand
requested is not one of the known types and the -f option is not set.
EXAMPLES
The following is an example of a typical usage of the brandelf command:
brandelf file
brandelf -t Linux file
SEE ALSO
The Santa Cruz Operation, Inc., System V Application Binary Interface, http://www.sco.com/developer/devspecs/, April 29, 1998 (DRAFT).
HISTORY
The brandelf manual page first appeared in FreeBSD 2.2.
AUTHORS
This manual page was written by John-Mark Gurney <gurney_j@efn.org>.
BSD
February 6, 1997 BSD