ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] atdaemon /usr/sbin/httpd2
@ 2011-01-30  7:41 Алексей Синицын
  2011-01-30  8:00 ` Шенцев Алексей Владимирович
  0 siblings, 1 reply; 4+ messages in thread
From: Алексей Синицын @ 2011-01-30  7:41 UTC (permalink / raw)
  To: ALT Linux Community general discussions

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

 Доброго времени суток.

 Не подскажет ли кто, у меня в процессах висит httpd2, хотя его явно
никто не приглашал. Это я что то сломал или так и должно быть?

10:31 root@wind ~ # chkconfig --list|grep http
ahttpd          0:выкл  1:выкл  2:вкл   3:вкл   4:вкл   5:вкл   6:выкл
httpd           0:выкл  1:выкл  2:вкл   3:вкл   4:вкл   5:вкл   6:выкл
httpd-perl      0:выкл  1:выкл  2:выкл  3:выкл  4:выкл  5:выкл  6:выкл
httpd2          0:выкл  1:выкл  2:выкл  3:выкл  4:выкл  5:выкл  6:выкл
10:31 root@wind ~ # service httpd2 status
httpd2 is stopped
10:31 root@wind ~ # service httpd2 stop
Service httpd2 is not running.[PASSED]
10:31 root@wind ~ # ps aux|grep httpd2
root      9163  0.0  0.3  59572  8108 ?        Ss   09:04   0:00
/usr/sbin/httpd2
atdaemon  9250  0.0  0.2  59572  5436 ?        S    09:04   0:00
/usr/sbin/httpd2
atdaemon  9251  0.0  0.2  59572  5436 ?        S    09:04   0:00
/usr/sbin/httpd2
atdaemon  9252  0.0  0.2  59572  5436 ?        S    09:04   0:00
/usr/sbin/httpd2
atdaemon  9253  0.0  0.2  59572  5436 ?        S    09:04   0:00
/usr/sbin/httpd2
atdaemon  9254  0.0  0.2  59572  5436 ?        S    09:04   0:00
/usr/sbin/httpd2
10:32 root@wind ~ #

Вызывает его видимо atdaemon:

 grep atdaemon /etc/passwd
atdaemon:x:104:107::/dev/null:/dev/null

 В logrotate есть следующее:

10:39 root@wind ~ # grep -R httpd2 /etc/logrotat*
/etc/logrotate.d/apache2:/var/log/httpd2/*log {
/etc/logrotate.d/apache2:       /sbin/service httpd2 condreload >/dev/null
10:39 root@wind ~ #

 Но после condreload оно само кажется не запускается.

В приложении (что бы не рвать форматирование) фрагмент вывода ps auxf

[-- Attachment #2: httpd2.ps.text --]
[-- Type: text/plain, Size: 1080 bytes --]


USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND

root      7507  0.0  0.0   1756   576 ?        Ss   09:04   0:00 init [3]
syslogd   8533  0.0  0.0   1844   712 ?        Ss   09:04   0:00  \_ /sbin/syslogd -u syslogd -j /var/resolv
cacheman  8598  0.0  0.0   1812   576 ?        Ss   09:04   0:00  \_ /sbin/klogd -c 1 -x -u klogd -j /var/lib/klogd
root      8754  0.0  0.0   2012   668 ?        SNs  09:04   0:00  \_ /usr/sbin/crond
root      8933  0.0  0.0   5248  1000 ?        Ss   09:04   0:00  \_ /usr/sbin/sshd
root      9163  0.0  0.3  59572  8108 ?        Ss   09:04   0:00  \_ /usr/sbin/httpd2
atdaemon  9250  0.0  0.2  59572  5436 ?        S    09:04   0:00      \_ /usr/sbin/httpd2
atdaemon  9251  0.0  0.2  59572  5436 ?        S    09:04   0:00      \_ /usr/sbin/httpd2
atdaemon  9252  0.0  0.2  59572  5436 ?        S    09:04   0:00      \_ /usr/sbin/httpd2
atdaemon  9253  0.0  0.2  59572  5436 ?        S    09:04   0:00      \_ /usr/sbin/httpd2
atdaemon  9254  0.0  0.2  59572  5436 ?        S    09:04   0:00      \_ /usr/sbin/httpd2


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

* Re: [Comm] atdaemon /usr/sbin/httpd2
  2011-01-30  7:41 [Comm] atdaemon /usr/sbin/httpd2 Алексей Синицын
@ 2011-01-30  8:00 ` Шенцев Алексей Владимирович
  2011-01-30  8:11   ` Алексей Синицын
  0 siblings, 1 reply; 4+ messages in thread
From: Шенцев Алексей Владимирович @ 2011-01-30  8:00 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Sunday 30 January 2011 10:41:21 Алексей Синицын wrote:
>  Доброго времени суток.

И Вам доброго!

>  Не подскажет ли кто, у меня в процессах висит httpd2, хотя его явно
> никто не приглашал. Это я что то сломал или так и должно быть?

Это apache2. Мешает, сделайте:

chckonfig httpd2 off

Не мешает, оставьте как есть.
-- 
С уважением, системный администратор
ООО "Новая Россия - КТВ"
Шенцев Алексей Владимирович.

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

* Re: [Comm] atdaemon /usr/sbin/httpd2
  2011-01-30  8:00 ` Шенцев Алексей Владимирович
