Re: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
Posted: Fri Oct 29, 2021 9:18 pm America/New_York
negri wrote: ↑Fri Oct 29, 2021 12:57 pm America/New_York
3) "You need to understand the purpose of environment variables and how to examine, set, or remove them."
Thank you for your tip.
4) "Do you have OCSSW environment variables set in Windows?"
No, I haven't.
the word OCSSW is neither in the Windows User Variables nor in the Windows System Variables.
Somehow the ocssw client is seems to be using a Windows value for the HOME environment variable. This could happen if a Windows program is used where a linux program is needed. WSL makes it easy to run Windows programs in linux, so you have to be careful to avoid mixing versions. You can search in Windows to find all the bash.exe programs, and run "bash.exe --version" for each one, and check that against what you get in WSL linux. Then do the same for "java.exe -version" (note the single dash). You can also modify the ocssw_runner script in WSL linux to have it print versions of bash and environment variable values.