Bug 480786

Summary: pand and dand error lines from checkproc when using system services (runlevel) editor
Product: [openSUSE] openSUSE 11.1 Reporter: andreas bittner <abittner>
Component: YaST2Assignee: Forgotten User ZhJd0F0L3x <forgotten_ZhJd0F0L3x>
Status: RESOLVED WONTFIX QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: lars.vogdt
Version: Final   
Target Milestone: ---   
Hardware: i386   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description andreas bittner 2009-03-01 14:16:31 UTC
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729)

hi there,

just installed denyhosts package from official repository
http://download.opensuse.org/repositories/network:/utilities/openSUSE_11.1/
vie yast2, software, software-repositories, add by url.

then went to software management, then queried/searched for denyhosts.
then selected and installed the package.

after that went to yast2, system services (runlevel)
and activated denyhosts service for runlevels 3 and 5.
exited yast2.

after that i find
Mar  1 15:04:05 tux checkproc: checkproc: cannot stat /usr/bin/pand: No such file or directory
Mar  1 15:04:05 tux checkproc: checkproc: cannot stat /usr/bin/dund: No such file or directory

in /var/log/messages at the end.

Reproducible: Always

Steps to Reproduce:
1. clean opensuse 11.1, x86
2. add repository for denyhosts
3. activate denyhosts service for runlevels 3 and 5
4. check /var/log/messages for dand and pand error lines from checkproc
Comment 1 Cyril Hrubis 2009-03-17 15:24:58 UTC
Peter you are listed as maintainer in buildservice, feel free to return back if you are not interested.
Comment 2 Peter Poeml 2009-07-14 10:48:35 UTC
Uhm, I don't maintain the denyhosts package. I just happen to be one of
many maintainers of the project where it's living.

Lars? Have you been working on the package lately, and any idea maybe?
Comment 3 Lars Vogdt 2009-07-14 13:11:40 UTC
/usr/bin/pand => package bluez-compat
/usr/bin/dund => package bluez-compat

none of those scripts above has anything todo with the denyhosts package.

But: the bluez init script /etc/init.d/bluetooth calls those scripts if you have:

PAND_ENABLE="yes"
DUND_ENABLE="yes"

in your /etc/sysconfig/bluetooth file.

Maybe you have installed the bluez-compat package before and removed it?
Comment 4 Forgotten User ZhJd0F0L3x 2009-08-05 11:31:53 UTC
There was actually an error (legacy leftovers...) in the bluetooth init script. This is fixed for FACTORY already and minor enough that it does not warrant updating 11.1 IMHO