ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Почему не ротейтится лог?
@ 2005-03-17  7:42 dicom
  2005-03-17  7:44 ` Alexander Volkov
  2005-03-17  8:04 ` [Comm] Почему не ротейтится лог? Alexey I. Froloff
  0 siblings, 2 replies; 8+ messages in thread
From: dicom @ 2005-03-17  7:42 UTC (permalink / raw)
  To: community

Hi, Community.

/var/lib/mysql/log/queries уже 1505792K. В кроне задание есть. Что
проверить?

-- 
JoyLink




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

* Re: [Comm] Почему не ротейтится лог?
  2005-03-17  7:42 [Comm] Почему не ротейтится лог? dicom
@ 2005-03-17  7:44 ` Alexander Volkov
  2005-03-17  7:51   ` Re[2]: " dicom
                     ` (2 more replies)
  2005-03-17  8:04 ` [Comm] Почему не ротейтится лог? Alexey I. Froloff
  1 sibling, 3 replies; 8+ messages in thread
From: Alexander Volkov @ 2005-03-17  7:44 UTC (permalink / raw)
  To: community

On Thu, 17 Mar 2005 10:42:38 +0300, dicom  wrote:

> Hi, Community.
>
> /var/lib/mysql/log/queries уже 1505792K. В кроне задание есть. Что
> проверить?

/var/lib/mysql/my.cnf на предмет [mysqladmin]



-- 
Regards, Alexander.


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

* Re[2]: [Comm] Почему не ротейтится лог?
  2005-03-17  7:44 ` Alexander Volkov
@ 2005-03-17  7:51   ` dicom
  2005-03-17  8:08     ` Alexander Volkov
  2005-03-17  8:05   ` [Comm] " Michael Shigorin
  2005-03-17  8:14   ` [Comm] [FAQ] Re: Почему не ротейтится лог MySQL? Michael Shigorin
  2 siblings, 1 reply; 8+ messages in thread
From: dicom @ 2005-03-17  7:51 UTC (permalink / raw)
  To: Alexander Volkov

Здравствуйте, Alexander.

Вы писали 17 марта 2005 г., 10:44:43:

> On Thu, 17 Mar 2005 10:42:38 +0300, dicom  wrote:

>> Hi, Community.
>>
>> /var/lib/mysql/log/queries уже 1505792K. В кроне задание есть. Что
>> проверить?

> /var/lib/mysql/my.cnf на предмет [mysqladmin]


cat /var/lib/mysql/my.cnf

[mysqld]
chroot=/var/lib/mysql
datadir=/db
bdb-logdir=/log
log=/log/queries
pid-file=/mysqld.pid
skip-locking
#skip-networking
socket=/mysql.sock
tmpdir=/tmp
user=mysql
port=3306

Что не так?

-- 
JoyLink




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

* Re: [Comm] Почему не ротейтится лог?
  2005-03-17  7:42 [Comm] Почему не ротейтится лог? dicom
  2005-03-17  7:44 ` Alexander Volkov
@ 2005-03-17  8:04 ` Alexey I. Froloff
  1 sibling, 0 replies; 8+ messages in thread
From: Alexey I. Froloff @ 2005-03-17  8:04 UTC (permalink / raw)
  To: ALT Linux Community

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

* dicom <dicom@> [050317 10:43]:
> /var/lib/mysql/log/queries уже 1505792K. В кроне задание есть. Что
> проверить?
Проверить почту от cron.daily.

-- 
Regards, Sir Raorn.
-------------------
Хотел предложить воспользоваться bushbug, но он оказался сломанным.
		-- ldv in sisyphus@

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

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

* [Comm] Re: Почему не ротейтится лог?
  2005-03-17  7:44 ` Alexander Volkov
  2005-03-17  7:51   ` Re[2]: " dicom
@ 2005-03-17  8:05   ` Michael Shigorin
  2005-03-17  8:14   ` [Comm] [FAQ] Re: Почему не ротейтится лог MySQL? Michael Shigorin
  2 siblings, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2005-03-17  8:05 UTC (permalink / raw)
  To: community

On Thu, Mar 17, 2005 at 10:44:43AM +0300, Alexander Volkov wrote:
> >/var/lib/mysql/log/queries уже 1505792K. В кроне задание есть.
> >Что проверить?
> /var/lib/mysql/my.cnf на предмет [mysqladmin]

Кстати, можете повесить FR, чтоб там в закомментированном виде
пример секции присутствовал?

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: Re[2]: [Comm] Почему не ротейтится лог?
  2005-03-17  7:51   ` Re[2]: " dicom
