<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi all,<br></div>Several of our users ran into the "Text file busy" error described in LU-6232 (and possibly related to LU-4398 and LU-4429).<br><br></div>Has there been any progress on this issue?<br><br></div>I feel pretty dumb when I have to explain this issue to them and how to work around it....<br><br></div>Thanks,<br></div>Eli<br><br></div><div>Background for those who don't like reading bug reports:<br></div><div>When creating a script if it gets run subsequently it becomes impossible to edit said script after it's been run even though it is not actively running anymore.<br></div><div><br></div>Workarounds I have seen so far:<br></div>- Use an editor that moves the current file to a backup like emacs (bypasses the issue since you are in practice working on a different file)<br></div>- chmod -x the file before editing (reverts to being editable)<br></div>- run the file using sh /path/to/file instead of /path/to/file (then it stays editable)<br></div>