@ 2011-01-30  8:11   ` Алексей Синицын
  2011-01-30 12:56     ` Алексей Синицын
  0 siblings, 1 reply; 4+ messages in thread
From: Алексей Синицын @ 2011-01-30  8:11 UTC (permalink / raw)
  To: ALT Linux Community general discussions

30 января 2011 г. 11:00 пользователь Шенцев Алексей Владимирович
<ashen@novoross.multinex.ru> написал:
> On Sunday 30 January 2011 10:41:21 Алексей Синицын wrote:
>>  Доброго времени суток.
>
> И Вам доброго!
>
>>  Не подскажет ли кто, у меня в процессах висит httpd2, хотя его явно
>> никто не приглашал. Это я что то сломал или так и должно быть?
>
> Это apache2. Мешает, сделайте:
>
> chckonfig httpd2 off
>

 Он выключен, по крайней мере это так выглядит:

11:10 root@wind ~ # chkconfig --list  httpd2
httpd2          0:выкл  1:выкл  2:выкл  3:выкл  4:выкл  5:выкл  6:выкл
11:10 root@wind ~ #

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

* Re: [Comm] atdaemon /usr/sbin/httpd2
  2011-01-30  8:11   ` Алексей Синицын
@ 2011-01-30 12:56     ` Алексей Синицын
  0 siblings, 0 replies; 4+ messages in thread
From: Алексей Синицын @ 2011-01-30 12:56 UTC (permalink / raw)
  To: ALT Linux Community general discussions

30 января 2011 г. 11:11 пользователь Алексей Синицын
<asinitsinster@gmail.com> написал:

>>>  Не подскажет ли кто, у меня в процессах висит httpd2, хотя его явно
>>> никто не приглашал. Это я что то сломал или так и должно быть?
>>
>> Это apache2. Мешает, сделайте:
>>
>> chckonfig httpd2 off
>>
>
>  Он выключен, по крайней мере это так выглядит:
>
> 11:10 root@wind ~ # chkconfig --list  httpd2
> httpd2          0:выкл  1:выкл  2:выкл  3:выкл  4:выкл  5:выкл  6:выкл
> 11:10 root@wind ~ #
>

 Прошу прощения, нашёл спрятавшегося.

 Некоторое время назад давал дочери возможность "сделать сайт". На
всякий случай поместил джумлу в изолированную среду, openvz. "Ну и
вот...".

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

end of thread, other threads:[~2011-01-30 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-30  7:41 [Comm] atdaemon /usr/sbin/httpd2 Алексей Синицын
2011-01-30  8:00 ` Шенцев Алексей Владимирович
2011-01-30  8:11   ` Алексей Синицын
2011-01-30 12:56     ` Алексей Синицын

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