Hello, Pardon my density, but when OpenPBS 2.3 from the rpms provided on the beta disks is installed on 8.2Beta9, and you attempt to activate it by 'chkconfig pbs_server on', the error insserv: Service pbsserv has to be enabled for service pbsserv insserv: exiting now! /sbin/insserv failed, exit code 1 is coughed up. The services have been added to /etc/services pbs 15001/tcp # pbs server (pbs_server) pbs_mom 15002/tcp # mom to/from server pbs_resmom 15003/tcp # mom resource management requests pbs_resmom 15003/udp # mom resource management requests pbs_sched 15004/tcp # scheduler pbsserv 15005/tcp This is different from our previous hand-PBS installation on AIX 4.2 and NPACI-ROCKS (which makes no mention of configs beyond the standard stock ones from the manul). Any suggestions, as it's probably something simple and SuSE related that I missed. Thank you in advance. -Fred Frederick P. Arnold, Jr. NUIT, Northwestern U. f-arnold@northwestern.edu
"Fred P. Arnold" <fparnold@chem.northwestern.edu> writes:
Hello,
Pardon my density, but when OpenPBS 2.3 from the rpms provided on the beta disks is installed on 8.2Beta9, and you attempt to activate it by 'chkconfig pbs_server on', the error
insserv: Service pbsserv has to be enabled for service pbsserv insserv: exiting now! /sbin/insserv failed, exit code 1
is coughed up.
Looks like a bug in /etc/init.d/pbsserv. It has: # Required-Start: $network pbsserv $netdaemons $remote_fs Remove pbsserv - does it work then? A service cannot request itself to be started first. I'll file a bug now.
The services have been added to /etc/services pbs 15001/tcp # pbs server (pbs_server) pbs_mom 15002/tcp # mom to/from server pbs_resmom 15003/tcp # mom resource management requests pbs_resmom 15003/udp # mom resource management requests pbs_sched 15004/tcp # scheduler pbsserv 15005/tcp
This is different from our previous hand-PBS installation on AIX 4.2 and NPACI-ROCKS (which makes no mention of configs beyond the standard stock ones from the manul). Any suggestions, as it's probably something simple and SuSE related that I missed.
Thank you in advance.
Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Andreas Jaeger wrote:
"Fred P. Arnold" <fparnold@chem.northwestern.edu> writes:
Remove pbsserv - does it work then? A service cannot request itself to be started first. I'll file a bug now.
Yep, this is clearly a bug ;-(
The services have been added to /etc/services pbs 15001/tcp # pbs server (pbs_server) pbs_mom 15002/tcp # mom to/from server pbs_resmom 15003/tcp # mom resource management requests pbs_resmom 15003/udp # mom resource management requests pbs_sched 15004/tcp # scheduler pbsserv 15005/tcp
This is different from our previous hand-PBS installation on AIX 4.2 and NPACI-ROCKS (which makes no mention of configs beyond the standard stock ones from the manul). Any suggestions, as it's probably something simple and SuSE related that I missed.
I dont quite understand what you mean here! How is this different? Those services are documented in the PBS manual. These are no standard services and they were not assigned by IANA. Anas
Thank you in advance.
Andreas
participants (3)
-
Anas Nashif
-
Andreas Jaeger
-
Fred P. Arnold