Re: Is gtk4 support in libnma still EXPERIMENTAL?

2022-03-24 Thread Michael Biebl
Am 13.03.22 um 22:18 schrieb Thomas Haller: On Sun, 2022-03-13 at 16:01 +0100, Michael Biebl wrote: Am 13.03.22 um 12:46 schrieb Thomas Haller: On Sat, 2022-03-12 at 21:55 +0100, Michael Biebl wrote: ./usr/lib/x86_64-linux-gnu/girepository-1.0/NMA4-1.0.typelib ./usr/lib/x86_64-linux-gnu

Re: PSK+SAE when creating an Access Point

2022-03-23 Thread Michael Biebl
Am 23.03.22 um 08:57 schrieb Alfonso Sanchez-Beato via networkmanager-list: On Tue, Mar 22, 2022 at 10:56 PM Thomas Haller wrote: sounds related to https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/638#note_1306214 ? Looks related, but in my case I was creating the AP wi

Re: Is gtk4 support in libnma still EXPERIMENTAL?

2022-03-13 Thread Michael Biebl
Am 13.03.22 um 12:46 schrieb Thomas Haller: On Sat, 2022-03-12 at 21:55 +0100, Michael Biebl wrote: ./usr/lib/x86_64-linux-gnu/girepository-1.0/NMA4-1.0.typelib ./usr/lib/x86_64-linux-gnu/libnma-gtk4.so ./usr/lib/x86_64-linux-gnu/libnma-gtk4.so.0.0.0 ./usr/lib/x86_64-linux-gnu/pkgconfig

Re: Is gtk4 support in libnma still EXPERIMENTAL?

2022-03-12 Thread Michael Biebl
Am 12.03.22 um 21:47 schrieb Michael Biebl: Hi there, there has been a flurry of updates for nm vpn plugins adding support for GTK4. All of them require a libnma built with GTK4 support which is still marked experimental. I haven't seen any real follow up commits in libnma dealing

Is gtk4 support in libnma still EXPERIMENTAL?

2022-03-12 Thread Michael Biebl
ENTAL status is still true or if it's safe to enable support for it (say in the Debian package). Regards, Michael OpenPGP_signature Description: OpenPGP digital signature ___ networkmanager-list mailing list networkmanager-list@gnome

Can anyone suggest an end-to-end example of how to establish wifi connection in C++

2021-08-02 Thread Michael Uman
necessary to establish the connection. I will have the AP SSID and the password, and need to create the network connnection. Thank you Michael Uman Sr Software Engineer Cana Technlogy, Inc. ___ networkmanager-list mailing list networkmanager-list

Question on using NM to connect to wifi AP

2021-07-28 Thread Michael Uman
the device to connect to the network. I appreciate any and all comments. Thank you, Michael Uman ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

shared ipv6 does not renew addresses on lan

2020-06-20 Thread Michael Cronenworth
It was stable and worked well. Thanks, Michael ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: Inconsistent behaviour for non-admin users when creating new connections

2020-04-23 Thread Michael Biebl
Hi Thomas Am 23.04.2020 um 08:37 schrieb Thomas Haller: > On Wed, 2020-04-22 at 17:55 +0200, Michael Biebl wrote: >> I think the current situation is unfortunate. Ideally, NM Clients >> would >> behave more consistently and provide a better ootb experience for >>

Inconsistent behaviour for non-admin users when creating new connections

2020-04-22 Thread Michael Biebl
I'll stop here. Looking forward to read your thoughts, Michael [1] https://salsa.debian.org/utopia-team/network-manager-applet/-/blob/debian/master/debian/patches/Allow-creation-of-connections-without-admin-privileges.patch signature.asc Descript

Re: Collect agreement/disagreement to Relicense NetworkManager under LGPL-2.1+

2020-02-17 Thread Michael Biebl
ch appreciate if you could look at [2] and provide > feedback. > > [1] > https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/390 > > [2] > https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/master/RELICENSE.md I'm fine wi

Re: Fwd: [Pkg-utopia-maintainers] Bug#933930: Bug#933930: Bug#933930: network-manager: Ethernet connection no longer works

2019-08-08 Thread Michael Biebl
Bringing Vincent into the loop here. Vincent, can you gather the information Beniamino is asking for? Am 08.08.19 um 09:51 schrieb Beniamino Galvani: > On Wed, Aug 07, 2019 at 05:00:01PM +0200, Michael Biebl wrote: >> Full downstream bug report at >> https://bugs.debian.org/cgi-bi

Fwd: [Pkg-utopia-maintainers] Bug#933930: Bug#933930: Bug#933930: network-manager: Ethernet connection no longer works

