[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor_master problem



The only thing I can think of at the moment is that some of the services 
Condor relies upon do not start before condor attempts to start through
the rcX.d scripts. In my SL44 box they are as follows -

# ll /etc/rc*/*condor*
lrwxrwxrwx  1 root root 16 Feb 27 14:11 /etc/rc0.d/K01condor ->
../init.d/condor
lrwxrwxrwx  1 root root 16 Feb 27 14:11 /etc/rc1.d/K01condor ->
../init.d/condor
lrwxrwxrwx  1 root root 16 Feb 27 14:11 /etc/rc2.d/K01condor ->
../init.d/condor
lrwxrwxrwx  1 root root 16 Feb 27 14:11 /etc/rc3.d/S99condor ->
../init.d/condor
lrwxrwxrwx  1 root root 16 Feb 27 14:11 /etc/rc4.d/S99condor ->
../init.d/condor
lrwxrwxrwx  1 root root 16 Feb 27 14:11 /etc/rc5.d/S99condor ->
../init.d/condor
lrwxrwxrwx  1 root root 16 Feb 27 14:11 /etc/rc6.d/K01condor ->
../init.d/condor

so the condor starts last on levels 35.

Please change to runlevel 2, remove the condor logs, then switch to level 3
and then send here the MasterLog.

cheers,
Andrey

> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx 
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Santanu Das
> Sent: Monday, March 12, 2007 11:51 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] condor_master problem
> 
> Erik Paulson wrote:
> > So running condor_master by hand is not the same thing as 
> running condor.boot
> >
> > Try running condor.boot by hand. It probably will tell you 
> any errors
> > it is encountering.
> >   
> Nope, no error messages, nothing. It just starts:
> 
> [root@farm016 root]# ps -ef | grep condor
> root      2715  2562  0 23:44 pts/0    00:00:00 grep condor
> [root@farm016 root]# /etc/init.d/condor start
> Starting up Condor
> [root@farm016 root]# ps -ef | grep condor
> condorr   2718     1  0 23:44 ?        00:00:00 
> /opt/condor/sbin/condor_master
> condorr   2719  2718 22 23:44 ?        00:00:00 condor_startd -f
> root      2725  2562  0 23:44 pts/0    00:00:00 grep condor
> 
> I don't see option to go with condor.boot to display extra info.
> 
> Cheers,
> Santanu
> 
> 
> > -Erik
> >
> > _______________________________________________
> > Condor-users mailing list
> > To unsubscribe, send a message to 
> condor-users-request@xxxxxxxxxxx with a
> > subject: Unsubscribe
> > You can also unsubscribe by visiting
> > https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> >
> > The archives can be found at either
> > https://lists.cs.wisc.edu/archive/condor-users/
> > http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR
> >   
> 
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to 
> condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> 
> The archives can be found at either
> https://lists.cs.wisc.edu/archive/condor-users/
> http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR
>