* [Comm] сообщение от cron
@ 2011-10-03 1:58 Denis G. Samsonenko
2011-10-03 8:19 ` Dmitry Chistikov
2011-10-03 9:48 ` Dmitry V. Levin
0 siblings, 2 replies; 10+ messages in thread
From: Denis G. Samsonenko @ 2011-10-03 1:58 UTC (permalink / raw)
To: community
Добрый день!
Получил тут письмо от cron на root@ такого содержания:
Subject: Cron <root@ogion> if [ -x /usr/share/mdadm/checkarray ] && [
$(date +%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all
--idle --quiet; fi
/usr/share/mdadm/checkarray: line 102: AUTOCHECK: unbound variable
Это нормально? Надо что-то с этим делать или можно проигнорировать?
--
Всего доброго,
Денис.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 1:58 [Comm] сообщение от cron Denis G. Samsonenko
@ 2011-10-03 8:19 ` Dmitry Chistikov
2011-10-03 15:21 ` Denis G. Samsonenko
2011-10-03 9:48 ` Dmitry V. Levin
1 sibling, 1 reply; 10+ messages in thread
From: Dmitry Chistikov @ 2011-10-03 8:19 UTC (permalink / raw)
To: ALT Linux Community general discussions
Denis G. Samsonenko, Oct. 03, 2011, 08:58 +0700:
> Subject: Cron <root@ogion> if [ -x /usr/share/mdadm/checkarray ] &&
> [ $(date +%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all
> --idle --quiet; fi
А software raid (multiple devices) на машине ogion используется?
--
Дмитрий Чистиков
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 8:19 ` Dmitry Chistikov
@ 2011-10-03 15:21 ` Denis G. Samsonenko
2011-10-03 15:47 ` Dmitry Chistikov
0 siblings, 1 reply; 10+ messages in thread
From: Denis G. Samsonenko @ 2011-10-03 15:21 UTC (permalink / raw)
To: ALT Linux Community general discussions
Привет!
3 октября 2011 г. 15:19 Dmitry Chistikov написал:
>> Subject: Cron <root@ogion> if [ -x /usr/share/mdadm/checkarray ] &&
>> [ $(date +%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all
>> --idle --quiet; fi
>
> А software raid (multiple devices) на машине ogion используется?
Не используется.
--
Всего доброго,
Денис.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 15:21 ` Denis G. Samsonenko
@ 2011-10-03 15:47 ` Dmitry Chistikov
2011-10-03 15:56 ` Denis G. Samsonenko
0 siblings, 1 reply; 10+ messages in thread
From: Dmitry Chistikov @ 2011-10-03 15:47 UTC (permalink / raw)
To: ALT Linux Community general discussions
Denis G. Samsonenko, Oct. 03, 2011, 22:21 +0700:
> 3 октября 2011 г. 15:19 Dmitry Chistikov написал:
> >> Subject: Cron <root@ogion> if [ -x /usr/share/mdadm/checkarray ] &&
> >> [ $(date +%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all
> >> --idle --quiet; fi
> >
> > А software raid (multiple devices) на машине ogion используется?
>
> Не используется.
Тогда просто отключите это cron-задание или вообще удалите соответствующий
пакет. Эта штука может оказаться полезной именно что для raid (см., например,
rpmquery -i mdadm).
--
Дмитрий Чистиков
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 15:47 ` Dmitry Chistikov
@ 2011-10-03 15:56 ` Denis G. Samsonenko
2011-10-03 16:19 ` Dmitry Chistikov
0 siblings, 1 reply; 10+ messages in thread
From: Denis G. Samsonenko @ 2011-10-03 15:56 UTC (permalink / raw)
To: ALT Linux Community general discussions
Привет!
3 октября 2011 г. 22:47 Dmitry Chistikov написал:
> Тогда просто отключите это cron-задание или вообще удалите соответствующий
> пакет. Эта штука может оказаться полезной именно что для raid (см., например,
> rpmquery -i mdadm).
$ cat /etc/sysconfig/mdadm
#uncomment following line to disable periodical raid check
AUTOCHECK=false
Так нормально?
А удалить его не получается:
$ apt-get remove mdadm
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
gnome-disk-utility gvfs gvfs-backend-smb kde4artwork-desktopthemes
kde4artwork-screensavers kde4artwork-xscreensaver
kde4base-workspace kde4base-workspace-core libgdu libgdu-ui mdadm
plasma-applet-binaryclock plasma-applet-calculator
plasma-applet-charselect plasma-applet-dict
plasma-applet-fifteenpuzzle plasma-applet-filewatcher
plasma-applet-frame
plasma-applet-fuzzy-clock plasma-applet-magnifique
plasma-applet-showdesktop plasma-applet-systemloadviewer udisks
0 upgraded, 0 newly installed, 23 removed and 0 not upgraded.
Need to get 0B of archives.
After unpacking 50.6MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
--
Всего доброго,
Денис.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 15:56 ` Denis G. Samsonenko
@ 2011-10-03 16:19 ` Dmitry Chistikov
0 siblings, 0 replies; 10+ messages in thread
From: Dmitry Chistikov @ 2011-10-03 16:19 UTC (permalink / raw)
To: ALT Linux Community general discussions
Denis G. Samsonenko, Oct. 03, 2011, 22:56 +0700:
> 3 октября 2011 г. 22:47 Dmitry Chistikov написал:
> > Тогда просто отключите это cron-задание или вообще удалите соответствующий
> > пакет. Эта штука может оказаться полезной именно что для raid (см., например,
> > rpmquery -i mdadm).
>
> $ cat /etc/sysconfig/mdadm
> #uncomment following line to disable periodical raid check
> AUTOCHECK=false
>
> Так нормально?
Да, должно помочь.
--
Дмитрий Чистиков
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 1:58 [Comm] сообщение от cron Denis G. Samsonenko
2011-10-03 8:19 ` Dmitry Chistikov
@ 2011-10-03 9:48 ` Dmitry V. Levin
2011-10-03 11:13 ` Alexander Volkov
2011-10-03 15:43 ` Denis G. Samsonenko
1 sibling, 2 replies; 10+ messages in thread
From: Dmitry V. Levin @ 2011-10-03 9:48 UTC (permalink / raw)
To: ALT Linux Community general discussions
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
Hi,
On Mon, Oct 03, 2011 at 08:58:42AM +0700, Denis G. Samsonenko wrote:
> Добрый день!
>
> Получил тут письмо от cron на root@ такого содержания:
>
> Subject: Cron <root@ogion> if [ -x /usr/share/mdadm/checkarray ] && [
> $(date +%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all
> --idle --quiet; fi
>
> /usr/share/mdadm/checkarray: line 102: AUTOCHECK: unbound variable
>
> Это нормально? Надо что-то с этим делать или можно проигнорировать?
Если у вас mdadm < 3.2.2-alt2, то обновить mdadm, иначе,
если у вас mdadm = 3.2.2-alt2, то переоткрыть
https://bugzilla.altlinux.org/show_bug.cgi?id=25641
Во всех остальных случаях вам виднее. :)
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 9:48 ` Dmitry V. Levin
@ 2011-10-03 11:13 ` Alexander Volkov
2011-10-03 15:43 ` Denis G. Samsonenko
1 sibling, 0 replies; 10+ messages in thread
From: Alexander Volkov @ 2011-10-03 11:13 UTC (permalink / raw)
To: ALT Linux Community general discussions
On 2011-10-03 13:48:11 +0400, Dmitry V. Levin wrote:
DVL> Hi,
DVL> On Mon, Oct 03, 2011 at 08:58:42AM +0700, Denis G. Samsonenko wrote:
DVL> > Добрый день!
DVL> >
DVL> > Получил тут письмо от cron на root@ такого содержания:
DVL> >
DVL> > Subject: Cron <root@ogion> if [ -x /usr/share/mdadm/checkarray ] && [
DVL> > $(date +%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all
DVL> > --idle --quiet; fi
DVL> >
DVL> > /usr/share/mdadm/checkarray: line 102: AUTOCHECK: unbound variable
DVL> >
DVL> > Это нормально? Надо что-то с этим делать или можно проигнорировать?
DVL> Если у вас mdadm < 3.2.2-alt2, то обновить mdadm, иначе,
DVL> если у вас mdadm = 3.2.2-alt2, то переоткрыть
DVL> https://bugzilla.altlinux.org/show_bug.cgi?id=25641
DVL> Во всех остальных случаях вам виднее.
Интересная ситуевина)
Такое получается после обновления с пятой платформы - /sbin/mdadm есть, но
не принадлежит ни одному пакету.
Пришлось доставить руками.
--
Regards, Alexander
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 9:48 ` Dmitry V. Levin
2011-10-03 11:13 ` Alexander Volkov
@ 2011-10-03 15:43 ` Denis G. Samsonenko
2011-10-03 16:26 ` Dmitry Chistikov
1 sibling, 1 reply; 10+ messages in thread
From: Denis G. Samsonenko @ 2011-10-03 15:43 UTC (permalink / raw)
To: ALT Linux Community general discussions
Привет!
3 октября 2011 г. 16:48 Dmitry V. Levin написал:
>> Это нормально? Надо что-то с этим делать или можно проигнорировать?
>
> Если у вас mdadm < 3.2.2-alt2, то обновить mdadm, иначе,
> если у вас mdadm = 3.2.2-alt2, то переоткрыть
> https://bugzilla.altlinux.org/show_bug.cgi?id=25641
> Во всех остальных случаях вам виднее. :)
$ rpm -q mdadm
mdadm-3.1.4-alt3
И другой версии я на своём p6 не вижу.
--
Всего доброго,
Денис.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] сообщение от cron
2011-10-03 15:43 ` Denis G. Samsonenko
@ 2011-10-03 16:26 ` Dmitry Chistikov
0 siblings, 0 replies; 10+ messages in thread
From: Dmitry Chistikov @ 2011-10-03 16:26 UTC (permalink / raw)
To: ALT Linux Community general discussions
Denis G. Samsonenko, Oct. 03, 2011, 22:43 +0700:
> 3 октября 2011 г. 16:48 Dmitry V. Levin написал:
> >> Это нормально? Надо что-то с этим делать или можно проигнорировать?
> >
> > Если у вас mdadm < 3.2.2-alt2, то обновить mdadm, иначе,
> > если у вас mdadm = 3.2.2-alt2, то переоткрыть
> > https://bugzilla.altlinux.org/show_bug.cgi?id=25641
> > Во всех остальных случаях вам виднее. :)
>
> $ rpm -q mdadm
> mdadm-3.1.4-alt3
>
> И другой версии я на своём p6 не вижу.
Тогда нужно, по-видимому, вешать аналог хвоста #25641 для p6 (текущее
поведение при, скажем, пустом файлике в sysconfig - действительно бага)
или просить backport.
--
Дмитрий Чистиков
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-10-03 16:26 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-03 1:58 [Comm] сообщение от cron Denis G. Samsonenko
2011-10-03 8:19 ` Dmitry Chistikov
2011-10-03 15:21 ` Denis G. Samsonenko
2011-10-03 15:47 ` Dmitry Chistikov
2011-10-03 15:56 ` Denis G. Samsonenko
2011-10-03 16:19 ` Dmitry Chistikov
2011-10-03 9:48 ` Dmitry V. Levin
2011-10-03 11:13 ` Alexander Volkov
2011-10-03 15:43 ` Denis G. Samsonenko
2011-10-03 16:26 ` Dmitry Chistikov
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