Hi,
Im installing sco openserver 5 (OpenServer-5.0.7Hw-10Jun05_1800.iso) on a vmware server 1.0.4.
Installation is ok but on when x server is loading i just can login, mouse does not move and most of keyboard cases do not respond.
I choose usb mouse + french keyboard while installating, should i... (1 Reply)
Hi
I am trying to install NIC FastNic 10/100 PCI Ethernet driver into PCI# 3 of the GA-SIML Rev 1.0 Motherboard on 1GB Hard-disk driveI have following the instruction on the CD-Disk and when I added NIC by netconfig and I do not know what is the following question:
PCI BUS#
DEVICE#... (3 Replies)
Even though IBM states that the x3500 server is Openserver 6.x compatible, it is still a bit of a trick to install SCO Openserver 6 to the machine because the standard method of installing the BTLD required to install the OS requires that the driver be written to a floppy which doesn't exist on... (3 Replies)
I have just been made responsible for setting up Apache on our office SCO
box. I have searched the internet, but
haven't found any details that I can make
sense of. I'm unfamiliar with Unix and would appreciate any help members of
the forum have to offer. (1 Reply)
Hello all,
I'm trying to install SCO openserver 5 on a 2.5 Gig hard drive, and I tried fdisk and a low-level format of the drive. When I insert the boot diskette all seems fine, and it asks me to set the cd-rom and it sees it and reads from it. Well, I'm thinking all is well until right after I... (1 Reply)
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 <jmg@FreeBSD.org>.
BSD March 25, 2014 BSD