Gentoo Archives: gentoo-soc

From: "Антонов Николай" <ostinru@×××××.com>
To: gentoo-soc@l.g.o
Subject: Re: [gentoo-soc] Progress of NetworkManager Plug-in 2010.05.20
Date: Thu, 20 May 2010 06:59:41
Message-Id: 4BF52423.8080503@gmail.com
In Reply to: [gentoo-soc] Progress of NetworkManager Plug-in 2010.05.20 by Mu Qiao
1 Hello!
2 I can't install networkmanager-0.8-r100:
3 Missing digest for
4 '/var/lib/layman/dagger/net-misc/networkmanager/networkmanager-0.8-r100.ebuild'
5
6 and,
7 Have PPTP implemented yet?
8
9
10 ============ LOGS ============
11 localhost ostin # cat /etc/portage/package.keywords
12 <cut>
13 =net-misc/networkmanager-0.8-r100 ~x86
14 net-misc/networkmanager-pptp ~x86 # required if you use it
15 gnome-extra/nm-applet ~x86
16 net-misc/mobile-broadband-provider-info ~x86
17 sys-auth/polkit ~x86
18 net-misc/modemmanager ~x86
19 dev-util/gtk-doc-am ~x86
20 dev-util/gtk-doc ~x86
21 dev-libs/eggdbus ~x86
22 sys-auth/consolekit ~x86
23 gnome-extra/polkit-gnome ~x86
24 <cut>
25
26 localhost ostin # layman -s dagger
27 * Running command "cd "/var/lib/layman/dagger" && /usr/bin/git pull"...
28 Already up-to-date.
29 *
30 * Success:
31 * ------
32 *
33 * Successfully synchronized overlay "dagger".
34
35 localhost ostin # emerge -pv networkmanager
36 These are the packages that would be merged, in order:
37 Calculating dependencies / * Missing digest for
38 '/var/lib/layman/dagger/net-misc/networkmanager/networkmanager-0.8-r100.ebuild'
39 ... done!
40 [ebuild N ] dev-libs/libnl-1.1-r1 283 kB
41 [ebuild N ] net-dns/openresolv-3.3.2 10 kB
42 [ebuild N ] sys-auth/policykit-0.9-r1 USE="pam -bash-completion
43 -doc (-selinux) -zsh-completion" 1,225 kB
44 [ebuild N ] net-wireless/wireless-tools-29 USE="nls -multicall" 288 kB
45 [ebuild N ] net-dns/dnsmasq-2.52 USE="dbus dhcp nls -ipv6 -tftp" 298 kB
46 [ebuild N ] net-wireless/wpa_supplicant-0.6.9 USE="dbus gnutls qt4
47 readline ssl -debug -eap-sim -fasteap -madwifi (-ps3) -wps" 1,151 kB
48 [ebuild N ] net-misc/networkmanager-0.7.2 USE="connection-sharing
49 dhcpcd doc gnutls nss resolvconf -avahi -dhclient" 1,285 kB
50
51 Total: 7 packages (7 new), Size of downloads: 4,537 kB
52
53
54
55
56 20.05.2010 05:22, Mu Qiao пишет:
57 > This is the weekly report for NetworkManager Plug-in.
58 >
59 > I'm glad to see that many people are interested in this project. Hope
60 > the progress could make you more pleased :-)
61 >
62 > Since I started coding even before the acceptance of my proposal, the
63 > plug-in is almost implemented. It could already be used out of box right
64 > now. Welcome you to join and test. The following is some details.
65 >
66 > #Project Information
67 > ====================
68 > Home page: http://gitorious.org/gentoo-networkmanager-plugin
69 > Wiki page: http://gitorious.org/gentoo-networkmanager-plugin/pages/Home
70 >
71 > Robert helped me push the plug-in to his layman, it's very easy for you
72 > to join and test now. Use "layman -a dagger" and you will see
73 > networkmanager-0.8-r100
74 >
75 > Although the plug-in could be used out of box, you may find some further
76 > configuration helpful:
77 > http://gitorious.org/gentoo-networkmanager-plugin/pages/Configuration
78 >
79 > I've created an sample configuration. It doesn't include everything but
80 > just an example of further configuration.
81 > http://gitorious.org/gentoo-networkmanager-plugin/pages/Sample
82 >
83 > # Features Implemented
84 > ======================
85 > ## Wired Network and Wireless Network
86 > 1. DHCP network configuration
87 > 2. Static network configuration
88 > 3. DNS servers configuration
89 > 4. DNS search configuration
90 > 5. Routes configuration
91 > 6. Wireless adhoc network
92 >
93 > ## Wireless Network Security (both in /etc/conf.d/net and
94 > wpa_supplicant.conf)
95 > 1. LEAP
96 > 2. WEP
97 > 3. WPA/WPA2 Personal
98 > 4. WPA/WPA2 Enterprise (TTLS and PEAP have been tested)
99 >
100 > ## PPPoE Network
101 >
102 > ## IPv4 and IPv6 Configuration
103 >
104 > ## Monitoring
105 > Changes made to /etc/conf.d/net, /etc/conf.d/hostname,
106 > /etc/wpa_supplicant/wpa_supplicant.conf will be monitored and reported
107 > to NetworkManager. That means your changes to configuration file will
108 > immediately change your network settings without restarting anything! :–)
109 >
110 > To sum up, all the required features mentioned in my proposal have been
111 > implemented. Besides that, You will also find some new features that
112 > makes this plug-in easier to use and control.
113 >
114 > # Known Issues
115 > ==============
116 > The WPA-EAP methods - LEAP and TLS haven't been fully tested.
117 > Wireless adhoc network hasn't been fully tested.
118 >
119 > # Future Plan
120 > =============
121 > Since the plug-in has almost been finished, I'll consider supporting the
122 > writing option which is the optional feature mentioned in my proposal.
123 > Before that, testing of current features is more important in my opinion.
124 >

Replies

Subject Author
Re: [gentoo-soc] Progress of NetworkManager Plug-in 2010.05.20 Arun Raghavan <arunissatan@×××××.com>
Re: [gentoo-soc] Progress of NetworkManager Plug-in 2010.05.20 Mu Qiao <qiaomuf@×××××.com>