BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} BB fix/patch for bin utils?



Kimberly McKinnis wrote:

Resetting them to what?

My bbsys.local doesn't even mention /usr/bin/head or /usr/bin/tail. It
is defined in etc/bbsys.sh... But I wouldn't know what to change the
path to. It's got TAIL="/usr/bin/tail" but I can't add -n after because
it would then call -n -1 and it needs to be -n1, etc.



-----Original Message----- From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Galen Johnson Sent: Monday, December 06, 2004 12:29 PM To: bb@bb4.com Subject: Re: {bb} BB fix/patch for bin utils?

Kimberly McKinnis wrote:



Regarding my last messages with the spammage of my logs because bb uses





deprecated parameters for /usr/bin/head and /usr/bin/tail... Any chance





of a fix or patch soon? I'd hate to have to fix this everytime I install a new client. Thanks.

~~
Kimberly McKinnis
Network Engineer, ETG
Macrovision Corporation

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or- subscribe bb-digest in the BODY of the message.





Have you tried resetting them within bbsys.local?  I think that file is
read last and therefore overrides what the installer thinks is right.



=G=


Do this in your bbc and bbd folders:

grep -rl 'HEAD -' *

this will give you the name of every file that utilizes "$HEAD -" (remove the 'l' option if you want to see the actual context)...you'll notice that the args are given within the ext script or page generation script explicitly...the only way to fix this is to do it manually to my knowledge. I'd make a copy of the original first so that I could create a patch to apply whenever I upgraded.

that being said, I don't know what OS you are utilizing but I thought the makefile would ensure the correctness...I am using it under several different OSes and they all look to have the correct arguments set up...(ie, under rhel 2.1, I see '-1', under solaris I see '-n 1', etc).

=G=
*
*
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index