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

[condor-users] submitting job from the mapped drive



Hi, 

There is some odd difference in condor's behaviour, depending on what is
your initial working directory is:

(It is Condor 6.6.2 on Windows XP)
When I do submit my job from the folder on a local disk, say d:\condor
everything is fine, files are transferred to and from. But if I submit
exactly the same
job from my home drive - h:\condor, where h: is mapped from Samba server
as \\seasxp\homes then execution fails with the following lines in SchedLog:
-----------------------
...
3/31 13:52:32 (187.0) (948): UserLog::initialize:
fopen("\\seas\homes\condor\test2.187.0.log") failed - errno 22 (Invalid
argument)
3/31 13:52:32 (187.0) (948): UserLog = \\seas\homes\condor\test2.187.0.log
3/31 13:52:32 (187.0) (948): *** Reserved Swap = 5120
3/31 13:52:32 (187.0) (948): *** Free Swap = 1622308
3/31 13:52:32 (187.0) (948): init_user_ids: want user
'Kaliazia@CS-SUPPORTPC03', current is 'Kaliazia@CS-SUPPORTPC03'
3/31 13:52:32 (187.0) (948): init_user_ids: Already have handle for
Kaliazia@CS-SUPPORTPC03, so returning.
3/31 13:52:32 (187.0) (948): TokenCache contents: 
Kaliazia@CS-SUPPORTPC03
3/31 13:52:32 (187.0) (948): 

Path does not exist.
He who travels without bounds
Can't locate data.

3/31 13:52:32 (187.0) (948): (Can't chdir to \\seas\homes\condor)
3/31 13:52:32 (187.0) (948): BaseShadow::emailUser() called.
...
-----------------------

Why is it trying to log me in again to the share instead of just
transferring files?
My sub file contains the following -

transfer_files = ALWAYS
should_transfer_files = YES
when_to_transfer_output = on_exit
copy_to_spool = False

please help

cheers,

Andrey

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>