2019-08-07 Thread Michael Biebl
Von: Vincent Lefevre An: Michael Biebl Kopie (CC): 933...@bugs.debian.org On 2019-08-07 12:57:37 +0200, Michael Biebl wrote: > mbiebl_, Unclear what is not working. Could you ask for > level=TRACE logs? See > https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/contrib/f

Re: network-manager: doesn't show nor autoconnect to hidden wifi

2019-07-17 Thread Michael Biebl
Am 17.07.19 um 10:48 schrieb Jiri Novak: > Managed to debug it with someone else at #nm irc. > > the issue was that the wifi.hidden=yes works only on commandline, in > config file it needs hidden=true. > seems this version strictly needs this configured, the version shipped > with debian 9 did aut

dhcp and multiple routers

2019-01-24 Thread Michael Di Domenico via networkmanager-list
I'm trying to setup ECMP with the default route through dhcp. i configured dhcpd.conf with option routers x.x.x.x,x.x.x.y; and network manager is configured to pull the ip and route from dhcp. however, when network manager installs the route it only uses the first address x.x.x.x instead of sett

Re: signal for (De)ActivateConnection?

2018-12-25 Thread Michael Hirmke
Hi Thomas, obviously you wrote an answer to my latest mail, but it never got into my inbox. I only saw it on nabbles.com 8-/ Nevertheless thx for it. > On Sun, 2018-12-23 at 23:41 +0100, Michael Hirmke wrote: > > > Hi, > > > > after a long time I found some time to

Re: signal for (De)ActivateConnection?

2018-12-23 Thread Michael Hirmke
ation between the connection settings object and an existing active connection object. Do I have to iterate over all active connections and find a matching uuid? Or do we have a simpler way to get to this relation/information? Thx. Bye. Michael. [...] >Hi, >sounds a bit like you want to p

Re: wifi permanently switching between 2.4 and 5 GHz

2018-08-27 Thread Michael Butash
to set an example to see something like that including across all platforms controllable with policy. Perfect world and such. -mb On Wed, Aug 15, 2018 at 2:23 PM, Shawn Adams wrote: > Michael, > > One view of band-steering is to ensure 5Ghz always looks better by > ensuring 5

Re: wifi permanently switching between 2.4 and 5 GHz

2018-08-15 Thread Michael Butash
> On Wed, Aug 15, 2018 at 9:36 AM, Dan Williams via networkmanager-list < networkmanager-list@gnome.org> wrote > > Does the switching cause an actual problem? It's supposed to happen > very quickly, within a couple 10s of ms. I have run into like roaming/band-selection issues with linux around va

dnsmasq+dnscrypt. Ignore DNS servers from DHCP but use DNS from VPN connections

2018-04-03 Thread Michael Kuryshev
I have some troubles configuring NetworkManager with dnsmasq. I have dnscrypt-proxy configured to listen on 127.0.0.2:53 and "server=127.0.0.2#53" in /etc/NetworkManager/dnsmasq.d/dnscrypto-proxy. I also put "dns=dnsmasq" in /etc/NetworkManager/NetworkManager.conf. However dnsmasq picks up 2nd D

Re: signal for (De)ActivateConnection?

2017-12-08 Thread Michael Hirmke
orks of course too). We don't have any perl >examples, only Python: >https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/examples/pyth >on Yeah, I saw them and adopted my actual script from them, but I couldn't find a useful example for quering active connectio

Re: signal for (De)ActivateConnection?

2017-12-07 Thread Michael Hirmke
ect it is. Do I need to check for devices at all? >See the D-Bus API documentation: > https://developer.gnome.org/NetworkManager/stable/spec.html Yes, this is my main source, but I don't understand everything described there 8-< >best, >Thomas Bye. Michael. -- Michael Hirmke __

signal for (De)ActivateConnection?

2017-12-05 Thread Michael Hirmke
DeviceAdded/DeviceRemoved signals? And if so, how do I know that PropertiesChanged means that a new connection appeared and what connection that is? Version is NetworkManager-1.8.4-2.2.x86_64. Thx a lot. Bye. Michael. -- Michael Hirmke ___ network

NetworkManager Hostname Not Being Used

2017-08-18 Thread Soule, Michael
The hostname configured for the interface network script is set. The proper hostname is shown when checking nmcli for the ipv4.dhcp-hostname option, the ipv4.dhcp-send-hostname, and when viewing the generated interface configuration for send host-name option. With everything set and "dhclient et

Re: GetAllDevices no longer existing?

