Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 1999 10:07:00 +0300
From:      Maxim Sobolev <sobomax@altavista.net>
To:        current@freebsd.org
Subject:   Current kernel can't execute gzip'ed ELF executables!
Message-ID:  <37183314.F597AE6@altavista.net>

next in thread | raw e-mail | index | archive | help
Hi All,

If seems that 4.0-current (make world & kernel as of yesterday) can't
execute ELF gzip'ed binaries with following symptoms:

sh-2.02# cp /bin/sh  ./
sh-2.02# gzip sh
sh-2.02# ls -l
total 177
-rw-r--r--  1 root  wheel      43 Apr 17 09:58 Report
-r-xr-xr-x  1 root  wheel  170093 Apr 17 09:58 sh.gz
sh-2.02# mv sh.gz sh
sh-2.02# ls -l
total 177
-rw-r--r--  1 root  wheel     253 Apr 17 09:58 Report
-r-xr-xr-x  1 root  wheel  170093 Apr 17 09:58 sh
sh-2.02# ./sh
sh: ./sh: cannot execute binary file

In dmesg I have:

Output=32 Inflate_error=1 igz.error=8 error2=0 where=180

This misbehavior verified on two machines.

Sincerely,

Maxim



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37183314.F597AE6>