Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error due to system migration (new root username) #91

Closed
anandsar01 opened this issue Apr 15, 2024 · 1 comment
Closed

Error due to system migration (new root username) #91

anandsar01 opened this issue Apr 15, 2024 · 1 comment
Labels
EZ-InSAR-2 EZ-InSAR Version 2 (MATLAB)

Comments

@anandsar01
Copy link

I processed the dataset upto SBAS preparation in staMPS processing in a system. However, due to some unavoidable issues, I had to migrate to a different system. Both the system have different root username. Is there any workaround to modify all the symbolic links and other required input file as per the recent system and begin processing rest of the SBAS steps?

PS: I have my datasets in an external hard disk. Therefore the respective location of the files is same. I require to modify the symbolic links and input files as per the new root user name

@alexisInSAR
Copy link
Owner

Hi,

In this case, I recommend rebuilding the links directly by using the Linux function, as EZ-InSAR has no such options:

  • chmod to modify the permissions;
  • chown to change the owner;
  • ln -s to create a new symbolic link;

Kind regards,

Alexis

@alexisInSAR alexisInSAR added the EZ-InSAR-2 EZ-InSAR Version 2 (MATLAB) label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EZ-InSAR-2 EZ-InSAR Version 2 (MATLAB)
Projects
None yet
Development

No branches or pull requests

2 participants