[Swift-devel] [Bug 245] New: Coasters/Eureka does not work
bugzilla-daemon at mcs.anl.gov
bugzilla-daemon at mcs.anl.gov
Tue Jan 11 10:11:58 CST 2011
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=245
Summary: Coasters/Eureka does not work
Product: Swift
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Specific site issues
AssignedTo: benc at hawaga.org.uk
ReportedBy: wozniak at mcs.anl.gov
Coasters does not work on Eureka due to the following Cobalt issue:
http://trac.mcs.anl.gov/projects/cobalt/ticket/462
Possible work-around: substitute arguments in worker.pl:
my $URISTR=$ARGV[0];
my $BLOCKID=$ARGV[1];
my $LOGDIR=$ARGV[2];
#WORKER_CODE_SUBST
defined $URISTR || die "Not given: URI\n";
defined $BLOCKID || die "Not given: BLOCKID\n";
defined $LOGDIR || die "Not given: LOGDIR\n";
via ScriptManager.writeScript()
and provide this to users via site profile.
--
Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the Swift-devel
mailing list