Sponsored Content
Operating Systems Solaris Installtion of apache 2.2.22 on solaris 10 Post 302700981 by Corona688 on Friday 14th of September 2012 01:30:38 PM
Old 09-14-2012
Well, try to find the files its complaining about.
This User Gave Thanks to Corona688 For This Post:
 

10 More Discussions You Might Find Interesting

1. Solaris

solaris 9 intel installtion problem

Hi im trying to install solaris 9 Intel and when i insert the installation cd, i run threw all the steps and when it goes and configure the system it fails with this error cannot mount root on /pci@0,0/pci-ide@2.1/ide@1/sd@0,0"a fstype ufs panic/thread=fec29020" vfs_mountroot: cannot mount... (1 Reply)
Discussion started by: dennisca
1 Replies

2. Solaris

pkage installtion(pkgadd)

While installing the pakage getting an error ERROR: attribute verification </appl0-nz/RM/bin/d1cam.lst> failed pathname does not exist finally ending the installation with message Installation of <XYZ> partially failed. When do we get attribute verification error; (0 Replies)
Discussion started by: jitesh_roorkee
0 Replies

3. UNIX for Dummies Questions & Answers

apache on solaris 9

HI I want to use the apache server on my solaris 9 How do I start it?? (/etc/init.d/apache start does not work) Where do I need to put my html archives??? thanks (2 Replies)
Discussion started by: eldiego
2 Replies

4. Solaris

/usr not sufficient during installtion

Hi everyone.. During Installation of solaris 10(in vmware) on X86,,,i gave /usr only 1gb thinking that to install only few packages..But later after inserting the 2nd cd ,,it installed complete 2nd cd,,and gave a status message as "failed".I skipped the installation of later cd's.. I rebooted... (1 Reply)
Discussion started by: sdspawankumar
1 Replies

5. Solaris

Jdk 1.6 Installtion

How to install the jdk 1.6 in the solaris sparc 10 64bit. Any patch is required for jdk 1.6 for solaris (2 Replies)
Discussion started by: saktiviji
2 Replies

6. AIX

IBM P5 AIX Installtion

Hello, I am new to the area of ​​IBM AIX. I want a AIX 6.1 on IBM P5 server with four scsi hard disk size is 72GB each. after the the new boot from cdrom for the installtion. I could not find any Hard Disk (hdisk0). how can I configure the hard disk or find the Hard disk by first... (1 Reply)
Discussion started by: alkhatw
1 Replies

7. Ubuntu

Create a customized ubunto automated installtion cd

Hi 1- I want to create a cd or dvd of ubunto , that include a lot of installed packages entered by me . 2- automated installion (just enter the cd )and install by it self . (3 Replies)
Discussion started by: rashed
3 Replies

8. Ubuntu

Issue with installtion of Red Hat in Laptop

Hi, I have already installed Ubuntu 10 in my laptop specifications :-Pentium M series 1.6Ghz 1024 RAM 100 GB hardisk When I am trying to install a new OS RED HAt 6.0 in machine via bootable pendrive I am getting the following error: This Kernal requires the following features not... (3 Replies)
Discussion started by: amit123456
3 Replies

9. AIX

GPFS is too slow after installtion

we have implement GPFS 3.5.0.10 with 4 nodes cluster AIX 6.1 TL8 and they VIO clients , after that we noticed a big delay while we execute any command like mmgetstate -a will take about 2.5 minutes . time mmgetstate -a Node number Node name GPFS state ... (3 Replies)
Discussion started by: thecobra151
3 Replies

10. SCO

Need Help with installtion of SCO UNIXware 7.0.1

Hi, I need help to install SCO Unixware 7.0.1. Can any one help with any documentation or installation notes for SCO Unixware 7.0.1. Thank you (1 Reply)
Discussion started by: farhandalvi
1 Replies
starting(7)                                              Miscellaneous Information Manual                                              starting(7)

NAME
starting - event signalling that a job is starting SYNOPSIS
starting JOB=JOB INSTANCE=INSTANCE [ENV]... DESCRIPTION
The starting event is generated by the Upstart init(8) daemon when a new instance of a job begins starting. The JOB environment variable contains the job name, and the INSTANCE environment variable contains the instance name which will be empty for single-instance jobs. init(8) will wait for all services started by this event to be running, all tasks started by this event to have finished and all jobs stopped by this event to be stopped before allowing the job to continue starting. This allows jobs to effectively insert themselves as dependencies of other jobs. The event is typically combined with the stopped(7) event by services. Job configuration files may use the export stanza to export environment variables from their own environment into the starting event. See init(5) for more details. EXAMPLE
A service that wishes to be running whenever another service would be running, started before and stopped after it, might use: start on starting apache stop on stopped apache A task that must be run before another task or service is started might use: start on starting postgresql SEE ALSO
started(7) stopping(7) stopped(7) init(5) Upstart 2009-07-09 starting(7)
All times are GMT -4. The time now is 09:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy