From owner-freebsd-current Sat Apr 17 0: 8:50 1999 Delivered-To: freebsd-current@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 849FD14D74 for ; Sat, 17 Apr 1999 00:08:45 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from altavista.net (async2-53.iptelecom.net.ua [212.42.68.181]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id KAA11324 for ; Sat, 17 Apr 1999 10:07:29 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <37183314.F597AE6@altavista.net> Date: Sat, 17 Apr 1999 10:07:00 +0300 From: Maxim Sobolev X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: current@freebsd.org Subject: Current kernel can't execute gzip'ed ELF executables! Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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