ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] AWK
@ 2004-08-30  8:05 Nikita Semenov
  2004-08-30  8:12 ` Alexey I. Froloff
  2004-08-30  8:15 ` Vladimir Lettiev
  0 siblings, 2 replies; 5+ messages in thread
From: Nikita Semenov @ 2004-08-30  8:05 UTC (permalink / raw)
  To: Community@altlinux.ru

Здравствуйте.
Есть скрипт на awk, который кушает сквидовый файл, считает трафик
записывает результат в файл и в случае превышения лимита производит
какие-то действия.
Запускается он
tail -f /var/log/squid/access.log | script

Какое-то время (все время разное) он работает (причем правильно), но потом вылетает с
сообщением Broken pipe. В чем может быть проблема?


-- 
Best regards,
Nikita Semenov
System Administrator
InterStep
+7(812)324-8020
nikita@inter-step.ru
ICQ: 3939833



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] AWK
  2004-08-30  8:05 [Comm] AWK Nikita Semenov
@ 2004-08-30  8:12 ` Alexey I. Froloff
  2004-08-30  8:50   ` Re[2]: " Nikita Semenov
  2004-08-30  8:15 ` Vladimir Lettiev
  1 sibling, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2004-08-30  8:12 UTC (permalink / raw)
  To: ALT Linux Community

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

* Nikita Semenov <nsemenov@> [040830 12:07]:
> tail -f /var/log/squid/access.log | script
> Какое-то время (все время разное) он работает (причем правильно), но потом вылетает с
> сообщением Broken pipe. В чем может быть проблема?
logrotate? man tail, там есть рецепт.

-- 
Regards, Sir Raorn.
-------------------
Чтобы "заткнуть дыру", я "пошел на сделку с совестью" и отключил тесты.
		-- at in devel@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] AWK
  2004-08-30  8:05 [Comm] AWK Nikita Semenov
  2004-08-30  8:12 ` Alexey I. Froloff
@ 2004-08-30  8:15 ` Vladimir Lettiev
  2004-08-30 10:29   ` Re[2]: " php-coder
  1 sibling, 1 reply; 5+ messages in thread
From: Vladimir Lettiev @ 2004-08-30  8:15 UTC (permalink / raw)
  To: community

Nikita Semenov wrote:
> Здравствуйте.
> Есть скрипт на awk, который кушает сквидовый файл, считает трафик
> записывает результат в файл и в случае превышения лимита производит
> какие-то действия.
> Запускается он
> tail -f /var/log/squid/access.log | script
> 
> Какое-то время (все время разное) он работает (причем правильно), но потом вылетает с
> сообщением Broken pipe. В чем может быть проблема?
> 

Происходит ротация логов squid?
Добавь в post-секцию logrotate сквид'а перезапуск твоего скрипта.

-- 
С уважением, Владимир Леттиев aka crux <crux@syktsu.ru>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re[2]: [Comm] AWK
  2004-08-30  8:12 ` Alexey I. Froloff
@ 2004-08-30  8:50   ` Nikita Semenov
  0 siblings, 0 replies; 5+ messages in thread
From: Nikita Semenov @ 2004-08-30  8:50 UTC (permalink / raw)
  To: Alexey I. Froloff

Нет. Работает несколько секунд. До ротации дело не доходит.


Monday, August 30, 2004, 12:12:58 PM, вы писали:

AIF> * Nikita Semenov <nsemenov@> [040830 12:07]:
>> tail -f /var/log/squid/access.log | script
>> Какое-то время (все время разное) он работает (причем правильно), но потом вылетает с
>> сообщением Broken pipe. В чем может быть проблема?
AIF> logrotate? man tail, там есть рецепт.





-- 
Best regards,
Nikita Semenov
System Administrator
InterStep
+7(812)324-8020
nikita@inter-step.ru
ICQ: 3939833



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re[2]: [Comm] AWK
  2004-08-30  8:15 ` Vladimir Lettiev
@ 2004-08-30 10:29   ` php-coder
  0 siblings, 0 replies; 5+ messages in thread
From: php-coder @ 2004-08-30 10:29 UTC (permalink / raw)
  To: Vladimir Lettiev

0000100101011110100100101::30.08.2004::0110001001001000100111100100010

    Здравствуйте, Vladimir!
    Отвечаю на Ваше письмо:
  
VL> Происходит ротация логов squid?
VL> Добавь в post-секцию logrotate сквид'а перезапуск твоего скрипта.

    Зачем? Я сам не проверял, но буквально вчера один знакомый
    линуксоид говорил мне, что спасает от этого tail -F
  
-- 
  С уважением, php-coder (mailto:php-coder[at]ngs[dot]ru)
  Registered Linux User #327594
  ALT Linux Master 2.2 (kernel 2.4.27)

010010010010010001010101100::Linux RuleZz!::100010010001000100010001110



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-30 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-30  8:05 [Comm] AWK Nikita Semenov
2004-08-30  8:12 ` Alexey I. Froloff
2004-08-30  8:50   ` Re[2]: " Nikita Semenov
2004-08-30  8:15 ` Vladimir Lettiev
2004-08-30 10:29   ` Re[2]: " php-coder

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git