seadas
seadas
New SeaDAS installation script "seadas_9.0.1_linux64_installer.sh" always stopped at line 702 with "Permission denied".
Older version SeaDAS-8 had smooth installations on the same Linux machine.
Thanks for help !
$ ./seadas_9.0.1_linux64_installer.sh
Verifying archive integrity... 100% MD5 checksums are OK. All good.
Uncompressing SeaDAS Application 100%
./seadas_9.0.1_linux64_installer.sh: line 702: ./start-install-script.sh: Permission denied
$ uname -a
Linux 5.14.0-467.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 12:08:12 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Older version SeaDAS-8 had smooth installations on the same Linux machine.
Thanks for help !
$ ./seadas_9.0.1_linux64_installer.sh
Verifying archive integrity... 100% MD5 checksums are OK. All good.
Uncompressing SeaDAS Application 100%
./seadas_9.0.1_linux64_installer.sh: line 702: ./start-install-script.sh: Permission denied
$ uname -a
Linux 5.14.0-467.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 12:08:12 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Filters:
-
- Posts: 338
- Joined: Wed Apr 06, 2005 12:11 pm America/New_York
- Has thanked: 10 times
- Been thanked: 3 times
Re: seadas
Not an exact solution, just a few thoughts to start with:
"./start-install-script.sh: Permission denied" is usually because the file has no execute mode (x). The file is in the uncompressed target directory which is usually /tmp/something/.
I ran seadas_9.0.1_linux64_installer.sh in my machine, the start-install-script.sh had the x mode, so my installation had no issue.
Yuyuan
"./start-install-script.sh: Permission denied" is usually because the file has no execute mode (x). The file is in the uncompressed target directory which is usually /tmp/something/.
I ran seadas_9.0.1_linux64_installer.sh in my machine, the start-install-script.sh had the x mode, so my installation had no issue.
Yuyuan
-
- Subject Matter Expert
- Posts: 452
- Joined: Fri Feb 05, 2021 9:17 am America/New_York
- Been thanked: 7 times
Re: seadas
can you run the umask command in the shell where you are running the installer. It should be 0022, 022 or 0002.
Tommy
Tommy