ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* Re: [sisyphus] Anacron job 'cron.daily'
  @ 2016-04-13 15:00 ` Hihin Ruslan
  2016-04-13 15:06   ` Stas
  2016-04-13 15:44   ` Евгений Терешков
  0 siblings, 2 replies; 17+ messages in thread
From: Hihin Ruslan @ 2016-04-13 15:00 UTC (permalink / raw)
  To: ALT discussions

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

Здравствуйте !
  В сообщении от 13 апреля 2016 Anacron написал(a):
> error: skipping "/var/log/uucp/errors" because parent
> directory has insecure permissions (it's not owned by "root");
> consider using "su" directive in config file to tell logrotate
> which user/group should be used for rotation. error: skipping
> "/var/log/uucp/info" because parent directory has insecure
> permissions (it's not owned by "root"); consider using "su"
> directive in config file to tell logrotate which user/group
> should be used for rotation. error: skipping
> "/var/log/uucp/warnings" because parent directory has insecure
> permissions (it's not owned by "root"); consider using "su"
> directive in config file to tell logrotate which user/group
> should be used for rotation.
Вот такое сообщение приходит от anacron. 

/var/log/uucp и правда имеет хозиина uucp:adm, а не root. Если я 
сделаю хозяином каталога root, то проблем с logrotate не будет, 
но не уверен, что тогда что-то появится в /var/log/uucp/ (пакет 
syslog-common). 

Как грамотно это надо настроить?


-- 
  А ещё говорят так  (fortune):
 
 .

________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 15:00 ` [sisyphus] Anacron job 'cron.daily' Hihin Ruslan
@ 2016-04-13 15:06   ` Stas
  2016-04-13 15:13     ` Hihin Ruslan
  2016-04-13 15:44   ` Евгений Терешков
  1 sibling, 1 reply; 17+ messages in thread
From: Stas @ 2016-04-13 15:06 UTC (permalink / raw)
  To: ruslandh, ALT Linux Sisyphus discussions

Приветствую!

On 13.04.2016 20:00, Hihin Ruslan wrote:
>    В сообщении от 13 апреля 2016 Anacron написал(a):
>> error: skipping "/var/log/uucp/errors" because parent
>> directory has insecure permissions (it's not owned by "root");
>> consider using "su" directive in config file to tell logrotate
>> which user/group should be used for rotation. error: skipping
>> "/var/log/uucp/info" because parent directory has insecure
>> permissions (it's not owned by "root"); consider using "su"
>> directive in config file to tell logrotate which user/group
>> should be used for rotation. error: skipping
>> "/var/log/uucp/warnings" because parent directory has insecure
>> permissions (it's not owned by "root"); consider using "su"
>> directive in config file to tell logrotate which user/group
>> should be used for rotation.
> Вот такое сообщение приходит от anacron.
>
> /var/log/uucp и правда имеет хозиина uucp:adm, а не root. Если я
> сделаю хозяином каталога root, то проблем с logrotate не будет,
> но не уверен, что тогда что-то появится в /var/log/uucp/ (пакет
> syslog-common).
>
> Как грамотно это надо настроить?

Вот пример из /etc/logrotate.d/freshclam:

/var/log/clamav/freshclam.log {
     create 644 mail mail
         weekly
         compress
}


-- 
Станислав Дёгтев
Служба "Ваш админ"
  Мои контакты:
  - jabber: grumbler@grumbler.org
  - email: stas.grumbler@gmail.com и stas@vashadmin.su
  - телефоны в Е-бурге +79045430461 и +79222112259



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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 15:06   ` Stas
@ 2016-04-13 15:13     ` Hihin Ruslan
  2016-04-13 15:38       ` Вадим Илларионов
  0 siblings, 1 reply; 17+ messages in thread
From: Hihin Ruslan @ 2016-04-13 15:13 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Stas
  В сообщении от 13 апреля 2016 Stas написал(a):
> Вот пример из /etc/logrotate.d/freshclam:

Так в  /etc/logrotate.d/syslog уже прописано:

