From owner-freebsd-chat Wed Apr 23 05:14:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA26844 for chat-outgoing; Wed, 23 Apr 1997 05:14:12 -0700 (PDT) Received: from mail.konnections.com (mail.konnections.com [192.41.71.11]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA26839 for ; Wed, 23 Apr 1997 05:14:10 -0700 (PDT) Received: from castle (root@ip191.konnections.com [192.41.71.191]) by mail.konnections.com (8.8.3/8.8.3) with SMTP id GAA13539; Wed, 23 Apr 1997 06:12:57 -0600 (MDT) Message-ID: <335F5B09.133F1FB8@konnections.com> Date: Thu, 24 Apr 1997 06:07:21 -0700 From: mike allison Organization: Publisher -- Burning Eagle Book Company X-Mailer: Mozilla 3.0 (X11; I; Linux 2.0.0 i486) MIME-Version: 1.0 To: Jake Hamby CC: Joerg Wunsch , freebsd-chat@freebsd.org Subject: Re: Announce: UNIX System V simulator version 1.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It works under System 7, but the system refuses to run it..... : -} -mike Jake Hamby wrote: > > I should note that the System V simulator doesn't actually work under > System V. :) Well, under Solaris, you can use /usr/ucb/echo instead of > /usr/bin/echo, and change "hostname -s" to "hostname", and then it works. > > If I was bored, I'd change the echo statements to make it a Solaris > simulator. Then you'd need a "sleep 60" at least. :) > > Cheers, > Jake > > On Wed, 23 Apr 1997, J Wunsch wrote: > > > As S Sigala wrote: > > > > > Just uudecode the attached file, run with the shell (e.g.: `sh unix386') > > > and enjoy! > > > > > > Warning: if you really want to waste time... ;-) > > > > > > begin 755 unix386 > > > > :-)) > > > > But, oh well: > > > > echo "The system is coming up. Please wait." > > > > sleep 2 > > > > > > This must become a ``sleep 30'' to look realistic, to the least! You > > also fail to simulate the disk rattling while this action was in > > progress; you should consider replacing that sleep by a: > > > > find / -print > /dev/null > > > > -- > > cheers, J"org > > > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > > Never trust an operating system you don't have sources for. ;-) > >