2016-11-11 Thread Michael Hirmke
Hi Thomas, thx for your answer! >On Fri, 2016-11-11 at 11:42 +0100, Michael Hirmke wrote: >> Hi *, >> >> last week I updated my system from openSuSE Leap 42.1 to 42.2 RC2. >> Since then my networkmanager dbus script gives an error: >> >> org.freed

GetAllDevices no longer existing?

2016-11-11 Thread Michael Hirmke
doesn't exist Was this method removed from the interface between nm 1.0.6 and 1.0.12? Where can I find the new interface description? https://developer.gnome.org/NetworkManager/stable/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.GetAllDevices still describ

Re: [PATCH v3] Do not use /etc/resolv.conf symbolic links on SELinux

2016-09-29 Thread Michael Biebl
Am 29.09.2016 um 18:01 schrieb Guido Trentalancia: > On Thu, 29/09/2016 at 17.52 +0200, Michael Biebl wrote: >> Am 29.09.2016 um 17:33 schrieb Guido Trentalancia: >>> >>> On Thu, 29/09/2016 at 17.29 +0200, Michael Biebl wrote: >>>> >>>>

Re: [PATCH v3] Do not use /etc/resolv.conf symbolic links on SELinux

2016-09-29 Thread Michael Biebl
Am 29.09.2016 um 17:33 schrieb Guido Trentalancia: > On Thu, 29/09/2016 at 17.29 +0200, Michael Biebl wrote: >> Am 29.09.2016 um 17:11 schrieb Guido Trentalancia: >>> >>> Run-time checks are wrong because they leave the filesystem in a >>> state that is no

Re: [PATCH v3] Do not use /etc/resolv.conf symbolic links on SELinux

2016-09-29 Thread Michael Biebl
Am 29.09.2016 um 17:11 schrieb Guido Trentalancia: > Run-time checks are wrong because they leave the filesystem in a state that > is not usable when SELinux goes back into enforcing mode. > > Compile-time checks have no side effects and in any case are better than the > bug! Debian enables sel

Re: [PATCH] plugins: ifupdown: support source-directory stanza

2016-09-06 Thread Michael Biebl
Am 06.09.2016 um 20:37 schrieb Tony Espy: > On 09/06/2016 02:05 PM, Michael Biebl wrote: >> Am 06.09.2016 um 15:41 schrieb Tony Espy: >>> From: Scott Sweeny >>> >>> Enable the ifupdown settings plugin to read interface >>> definitions from the

Re: [PATCH] plugins: ifupdown: support source-directory stanza

2016-09-06 Thread Michael Biebl
Am 06.09.2016 um 15:41 schrieb Tony Espy: > From: Scott Sweeny > > Enable the ifupdown settings plugin to read interface > definitions from the source directory: Hm, I must be missing something. Doesn't the plugin already support the source stanza. See https://bugzilla.gnome.org/show_bug.cgi?id=

Re: ANN: NetworkManager 1.2.4 released

2016-08-08 Thread Michael Biebl
Am 08.08.2016 um 10:18 schrieb Beniamino Galvani: > On Sun, Aug 07, 2016 at 11:14:45PM +0200, Michael Biebl wrote: >> Since the upgrade to 1.2.4, I noticed that my network connection >> (wireless) is gone after a suspend/resume and NM does not auto-connect >> on resume. >&g

Re: ANN: NetworkManager 1.2.4 released

2016-08-07 Thread Michael Biebl
Am 03.08.2016 um 18:40 schrieb Francesco Giudici: > Hi, > I'm pleased to announce the second update to the NetworkManager 1.2.x > stable series. Since the upgrade to 1.2.4, I noticed that my network connection (wireless) is gone after a suspend/resume and NM does not auto-connect on resume. Is an

Re: ANN: NetworkManager 1.2.4 released

2016-08-04 Thread Michael Biebl
ng the option "--with-config-dns-rc-manager-default" during > configuration at compile time. Given bug reports like [1], I'm tempted to switch the default in Debian from symlink to file. What are the benefits of symlink over file which would make it worth keeping? Regards, Micha

Re: system sleep -> nm reacts too fast

2016-07-14 Thread Michael Hirmke
pile NM from git (master or nm-1-2 branches). openSuSE Leap 42.1 still ships 1.06 :) So version 1.2.2 that I use is from a different repo. I'll try to find 1.2.4 somewhere. >Beniamino >[1] https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=3fd >ffab9550bf7e55

Re: system sleep -> nm reacts too fast

2016-07-13 Thread Michael Hirmke
Hi Beniamino, >On Wed, Jul 13, 2016 at 06:41:00PM +0200, Michael Hirmke wrote: >> I tried >> - the systemd sleep scripts (/usr/lib/systemd/system-sleep) >> - the NetworkManager dispatcher scripts >> (/etc/NetworkManager/dispatcher.d) >Did you use a 'pre-do

