From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 19:01:13 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EB7F106567D for ; Fri, 25 Jul 2008 19:01:13 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2FE8FC20 for ; Fri, 25 Jul 2008 19:01:13 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 6FD7419E023; Fri, 25 Jul 2008 21:01:11 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 53FC619E019; Fri, 25 Jul 2008 21:01:09 +0200 (CEST) Message-ID: <488A2310.7070008@quip.cz> Date: Fri, 25 Jul 2008 21:01:36 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: JoaoBR References: <200807231846.33728.jhb@freebsd.org> <200807241448.30627.joao@matik.com.br> <4888D859.3090809@quip.cz> <200807251402.00871.joao@matik.com.br> In-Reply-To: <200807251402.00871.joao@matik.com.br> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: I like my rc.d boot messages :( X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 19:01:13 -0000 JoaoBR wrote: > On Thursday 24 July 2008 16:30:33 Miroslav Lachman wrote: > >>JoaoBR wrote: [...] >>>something more obvious would be: >>> >>>starting $service_name ... up >>>starting $service_name ... up >>>... >>> >>>that would be something clear, specially for whom did not invented it >> >>It seems too verbose. (does anybody expect "stoping" service on system >>boot?) And each service on separate line seems to me like vaste of space. >>Line like "[ssh] [smtp] [dhcpd] [mysql]" is enough for me. >>It is easy to document it in handbook and man pages. >> >>Just my 0.02 >> > > > well, the obvious often is'nt :) > for me it would be something like: > > starting $service_name ... up > starting $service_name ... failed > starting $service_name ... up > > what waste of space? running lines not buffered but in dmesg.* > anyway the waste of space is it worse as price for clearness > > and as I said before what is clear for the inventor or for you and me is one > thing but when you're supporting a remote server which is not coming up and > a "not-knowing-the-secret" person eventual in another language (not english > speaking) needs to say it ... well, then my friend, when this happens to you > then you will remember this thread and will bite your ass for not having > agreed ... :) What waste? Let's imagine starting too many services, that useful information already scrolled out of the screen too quickly because each service has it's own line... it is just another point of view of the same problem with person on the phone and that's why I can't agree ;o) I am not saying your version is bad, just I don't need it that verbose, I'll be happier with "oneline for all". Maybe there could be some verbosity switch for users choice: 0 - show nothing 1 - show just names in brackets on one line 2 - show full line with named state on separate lines But maybe this is too complex solution for this easy task... YMMV Miroslav Lachman