Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] REPOST BUG & Solution: can not remove DAG jobs on windows
- Date: Thu, 07 Apr 2005 08:35:30 -0700
- From: John Wheez <john@xxxxxxxxxx>
- Subject: [Condor-users] REPOST BUG & Solution: can not remove DAG jobs on windows
John,
This looks like a bug -- thanks for the report.
The truth is, although DAGMan is well-tested on Unix, it's much less so
on Windows, since there haven't been many heavy users on that platform
to date. So you're among the trailblazers discovering these sorts of
basic problems.
In any case, I've entered it into our internal bug-tracking system -- it
should be addressed in a future release.
Thanks,
-Peter
On Aug 27, 2004, at 11:12 AM, John Wheez wrote:
Hello,
I'm running Condor 6.6.6 on Windows XP Pro.
My dag submit script which is generated by condor_submit_dag always has
this entry in it "remove_kill_sig = SIGUSR1"
This seems to be a Linux signal name and not Windows.
Could this be the reason why condor_rm will not kill a dagman.exe
process on my system?