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

Re: [HTCondor-users] the job is in idle status, it doesn't run



i submit a simple serial job, but the status of the job is in idle.
how to excute it.






At 2015-04-21 17:20:03, htcondor-users-request@xxxxxxxxxxx wrote: >Send HTCondor-users mailing list submissions to > htcondor-users@xxxxxxxxxxx > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users >or, via email, send a message with subject or body 'help' to > htcondor-users-request@xxxxxxxxxxx > >You can reach the person managing the list at > htcondor-users-owner@xxxxxxxxxxx > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of HTCondor-users digest..." > > >Today's Topics: > > 1. Fedora 21 (Massimo Canonico) > 2. Re: Fedora 21 (Tim St Clair) > 3. Re: Fedora 21 (Ben Cotton) > 4. Re: Fedora 21 (Brian Bockelman) > 5. Re: Fedora 21 (Dimitri Maziuk) > 6. Re: Fedora 21 (Brian Bockelman) > 7. Re: Fedora 21 (Dimitri Maziuk) > 8. Re: Fedora 21 (Massimo Canonico) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Mon, 20 Apr 2015 17:14:10 +0200 >From: Massimo Canonico <mex@xxxxxxxxxxxx> >To: htcondor-users@xxxxxxxxxxx >Subject: [HTCondor-users] Fedora 21 >Message-ID: <553517C2.7070909@xxxxxxxxxxxx> >Content-Type: text/plain; charset=utf-8; format=flowed > >Hi all, >this could be a "newbie" question, sorry in advance. > >I have installed condor with "sudo yum install condor" in my fedora 21 >machine (package name: condor-8.3.1-1.fc21.x86_64) . >(Please consider that I want all condor daemons running in one machine). > >Then I edit to /etc/condor/condor_config and I changed (only the part 1): >- the field "CONDOR_HOST" by setting it with the fully qualified >hostname of my machine. >- the field "LOCAL_CONFIG_DIR" by setting it with /etc/condor/config.d >- the $(FULL_HOSTNAME) with the fully qualified hostname of my machine > >If I am not wrong, now I should be able to start up all condor daemons, >but when I run: >[mex@minicloud ~]$ sudo /sbin/service condor start >Redirecting to /bin/systemctl start condor.service > >no errors raise, but if I check the condor status I got: >[mex@minicloud ~]$ sudo /sbin/service condor start >Redirecting to /bin/systemctl start condor.service >[mex@minicloud ~]$ sudo service condor status >Redirecting to /bin/systemctl status condor.service >condor.service - Condor Distributed High-Throughput-Computing > Loaded: loaded (/usr/lib/systemd/system/condor.service; disabled) > Active: activating (auto-restart) (Result: exit-code) since Mon >2015-04-20 17:09:34 CEST; 349ms ago > Process: 30119 ExecStop=/usr/sbin/condor_off -master (code=exited, >status=1/FAILURE) > Process: 30117 ExecStart=/usr/sbin/condor_master -f (code=exited, >status=4) > Main PID: 30117 (code=exited, status=4) > >I'm sure that I'm missing something but I do not know what. > >Thanks, >M > > > > > >------------------------------ > >Message: 2 >Date: Mon, 20 Apr 2015 11:46:46 -0400 (EDT) >From: Tim St Clair <tstclair@xxxxxxxxxx> >To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> >Subject: Re: [HTCondor-users] Fedora 21 >Message-ID: > <1394449399.3659131.1429544806857.JavaMail.zimbra@xxxxxxxxxx> >Content-Type: text/plain; charset=utf-8 > >Please feel free to file a Bugzilla on the issue. >https://bugzilla.redhat.com/enter_bug.cgi?classification=Fedora > > >----- Original Message ----- >> From: "Massimo Canonico" <mex@xxxxxxxxxxxx> >> To: htcondor-users@xxxxxxxxxxx >> Sent: Monday, April 20, 2015 10:14:10 AM >> Subject: [HTCondor-users] Fedora 21 >> >> Hi all, >> this could be a "newbie" question, sorry in advance. >> >> I have installed condor with "sudo yum install condor" in my fedora 21 >> machine (package name: condor-8.3.1-1.fc21.x86_64) . >> (Please consider that I want all condor daemons running in one machine). >> >> Then I edit to /etc/condor/condor_config and I changed (only the part 1): >> - the field "CONDOR_HOST" by setting it with the fully qualified >> hostname of my machine. >> - the field "LOCAL_CONFIG_DIR" by setting it with /etc/condor/config.d >> - the $(FULL_HOSTNAME) with the fully qualified hostname of my machine >> >> If I am not wrong, now I should be able to start up all condor daemons, >> but when I run: >> [mex@minicloud ~]$ sudo /sbin/service condor start >> Redirecting to /bin/systemctl start condor.service >> >> no errors raise, but if I check the condor status I got: >> [mex@minicloud ~]$ sudo /sbin/service condor start >> Redirecting to /bin/systemctl start condor.service >> [mex@minicloud ~]$ sudo service condor status >> Redirecting to /bin/systemctl status condor.service >> condor.service - Condor Distributed High-Throughput-Computing >> Loaded: loaded (/usr/lib/systemd/system/condor.service; disabled) >> Active: activating (auto-restart) (Result: exit-code) since Mon >> 2015-04-20 17:09:34 CEST; 349ms ago >> Process: 30119 ExecStop=/usr/sbin/condor_off -master (code=exited, >> status=1/FAILURE) >> Process: 30117 ExecStart=/usr/sbin/condor_master -f (code=exited, >> status=4) >> Main PID: 30117 (code=exited, status=4) >> >> I'm sure that I'm missing something but I do not know what. >> >> Thanks, >> M >> >> >> >> _______________________________________________ >> HTCondor-users mailing list >> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a >> subject: Unsubscribe >> You can also unsubscribe by visiting >> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users >> >> The archives can be found at: >> https://lists.cs.wisc.edu/archive/htcondor-users/ >> > >-- >Cheers, >Timothy St. Clair >Red Hat Inc. > > >------------------------------ > >Message: 3 >Date: Mon, 20 Apr 2015 12:17:34 -0400 >From: Ben Cotton <ben.cotton@xxxxxxxxxxxxxxxxxx> >To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> >Subject: Re: [HTCondor-users] Fedora 21 >Message-ID: > <CA+dqS7VzL0sQ144yFcEXrGKxY312-efRXo5iJQM2xCJ1Tm3+UA@xxxxxxxxxxxxxx> >Content-Type: text/plain; charset=UTF-8 > >I was able to reproduce the bug so I took the liberty of filing the BZ >since I didn't see one yet: >https://bugzilla.redhat.com/show_bug.cgi?id=1213472 > >The TL;DR is that the config sets RUN = /var/run/condor, but the >package apparently does not create that directory. > >Massimo, as a short-term workaround, you can just create that >directory owned by the 'condor' user and your daemons should start >correctly. > > >Thanks, >BC > >-- >Ben Cotton >main: 888.292.5320 > >Cycle Computing >Better Answers. Faster. > >http://www.cyclecomputing.com >twitter: @cyclecomputing > > >------------------------------ > >Message: 4 >Date: Mon, 20 Apr 2015 12:19:35 -0500 >From: Brian Bockelman <bbockelm@xxxxxxxxxxx> >To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> >Subject: Re: [HTCondor-users] Fedora 21 >Message-ID: <0FD2AF76-D4AD-42F4-BB5A-787A23D06A99@xxxxxxxxxxx> >Content-Type: text/plain; charset=us-ascii > >Hi, > >Further investigation shows - >- RPM does not create the directory on install. >- RPM does set things up so the directory is created on boot if not present.* > >So, it does look like some tweaking of the RPM will be necessary. TimT - can you file a ticket? > >Brian > >* NOTE: We have reserved a specific UID for HTCondor on Fedora (this allows consistent UIDs if you put some pieces on a shared filesystem [not recommended]); much less effort is required from you if you don't try to change this (i.e., put the condor user in LDAP). > >> On Apr 20, 2015, at 11:17 AM, Ben Cotton <ben.cotton@xxxxxxxxxxxxxxxxxx> wrote: >> >> I was able to reproduce the bug so I took the liberty of filing the BZ >> since I didn't see one yet: >> https://bugzilla.redhat.com/show_bug.cgi?id=1213472 >> >> The TL;DR is that the config sets RUN = /var/run/condor, but the >> package apparently does not create that directory. >> >> Massimo, as a short-term workaround, you can just create that >> directory owned by the 'condor' user and your daemons should start >> correctly. >> >> >> Thanks, >> BC >> >> -- >> Ben Cotton >> main: 888.292.5320 >> >> Cycle Computing >> Better Answers. Faster. >> >> http://www.cyclecomputing.com >> twitter: @cyclecomputing >> _______________________________________________ >> HTCondor-users mailing list >> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a >> subject: Unsubscribe >> You can also unsubscribe by visiting >> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users >> >> The archives can be found at: >> https://lists.cs.wisc.edu/archive/htcondor-users/ > > > > >------------------------------ > >Message: 5 >Date: Mon, 20 Apr 2015 12:43:05 -0500 >From: Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx> >To: htcondor-users@xxxxxxxxxxx >Subject: Re: [HTCondor-users] Fedora 21 >Message-ID: <55353AA9.2030206@xxxxxxxxxxxxx> >Content-Type: text/plain; charset="windows-1252" > >On 04/20/2015 12:19 PM, Brian Bockelman wrote: >> Hi, >> >> Further investigation shows - >> - RPM does not create the directory on install. >> - RPM does set things up so the directory is created on boot if not present.* >> >> So, it does look like some tweaking of the RPM will be necessary. TimT - can you file a ticket? > >Isn't this the same thing we just did in the "centos 7 problem" thread? >-- /run in tmpfs, /etc/tmpfiles.d not working due to systemd's >out-of-whack startup? > >-- >Dimitri Maziuk >Programmer/sysadmin >BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu > >-------------- next part -------------- >A non-text attachment was scrubbed... >Name: signature.asc >Type: application/pgp-signature >Size: 190 bytes >Desc: OpenPGP digital signature >URL: <https://www-auth.cs.wisc.edu/lists/htcondor-users/attachments/20150420/441637d1/attachment.sig> > >------------------------------ > >Message: 6 >Date: Mon, 20 Apr 2015 13:12:24 -0500 >From: Brian Bockelman <bbockelm@xxxxxxxxxxx> >To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> >Subject: Re: [HTCondor-users] Fedora 21 >Message-ID: <8E50D488-FC16-4C59-B78C-822808C1F628@xxxxxxxxxxx> >Content-Type: text/plain; charset=windows-1252 > > >> On Apr 20, 2015, at 12:43 PM, Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx> wrote: >> >> On 04/20/2015 12:19 PM, Brian Bockelman wrote: >>> Hi, >>> >>> Further investigation shows - >>> - RPM does not create the directory on install. >>> - RPM does set things up so the directory is created on boot if not present.* >>> >>> So, it does look like some tweaking of the RPM will be necessary. TimT - can you file a ticket? >> >> Isn't this the same thing we just did in the "centos 7 problem" thread? >> -- /run in tmpfs, /etc/tmpfiles.d not working due to systemd's >> out-of-whack startup? >> > >Nope. Ben reported things work on reboot, but not post-install-pre-reboot. > >The prior thread covered the piece I mentioned in the footnote; condor user not being defined locally to the system. > >Brian > > >------------------------------ > >Message: 7 >Date: Mon, 20 Apr 2015 14:01:47 -0500 >From: Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx> >To: htcondor-users@xxxxxxxxxxx >Subject: Re: [HTCondor-users] Fedora 21 >Message-ID: <55354D1B.9080003@xxxxxxxxxxxxx> >Content-Type: text/plain; charset="windows-1252" > >On 04/20/2015 01:12 PM, Brian Bockelman wrote: >> >> Nope. Ben reported things work on reboot, but not post-install-pre-reboot. > >Ah. I guess I missed that one because I install condor together with the >initial "yum up" so I do post-install reboot right away. > > >-- >Dimitri Maziuk >Programmer/sysadmin >BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu > >-------------- next part -------------- >A non-text attachment was scrubbed... >Name: signature.asc >Type: application/pgp-signature >Size: 190 bytes >Desc: OpenPGP digital signature >URL: <https://www-auth.cs.wisc.edu/lists/htcondor-users/attachments/20150420/da3c9921/attachment.sig> > >------------------------------ > >Message: 8 >Date: Tue, 21 Apr 2015 11:18:50 +0200 >From: Massimo Canonico <mex@xxxxxxxxxxxx> >To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> >Subject: Re: [HTCondor-users] Fedora 21 >Message-ID: <553615FA.8080206@xxxxxxxxxxxx> >Content-Type: text/plain; charset="windows-1252"; Format="flowed" > >Thanks for all your replies. > >With the RPM, the user condor is not created. > >I think I'll go for a source code (.tgz) installation instead of this >(buggy) rpm code. > >M > > >On 04/20/2015 09:01 PM, Dimitri Maziuk wrote: >> On 04/20/2015 01:12 PM, Brian Bockelman wrote: >>> Nope. Ben reported things work on reboot, but not post-install-pre-reboot. >> Ah. I guess I missed that one because I install condor together with the >> initial "yum up" so I do post-install reboot right away. >> >> >> >> >> _______________________________________________ >> HTCondor-users mailing list >> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a >> subject: Unsubscribe >> You can also unsubscribe by visiting >> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users >> >> The archives can be found at: >> https://lists.cs.wisc.edu/archive/htcondor-users/ > >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: <https://www-auth.cs.wisc.edu/lists/htcondor-users/attachments/20150421/f2e1a0cf/attachment.html> > >------------------------------ > >Subject: Digest Footer > >_______________________________________________ >HTCondor-users mailing list >HTCondor-users@xxxxxxxxxxx >https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users > >------------------------------ > >End of HTCondor-users Digest, Vol 17, Issue 26 >**********************************************