ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] postgrey-dogwatch & line 6: service: command not found
@ 2006-11-24  5:36 Alexey Sidorov
  2006-11-24  5:46 ` Хихин Руслан
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Sidorov @ 2006-11-24  5:36 UTC (permalink / raw)
  To: ALT Linux Community

Здравствуйте.
стоит postgrey-dogwatch
в нём:
#!/bin/sh
...
service postgrey restart

ну и собственно он каждый раз обламывается, line 6: service: command not 
found
куда прописать пути , чтобы sh находил service?

-- 
С уважением,	Алексей Сидоров
 	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225




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

* Re: [Comm] postgrey-dogwatch & line 6: service: command not found
  2006-11-24  5:36 [Comm] postgrey-dogwatch & line 6: service: command not found Alexey Sidorov
@ 2006-11-24  5:46 ` Хихин Руслан
  2006-11-24  6:03   ` Alexey Sidorov
  0 siblings, 1 reply; 6+ messages in thread
From: Хихин Руслан @ 2006-11-24  5:46 UTC (permalink / raw)
  To: community

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

Здравствуйте Alexey Sidorov
  В сообщении от Friday 24 November 2006 08:36 Alexey Sidorov 
написал(a):
 > Здравствуйте.
 > стоит postgrey-dogwatch в нём:
 > #!/bin/sh
 > ...
 > service postgrey restart
 
 > ну и собственно он каждый раз обламывается,
 > line 6: service: command  not found
 > куда прописать пути , чтобы sh находил service?

user>whereis service
service: /sbin/service
соответственно папка sbin в просматриваемых путях ($PATH) только у root

user>rpm -qa | grep service
service-0.5.12-alt1
А у вас пакет service установлен ?

-- 
  А ещё говорят так  (fortune):
 
Проблема в том, что сизиф сильно уехал.
		-- mike in sisyphus@
________________________________________________________________________
С уважением Хихин Руслан

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

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

* Re: [Comm] postgrey-dogwatch & line 6: service: command not found
  2006-11-24  5:46 ` Хихин Руслан
@ 2006-11-24  6:03   ` Alexey Sidorov
  2006-11-25  6:49     ` Хихин Руслан
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Sidorov @ 2006-11-24  6:03 UTC (permalink / raw)
  To: hihin, ALT Linux Community

Хихин Руслан пишет:
> Здравствуйте Alexey Sidorov
>   В сообщении от Friday 24 November 2006 08:36 Alexey Sidorov 
> написал(a):
>  > Здравствуйте.
>  > стоит postgrey-dogwatch в нём:
>  > #!/bin/sh
>  > ...
>  > service postgrey restart
>  
>  > ну и собственно он каждый раз обламывается,
>  > line 6: service: command  not found
>  > куда прописать пути , чтобы sh находил service?
>
> user>whereis service
> service: /sbin/service
> соответственно папка sbin в просматриваемых путях ($PATH) только у root
>
> user>rpm -qa | grep service
> service-0.5.12-alt1
> А у вас пакет service установлен ?
>   
у меня всё установлено.
и работает если service postgrey restart запускать ручками или из bash/zsh
но postgrey-dogwatch запускается из рутового cron'а.
и видимо там нету путей

-- 
С уважением,	Алексей Сидоров
 	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225




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

* Re: [Comm] postgrey-dogwatch & line 6: service: command not found
  2006-11-24  6:03   ` Alexey Sidorov
@ 2006-11-25  6:49     ` Хихин Руслан
  2006-11-25  7:50       ` Alexey Sidorov
  0 siblings, 1 reply; 6+ messages in thread
From: Хихин Руслан @ 2006-11-25  6:49 UTC (permalink / raw)
  To: community

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

Здравствуйте Alexey Sidorov
  В сообщении от Friday 24 November 2006 09:03 Alexey Sidorov 
написал(a):

 >
 > и работает если service postgrey restart запускать ручками или из
 > bash/zsh
 >
 > но postgrey-dogwatch запускается из рутового cron'а.
 >
 > и видимо там нету путей
Да, в cron никогда и не было окружения :)

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

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

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

* Re: [Comm] postgrey-dogwatch & line 6: service: command not found
  2006-11-25  6:49     ` Хихин Руслан
@ 2006-11-25  7:50       ` Alexey Sidorov
  2006-11-25  9:18         ` Maksim Otstavnov
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Sidorov @ 2006-11-25  7:50 UTC (permalink / raw)
  To: hihin, ALT Linux Community

В сообщении от 25 ноября 2006 09:49 Хихин Руслан написал(a):
> Здравствуйте Alexey Sidorov
>   В сообщении от Friday 24 November 2006 09:03 Alexey Sidorov 
> написал(a):
> 
>  >
>  > и работает если service postgrey restart запускать ручками или из
>  > bash/zsh
>  >
>  > но postgrey-dogwatch запускается из рутового cron'а.
>  >
>  > и видимо там нету путей
> Да, в cron никогда и не было окружения :)
> 
А как быть?
сделать что-бы было окружение или тупо добавить путь перед service в postgrey-dogwatch?
-- 
C уважением, Алексей Сидоров
mailto:alex@reutman.ru
UIN: 5052225
JID: alex@reutman.ru

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

* Re: [Comm] postgrey-dogwatch & line 6: service: command not found
  2006-11-25  7:50       ` Alexey Sidorov
@ 2006-11-25  9:18         ` Maksim Otstavnov
  0 siblings, 0 replies; 6+ messages in thread
From: Maksim Otstavnov @ 2006-11-25  9:18 UTC (permalink / raw)
  To: ALT Linux Community

Hello Alexey,

Saturday, November 25, 2006, 10:50:06 AM, you wrote:

>> Да, в cron никогда и не было окружения :)
>> 
AS> А как быть?
AS> сделать что-бы было окружение или тупо добавить путь перед service в postgrey-dogwatch?

Конечно же, добавить путь.

-- 
-- Maksim




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

end of thread, other threads:[~2006-11-25  9:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-24  5:36 [Comm] postgrey-dogwatch & line 6: service: command not found Alexey Sidorov
2006-11-24  5:46 ` Хихин Руслан
2006-11-24  6:03   ` Alexey Sidorov
2006-11-25  6:49     ` Хихин Руслан
2006-11-25  7:50       ` Alexey Sidorov
2006-11-25  9:18         ` Maksim Otstavnov

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