Re: networkmanager-list Digest, Vol 75, Issue 18



Hello,
     I am working in NetworkManager.
     [root localhost NetworkManager]# uname -a
                                      Linux-2.6.27.41-170.2.117 

     I download..
     http://projects.gnome.org/NetworkManager/developers/
     git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager.git
    
     cd NetworkManager
    ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 

/*:---Problem----:  
   checking for GUDEV... configure: error: Package requirements (gudev-1.0) were not met:

No package 'gudev-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GUDEV_CFLAGS
and GUDEV_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*/

Problem:-Not compiled in NetworkManager......


Thanks
khateeb

--- On Mon, 13/12/10, networkmanager-list-request gnome org <networkmanager-list-request gnome org> wrote:

> From: networkmanager-list-request gnome org <networkmanager-list-request gnome org>
> Subject: networkmanager-list Digest, Vol 75, Issue 18
> To: networkmanager-list gnome org
> Date: Monday, 13 December, 2010, 5:30 PM
> Send networkmanager-list mailing list
> submissions to
>     networkmanager-list gnome org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>     http://mail.gnome.org/mailman/listinfo/networkmanager-list
> or, via email, send a message with subject or body 'help'
> to
>     networkmanager-list-request gnome org
> 
> You can reach the person managing the list at
>     networkmanager-list-owner gnome org
> 
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of networkmanager-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: sending persistent host name in
> DHCP interaction
>       (Jirka Klimes)
>    2. Re: scripting settings (Jirka Klimes)
>    3. Re: Weird behavior of NetworkManager
> 0.8.2 (Jirka Klimes)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 13 Dec 2010 09:49:19 +0100
> From: Jirka Klimes <jklimes redhat com>
> To: networkmanager-list gnome org
> Subject: Re: sending persistent host name in DHCP
> interaction
> Message-ID: <201012130949 20379 jklimes redhat com>
> Content-Type: Text/Plain;  charset="iso-8859-1"
> 
> On Thursday 02 of December 2010 15:30:52 Peter Frederick
> Patel-Schneider 
> wrote:
> > Is there an easy way in NetworkManager to always send
> the persistent
> > host name in DHCP interactions?  I can't seem to
> find one.
> > 
> > My understanding is that most of this is left to the
> distribution
> > plugin.  Under Fedora it appears that sending the
> host name is not done
> > unless configuration files (like
> /etc/dhclient-wlan0.conf or
> > /etc/sysconfig/network-scripts/ifcfg-eth1) are
> modified.  So in Fedora
> > it is possible to send *a* host name, but I wouldn't
> call the way of
> > doing it easy.
> > 
> > It appears that NetworkManager can get the persistent
> host name (from a
> > plugin) and use that.  However, no host name is
> sent unless
> > NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME is true, and
> this defaults to
> > false.  I guess, then, that I'm asking how to
> easily set this variable.
> > 
> > Peter F. Patel-Schneider
> > 
> > 
> > PS: I would count as "easy" changing the default for
> > 
>    NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME
> to true.  :-)
> 
> There are several bugs about the issue in Red Hat
> bugzilla:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=590096
>  - there are three ways how to send the hostname to DHCP
> server (though they 
> do require to manually edit the connection)
>  - Dan prefers sending persistent hostname without GUI
> configuration
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=469336
>   - you will find how to edit connection to add DHCP
> hostname via gconf-editor
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=596242
>  - there is a patch adding GUI for sending DHCP hostnames
> to nm-connection-
> editor
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=488975
>  - contains a patch to make
> NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME true by 
> default
> 
> Dan, is there any reason why we don't change 
> NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME to TRUE by
> default?
> 
> Jirka
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 13 Dec 2010 10:44:50 +0100
> From: Jirka Klimes <jklimes redhat com>
> To: networkmanager-list gnome org
> Subject: Re: scripting settings
> Message-ID: <201012131044 51324 jklimes redhat com>
> Content-Type: Text/Plain;  charset="iso-8859-1"
> 
> On Friday 10 of December 2010 15:32:54 Andy Maginnis
> wrote:
> > Hi,
> > I am trying to script a setup for NetworkManager for
> 3G modems. I can
> > successfully
> > populate /home/op/.gconf/system/networking/connections
> with additional
> > GSM configurations using dbus-send i.e. 2,3,4,5 etc
> but I cannot get
> > network
> > manager to read these configurations.
> > I am guess that I need to register these somehow so
> that when I open
> > the nm-connections-editor they are visible.
> > Any pointers much appreciated.
> > 
> 
> How do you edit the configuration files? If you edit them
> directly, that's a 
> problem since GConf manages configuration via its daemon
> and can discard your 
> changes. You should consider using gconftool-2 to edit the
> configuration.
> 
> You can simply dump a connection to a file:
> gconftool-2 --dump /system/networking/connections/1 >
> myconnnection.conf
> 
> edit the file and then load it as a new configuration:
> gconftool-2 --load myconnnection.conf
> 
> If there is an error in a configuration,
> nm-connection-editor should complain 
> when reading it (see .xsession-errors or output on
> terminal).
> 
> Useful links:
> http://library.gnome.org/admin/system-admin-guide/stable/gconf-8.html.en
> http://markmail.org/message/wridmhuk73cq44ft
> http://superuser.com/questions/189849/gnome-terminal-overwriting-ignoring-
> manual-file-changes-to-gconf-xml-profiles
> 
> Jirka
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 13 Dec 2010 11:02:56 +0100
> From: Jirka Klimes <jklimes redhat com>
> To: networkmanager-list gnome org
> Subject: Re: Weird behavior of NetworkManager 0.8.2
> Message-ID: <201012131102 56821 jklimes redhat com>
> Content-Type: Text/Plain;  charset="iso-8859-15"
> 
> On Friday 26 of November 2010 12:40:57 Robert Gabriel
> wrote:
> > I've build and installed NetworkManager 0.8.2 on my
> Slack 13.1, but I can
> > in syslog this weird error:
> > 
> > Nov 26 12:29:18 kongoni NetworkManager[823]: 
>   keyfile:     error: File
> > did not exist or was not a regular file
> > Nov 26 12:29:18 kongoni NetworkManager[823]: 
>   keyfile: updating
> > /etc/NetworkManager/system-connections/Auto
> eth0.84URMV
> > Nov 26 12:29:18 kongoni NetworkManager[823]: 
>   keyfile:     error: File
> > did not exist or was not a regular file
> > Nov 26 12:29:18 kongoni NetworkManager[823]: 
>   keyfile: updating
> > /etc/NetworkManager/system-connections/Auto eth0
> > Nov 26 12:34:18 kongoni NetworkManager[823]: 
>   keyfile: updating
> > /etc/NetworkManager/system-connections/Auto
> eth0.IDXRMV
> > Nov 26 12:34:18 kongoni NetworkManager[823]: 
>   keyfile:     error: File
> > did not exist or was not a regular file
> > Nov 26 12:34:18 kongoni NetworkManager[823]: 
>   keyfile: updating
> > /etc/NetworkManager/system-connections/Auto
> eth0.IDXRMV
> > Nov 26 12:34:18 kongoni NetworkManager[823]: 
>   keyfile:     error: File
> > did not exist or was not a regular file
> > Nov 26 12:34:18 kongoni NetworkManager[823]: 
>   keyfile: updating
> > /etc/NetworkManager/system-connections/Auto eth0
> > 
> 
> It should be fixed by this commit
> http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=0376f6b1ceda64e279e64bfb37ab67f0c36478b6
> 
> Jirka
> 
> 
> ------------------------------
> 
> _______________________________________________
> networkmanager-list mailing list
> networkmanager-list gnome org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list
> 
> 
> End of networkmanager-list Digest, Vol 75, Issue 18
> ***************************************************
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]