Sponsored Content
Full Discussion: Redhat Linux?
Top Forums UNIX for Dummies Questions & Answers Redhat Linux? Post 84460 by unicksmunkey on Sunday 25th of September 2005 09:45:59 AM
Old 09-25-2005
Preferences

You might want to do some more research. There are all different flavors out there and you should try as many as you can. There are some other great options like FreeBSD or OpenBSD if you want to go into the BSD style flavors. Don't forget about OpenSolaris now. Personally, I would just download Solaris 10. It is pure, powerfull and FREE. Best of all it runs on anything! sort of... Happy hunting.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing RedHat Linux 7

Hey everybody. Its been awhile since I last posted but in short I am now in posession of RedHat Linux 7.0 which I got from a book called the RedHat 7 Bible. As this is not an official distribution I cannot get product support from RedHat so I decided to try here. I have three computers. I... (2 Replies)
Discussion started by: TheGoof
2 Replies

2. UNIX for Dummies Questions & Answers

redhat linux 7.3

hi, just installed redhat linux 7.3 on my server, and put it in gnome gui. Does anyone know what software i need to run a web server??? and what software i need to set up a proxy to secure it? also, if these are free to download, can you give me the links. Thanx (2 Replies)
Discussion started by: matt2kjones
2 Replies

3. UNIX Desktop Questions & Answers

RedHat Linux Cd

I am wondering if anyone has copies (or can burn me a copy) of RedHat Linux. I will pay shipping charges... I don't have a CD burner and i dont want to run it off of my hard drive... please email me at: empireinfo623@yahoo.com or baldwitm@muc.edu (5 Replies)
Discussion started by: thedude623
5 Replies

4. UNIX for Dummies Questions & Answers

GUI for Redhat Linux

I just installed Redhat Linux 8.0 and I do not know how to get to my GUI Desktop. Right now I'm just in the shell please help. (2 Replies)
Discussion started by: savagebeast
2 Replies

5. UNIX for Dummies Questions & Answers

Redhat linux version

Guys How do i know the version of linux (Redhat) on one of our systems..Thanks in advance..The uname -r gives 2.4.18-0.13..Is it the kernel version (3 Replies)
Discussion started by: sssow
3 Replies

6. UNIX for Dummies Questions & Answers

Linux RedHat. Help please.

