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

Re: [Condor-users] Running programs that are alreadyinstalledonallmachines in the pool



Other possible problems include:
* t: not being accessible for the condor user on that machine
* using t:\ashley\test instead of something like
  /cygdrive/t/ashley/test
  I think the -c param is read by bash itself and might not appreciate the t:
* Is t: a shared drive between all machines in your pool? If not, does the file
  already live there, if not you will need to transfer that across as well
* and (as mentioned in my previous email) cygwin being installed only for single user

Cheers

JK

> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Jones, Torrin A
> (US SSA)
> Sent: Friday, August 17, 2007 4:22 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] Running programs that are
> alreadyinstalledonallmachines in the pool
> 
> 
> I think all the arguments need to be on the arguments line.  In other
> words, change executable to . . .
> 
> Executable = C:\cygwin\bin\bash
> 
> change the first arguments line to . . .
> 
> Arguments = -l -c t:\ashley\test\condor_test\test_script.sh
> 
> change the second arguments line to . . .
> 
> Arguments = -l -c t:\ashley\test\condor_test\test_script.sh
> 
> 
> 
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Mills, Ashley,
> VF-Group
> Sent: Friday, August 17, 2007 08:13
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] Running programs that are already
> installedonallmachines in the pool
> 
> 
> We are using condor 6.8.4 and get the following error when 
> trying to run
> condor (from shadow log):
> 
> 8/17 15:42:46 (13.1) (4672): Request to run on 
> <192.168.10.110:1029> was
> ACCEPTED
> 8/17 15:42:47 (13.1) (4672): ERROR "Error from starter on
> vm1@vgsl-monotas10: Create_Process(C:\cygwin\bin\bash -l
> -c,t:\ashley\test\condor_test\test_script.sh, ...) failed" at line 643
> in file ..\src\condor_shadow.V6.1\pseudo_ops.
> 
> ---------- SUBMIT FILE:
> 
> Executable = C:\cygwin\bin\bash -l -c
> Universe = vanilla
> Log = test.log
> transfer_executable = False
> 
> initialdir = t:\ashley\test\condor_test\1
> Arguments = t:\ashley\test\condor_test\test_script.sh
> 
> Queue
> 
> initialdir = t:\ashley\test\condor_test\2
> Arguments = t:\ashley\test\condor_test\test_script.sh
> 
> Queue
> 
> Any idea what this could be?
> 
> Regards
> 
> Ashley Mills
> 
> _______________________________________________
> 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: 
> https://lists.cs.wisc.edu/archive/condor-users/
> 
> _______________________________________________
> 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: 
> https://lists.cs.wisc.edu/archive/condor-users/
>