Bug 145307

Summary: NetworkManagerDispatcher problem
Product: [openSUSE] SUSE Linux 10.1 Reporter: Jan Engelhardt <jengelh>
Component: BasesystemAssignee: Robert Love <rml>
Status: VERIFIED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: michael.raskey
Version: Beta 1   
Target Milestone: ---   
Hardware: x86   
OS: Linux   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jan Engelhardt 2006-01-24 20:35:59 UTC
After a *plain default* fresh install and the postinstall, some messages about NetworkMangerDispatcher show up:

NetworkManagerDispatcher is not installed, skipping it.
 Please set /etc/sysconfig/network/config:NetworkManagerDispatcher=no or install NetworkManagerDispatcher.
checkproc: cannot stat /usr/bin/NetworkmanagerDispatcher: No such file or directory
Comment 1 Michael Raskey 2006-01-24 22:50:18 UTC
Also found on an IA64 system.
Comment 2 Robert Love 2006-01-25 15:29:26 UTC
Hola!

Can you run

    test -f /usr/sbin/NetworkManagerDispatcher && echo sbin
    test -f /usr/bin/NetworkManagerDispatcher && echo bin

And tell me which one you see?
Comment 3 Michael Raskey 2006-01-25 16:50:34 UTC
I don't see either with this test:

# test -f /usr/sbin/NetworkManagerDispatcher && echo sbin
# test -f /usr/bin/NetworkManagerDispatcher && echo bin
#
Comment 4 Robert Love 2006-01-25 16:58:22 UTC
Oh, this is fixed in beta2.
Comment 5 Michael Raskey 2006-04-24 15:28:43 UTC
I did verify this in Beta 4 on IA-64.
Comment 6 Jan Engelhardt 2006-07-15 09:27:41 UTC
Long fixed. :)