Bug#567072: /etc/init.d/dahdi status sometimes not reached
jidanni at jidanni.org
jidanni at jidanni.org
Wed Jan 27 00:42:55 UTC 2010
Package: dahdi
Version: 1:2.2.0-1
Severity: wishlist
File: /etc/init.d/dahdi
When one does
# /usr/sbin/service --status-all
we see
[ + ] dahdi
but how could it be running if it isn't?
Well, it turns out the "status)" part of
/etc/init.d/dahdi is never reached.
Instead we end up getting a 0 instead of a 3:
# sh -x /etc/init.d/dahdi status
...
+ '[' '!' -f /etc/dahdi/system.conf ']'
+ echo '/etc/dahdi/system.conf not found. Nothing to do.'
/etc/dahdi/system.conf not found. Nothing to do.
+ exit 0
More information about the Pkg-voip-maintainers
mailing list