system sleep -> nm reacts too fast

2016-07-13 Thread Michael Hirmke
al All of them get started, but too late. Is there anything else I can try? Or do I misunderstand some basic concepts? TIA. Bye. Michael. -- Michael Hirmke ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailma

Re: ethernet connection possible with no carrier

2016-06-29 Thread Michael Hirmke
Hi Dan, >On Wed, 2016-06-29 at 16:14 +0200, Michael Hirmke wrote: >> Hi *, >> >> I'm using NetworkManager-1.2.2-341.1.x86_64 on openSuSE Leap 42.1. >> In the NM applet I can connect to my ethernet without having a >> carrier >> signal, i.e. no cable pl

ethernet connection possible with no carrier

2016-06-29 Thread Michael Hirmke
ready" and "device (eth0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]" With former versions of nm the connection was not available in this case. Is this a known bug or am I doing something wrong? Even an explicit setting of "carrier-

Re: signal for interface up/down

2016-06-27 Thread Michael Hirmke
et \ >    string:"org.freedesktop.NetworkManager.Device" string:"Interface" >which gives me: >   variant   string "wlp4s0" ok, got the idea. Thx a lot. >Dan Bye. Michael. -- Michael Hirmke ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: signal for interface up/down

2016-06-25 Thread Michael Hirmke
know when the device is activated or >>deactivated. ok, got all devices and their properties, connected to the StateChanged signal for every device, but now, when such a signal is thrown, how do I know what device it belongs to? I know the old and new state and the reason, but not the devic

Re: signal for interface up/down

2016-06-24 Thread Michael Hirmke
t from the message data. ok, I'll do my very best :)) Hopefully I'll find a way to listen to all signals coming out of NetworkManager, because I use perl::DBus - and it seems to be a bit limited regarding this problem. Thx a lot for your hints! >Dan Bye. Michael. -- Mi

Re: signal for interface up/down

2016-06-24 Thread Michael Hirmke
Hi Thomas, >On Fri, 2016-06-24 at 11:56 +0200, Michael Hirmke wrote: >> Hi *, >> >> I'm about to write a script, which should do some actions in a user >> context, whenever an interface is getting active or inactive. >> I tried to implement this via the Ne

signal for interface up/down

2016-06-24 Thread Michael Hirmke
entioned in one of the nm libraries. If theses signals indeed don't exist any more, how is the preferred solution for my problem? Thx a lot! Bye. Michael. -- Michael Hirmke ___ networkmanager-list mailing list networkmanager-list@gnome.org

[PATCH] sleep-monitor-upower: add missing include

2016-05-18 Thread Michael Olbrich
his file was removed in master, but this is still relevant for 1.2.x Regards, Michael src/nm-sleep-monitor-upower.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nm-sleep-monitor-upower.c b/src/nm-sleep-monitor-upower.c index 5f0ff24552b2..8d0719039ccf 100644 --- a/src/nm-sleep-mon

Re: Difficulties with network-manager-openconnect

2016-04-10 Thread Michael Welsh Duggan
Michael Welsh Duggan writes: > Dan Williams writes: > >> On Tue, 2016-04-05 at 10:55 -0400, Michael Welsh Duggan wrote: >>> Thomas Haller writes: >>> >>> > >>> > On Mon, 2016-04-04 at 22:09 -0400, Michael Welsh Duggan wrote: >>>

Re: Difficulties with network-manager-openconnect

2016-04-05 Thread Michael Welsh Duggan
Dan Williams writes: > On Tue, 2016-04-05 at 10:55 -0400, Michael Welsh Duggan wrote: >> Thomas Haller writes: >> >> > >> > On Mon, 2016-04-04 at 22:09 -0400, Michael Welsh Duggan wrote: >> > > >> > > I'm having some difficult

Re: Difficulties with network-manager-openconnect

2016-04-05 Thread Michael Welsh Duggan
Thomas Haller writes: > On Mon, 2016-04-04 at 22:09 -0400, Michael Welsh Duggan wrote: >> I'm having some difficulties using network-manager-openconnect. >> >> If I use openconnect directly: >> >>   openconnect -c cert.pfx --authgroup=[GROUP] --no-xmlpost

Difficulties with network-manager-openconnect

2016-04-04 Thread Michael Welsh Duggan
rk-manager 0.9.10.0-1 network-manager-openconnect 0.9.8.6-1 I'm happy to provide more debugging information if someone would tell me what to provide. -- Michael Welsh Duggan (m...@md5i.com) ___ networkmanager-list mailing list networkmanager-list@

