Date: Wed, 11 Jul 2018 19:23:06 +0000 (UTC) From: Paul Pathiakis <pathiaki2@yahoo.com> To: freebsd-questions@freebsd.org, David Johnson <djtherenovator@gmail.com> Subject: Re: Help with an Urgent Matter Message-ID: <1985397816.2919749.1531336986787@mail.yahoo.com> In-Reply-To: <CAGX9N-MnE625yqJ5pkn23YoD5BGJ7o6BOC2nRWKUuhmmT2nHBA@mail.gmail.com> References: <CAGX9N-MnE625yqJ5pkn23YoD5BGJ7o6BOC2nRWKUuhmmT2nHBA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
1.2.=EF=BF=BDWelcome to FreeBSD! |=20 |=20 | |=20 1.2.=EF=BF=BDWelcome to FreeBSD! | | | David,=20 As you can see, Apple borrows a lot from FreeBSD.=C2=A0 The co-joined opera= ting system is called DarwinOS which is the foundation for the Apple Mac OS= X operating system. Not having dealt with a Mac for years, I'm guessing about your issue.=C2=A0= If your command returns a prompt after it runs and spits out that message,= the shutdown command may have been altered. At the prompt, try a simple 'halt' command.=C2=A0 That should shut the mach= ine down. P. On Wednesday, July 11, 2018, 3:09:31 PM EDT, David Johnson <djtherenova= tor@gmail.com> wrote: =20 =20 I have found a FreeBSD OS embedded in my Mac which is fully implemented. I followed the instructions and did the following from your website documentation: in terminal;=C2=A0 shutdown -k +1 "message" I get the following: System shutdown time has arrived but you'll have to do it yourself I am not sure what to do at this prompt....what does 'do it yourself mean', and what do I type to complete the process?? Also in addition to the above question.... does the fact that those commands do actually work mean that I am correct in believing that there is a FreeBSD OS embedded in my system? Thank You, Free BSD Lamb Agency _______________________________________________ freebsd-questions@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= " =20 From owner-freebsd-questions@freebsd.org Wed Jul 11 19:26:57 2018 Return-Path: <owner-freebsd-questions@freebsd.org> Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D322D103AF9B for <freebsd-questions@mailman.ysv.freebsd.org>; Wed, 11 Jul 2018 19:26:57 +0000 (UTC) (envelope-from Norman.Gray@glasgow.ac.uk) Received: from hillend.cent.gla.ac.uk (hillend.cent.gla.ac.uk [130.209.16.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 717D282B46 for <freebsd-questions@freebsd.org>; Wed, 11 Jul 2018 19:26:57 +0000 (UTC) (envelope-from Norman.Gray@glasgow.ac.uk) Received: from cas08.campus.gla.ac.uk ([130.209.14.165]) by hillend.cent.gla.ac.uk with esmtp (Exim 4.72) (envelope-from <Norman.Gray@glasgow.ac.uk>) id 1fdKlE-0006I7-PP; Wed, 11 Jul 2018 20:26:48 +0100 Received: from [130.209.45.140] (130.209.45.140) by cas08.campus.gla.ac.uk (130.209.14.165) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 11 Jul 2018 20:26:48 +0100 From: Norman Gray <norman.gray@glasgow.ac.uk> To: David Johnson <djtherenovator@gmail.com> CC: <freebsd-questions@freebsd.org> Subject: Re: Help with an Urgent Matter Date: Wed, 11 Jul 2018 20:26:48 +0100 X-Mailer: MailMate (1.11.3r5509) Message-ID: <C2A446AB-2D43-4B4F-983D-54AF107C7ED1@glasgow.ac.uk> In-Reply-To: <CAGX9N-MnE625yqJ5pkn23YoD5BGJ7o6BOC2nRWKUuhmmT2nHBA@mail.gmail.com> References: <CAGX9N-MnE625yqJ5pkn23YoD5BGJ7o6BOC2nRWKUuhmmT2nHBA@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Originating-IP: [130.209.45.140] X-ClientProxiedBy: cas07.campus.gla.ac.uk (130.209.14.164) To cas08.campus.gla.ac.uk (130.209.14.165) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 11 Jul 2018 19:26:58 -0000 Greetings. On 11 Jul 2018, at 20:08, David Johnson wrote: > I have found a FreeBSD OS embedded in my Mac which is fully > implemented. Not really. macOS uses a lot of the FreeBSD 'userland' -- ie, the user commands -- but the kernel is significantly different. There is quite a close relationship between macOS and FreeBSD, though I'm vague on the details (if anyone has any links, I'd be very interested in them). However close it is, one cannot realistically say 'macOS is FreeBSD'! > I followed the instructions and did the following from your website > documentation: > > in terminal; shutdown -k +1 "message" The -k option means: -k Kick everybody off. The -k option does not actually halt the sys- tem, but leaves the system multi-user with logins disabled (for all but super-user). See 'man shutdown' As it happens, I think that 'shutdown -h now' does work on macOS, but it may not be formally supported. That is, there may well be other aspects of a fully controlled shutdown which this will miss. Good wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1985397816.2919749.1531336986787>