From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4488 Path: news.gmane.org!not-for-mail From: orc Newsgroups: gmane.linux.lib.musl.general Subject: Re: install.sh is wrong with libc.so Date: Wed, 15 Jan 2014 20:48:18 +0800 Message-ID: References: <5905c9fb-9fc8-4cf1-ac29-ed830c8ae5a1@email.android.com> <20140115121352.GG1685@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1389790110 2911 80.91.229.3 (15 Jan 2014 12:48:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jan 2014 12:48:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4492-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 15 13:48:37 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1W3PtZ-0004Jw-Gb for gllmg-musl@plane.gmane.org; Wed, 15 Jan 2014 13:48:33 +0100 Original-Received: (qmail 26128 invoked by uid 550); 15 Jan 2014 12:48:32 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 26120 invoked from network); 15 Jan 2014 12:48:32 -0000 User-Agent: K-9 Mail for Android In-Reply-To: <20140115121352.GG1685@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:4488 Archived-At: Szabolcs Nagy пишет: >* orc [2014-01-15 16:42:08 +0800]: >> umask 077 >> cat < lib/libc.so > /lib/libc.so.tmp.pid # /lib/libc.so.tmp.pid is >created with mode 600 >> mv -f /lib/libc.so.tmp.pid /lib/libc.so >> chmod 755 /lib/libc.so # failed with "Permission denied" >> >> After that the system is unusable and requires external assistance. > >this is why you should have chmod statically linked I agree with that. For historical reasons it's not. But I expected musl will continue to use standard install program. > >but this should be fixed so there is no window during >the update where dynamically linked binaries fail