On Fri, 2008-07-18 at 08:22 -0400, Miner, Jonathan W (US SSA) wrote:
> I happily using NM 0.7.0 (Fedora 9 and r3830)... but my system log repeatedly 
> reports:
> 
> Jul 18 08:12:38 localhost NetworkManager: <info>  Trying to start the system 
> settings daemon...
> 
> every two minutes. This message comes from src/nm-manager.c, but I'm not sure 
> what the message is trying to tell me. There is a conditional statement right 
> above it that would report if a dbus proxy fails. I'm tempted to remove this 
> message since it doesn't seem to report anything of value, and just adds to 
> the system message log.  Please correct me if I'm mistaken.

It means that the system settings service couldn't be started.  We
should figure out _why_ it can't be started, actually.  Could be due to
selinux policy denials perhaps.  Can you stop NetworkManager and run:

/usr/sbin/nm-system-settings --debug --plugins=ifcfg-fedora

and report the output?

Thanks!
Dan

> --- nm-manager.c.r3830        2008-07-14 09:25:00.000000000 -0400
> +++ nm-manager.c      2008-07-18 08:21:44.000000000 -0400
> @@ -1280,7 +1280,7 @@
>               goto out;
>       }
>  
> -     nm_info ("Trying to start the system settings daemon...");
> +     // nm_info ("Trying to start the system settings daemon...");
>       dbus_g_proxy_call_no_reply (proxy, "ListConnections", G_TYPE_INVALID);
>       g_object_unref (proxy);
> 
> _______________________________________________
> NetworkManager-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/networkmanager-list

_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to