Bug 23452 - Ошибка в init-скрипте dahdi
Summary: Ошибка в init-скрипте dahdi
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: dahdi-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Denis Smirnov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-08 15:57 MSD by Egor Glukhov
Modified: 2010-05-12 22:59 MSD (History)
1 user (show)

See Also:


Attachments
предлагаемое решение (400 bytes, patch)
2010-05-08 15:58 MSD, Egor Glukhov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Glukhov 2010-05-08 15:57:24 MSD
Не выполняется service dahdi start, никаких сообщений не выдаётся.

Поковыряв инит-скрипт, сделал вывод, что вываливается оно здесь:
# Don't start this service in OpenVZ VE
[ -f /proc/user_beancounters ] && grep -q '[[:space:]]0:' /proc/user_beancounters || exit 0

Хотя OpenVZ у меня нет и в помине. Проявляется на 2.3.0-alt1 и 2.2.0-alt18 из p5.
Comment 1 Egor Glukhov 2010-05-08 15:58:11 MSD
Created attachment 4378 [details]
предлагаемое решение
Comment 2 Repository Robot 2010-05-12 22:59:35 MSD
dahdi-tools-2.3.0-alt2 -> sisyphus:

* Wed May 12 2010 Denis Smirnov <mithraen@altlinux> 2.3.0-alt2

- fix dahdi start without OpenVZ (ALT #23452)