Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] /bin/true was missing on two systems

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Sergey A. Lipnevich" <sergey AT optimaltec.com>
  • To: Seth Alan Woolley <seth AT positivism.org>
  • Cc: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] /bin/true was missing on two systems
  • Date: Mon, 05 Jul 2004 21:39:56 -0400

Wow, that was great troubleshooting!
init.d's install log doesn't contain /bin/true explicitly so it's impossible to save it. Can we make runlevels/rc a very short bash script instead of symlink?

Seth Alan Woolley wrote:

On Tue, Jul 06, 2004 at 09:43:00AM +1000, Hamish Greig wrote:

init.d


$ ls -l /etc/init.d/runlevels/rc
lrwxrwxrwx 1 root root 9 Jun 13 14:29 /etc/init.d/runlevels/rc -> /bin/true

$ sed -e '1,89 d' -e '91,$ d' /var/lib/sorcery/codex/devel/smgl/init.d/BUILD
ln -sfv /bin/true $RD/rc &&

Could that have caused /bin/true to get tracked?





Archive powered by MHonArc 2.6.24.

Top of Page