From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Render Log Paths
   Date: Tue, 20 Dec 2011 15:45:40 -0500
Msg# 2177
View Complete Thread (23 articles) | All Threads
Last Next
On 12/19/11 18:59, Mr. Daniel Browne wrote:
[posted to rush.general]

I noticed that when the logs flag is set to "keep last" that the =
jobstartcommand log doesn't show up in iRush.
    That would be a bug if so.

    But hrm, I can't seem to replicate with 102.42a9c (which I think is the release
    you'd be running; it came out in 2009 and has been the 'current' release since).

    Make sure in irush you have Edit -> Preferences -> Show Job Command Logs
    enabled, as without that, the message won't show up in irush.

    Here's what I tried to verify rush is working correctly using the '%s' in the logdir
    and with the logflags set to 'keeplast':



$ rush -version
Rush 102.42a9c, Build Date: 11/23/09,13:58
(R) Rush is a registered trademark
(C) Copyright 2009 Seriss Corporation. All rights reserved.

$ rush -submit << EOF
? frames          1-5
? jobstartcommand printenv
? logflags        keeplast
? logdir          /net/tmp/logs/%s
? cpus            tahoe=1
? command         printenv
? EOF
setenv RUSH_JOBID tahoe.5

$ rush -lf tahoe.5 -x
STAT FRAME   TRY HOSTNAME        PID     JOBID            START          ELAPSED  NOTES
Done 0001    1   tahoe           31020   tahoe.5          12/20,12:34:40 00:00:01
Done 0002    1   tahoe           31023   tahoe.5          12/20,12:34:42 00:00:01
Done 0003    1   tahoe           31026   tahoe.5          12/20,12:34:44 00:00:02
Done 0004    1   tahoe           31030   tahoe.5          12/20,12:34:46 00:00:01
Done 0005    1   tahoe           31034   tahoe.5          12/20,12:34:48 00:00:01
*** LOGFILE: tahoe.5       jobstartcommand.log

$ rush -log jobstartcommand.log tahoe.5
###
### ta.5: /net/tmp/logs/tahoe.5/jobstartcommand.log
###
--------------- Rush 102.42a9c --------------
--       Host: tahoe
--        Pid: 31017
[..]
--     Tmpdir: /var/tmp/.RUSH_TMP.22
--    LogFile: /net/tmp/logs/tahoe.5/jobstartcommand.log
--    Command: printenv
[..]




    This should be showing up in irush too, assuming that Edit -> Preferences flag
    is enabled.

    If you still see a problem, run these three commands from the terminal:

        rush -version
        rush -lf -x JOBID
        rush -ljf JOBID

    ..where JOBID is the jobid of the job in question, and I can perhaps tell from that.
-- 
Greg Ercolano, erco@(email surpressed)
Seriss Corporation
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)ext.23
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)


Last Next