Test Network Manager in Local PC

2013-03-01 Thread Malintha Adikari
Hi, I want to make some changes of the NM source code which has been cloned to my local folder and test the changes I v made. I found a interesting article about the Network Manager from RedHat magazine [1]. Under the How to Help section of that article it says that we can make the source co

Re: NetworkManager-ssh

2013-03-01 Thread Dan Fruehauf
Hi Jiri, True, supports only key authentication via ssh-agent. I'm planning on adding both passwords and key authentication (without ssh-agent). As mentioned before, it is still very much work in progress, but working pretty well. I'll be happy with any kind of feedback. Cheers, Dan. On Sat, M

Re: NetworkManager-ssh

2013-03-01 Thread Dan Fruehauf
Hey Pavel, Thanks again for showing interest. If by distributions you mean RPM/DEB packaging - than yes. Can be easily packaged for Fedora/Ubuntu. I'm still search for a place to host RPMs/DEBs as github is not really a good infrastructure. Thanks, Dan. On Sat, Mar 2, 2013 at 9:14 AM, Pavel Si

Re: NetworkManager-ssh

2013-03-01 Thread Jiri Pirko
Fri, Mar 01, 2013 at 10:59:13AM CET, malko...@gmail.com wrote: >Hi everybody, > >I'm bumping this one up as I haven't heard much and would like to know if >there's any interest at all. > >Since publishing it I managed to get much more work done and thanks to >Whoopie things compile on Ubuntu much b

Re: Starting steps for installed source code of NM

2013-03-01 Thread Pavel Simerda
- Original Message - > From: "Malintha Adikari" > What should be my starting steps for this project with the source > code I have? For now I would recommend you to visit us in the #nm channel at Freenode. The documentation is not always ideal and we are changing many things. Cheers, Pa

Re: NetworkManager on routers

2013-03-01 Thread Pavel Simerda
- Original Message - > From: "Philip Boulain" > I know NetworkManager's main design goal is to be a daemon to manage > network connections on a *client* machine, and get them a working > Internet connection out under changing circumstances. Correct. > How suitable do you feel that it is

Re: NetworkManager-ssh

2013-03-01 Thread Pavel Simerda
- Original Message - > From: "Dan Fruehauf" > To: networkmanager-list@gnome.org > Hi everybody, > > I'm bumping this one up as I haven't heard much and would like to > know if there's any interest at all. Give it some time. Is nm-ssh in distributions, yet? > Since publishing it I manage

Re: [MM] [PATCH v2] iface-modem-3gpp: clear deferred registration state update when disabling

2013-03-01 Thread Aleksander Morgado
On 03/01/2013 06:09 PM, Ben Chan wrote: > Yep, that should work. > Pushed that fix as well; thanks for reviewing it. Cheers! > > On Fri, Mar 1, 2013 at 12:18 AM, Aleksander Morgado > mailto:aleksan...@lanedo.com>> wrote: > > On 03/01/2013 09:06 AM, Ben Chan wrote: > > > > > >

Re: [MM] [PATCH v2] iface-modem-3gpp: clear deferred registration state update when disabling

2013-03-01 Thread Ben Chan
Yep, that should work. On Fri, Mar 1, 2013 at 12:18 AM, Aleksander Morgado wrote: > On 03/01/2013 09:06 AM, Ben Chan wrote: > > > > > > > > On Thu, Feb 28, 2013 at 11:46 PM, Aleksander Morgado > > mailto:aleksan...@lanedo.com>> wrote: > > > > On 02/28/2013 08:11 PM, Ben Chan wrote: > > >

AW: Problems with Sierra MC 8790 with older firmware revision

2013-03-01 Thread Gerald Richter - ECOS
The following patch solves the problem for us. It works with all revisions we have available for testing Gerald --- mm-plugin-sierra.c~ 2012-08-29 17:02:18.0 +0200 +++ mm-plugin-sierra.c 2013-03-01 13:22:09.0 +0100 @@ -78,6 +78,9 @@ if (strstr (response, "C885"))

Re: Problem with 4G modem -- 'ip-config-unavailable'

2013-03-01 Thread Aleksander Morgado
On 03/01/2013 01:03 PM, Andrew Boltachev wrote: > UPD: I've got modem to work, using these > instructions http://permalink.gmane.org/gmane.linux.usb.general/55314 > > But just by sending commands to modem (without NetworkManager). Is NM > supporting work with such devices (modem in NDISDUP mode)?

Re: Problem with 4G modem -- 'ip-config-unavailable'

2013-03-01 Thread Andrew Boltachev
2013/2/27 Andrew Boltachev > 2013/2/27 Dan Williams > >> On Wed, 2013-02-27 at 14:41 +0100, Bjørn Mork wrote: >> > Dan Williams writes: >> > >> > > On Tue, 2013-02-26 at 03:06 +0400, Andrew Boltachev wrote: >> > >> ** Message: nm-ppp-plugin: (nm_phasechange): status 5 / phase >> > >> 'establish

NetworkManager on routers

2013-03-01 Thread Philip Boulain
Hi, I know NetworkManager's main design goal is to be a daemon to manage network connections on a *client* machine, and get them a working Internet connection out under changing circumstances. How suitable do you feel that it is to use NetworkManager in a *router* role, where it is being asked to

Re: NetworkManager-ssh

2013-03-01 Thread Dan Fruehauf
Hi everybody, I'm bumping this one up as I haven't heard much and would like to know if there's any interest at all. Since publishing it I managed to get much more work done and thanks to Whoopie things compile on Ubuntu much better. The plugin is in a much more mature condition right now. I wou

Re: [MM] [PATCH v2] iface-modem-3gpp: clear deferred registration state update when disabling

2013-03-01 Thread Aleksander Morgado
On 03/01/2013 09:06 AM, Ben Chan wrote: > > > > On Thu, Feb 28, 2013 at 11:46 PM, Aleksander Morgado > mailto:aleksan...@lanedo.com>> wrote: > > On 02/28/2013 08:11 PM, Ben Chan wrote: > > --- > > src/mm-iface-modem-3gpp.c | 15 +++ > > 1 file changed, 15 insertions

Re: [MM] [PATCH v2] iface-modem-3gpp: clear deferred registration state update when disabling

2013-03-01 Thread Ben Chan
On Thu, Feb 28, 2013 at 11:46 PM, Aleksander Morgado wrote: > On 02/28/2013 08:11 PM, Ben Chan wrote: > > --- > > src/mm-iface-modem-3gpp.c | 15 +++ > > 1 file changed, 15 insertions(+) > > > > I pushed it after modifying it to include the > clear_deferred_registration_state_update()