@ 2005-03-17  8:08     ` Alexander Volkov
  2005-03-17  8:20       ` Re[4]: " dicom
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Volkov @ 2005-03-17  8:08 UTC (permalink / raw)
  To: community

On Thu, 17 Mar 2005 10:51:29 +0300, dicom  wrote:

> Что не так?

cat /etc/logrotate.d/mysql

# If the root user has a password you have to alter the
# /var/lib/mysql/my.cnf configuration file with the following
# content:
#
# [mysqladmin]
# password = <secret>
# user= root
#
# where "<secret>" is the password.
#
# ATTENTION: This /var/lib/mysql/my.cnf file MUST be available
# for read and write ONLY for root !


-- 
Regards, Alexander.


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

* [Comm] [FAQ] Re: Почему не ротейтится лог MySQL?
  2005-03-17  7:44 ` Alexander Volkov
  2005-03-17  7:51   ` Re[2]: " dicom
  2005-03-17  8:05   ` [Comm] " Michael Shigorin
@ 2005-03-17  8:14   ` Michael Shigorin
  2 siblings, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2005-03-17  8:14 UTC (permalink / raw)
  To: community

On Thu, Mar 17, 2005 at 10:44:43AM +0300, Alexander Volkov wrote:
> >/var/lib/mysql/log/queries уже 1505792K. В кроне задание есть.
> >Что проверить?
> /var/lib/mysql/my.cnf на предмет [mysqladmin]

Добавил сюда:

http://faq.altlinux.ru/index.php?action=single&nf=1&qid=550

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re[4]: [Comm] Почему не ротейтится лог?
  2005-03-17  8:08     ` Alexander Volkov
@ 2005-03-17  8:20       ` dicom
  0 siblings, 0 replies; 8+ messages in thread
From: dicom @ 2005-03-17  8:20 UTC (permalink / raw)
  To: Alexander Volkov

Здравствуйте, Alexander.

Вы писали 17 марта 2005 г., 11:08:28:

> On Thu, 17 Mar 2005 10:51:29 +0300, dicom  wrote:

>> Что не так?

> cat /etc/logrotate.d/mysql

> # If the root user has a password you have to alter the
> # /var/lib/mysql/my.cnf configuration file with the following
> # content:
> #
> # [mysqladmin]
> # password = <secret>
> # user= root
> #
> # where "<secret>" is the password.
> #
> # ATTENTION: This /var/lib/mysql/my.cnf file MUST be available
> # for read and write ONLY for root !



Спасибо!

-- 
JoyLink




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

end of thread, other threads:[~2005-03-17  8:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-17  7:42 [Comm] Почему не ротейтится лог? dicom
2005-03-17  7:44 ` Alexander Volkov
2005-03-17  7:51   ` Re[2]: " dicom
2005-03-17  8:08     ` Alexander Volkov
2005-03-17  8:20       ` Re[4]: " dicom
2005-03-17  8:05   ` [Comm] " Michael Shigorin
2005-03-17  8:14   ` [Comm] [FAQ] Re: Почему не ротейтится лог MySQL? Michael Shigorin
2005-03-17  8:04 ` [Comm] Почему не ротейтится лог? Alexey I. Froloff

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