[syslinux] Disk error 01: AX=4200, drive 82

H. Peter Anvin hpa at zytor.com
Sat May 31 10:19:34 PDT 2003


Patrick J. LoPresti wrote:
> Josko Plazonic <plazonic at math.princeton.edu> writes:
> 
> 
>>Now, the reason why the picture length was 0 is again the same old
>>perl UTF-8 problems in RedHat 9.  The ppmtolss16 tool is perl and
>>when ran with LANG=en_US.UTF-8 this is what will output:
>>/usr/bin/ppmtolss16: Premature EOF at (319,212) of (640,256) and the
>>output is empty. After switching LANG to en_US it will be just fine.
> 
> 
> Perhaps ppmtolss16 should "use bytes;" ?
> 

It does (in 2.04):

eval { use bytes; };

... the eval { } is to prevent it from tossing cookies on older Perl 
versions.

	-hpa





More information about the Syslinux mailing list