Re: NetworkManager dispatchers

2016-02-26 Thread Dan Williams
On Fri, 2016-02-26 at 10:50 -0800, Ali Nematollahi wrote: > Thanks! > > How to I enable "service called NetworkManager-dispatcher or > nm-dispatcher"? When I search for "dispatcher" in my filesystem only > these > come up: > /etc/NetworkManager/dispatcher.d >

[PATCH] libnm-glib/libnm/vpn: fix handling of ConnectInteractive() failure (rh #1298732)

2016-02-26 Thread Dan Williams
If the plugin supports interactive mode, but the VPN binary (like vpnc or openvpn) doesn't support it, then the plugin should return NM_VPN_PLUGIN_ERROR_INTERACTIVE_NOT_SUPPORTED from its connect_interactive() hook.  This lets NetworkManager know to fall back to plain Connect(). Since this

Re: NetworkManager dispatchers

2016-02-26 Thread Ali Nematollahi
Thanks! How to I enable "service called NetworkManager-dispatcher or nm-dispatcher"? When I search for "dispatcher" in my filesystem only these come up: /etc/NetworkManager/dispatcher.d /etc/dbus-1/system.d/nm-dispatcher.conf /usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service

Re: [PATCH 1/1] logging: change logging format to drop "[file:line] func():" part

2016-02-26 Thread Colin Walters
On Thu, Feb 25, 2016, at 11:21 AM, Thomas Haller wrote: > Choose a new logging format. > > - the logging format must not be configurable and it must be the > same for all backends. It is neat that journal supports additional > fields, but an average user still posts the output of plain >

Re: [PATCH 1/1] logging: change logging format to drop "[file:line] func():" part

2016-02-26 Thread Thomas Haller
On Thu, 2016-02-25 at 21:53 +0100, Beniamino Galvani wrote: > On Thu, Feb 25, 2016 at 05:21:29PM +0100, Thomas Haller wrote: > > - the timestamp: I find it useful to see how much time between two > >   events passed. The timestamp printed by syslog doesn't have > > sufficient > >   granularity,

Re: User wifi question: blacklisting/ignoring SSIDs?

2016-02-26 Thread Thomas Haller
On Thu, 2016-02-25 at 15:23 -0800, Keith Lofstrom wrote: > Can the wifi portion of network manager be instructed > to ignore particular SSID strings, in particular, > "xfinity"?   > > Here in Portland Oregon, many businesses, nonprofits, > and individuals offer open wifi free to the public. > My

Re: NetworkManager dispatchers

2016-02-26 Thread Thomas Haller
On Thu, 2016-02-25 at 17:16 -0800, Ali Nematollahi wrote: > Hi guys > > I'm trying to experiment with NM dispatchers but I can't seem to get > anything done. I have a very basic script > in /etc/NetworkManager/dispatcher.d/02test: > > #!/bin/sh -e > > echo "Starting ModemManager" > ModemManager