public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] vnstat 2.6: Fix for lfs
Date: Sat, 11 Apr 2020 20:40:16 +0200	[thread overview]
Message-ID: <a3306a5a-2bf2-2e1b-b014-5f619d6995a5@ipfire.org> (raw)
In-Reply-To: <B0F04922-D6F5-4778-B652-CF8205B85FD6@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2779 bytes --]

Hi,

On 11.04.2020 20:21, Michael Tremer wrote:
> 
> 
>> On 11 Apr 2020, at 19:17, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>> 
>> Hi,
>> 
>> On 11.04.2020 20:03, Michael Tremer wrote:
>>> Hi,
>>> 
>>>> On 11 Apr 2020, at 17:39, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>>> 
>>>> Hi.
>>>> 
>>>> On 11.04.2020 17:28, Michael Tremer wrote:
>>>>> Hello,
>>>>> 
>>>>> Thanks for the patch, but this only solves one of my concerns.
>>>> 
>>>> You mean the exit status for the 'stop'-section?
>>> 
>>> No, everywhere.
>> 
>> -v please.
> 
> LOL. Good one :)

:-)

> So, you are launching vnstatd by calling loadproc.

Yep.

> That function will start the process and print “OK” or “ERROR” in a colour on the console.

I noticed that, but...

> Calling evaluate_retval (which should be called in loadproc, too) will then print OK again.

I saw that, too, but didn't think of ALL actions in that script.

> Did it not do that when you tested it?

Nope. Doing it that way was a bit unfamiliar but I'll get used to it.

I had to take a look at the other inits and 'functions.pl'.

Now I finally know where the colorful "OKs" come from...you're never too
old... ;-))

Does that last version fit your needs?

Current link is:
https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=blob;f=src/initscripts/system/vnstat;h=c1bb2942a897e0a4acab344c8e2c128d4542f958;hb=59b3afd07f55b93f4c96bfe63d0506494a46b5ff

Best,
Matthias

> -Michael
> 
>> 
>> 'evaluate_retval' is now four times in, status output has been added.
>> 
>> Anything else?
>> 
>>> 
>>>> 
>>>>> What about printing the colourful exit status more than once?
>>>> 
>>>> Done... ;-)
>>>> 
>>>>> Best,
>>>>> -Michael
>>>>> 
>>>>>> On 11 Apr 2020, at 15:38, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>>>>> 
>>>>>> Removed 'sleep 2'
>>>>>> 
>>>>>> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
>>>>>> ---
>>>>>> src/initscripts/system/vnstat | 2 --
>>>>>> 1 file changed, 2 deletions(-)
>>>>>> 
>>>>>> diff --git a/src/initscripts/system/vnstat b/src/initscripts/system/vnstat
>>>>>> index bcc19c3ab..a21905d75 100755
>>>>>> --- a/src/initscripts/system/vnstat
>>>>>> +++ b/src/initscripts/system/vnstat
>>>>>> @@ -20,14 +20,12 @@ case "$1" in
>>>>>> 
>>>>>> 		boot_mesg "Starting vnstatd..."
>>>>>> 		loadproc /usr/sbin/vnstatd -d --alwaysadd
>>>>>> -		sleep 2
>>>>>> 		evaluate_retval
>>>>>> 		;;
>>>>>> 
>>>>>> 	stop)
>>>>>> 		boot_mesg "Stopping vnstatd..."
>>>>>> 		killproc /usr/sbin/vnstatd
>>>>>> -		sleep 2
>>>>>> 		evaluate_retval
>>>>>> 
>>>>>> 		umount_ramdisk "${VNSTATLOG}"
>>>>>> -- 
>>>>>> 2.18.0
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
> 


  reply	other threads:[~2020-04-11 18:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-11 14:38 Matthias Fischer
2020-04-11 15:28 ` Michael Tremer
2020-04-11 16:39   ` Matthias Fischer
2020-04-11 18:03     ` Michael Tremer
2020-04-11 18:17       ` Matthias Fischer
2020-04-11 18:21         ` Michael Tremer
2020-04-11 18:40           ` Matthias Fischer [this message]
2020-04-11 18:22       ` Matthias Fischer
2020-04-11 18:26         ` Michael Tremer
2020-04-11 18:41           ` Matthias Fischer
2020-04-12 14:15             ` Michael Tremer
2020-04-12 17:22               ` Matthias Fischer

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=a3306a5a-2bf2-2e1b-b014-5f619d6995a5@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /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