Re: ANN: NetworkManager 1.1.91 (1.2-beta2) released

2016-03-21 Thread Michael Biebl
) is missing. Shipping $(configure_generated_man_pages) in the tarball is probably not necessary, they are created by ./configure after all. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: Op

dbus-policy-without-send-destination

2016-03-01 Thread Michael Biebl
conf context="default"> send_interface="org.freedesktop.NetworkManager.Settings" > send_member="LoadConnections"/> > W: network-manager: dbus-policy-without-send-destination > etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf context=&q

Re: [PATCH] Revert "Install a desktop file for nm-vpnc-auth-dialog"

2016-01-21 Thread Michael Biebl
Am 22.01.2016 um 00:36 schrieb Michael Biebl: > The desktop file was added a long time ago, when we didn't have native > gnome-shell dialogs yet. This is no longer the case and the vpnc plugin > uses supports-external-ui-mode=true nowadays. So drop the desktop file > again. Dan r

[PATCH] Revert "Install a desktop file for nm-vpnc-auth-dialog"

2016-01-21 Thread Michael Biebl
The desktop file was added a long time ago, when we didn't have native gnome-shell dialogs yet. This is no longer the case and the vpnc plugin uses supports-external-ui-mode=true nowadays. So drop the desktop file again. Regards, Michael -- Why is it that all of the instruments se

Re: [PATCH] tests: use dbus-run-session instead of dbus-launch

2016-01-21 Thread Michael Biebl
Am 21.01.2016 um 23:19 schrieb Michael Biebl: > The dbus-run-session utility was designed to run a process within a > D-Bus session, specifically for running regressions tests and is much > better suited then dbus-launch. As an additional benefit, this avoids > any X dependencies. &

[PATCH] tests: use dbus-run-session instead of dbus-launch

2016-01-21 Thread Michael Biebl
. NOTE: There is one remainig usage of dbus-launch in tools/run-test-valgrind.sh. I didn't touch that script, as it wasn't immediately necessary to run the test suite and converting this script to dbus-run-session wasn't as straightforward as the other two. Regards, Michael -- Why is

libnm-* configure check in nm-applet 1.2

2016-01-20 Thread Michael Biebl
lso mentioned that NMA_CFLAGS in configure.ac should probably be LIBNM_GLIB_CFLAGS Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP

broken VPN routes (Re: ANN: NetworkManager 1.0.10 released)

2016-01-04 Thread Michael Biebl
Am 04.01.2016 um 19:34 schrieb Thomas Haller: > this seems to be a bug in NM. > > The upstream BZ is https://bugzilla.gnome.org/show_bug.cgi?id=759892 > (at the moment still unfixed). Maybe this helps https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809526#10 -- Why is it that all of the in

Re: ANN: NetworkManager 1.0.10 released

2015-12-31 Thread Michael Biebl
kManager or do the VPN plugins need changes for 1.0.10? Regards, Michael signature.asc Description: OpenPGP digital signature ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: [PATCH 1/1] initscript: remove all distribution initscripts

2015-12-01 Thread Michael Biebl
Am 01.12.2015 um 19:22 schrieb Thomas Haller: > These initscripts weren't modified for a long time. Are they > just unused or flawless? It seems they are no longer best-practice > (e.g. NetworkManager supports reloading configuration with SIGHUP, > which only x implement). > > Nowadays some distri

Re: [PATCH 1/1] start after systemd-networkd

2015-11-25 Thread Michael Biebl
tion from devices it manages [1]. Having the same device managed by networkd and NetworkManager is simply not a reasonable thing to do. Michael [1] https://github.com/systemd/systemd/commit/5e5b137acc7094c9a1b8e7634b426dd445688bf0 -- Why is it that all of the instruments seeking intelligent life in the uni

Re: ANN: NetworkManager 1.0.8 released

2015-11-25 Thread Michael Biebl
Am 25.11.2015 um 13:46 schrieb Michael Biebl: > Am 25.11.2015 um 09:49 schrieb Thomas Haller: >> Thus it's correct to have no "Requires". > > As I tried to explain, > /usr/include/libnm/nm-version.h (from libnm) does actually include a > header from a l

Re: ANN: NetworkManager 1.0.8 released

2015-11-25 Thread Michael Biebl
Hi Thomas Am 25.11.2015 um 09:49 schrieb Thomas Haller: > On Wed, 2015-11-25 at 09:45 +0100, Thomas Haller wrote: >> On Wed, 2015-11-25 at 02:46 +0100, Michael Biebl wrote: >>> Hi >> >>> Shouldn't libnm.pc have >>> Requires: NetworkManager >= 1.0.

Re: ANN: NetworkManager 1.0.8 released

2015-11-24 Thread Michael Biebl
ike it might be broken. Shouldn't libnm.pc have Requires: NetworkManager >= 1.0.8 Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Descript

Re: [PATCH] Split out the bits which determine ID_NET_DRIVER or DRIVERS, into separate udev rules file

2015-08-31 Thread Michael Biebl
Am 31.08.2015 um 09:50 schrieb Thomas Haller: > On Fri, 2015-08-28 at 16:52 +0200, Michael Biebl wrote: >> Am 28.08.2015 um 16:33 schrieb Michael Biebl: >>> +ENV{ID_NET_DRIVER}=="?*", GOTO="nm_drivers_end" >>> +DRIVERS=="?*", GOTO="nm_u

Re: [PATCH] Split out the bits which determine ID_NET_DRIVER or DRIVERS, into separate udev rules file

2015-08-28 Thread Michael Biebl
Am 28.08.2015 um 16:33 schrieb Michael Biebl: > +ENV{ID_NET_DRIVER}=="?*", GOTO="nm_drivers_end" > +DRIVERS=="?*", GOTO="nm_unmanaged_drivers_end" ^ Sorry, this was a typo. Noticed the second I hit send :-/ Fixed

[PATCH] Split out the bits which determine ID_NET_DRIVER or DRIVERS, into separate udev rules file

2015-08-28 Thread Michael Biebl
verse are pointed away from Earth? From 7051669d45aaba29a61a6498a92d4d90294e5c37 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 28 Aug 2015 16:30:15 +0200 Subject: [PATCH] Split out the bits which determine ID_NET_DRIVER or DRIVERS into separate udev rules file Those are not required

Re: NM-Manager sucks my VPN

2015-08-01 Thread michael
Hello Thomas, Am 01.08.2015 um 14:55 schrieb Thomas Haller: > On Sat, 2015-08-01 at 13:13 +0200, michael wrote: >> I set up my VPN from Hand, > > you mean, you connect to VPN without using the VPN plugin for > NetworkManager, for example by starting the openvpn binary directl

NM-Manager sucks my VPN

2015-08-01 Thread michael
gültig In 120sek VPN-Connect < 120MB "syslog" What should I do so I can use my VPN again? regards Michael signature.asc Description: OpenPGP digital signature ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

C&P error in --enable-more-logging commit

2015-07-14 Thread Michael Biebl
Hi, commit 63593a19d8e7d7fb5e844f0e3c8ac847e68699cb added a --enable-more-logging configure switch which seems to be a C&P of the asserts configure switch, resulting in AC_DEFINE(NM_MORE_LOGGING, [1], [Define if more asserts are enabled]) -- Why is it that all of the instruments seeking intel

Re: X220 after new Install no more WWAN

2015-07-09 Thread Michael
sorry Am 09.07.2015 um 16:16 schrieb Dan Williams: > > Could you send the bug link too, Red Hat Bugzilla – Bug 1238810 https://bugzilla.redhat.com/show_bug.cgi?id=1238810 signature.asc Description: OpenPGP digital signature ___ networkmanager-list m

Re: X220 after new Install no more WWAN

2015-07-09 Thread Michael
Am 09.07.2015 um 16:07 schrieb Dan Williams: > > Yeah, this would be a problem... Is the ModemManager process running? no! > If not, what do you get for: > > sudo journalctl -b -u ModemManager [root@laptop michael]# journalctl -b -u ModemManager -- Logs begin at Fr 2015-05-2

Re: X220 after new Install no more WWAN

2015-07-09 Thread michael
mhm... Am 08.07.2015 um 16:16 schrieb Dan Williams: > Also, could you grab the output of: > > mmcli -L msg: "error: couldn't find the ModemManager in the bus" Ahoj Michael signature.asc Description: OpenPGP digital signature __

Re: X220 after new Install no more WWAN

2015-07-08 Thread michael
Hello list readers Hello Dan, Am 06.07.2015 um 18:14 schrieb Dan Williams: > What is the output of: > > lsusb > rfkill list > nmcli radio > nmcli dev > journalctl -b -u ModemManager I put it here: http://pastebin.com/qSy1NSzC Ahoj Michael signature.asc Description: Open

X220 after new Install no more WWAN

2015-07-06 Thread michael
es"=> networkmanager 1.0.2-1.fc22 networkmanager wwan 1.0.2-1.fc22 iwl and ipw (some packets) are installed <= But, i can't setup my WWAN in Network-Manager NM, and NM-editor found no Device. What should I do with Network-Manager thereby my "modem" finds? Thanks in

