On Fri, Feb 09, 2007 at 03:36:28PM -0600, Michael Edwards wrote:
>Wouldn't a chkconfig in a chroot environment (and probably even accessing
>the network) end up referencing the files in the chroot filesystem (which
>are for a system which doesn't have a network "on") and not the real
>filesystem and therefore give really wierd results?
In this case, it's just checking whether the network init.d script is
set to run at boot, not that the network is actually up and running
(status). Since the info block requires it to be enabled (Required-Start):
1 #!/bin/sh
2 #
3 # pbsmom: This script will start and stop the TORQUE mom
4 #
5 # description: TORQUE is a batch versitle batch system for SMPs and
clusters
6 #
7 ### BEGIN INIT INFO
8 # Provides: pbs_mom
9 # Required-Start: $network $remote_fs
10 # Required-Stop: $network
11 # Default-Start: 3 5
12 # Default-Stop: 0 1 2 6
13 # Description: Start PMB MOM
14 ### END INIT INFO
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel