The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: gtaylor@tnetconsulting.net (Grant Taylor)
Subject: [TUHS] daemons are not to be exorcised
Date: Tue, 20 Mar 2018 22:52:39 -0600	[thread overview]
Message-ID: <d959fe31-83ad-2c93-8c50-7451e757e8d1@spamtrap.tnetconsulting.net> (raw)
In-Reply-To: <20180321023125.GC6850@thunk.org>

On 03/20/2018 08:31 PM, Theodore Y. Ts'o wrote:
> There are also ways in which Unix is just simply deficient.

I get the impression that you seem to think that I think that what Unix 
was around the time of BSD 4.3 was sufficient.  -  I'm not making that 
claim or even thinking it.

I'm talking about the spirit, as in "do one thing and do it well".  Not 
that e.g. syslog shall be these specific facilities and these specific 
severrities.

I want people to understand what was done, why it was done, and to the 
best of their ability, make an informed decision when changing from 
history.  -  I'd really like people to be able to answer the question 
"Why did you do <bla> differently than it was done in <blaBlaBla>.  What 
was wrong / lacking / needed to be improved from the old way."

As long as people 1) have answers to those questions and 2) can speak to 
why they did what they did, then by all means, move forward with 
something new to try.

I hear tell of people putting reverse proxies in containers in front of 
web server containers so that they can have basic traffic counters, 
which they can't get (for some unknown to me reason) from their web 
server container.  -  Where if they had bothered to ask the network 
people, there are very likely multiple ways to get said traffic 
counters.  Further, ways to do it without adding the additional 
complexity (read: exposure) / latency of additional containers.



-- 
Grant. . . .
unix || die

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3982 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20180320/2d5f8b7f/attachment-0001.bin>


  parent reply	other threads:[~2018-03-21  4:52 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20  1:26 A. P. Garcia
2018-03-20  1:40 ` Dave Horsfall
2018-03-20  1:47 ` maxigas
2018-03-20  4:23 ` Grant Taylor
2018-03-20  4:24   ` Steve Nickolas
2018-03-20  4:40     ` Grant Taylor
2018-03-20  5:19       ` A. P. Garcia
2018-03-21  2:31       ` Theodore Y. Ts'o
2018-03-21  3:20         ` Larry McVoy
2018-03-21  4:30         ` Warner Losh
2018-03-21  4:52         ` Grant Taylor [this message]
2018-03-21  9:16         ` Jaap Akkerhuis
2018-03-22  0:18           ` Grant Taylor
2018-03-22  0:22             ` Larry McVoy
2018-03-22  2:25               ` [TUHS] syslog (was Re: daemons are not to be exorcised) Jeremy C. Reed
2018-03-21 13:59         ` [TUHS] daemons are not to be exorcised Clem Cole
2018-03-21 14:18           ` Paul Winalski
2018-03-21 15:15             ` Warner Losh
2018-03-21 15:45               ` Andy Kosela
2018-03-21 15:49                 ` Warner Losh
2018-03-22  0:28           ` Grant Taylor
2018-03-20  6:32   ` Andy Kosela
2018-03-20 12:31   ` Nemo
2018-03-20 17:48 ` Paul Winalski
2018-03-20 17:56   ` George Michaelson
2018-03-20 18:04     ` Dan Cross
2018-03-20 18:24       ` Bakul Shah
2018-03-20 18:46         ` Clem Cole
2018-03-20 19:10           ` Bakul Shah
2018-03-20 19:55             ` Dan Cross
2018-03-20 19:56           ` Tim Bradshaw
2018-03-20 21:12             ` A. P. Garcia
2018-03-20 21:40               ` Andy Kosela
2018-03-21  6:32             ` Wesley Parish
2018-03-20 20:14           ` Warren Toomey
2018-03-20 20:25             ` Paul Winalski
2018-03-20 21:15               ` Clem Cole
2018-03-20 21:09             ` Clem Cole
2018-03-20 18:53         ` Toby Thain
2018-03-20 19:24       ` Nemo Nusquam
2018-03-21 12:10     ` emanuel stiebler
2018-03-25 19:56     ` emanuel stiebler
2018-03-26  9:44       ` George Michaelson
2018-03-26 12:38         ` emanuel stiebler
2018-03-20 21:32 Nelson H. F. Beebe
2018-03-21 14:17 Noel Chiappa
2018-03-21 15:03 ` Clem Cole
2018-03-21 16:18   ` Arthur Krewat
2018-03-21 17:28     ` Paul Winalski
2018-03-21 17:33       ` George Michaelson
2018-03-21 17:50         ` Arthur Krewat
2018-03-21 19:49           ` A. P. Garcia
2018-03-21 19:37         ` Paul Winalski
2018-03-21 17:34       ` Larry McVoy
2018-03-22  2:24         ` Dave Horsfall
2018-03-21 17:39       ` WIlliam Cheswick
2018-03-21 17:52         ` Arthur Krewat
2018-03-21 17:56       ` Nemo
2018-03-21 18:01         ` Larry McVoy
2018-03-21 18:04       ` Dan Cross
2018-03-21 19:56         ` Clem Cole
2018-03-21 20:13           ` Paul Winalski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d959fe31-83ad-2c93-8c50-7451e757e8d1@spamtrap.tnetconsulting.net \
    --to=gtaylor@tnetconsulting.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).