dnsmasq on ubuntu/debian not using pulled dns servers

2015-05-26 Thread Michael Butash
I've had this issue for a while with ubuntu, where openvpn, openconnect vpn's that I've tried don't seem to register the dns servers properly with dnsmasq, so I get no dns resolution on vpn. It seems resolvconf isn't modifying the resolv.conf, leaving the localhost address there, but dnsmasq is

Re: is anyone actually still using WiMAX

2015-02-12 Thread Michael Biebl
Am 12.02.2015 um 19:09 schrieb Stuart Longland: > On 11/02/15 11:27, Michael Biebl wrote: >> Debian (and Ubuntu) never enabled WiMAX support in our packages. I don't >> have plans to enable it in our Debian packages either. >> So from my PoV, feel free to drop WiMAX su

Re: is anyone actually still using WiMAX

2015-02-11 Thread Michael Biebl
eople and hotspots still exist). Debian (and Ubuntu) never enabled WiMAX support in our packages. I don't have plans to enable it in our Debian packages either. So from my PoV, feel free to drop WiMAX support. Michael -- Why is it that all of the instruments seeking intelligent life i

Re: [PATCH] build: install nm-settings-ifcfg-rh.5 man page conditionally

2015-02-09 Thread Michael Biebl
Am 09.02.2015 um 11:20 schrieb Lubomir Rintel: > Hi Michael, > > Thanks you for the patch. > > On Mon, 2015-02-09 at 01:31 +0100, Michael Biebl wrote: >> Only install nm-settings-ifcfg-rh.5 man page if the ifcfg-rh >> configuration plugin has been enabled. It's co

Re: [PATCH] build: install nm-settings-ifcfg-rh.5 man page conditionally

2015-02-08 Thread Michael Biebl
Am 09.02.2015 um 01:31 schrieb Michael Biebl: > Only install nm-settings-ifcfg-rh.5 man page if the ifcfg-rh > configuration plugin has been enabled. It's confusing to have this man > page around on e.g. a Debian based distro. > > See attached patch. This time for real... --

[PATCH] build: install nm-settings-ifcfg-rh.5 man page conditionally

2015-02-08 Thread Michael Biebl
Only install nm-settings-ifcfg-rh.5 man page if the ifcfg-rh configuration plugin has been enabled. It's confusing to have this man page around on e.g. a Debian based distro. See attached patch. There might be small issue here, i.e. if you build the release tarball and you don't have ifcfg-rh ena

automake warnings about "option 'subdir-objects' is disabled"

2015-01-22 Thread Michael Biebl
ot;subdir-objects" to AM_INIT_AUTOMAKE is the right fix for this. The build seems to fail with that option set. So this probably needs some more work. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc

outdated version requirements in libnm-gtk.pc.in

2015-01-22 Thread Michael Biebl
Hi, had a look at nm-applet 1.0.0, specifically src/libnm-gtk/libnm-gtk.pc.in. It contains > nmversion=0.8.998 > Requires: NetworkManager >= ${nmversion} libnm-util >= ${nmversion} > libnm-glib >= ${nmversion} gtk+-3.0 >= 2.91.4 That nmversion looks outdated, so does the gtk version. Would

missing xml files in 1.0.0 dist tarball

2015-01-21 Thread Michael Biebl
hi, I just noticed that the 1.0.0 tarball failed to build twice in a row (./configure && make && make clean * 2) due to man/{NetworkManager.xml,nmcli-examples.xml} missing in the dist tarball. The tarball only contains the generated man pages but should also contains the xml s

.pc file for new libnm with incorrect dependencies?

2015-01-21 Thread Michael Biebl
Hi, the libnm.pc file for the new libnm library has Requires: gio-2.0 dbus-glib-1 This looks incorrect, especially the dependency on dbus-glib-1. Is this a C&P error? Especially since the Description is the same as for libnm-util.pc. Michael -- Why is it that all of the instruments see

Re: DNS not working on openvpn connection.....don't know why?

2014-12-26 Thread Michael Butash
Likely related to resolveconf, it doesn't seem to work right with vpn plugins to add dns servers properly from the connection. I usually end up having to uninstall it to get dns working properly across a tunnel. -mb On 12/25/2014 12:57 PM, Another Sillyname wrote: Happy Crimbles everyone..

[PATCH] Support building against libsystemd library

2014-09-29 Thread Michael Biebl
of the instruments seeking intelligent life in the universe are pointed away from Earth? From 32b630692a319c14fc2cdba7e6f34404bf47957b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 30 Sep 2014 05:38:25 +0200 Subject: [PATCH] Support building against libsystemd library In systemd v209

