Cannot install SeaDAS 8.4.1 with the Linux installer script

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
oo_processing
Posts: 304
Joined: Wed Apr 06, 2005 12:11 pm America/New_York
Answers: 0
Has thanked: 6 times

Cannot install SeaDAS 8.4.1 with the Linux installer script

by oo_processing » Mon Feb 12, 2024 1:45 pm America/New_York

Dear Support,

For simulated PACE files, for instance, https://oceandata.sci.gsfc.nasa.gov/getfile/PACE_OCI_SIM.20220320T000229.L2.OC_AOP.DITL.nc, I found SeaDAS7.5 was not able to read variables like Rrs. SeaDAS8.3 could but matched the wrong set of wavelengths. SeaDAS8.4 was able to read Rrs and correct wavelengths.
Then I tried to install the latest 8.4.1 version for as minimal bugs as possible. I got the error: "./seadas_8.4.1_linux64_installer.sh: line 705: ler: command not found". I found in the installer script, a line break was inserted between 'instal' and 'ler'. The file is too big for me to modify locally.
......
label="SeaDAS by Ocean Ecology Lab"
script="./start-install-script.sh"
scriptargs="echo SeaDAS instal
ler has been extracted"

cleanup_script=""
licensetxt=""
......

Please advise. Thanks!
Yuyuan

Tags:

treble
Posts: 48
Joined: Thu Jan 24, 2008 1:33 pm America/New_York
Answers: 0
Has thanked: 1 time
Been thanked: 1 time

Re: Cannot install SeaDAS 8.4.1 with the Linux installer script

by treble » Mon Feb 12, 2024 7:04 pm America/New_York

In spite of that error (ler: command not found), SeaDAS still installed fine for me on CentOS 7.

Code: Select all

[xxxx:/tmp 1003]$ sh seadas_8.4.1_linux64_installer.sh 
Verifying archive integrity...  100%   MD5 checksums are OK. All good.
Uncompressing SeaDAS by Ocean Ecology Lab  100%  
Command line arguments: 
seadas_8.4.1_linux64_installer.sh: line 705: ler: command not found
[xxxx:/tmp 1004]$

oo_processing
Posts: 304
Joined: Wed Apr 06, 2005 12:11 pm America/New_York
Answers: 0
Has thanked: 6 times

Re: Cannot install SeaDAS 8.4.1 with the Linux installer script

by oo_processing » Tue Feb 13, 2024 12:06 am America/New_York

Inspired by your case, I checked my environment and found it was actually $DISPLAY not set which stopped my installation process. Case solved, thank you!
treble wrote: Mon Feb 12, 2024 7:04 pm America/New_York In spite of that error (ler: command not found), SeaDAS still installed fine for me on CentOS 7.

Code: Select all

[xxxx:/tmp 1003]$ sh seadas_8.4.1_linux64_installer.sh 
Verifying archive integrity...  100%   MD5 checksums are OK. All good.
Uncompressing SeaDAS by Ocean Ecology Lab  100%  
Command line arguments: 
seadas_8.4.1_linux64_installer.sh: line 705: ler: command not found
[xxxx:/tmp 1004]$

OB ODPS - towens
Subject Matter Expert
Subject Matter Expert
Posts: 378
Joined: Fri Feb 05, 2021 9:17 am America/New_York
Answers: 0
Been thanked: 4 times

Re: Cannot install SeaDAS 8.4.1 with the Linux installer script

by OB ODPS - towens » Tue Feb 13, 2024 4:23 pm America/New_York

I was able to modify the file with two sed commands, but if you modify the installer file locally, it then fails the checksum test.

Tommy

Post Reply