Bug 6659 - wrong startup script
Summary: wrong startup script
Status: CLOSED WONTFIX
Alias: None
Product: Sisyphus
Classification: Development
Component: MySQL-server (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Kachalov Anton
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 09:43 MSD by Mike Lykov
Modified: 2008-02-18 09:12 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Lykov 2005-04-26 09:43:19 MSD
у меня
$ rpm -qf /etc/init.d/mysqld
MySQL-server-4.0.24-alt0.M24.1

и в нем 
# chkconfig: - 80 20  

из-за этого минуса вместо указанных runlevel после

chkconfig --list | grep mys
mysqld          0:выкл  1:выкл  2:выкл  3:выкл  4:выкл  5:выкл  6:выкл
chkconfig --add mysqld
chkconfig --list | grep mys
mysqld          0:выкл  1:выкл  2:выкл  3:выкл  4:выкл  5:выкл  6:выкл

ничего не происходит, остается выключенным. 
С остальными сервисами это работает.

например
# httpd          Start/Stop the Apache Web Server                               
#                                                                               
# chkconfig: 345 80 15  


chkconfig --list | grep http
httpd           0:выкл  1:выкл  2:выкл  3:вкл   4:вкл   5:вкл   6:выкл

думаю, вместо минуса надо указать, например, 345

И, кстати, непонятно почему при старте они оба 80?
Comment 1 Kachalov Anton 2005-04-26 09:53:53 MSD
хорошо, исправлю
Comment 2 Mikhail Gusarov 2008-02-15 18:55:00 MSK
Подозреваю, что починилось. Но всё равно - актуально ли?
Comment 3 Vladimir V. Kamarzin 2008-02-18 09:11:30 MSK
Сервис должнен быть выключен по умолчанию.