I from russia. install rus Linux RedHat. When i load linux it ask me for user name and pass... and up of ask form label: Welcome to localhost... dont remember... what i want write in it? (sorry, bad english..:( ).. (1 Reply)
Discussion started by: Sen
1 Replies

7. Slackware

Redhat Linux?

Hi, I use linux and it is a great OS, I use Redhat Linux 9 and I was wondering are they going to update 9 or they'll be leaving that to the fedora project? I would like a stable linux distro. Thanks -n (9 Replies)
Discussion started by: Insomniac
9 Replies

8. UNIX and Linux Applications

Redhat Linux 5

Can anyone help me outwith the post installation script.I'm newbie to scripting! i need to customize the post installation script using kickstart..here are the requirements to be set set permissions /etc/crontab =400 /etc/securetty=400 /etc/sysctl.conf=600 and following services to be set OFF... (1 Reply)
Discussion started by: bvkumar
1 Replies

9. Red Hat

Redhat Linux 4 crashed

Hi, I am having redhat enterprise linux 4 machine with kernel version 2.6.9-39.EL.Whenever I ran some java applications related to mechanical the system got crashed and powered off. last output is as shown below. reboot system boot 2.6.9-39.EL Fri Sep 24 15:23 (01:43)... (0 Replies)
Discussion started by: ktrimu
0 Replies

10. Red Hat

Difference Redhat Linux/RH Enterprise Linux

what is the difference between Redhat Linux and Redhat Enterprise Linux. whereas Redhat linux have Server installation options too. (2 Replies)
Discussion started by: hananabbas
2 Replies
GPT-BUILD(8)						User Contributed Perl Documentation					      GPT-BUILD(8)

NAME
gpt-build - Builds and installs GPT source packages and bundles. SYNOPSIS
gpt-build [options] [macros] [source packages] flavors ... Options: -verbose Print copious output -help Print usage -man Print man page. -version Print GPT version. -installdir=path_to_installation Override $GLOBUS_LOCATION -builddir=path_to_build directory Directory to unpack tarfiles -logdir=log_file_directory Directory for package logs -srcdir=source_directory Directory containing a source package -static Build static executables -force Force rebuilds -update Rebuild if newer -disable-version-checking Ignore versions in package dependencies. -std-flavors Build all std flavors. -all-flavors Build all of the flavors -coresrc Override installed globus_core pkg -nosrc Only install the flavors [macro=value] Macro definitions [list of flavors to build] Flavors that define the build options [list of source packages] Tarfiles of source bundles or packages DESCRIPTION
gpt-build Builds and installs software from source distributions. The script reads the build instructions for each source distribution from a package metadata file called pkg_data_src.gpt. If no instructions are found the script uses the default instructions described in Grid::GPT::PkgMngmt::Build. Multiple packages can be built by passing in multiple -srcdir arguments or multiple source packages and or bundles. For now these have to be passed in in dependent order ie. if package foo needs package fee's headers to build then fee should come first. gpt-build does not create binary packages as globus-build does. This is done by a seperate script called gpt-pkg. FLAVORS
Build flavors are character string labels that represent a set of compiler and linker options defined during the building of the globus_core package. Packages can be built with any installed flavor. globus_core can only be built with pre-defined flavors. globus_core needs to be built by hand (i.e. ./configure|make|make install) to install a custom build flavor. FILES IN PGM PACKAGES
Installed files such as executables that are found in pgm and pgm_static packages will overwrite one another when multiple flavors of the same package are built. Thus only the files from the last flavor built will be present after a gpt-build run. To preserve multiple flavors of these files, they are automatically copied into flavored subdirectories. For example, the program $GLOBUS_LOCATION/bin/foo will be copied into the location $GLOBUS_LOCATION/bin/gcc32/shared if it was built with dynamically with the gcc32 flavor. These files are retrieved by gpt-pkg. OPTIONS
-srcdir Specifies the where the source directory is. This is used by developers to build out of a repository.. -installdir Specifies the where the install directory is. This directory will be where the targets are installed before being archived. Note that this directory needs contain the installation targets of all of the packages which satisfy build dependencies in addition to the installation targets of the package being built. Because of this, installation targets are not removed after the package is archived. Because different flavors of program packages conflict with each other, the last flavor built is the flavor of the installed files. For each flavor, gpt-build makes a copy of each installed file in a program package and puts the copy in a flavored subdirectory. -builddir Specifies the where the source tar files should be untarred and the code is built. -force Tells gpt-build to rebuild a package even if it is already installed. The default behavior is to skip any packages that have been built before. -update Tells gpt-build to build even if an older version is installed. -verbose Prints out all of the build messages. -std-flavors Build the globus_core package with all of the flavor choices marked as standard in the flavor configuration file. All of the other packages will be built with all of the flavors sucessfully installed by globus_core. -all-flavors Build the globus_core package with all of the flavor choices marked as standard in the flavor configuration file. All of the other packages will be built with all of the flavors sucessfully installed by globus_core. -nosrc Just install the listed flavors. Don't build any source code. -coresrc Use this version of globus_core source rather than the one found in ${datadir}/globus/gpt/globus_core-src.tar.gz -flavor-cfg=FILE Use the flavor configurations found in FILE. The default configuration file is ${datadir}/globus/gpt/globus_flavor_labels.conf -logdir=DIRECTORY Store package logs of build messages in DIRECTORY. This option also sets -verbose. The default directory is ./logs. -help Print a brief help message and exits. -man Prints the manual page and exits. -version Prints the version of GPT and exits. MACROS
Build macros are perl routines and variables that are used by gpt-build while building packages. These macros are embedded in the build instructions part of the package's metadata file. Some of these macros can be set from the command line using the following format: <NAME>_GPTMACRO='new value' Note that even though this feature seems extremely flexible, it has not been thoroughly tested mainly because the authors have not been able to figure out what people will want to do with these macros. Further details are found in the Grid::GPT::PkgMngmt::BuildMacros manpage. SEE ALSO
gpt-pkg(8) gpt-bundle(8) gpt-install(8) BuildMacros(3) AUTHOR
Michael Bletzinger <mbletzin.ncsa.uiuc.edu> and Eric Blau <blau.mcs.anl.gov> perl v5.14.2 2012-04-30 GPT-BUILD(8)
All times are GMT -4. The time now is 09:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy