BB Unix Network Monitor - Message

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

Re: {bb} qub.gif... ??



Philip Clark wrote:

On Mon, 2005-10-24 at 20:53, Ronan McGlue wrote:


philip once again thanks for gettin back...

I can see a slight <dammit just hit my send macro by accident :S > discrepency in this as my distro Slamd ( which your right in thinking is just a 64bit version of slackware ) uses head -n $ instead of head -$....

when i use head -n i get "green" so i does work... ill try moddin the source manually and see how that affects it.



If your version of "head" refuses to use the "-N" form (where N is an integer), you can either install an older alternate version, cook up a little script to translate the arguments or do a manual replacement. Something of the form:

find . -name "*.sh" -exec egrep -iH "head -[1-9]" {} \;

can be useful, in order to identify the required files (kudos to
Kimberly). You'll probably need to do the same thing for the
"tail" command too, as they are normally a matched pair.



It would appear that the mod to head and tail were successful...
It works now...
ill need to do a bit of poking but im sure the gif file name is created dynamically after BB checks whether the service is running or not. Thanks for poking me in the right direction phil...


secondly im getting this error in my exim logs on the smtp server

2005-10-25 10:52:11 SMTP protocol synchronization error (input sent without waiting for greeting): rejected connection from H=whirligig [143.117.xxx.yyy] input="QUIT\r\n"

now i know what it means... its fairly self explanatory
but why is BB doing it?
I'll have another poke to see where it tries the smtp port and how it queries the daemon


R

Im in GMT timezone so i wont be in work until +12 hrs from now (20:00 GMT)

Ill report back either way



Yep, I'm in GMT (well BST ATM) too, but I keep "student hours" :)


Cheers, Phil.






-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-= 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