Re: NetworkManager 802.1x and gnome credentials

2014-09-22 Thread Michael Butash
This is how most users are expecting to use it, with (sadly) windoze being the golden example for "seamless" integration. Every wireless vendor just expects there to be integration on the backend with AD/LDAP or some upstream directory provider if you're doing user/pass-based auth of some form

Re: recent update makes me crazy...

2014-07-16 Thread Michael Biebl
aviour as yours (NM tried to run DHCP on the vbox interfaces). Hope that helps, Michael [1] https://bugzilla.gnome.org/show_bug.cgi?id=731014#c27 [2] https://bugzilla.gnome.org/show_bug.cgi?id=732998 [3] http://anonscm.debian.org/gitweb/?p=pkg-utopia/network-manager.git;a=blob;f=debian/patches/0005-Ma

Re: nmtui links [Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released]

2014-07-09 Thread Michael Biebl
Am 23.06.2014 11:00, schrieb Michael Biebl: >> >> Looking at nmtui, I think I'd prefer if we made /usr/bin/nmtui-* >> symbolic links to /usr/bin/nmtui. Attached is an updated patch which I ship as part of the Debian package. Cheers, Michael -- Why is it that all of

Re: nmtui links [Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released]

2014-06-23 Thread Michael Biebl
Am 23.06.2014 00:23, schrieb Michael Biebl: > Am 21.06.2014 04:55, schrieb Dan Williams: >> Hi! >> >> Continuing the release bullet-train, here's the next one on the way to >> 0.9.10. > > > Looking at nmtui, I think I'd prefer if we made /usr/

nmtui links [Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released]

2014-06-22 Thread Michael Biebl
Am 21.06.2014 04:55, schrieb Dan Williams: > Hi! > > Continuing the release bullet-train, here's the next one on the way to > 0.9.10. Looking at nmtui, I think I'd prefer if we made /usr/bin/nmtui-* symbolic links to /usr/bin/nmtui. This makes it much more obvious then a hard link. Simple patc

Re: virtual interfaces [Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released]

2014-06-19 Thread Michael Biebl
Am 17.06.2014 17:21, schrieb Michael Biebl: > Am 07.06.2014 02:20, schrieb Dan Williams: >> Hi, >> >> I'm pleased to announce the release of NetworkManager 0.9.9.95 > > * Changes made to IP addresses, IP routes, and master/slave > relationships from >

Re: HP hp3110 HSPA+ Mobile Broadband Module Modem is not shown up

2014-06-18 Thread Michael Butash
I had this problem with the same card on an elitebook - never could get this to work under ubuntu, it'd only ever expose the first serial port, and would never take the firmware to load the second for the data socket. RFkill said it was enabled, but never *worked*... Bios was flaky as hell at

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-17 Thread Michael Biebl
Am 17.06.2014 19:54, schrieb Dan Winship: > On 06/17/2014 10:50 AM, Michael Biebl wrote: >> Looking through the changes in configure.ac, I notice that libteam is a >> new (optional) dependency. >> Which of the new functionality depends on libteam? > > "team&quo

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-17 Thread Michael Biebl
shoot themselves in the foot and I'd rather prefer consistency here then convenience for lazy script writers. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-17 Thread Michael Biebl
Am 17.06.2014 16:50, schrieb Michael Biebl: > I also noticed that you implemented pre-up and pre-down in the > dispatcher and that there are now dedicated directories in > /etc/NetworkManager/dispatcher.d/pre-down.d > /etc/NetworkManager/dispatcher.d/pre-up.d > > That seems

virtual interfaces [Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released]

2014-06-17 Thread Michael Biebl
viour is kinda odd. Should I file a bug for this issue? Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature ___ networkmanage

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-17 Thread Michael Biebl
nt with how currently dispatcher scripts are handled, i.e. the "phase" is passed as $2 to scripts in /etc/NetworkManager/dispatcher.d/ Is there any reason why you didn't just extend the existing up/vpn-up, down/vpn-down? Michael -- Why is it that all of the instruments seeking intel

bashisms in configure.ac and usage of realpath

2014-06-17 Thread Michael Biebl
ce that is part of coreutils and installed by default. I'm not sure what the check is supposed to achieve, but the attached patch fixes the errors for me. Please review. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? Fr

Re: NetworkManager-0.8.1 and computerauthentication

2014-04-03 Thread Michael Butash
Not as far as I have been able to tell per how windoze handles it. I asked this a while back, and short answer is no. Working in an enterprise wireless environment, of course windoze does this (only at boot/logout), macs do this too (somewhat poorly), but there is nothing analogous in linux d

  1   2   3   4   >