cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Spurious text in job log drop-down menu #1806

Closed hjoliver closed 4 months ago

hjoliver commented 4 months ago

Screenshot from a NIWA user:

image

The text appears to be svn output, in the job.out file.

I have not managed to reproduce the error myself yet.

oliver-sanders commented 4 months ago

To list log files the UIS uses cylc cat -m list-dir, presumably something involved in this request (ssh, bash, profile files) is writing to stdout and that is getting dragged into results.

hjoliver commented 4 months ago

Yes, I've flagged .bashrc etc. to the user. Unfortunately I don't have access to his home dir to check that.

hjoliver commented 4 months ago

... yep, user says "there was a rogue svn ---version in [his login scripts]".