From owner-freebsd-questions@freebsd.org  Fri Feb 14 19:01:32 2020
Return-Path: <owner-freebsd-questions@freebsd.org>
Delivered-To: freebsd-questions@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8712023E868
 for <freebsd-questions@mailman.nyi.freebsd.org>;
 Fri, 14 Feb 2020 19:01:32 +0000 (UTC)
 (envelope-from galtsev@kicp.uchicago.edu)
Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70])
 by mx1.freebsd.org (Postfix) with ESMTP id 48K2mC5TjMz42sG
 for <freebsd-questions@freebsd.org>; Fri, 14 Feb 2020 19:01:31 +0000 (UTC)
 (envelope-from galtsev@kicp.uchicago.edu)
Received: from point.uchicago.edu (point.uchicago.edu [128.135.52.6])
 (Authenticated sender: galtsev)
 by kicp.uchicago.edu (Postfix) with ESMTPSA id F257E4E6C3;
 Fri, 14 Feb 2020 13:01:30 -0600 (CST)
Subject: Re: Technological advantages over Linux
To: Ralf Mardorf <ralf.mardorf@rocketmail.com>, freebsd-questions@freebsd.org
References: <20200214121620.GA80657@admin.sibptus.ru>
 <BAF0D681-7C95-419E-A49C-993F0EA39748@kicp.uchicago.edu>
 <20200214195430.25365f87@moonstudio>
From: Valeri Galtsev <galtsev@kicp.uchicago.edu>
Message-ID: <7371554e-82a3-a7aa-b764-ae2627e241d3@kicp.uchicago.edu>
Date: Fri, 14 Feb 2020 13:01:30 -0600
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101
 Thunderbird/68.4.1
MIME-Version: 1.0
In-Reply-To: <20200214195430.25365f87@moonstudio>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Rspamd-Queue-Id: 48K2mC5TjMz42sG
X-Spamd-Bar: -
Authentication-Results: mx1.freebsd.org; dkim=none;
 dmarc=fail reason="No valid SPF, No valid DKIM" header.from=uchicago.edu
 (policy=none); 
 spf=none (mx1.freebsd.org: domain of galtsev@kicp.uchicago.edu has no SPF
 policy when checking 128.135.20.70) smtp.mailfrom=galtsev@kicp.uchicago.edu
X-Spamd-Result: default: False [-1.69 / 15.00]; ARC_NA(0.00)[];
 RCVD_VIA_SMTP_AUTH(0.00)[];
 DMARC_POLICY_SOFTFAIL(0.10)[uchicago.edu : No valid SPF, No valid DKIM,none]; 
 NEURAL_HAM_MEDIUM(-0.96)[-0.963,0]; FROM_HAS_DN(0.00)[];
 TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.97)[-0.969,0];
 MIME_GOOD(-0.10)[text/plain];
 IP_SCORE(0.14)[ip: (0.39), ipnet: 128.135.0.0/16(0.20), asn: 160(0.16),
 country: US(-0.05)]; TO_MATCH_ENVRCPT_SOME(0.00)[];
 RCPT_COUNT_TWO(0.00)[2];
 RCVD_IN_DNSWL_NONE(0.00)[70.20.135.128.list.dnswl.org : 127.0.10.0];
 R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[rocketmail.com];
 RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[];
 R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+];
 ASN(0.00)[asn:160, ipnet:128.135.0.0/16, country:US];
 MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2]
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.29
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: Fri, 14 Feb 2020 19:01:32 -0000



On 2020-02-14 12:54, Ralf Mardorf via freebsd-questions wrote:
> Hi,
> 
> what is better, a doorbell, a car or a watering can?
> It's not the best analogy, since regarding operating systems the answer
> not only depends on the use case, but also on the skills of the user.
> 
> On Fri, 14 Feb 2020 08:03:06 -0600, Valeri Galtsev wrote:
>> Add to that binary logs
> 
> "Tip: While the journal is stored in a binary format, the content of
> stored messages is not modified. This means it is viewable with
> strings, for example for recovery in an environment which does not have
> systemd installed, e.g.:
> 
> $ strings /mnt/arch/var/log/journal/af4967d77fba44c6b093d0e9862f6ddd/system.journal | grep -i message
> " - https://wiki.archlinux.org/index.php/Systemd/Journal

Thanks for the tip Ralf! As always, your brilliance brings me, lazy 
person, right to what I need without learning new everchanging commands ;-)

This (using strings here) reminds me a comedy clip about machintosh: 
"sometimes you need to trick mac into doing what you actually want him 
to do" ;-)



> 
> Regards,
> Ralf
> _______________________________________________
> 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"
> 

-- 
++++++++++++++++++++++++++++++++++++++++
Valeri Galtsev
Sr System Administrator
Department of Astronomy and Astrophysics
Kavli Institute for Cosmological Physics
University of Chicago
Phone: 773-702-4247
++++++++++++++++++++++++++++++++++++++++