Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] UNC paths
- Date: Mon, 20 Mar 2006 12:17:47 -0500
- From: "Matthew Galati" <Matthew.Galati@xxxxxxx>
- Subject: Re: [Condor-users] UNC paths
Bryan,
The complaint would end up in *.err, yet it would run fine anyway.
I realized, that following the support url, I had changed HKEY_CURRENT_USER\... If I change the corresponding registry entry under HKEY_LOCAL_MACHINE, then the complaints do go away.
Thanks,
Matt
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Bryan S. Maher
> Sent: Monday, March 20, 2006 9:52 AM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] UNC paths
>
> Matt,
>
> Are you saying that your jobs continue to report the error
> after making the registry change? I believe the registry
> change should have eliminated any complaints to stderr. We
> do something similar here.
>
> -Bryan
>
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Matthew Galati
> Sent: Friday, March 17, 2006 7:02 PM
> To: Condor-Users Mail List
> Subject: [Condor-users] UNC paths
>
> I have a condor pool of several nodes running Windows Server 2003.
>
> \\ordsrv3\ormpdata is a shared drive with full permissions for all.
>
> My binary, input and output all go to this shared drive - no
> file transfering. Here is an example of part of my sub:
>
> environment =
> PATH=\\ordsrv3\ormpdata\bin\WinXP-Debug;c:\WINDOWS\system32;c:
> \WINNT\sys
> tem32
> executable = condor_exec.bat
> initialdir = \\ordsrv3\ormpdata\milprun\test_win
> transfer_executable = false
> should_transfer_files = NO
> log = \\ordsrv3\ormpdata\milprun\milp_win.log
>
> ....
>
> My condor_exec.bat simply wraps the exe:
> \\ordsrv3\ormpdata\bin\WinXP-Debug\exemilpNET.exe %*
>
> I am getting the following error in stderr (on some machines):
> CMD.EXE was started with the above path as the current
> directory.^M UNC paths are not supported. Defaulting to
> Windows directory.^M
>
> I have followed this website:
> http://support.microsoft.com/?kbid=156276
>
> And changed the registry on each node.
>
> The odd thing is, despite the error, it seems to proceed fine
> - but having the error in stderr makes we wonder if there is
> still a problem.
> Plus I'd rather not have stderr if there is no error. Any ideas?
>
> Thanks,
> Matt
>
>
>
>
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>