Quote:
Hopefully solved by a fixed version of JXFileSystem. All my partitions (including the one I use for Development) except for SYS: use JXFileSystem.
Currently as a workaround in order to be able to run configure scripts on OS4.1 without getting the above kinds of errors I have created a sparse VDI file formatted with FFS that I use for this purpose (as a side-effect of this I also get to test the VDI support in diskimage.device to see that it works as it should).
Using SFS here. I'm guessing that unlike OS3 where you need to go into HDToolBox to update the filesystem, that on OS4 it's loaded automatically from Kickstart.
Edit: SFS wasn't updated in Update 3, so I don't know what part of Update 3 fixes it.
Previously, because I have KingCON which blocks more than the the regular shell does when you type a character in shell while it's doing something, when I anticipated the "conftest" errors, I blocked the script by typing garbage in the shell, then deleted the directory, then backspaced in the shell to let it continue, and that worked fine, and was better than doing nothing which can cause parts of the script to fail at later stages.
Looks like in KingCON, if you type something in the shell while it's busy, it'll block background processes too at the point where that process wants to write something to the shell. In standard shell, the process still does its thing and you simply see the flood of text when you backspace/remove the garbage you typed.
Example:
rx "say time(s);address command 'wait 1';say '';say time(s)"
In KingCON if you type garbage in the shell after it prints the time on the first line, the 3rd line will be whatever time it is after you backspace the text. In regular shell, the two times will be exactly 1 second apart.
Edited by MickJT on 2011/9/11 14:42:13
Edited by MickJT on 2011/9/11 14:44:52