/var/log/uucp/* {
        rotate 5
        weekly
        postrotate
                /sbin/reload-syslog >/dev/null
        endscript
}



-- 
  А ещё говорят так  (fortune):
 
 .

________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 15:13     ` Hihin Ruslan
@ 2016-04-13 15:38       ` Вадим Илларионов
  2016-04-13 16:23         ` Hihin Ruslan
  0 siblings, 1 reply; 17+ messages in thread
From: Вадим Илларионов @ 2016-04-13 15:38 UTC (permalink / raw)
  To: ruslandh, ALT Linux Sisyphus discussions

13.04.2016 23:13, Hihin Ruslan пишет:
> Здравствуйте Stas
>   В сообщении от 13 апреля 2016 Stas написал(a):
>> Вот пример из /etc/logrotate.d/freshclam:
> Так в  /etc/logrotate.d/syslog уже прописано:
>
> /var/log/uucp/* {
>         rotate 5
>         weekly
>         postrotate
>                 /sbin/reload-syslog >/dev/null
>         endscript
> }
>

Ключевое вот это: create 644 mail mail - то есть, после ротации создать
пустой файл с заданными допусками.

-- 
Мимо крокодил.
WBR, rednex CIO.
JID = <mailto:>
Skype = $local_part@<mailto:>
Viber = +7(964)103-65-67



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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 15:00 ` [sisyphus] Anacron job 'cron.daily' Hihin Ruslan
  2016-04-13 15:06   ` Stas
@ 2016-04-13 15:44   ` Евгений Терешков
  2016-04-13 16:22     ` ruslandh
  1 sibling, 1 reply; 17+ messages in thread
From: Евгений Терешков @ 2016-04-13 15:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Hihin Ruslan пишет:

>> error: skipping "/var/log/uucp/errors" because parent
>> directory has insecure permissions (it's not owned by "root");
>> consider using "su" directive in config file to tell logrotate
>> which user/group should be used for rotation. error: skipping
>> "/var/log/uucp/info" because parent directory has insecure
>> permissions (it's not owned by "root"); consider using "su"
>> directive in config file to tell logrotate which user/group
>> should be used for rotation. error: skipping
>> "/var/log/uucp/warnings" because parent directory has insecure
>> permissions (it's not owned by "root"); consider using "su"
>> directive in config file to tell logrotate which user/group
>> should be used for rotation.
> Вот такое сообщение приходит от anacron. 
>
> /var/log/uucp и правда имеет хозиина uucp:adm, а не root. Если я 
> сделаю хозяином каталога root, то проблем с logrotate не будет, 
> но не уверен, что тогда что-то появится в /var/log/uucp/ (пакет 
> syslog-common). 
>
> Как грамотно это надо настроить?

Починить https://bugzilla.altlinux.org/show_bug.cgi?id=31636

-- 
С уважением, Терешков Евгений.
Jabber ID: evg@altlinux.org, evg_krsk@jabber.ru

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 15:44   ` Евгений Терешков
@ 2016-04-13 16:22     ` ruslandh
  2016-04-13 17:13       ` Евгений Терешков
  0 siblings, 1 reply; 17+ messages in thread
From: ruslandh @ 2016-04-13 16:22 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Евгений Терешков
  В сообщении от 13 апреля 2016 Евгений Терешков написал(a):
> Hihin Ruslan пишет:
> >> error: skipping "/var/log/uucp/errors" because parent
> >> directory has insecure permissions (it's not owned by
> >> "root"); consider using "su" directive in config file to
> >> tell logrotate which user/group should be used for
> >> rotation. error: skipping "/var/log/uucp/info" because
> >> parent directory has insecure permissions (it's not owned
> >> by "root"); consider using "su" directive in config file to
> >> tell logrotate which user/group should be used for
> >> rotation. error: skipping
> >> "/var/log/uucp/warnings" because parent directory has
> >> insecure permissions (it's not owned by "root"); consider
> >> using "su" directive in config file to tell logrotate which
> >> user/group should be used for rotation.
> >
> > Вот такое сообщение приходит от anacron.
> >
> > /var/log/uucp и правда имеет хозиина uucp:adm, а не root.
> > Если я сделаю хозяином каталога root, то проблем с logrotate
> > не будет, но не уверен, что тогда что-то появится в
> > /var/log/uucp/ (пакет syslog-common).
> >
> > Как грамотно это надо настроить?
>
> Починить https://bugzilla.altlinux.org/show_bug.cgi?id=31636

Понятно, значит баг уже есть, спасибо.


-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 15:38       ` Вадим Илларионов
@ 2016-04-13 16:23         ` Hihin Ruslan
  0 siblings, 0 replies; 17+ messages in thread
From: Hihin Ruslan @ 2016-04-13 16:23 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Вадим Илларионов
  В сообщении от 13 апреля 2016 Вадим Илларионов написал(a):
> Ключевое вот это: create 644 mail mail - то есть, после
> ротации создать пустой файл с заданными допусками.

Всвязи с соседним ответом, поменял права у каталога.

-- 
  А ещё говорят так  (fortune):
 
 .

________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 16:22     ` ruslandh
@ 2016-04-13 17:13       ` Евгений Терешков
  2016-04-13 17:24         ` ruslandh
  0 siblings, 1 reply; 17+ messages in thread
From: Евгений Терешков @ 2016-04-13 17:13 UTC (permalink / raw)
  To: sisyphus

ruslandh пишет:

>> > Как грамотно это надо настроить?
>> Починить https://bugzilla.altlinux.org/show_bug.cgi?id=31636
> Понятно, значит баг уже есть, спасибо.

Там и предлагаемое решение есть. Кому приходят такие письма счастья, прошу
тестировать (требуется сборка из gear).

-- 
С уважением, Терешков Евгений.
Jabber ID: evg@altlinux.org, evg_krsk@jabber.ru

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 17:13       ` Евгений Терешков
@ 2016-04-13 17:24         ` ruslandh
  2016-05-06 11:27           ` Andrew Borodin
  0 siblings, 1 reply; 17+ messages in thread
From: ruslandh @ 2016-04-13 17:24 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Евгений Терешков
  В сообщении от 13 апреля 2016 Евгений Терешков написал(a):
> Там и предлагаемое решение есть. Кому приходят такие письма
> счастья, прошу тестировать (требуется сборка из gear).

Странно, что данного решения нет в Сизифе.  Имхо logratate важнее 
проблем у uucp,

Спасибо.

-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-04-13 17:24         ` ruslandh
@ 2016-05-06 11:27           ` Andrew Borodin
  2016-05-10  8:28             ` Sergey
  0 siblings, 1 reply; 17+ messages in thread
From: Andrew Borodin @ 2016-05-06 11:27 UTC (permalink / raw)
  To: sisyphus

On Wed, Apr 13, 2016 at 08:24:19PM +0300, ruslandh wrote:
> Здравствуйте Евгений Терешков
>   В сообщении от 13 апреля 2016 Евгений Терешков написал(a):
> > Там и предлагаемое решение есть. Кому приходят такие письма
> > счастья, прошу тестировать (требуется сборка из gear).

> Странно, что данного решения нет в Сизифе.  Имхо logratate важнее 
> проблем у uucp,

Этого решения нет и p8.

-- 

С уважением
А. Бородин.


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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-05-06 11:27           ` Andrew Borodin
@ 2016-05-10  8:28             ` Sergey
  2016-05-10 12:04               ` Andrew Borodin
  0 siblings, 1 reply; 17+ messages in thread
From: Sergey @ 2016-05-10  8:28 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Friday 06 May 2016, Andrew Borodin wrote:

> >   В сообщении от 13 апреля 2016 Евгений Терешков написал(a):
> > > Там и предлагаемое решение есть. Кому приходят такие письма
> > > счастья, прошу тестировать (требуется сборка из gear).
> 
> > Странно, что данного решения нет в Сизифе.  Имхо logratate важнее 
> > проблем у uucp,
> 
> Этого решения нет и p8.

https://bugzilla.altlinux.org/31636

-- 
С уважением, Сергей.


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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-05-10  8:28             ` Sergey
@ 2016-05-10 12:04               ` Andrew Borodin
  2016-05-10 18:11                 ` Hihin Ruslan
  0 siblings, 1 reply; 17+ messages in thread
From: Andrew Borodin @ 2016-05-10 12:04 UTC (permalink / raw)
  To: sisyphus

On Tue, May 10, 2016 at 12:28:10PM +0400, Sergey wrote:
> On Friday 06 May 2016, Andrew Borodin wrote:

> > >   В сообщении от 13 апреля 2016 Евгений Терешков написал(a):
> > > > Там и предлагаемое решение есть. Кому приходят такие письма
> > > > счастья, прошу тестировать (требуется сборка из gear).

> > > Странно, что данного решения нет в Сизифе.  Имхо logratate важнее 
> > > проблем у uucp,

> > Этого решения нет и p8.

> https://bugzilla.altlinux.org/31636

Да я знаю, эта ссылка есть выше по треду.

Баг есть, решения нет.

-- 

С уважением
А. Бородин.


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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-05-10 12:04               ` Andrew Borodin
@ 2016-05-10 18:11                 ` Hihin Ruslan
  2016-05-10 18:33                   ` Sergey
  0 siblings, 1 reply; 17+ messages in thread
From: Hihin Ruslan @ 2016-05-10 18:11 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Andrew Borodin
  В сообщении от 10 мая 2016 Andrew Borodin написал(a):
> On Tue, May 10, 2016 at 12:28:10PM +0400, Sergey wrote:
> > On Friday 06 May 2016, Andrew Borodin wrote:
> > > >   В сообщении от 13 апреля 2016 Евгений Терешков 
> > > >   > Да я знаю, эта ссылка есть выше по треду. 
>
> Баг есть, решения нет.

Ну, т.к. мне uucp не нужен, давно сделап:

drwxr-x---  2 root adm               4096 дек 12  2014 user
drwxr-x---  2 root adm               4096 дек 12  2014 uucp


-- 
  А ещё говорят так  (fortune): 
 
Cobol programmers are down in the dumps. 
________________________________________________________________________
С уважением Хихин Руслан 

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-05-10 18:11                 ` Hihin Ruslan
@ 2016-05-10 18:33                   ` Sergey
  2016-05-10 19:30                     ` Hihin Ruslan
  0 siblings, 1 reply; 17+ messages in thread
From: Sergey @ 2016-05-10 18:33 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Tuesday 10 May 2016, Hihin Ruslan wrote:

> Ну, т.к. мне uucp не нужен, давно сделап:

Так вопрос в том, кто баг закроет. Как руками починить, в баге
написано.

-- 
С уважением, Сергей
a_s_y@sama.ru


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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-05-10 18:33                   ` Sergey
@ 2016-05-10 19:30                     ` Hihin Ruslan
  2016-05-11  6:43                       ` Sergey
  0 siblings, 1 reply; 17+ messages in thread
From: Hihin Ruslan @ 2016-05-10 19:30 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Sergey
  В сообщении от 10 мая 2016 Sergey написал(a):
> > Ну, т.к. мне uucp не нужен, давно сделап:
>
> Так вопрос в том, кто баг закроет. Как руками починить, в баге
> написано

Имхо там решение есть, только никто на него не решится. Убитать 
из syslog поддержку uucp  и первешивать баг на него.


-- 
  А ещё говорят так  (fortune): 
 
Спешка нужна только при ловле... Бази.  Страница показывалась 
КОИ-как... 
________________________________________________________________________
С уважением Хихин Руслан 

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-05-10 19:30                     ` Hihin Ruslan
@ 2016-05-11  6:43                       ` Sergey
  2016-05-11  6:56                         ` Hihin Ruslan
  0 siblings, 1 reply; 17+ messages in thread
From: Sergey @ 2016-05-11  6:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Tuesday 10 May 2016, Hihin Ruslan wrote:

> Имхо там решение есть, только никто на него не решится. Убитать 
> из syslog поддержку uucp  и первешивать баг на него.
 
Там ещё и второе есть: "su uucp adm" в /etc/logrotate.d/syslog в
/var/log/uucp/*.

-- 
С уважением, Сергей.


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

* Re: [sisyphus] Anacron job 'cron.daily'
  2016-05-11  6:43                       ` Sergey
@ 2016-05-11  6:56                         ` Hihin Ruslan
  0 siblings, 0 replies; 17+ messages in thread
From: Hihin Ruslan @ 2016-05-11  6:56 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Sergey
  В сообщении от 11 мая 2016 Sergey написал(a):
> Там ещё и второе есть: "su uucp adm" в /etc/logrotate.d/syslog
> в /var/log/uucp/*.

По-моему это не красивое решение.

-- 
  А ещё говорят так  (fortune): 
 
PEGGY FLEMMING is stealing BASKET BALLS to feed the babies in 
VERMONT. 
________________________________________________________________________
С уважением Хихин Руслан 

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2016-05-11  6:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13 15:00 ` [sisyphus] Anacron job 'cron.daily' Hihin Ruslan
2016-04-13 15:06   ` Stas
2016-04-13 15:13     ` Hihin Ruslan
2016-04-13 15:38       ` Вадим Илларионов
2016-04-13 16:23         ` Hihin Ruslan
2016-04-13 15:44   ` Евгений Терешков
2016-04-13 16:22     ` ruslandh
2016-04-13 17:13       ` Евгений Терешков
2016-04-13 17:24         ` ruslandh
2016-05-06 11:27           ` Andrew Borodin
2016-05-10  8:28             ` Sergey
2016-05-10 12:04               ` Andrew Borodin
2016-05-10 18:11                 ` Hihin Ruslan
2016-05-10 18:33                   ` Sergey
2016-05-10 19:30                     ` Hihin Ruslan
2016-05-11  6:43                       ` Sergey
2016-05-11  6:56                         ` Hihin Ruslan

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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