I tried many times to solve this Run

[1] 3248
What does that mean after run ./starlight >& output.txt&?
Screenshot 2022-11-08 142834

I need help.

It looks like the details are here: https://starlight.hepforge.org

Basically, it’s from this page.
I need to excute that…

After this background job finishes, you can: cat output.txt
You can also run it using: ./starlight 2>&1 | tee output.txt

Screenshot 2022-11-08 153733

I hope that you will fix it

It looks like the"./starlight" is not an executable (or you are not allowed to run it for whatever reason).

chmod +x ./starlight

@couet It could be a directory (and not a shell script).

Yes, it could. ls -l will tell. According to the doc page I mentioned before it seems to be executable.
Anyway, we need to know. so do: ls -l ./starlight

From @Anas_Alaali 's first post in Run STARlight it looks like this is solved – they are successfully running ./starlight there.

Screenshot 2022-11-09 133350

Screenshot 2022-11-09 134005

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.