Gentoo Archives: gentoo-gwn

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-gwn@l.g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter 25 September 2006
Date: Tue, 03 Oct 2006 23:54:42
Message-Id: 1159914499.10600.22.camel@inertia.twi-31o2.org
1 ---------------------------------------------------------------------------
2 Gentoo Weekly Newsletter
3 http://www.gentoo.org/news/en/gwn/current.xml
4 This is the Gentoo Weekly Newsletter for the week of 25 September 2006.
5 ---------------------------------------------------------------------------
6
7 ==============
8 1. Gentoo news
9 ==============
10
11 2006.1 LiveCD/LiveDVD media refresh
12 -----------------------------------
13
14 Because of several problems with the Installer-based media, a media
15 refresh was done on these pieces of the release. No package versions have
16 changed from the 2006.1 release. The media was rebuilt to work around a
17 couple problems with the media, specifically an issue which would cause
18 network-less installations using the Gentoo Linux Installer to fail. Also,
19 the SPARC Universal InstallCD was rebuilt to resolve a PAM issue with the
20 CD, and the x86 Minimal InstallCD was rebuilt to work for machines <i686.
21 The refreshed media is as follows:
22
23 * AMD64 LiveCD
24 * SPARC Universal InstallCD
25 * x86 LiveCD
26 * x86 Minimal InstallCD
27
28 The updated media is already on the mirrors, in the 2006.1 directories,
29 and has replaced the broken media. If you are not concerned about
30 network-less installs, then there is no need for you to download anything
31 new.
32
33 Note: We will be updating the media on the Bittorrent tracker, also.
34 Another note will be sent out once this is done.
35
36 ======================
37 2. Gentoo in the press
38 ======================
39
40 LinuxDevices.com (Sep 14 2006)
41 ------------------------------
42
43 NASA has been testing several Linux-based planetary surface exploration
44 robots in the Arizona desert near Meteor Crater. One robot in particular,
45 The Scout, is a vehicle that can be controlled remotely or locally via a
46 touchscreen and keyboard. The Scout is powered by two Dell D400 laptops
47 running Gentoo Linux.
48
49 Figure 2.1: Scout
50 http://www.gentoo.org/images/gwn/20060925_scout.jpg
51
52 * http://www.linuxdevices.com/news/NS4892438264.html
53 * http://robonaut.jsc.nasa.gov/desert06.htm
54
55 Open Source On The Air (15 Sep 2006)
56 ------------------------------------
57
58 Last week, James Purser interviewed Gentoo developer Mark Kowarsky[1] for
59 his LA Update[2] radio show on Open Source On The Air. Mark is part of the
60 Forums and User Relations teams and you can find him in the forums or in
61 IRC as mark_alec.
62
63 1. mark_alec@g.o
64 2. http://www.localfoss.org/node/260
65
66 The interview started with Mark talking about himself, his experience and
67 his work with Gentoo. James then asked about the Gentoo community in
68 Australia and its evolution. From there, Mark went on to talk about the
69 Gentoo community as a whole and to reply to questions on the perceived
70 Gentoo's growing pains. James also asked about Gentoo's release cycle and
71 how the community looked upon the derivative distributions. Next, Mark
72 talked about the future of our distribution and its leadership. Finally,
73 Mark was able to address the future plans for Gentoo in Australia.
74
75 You can hear the complete show in ogg vorbis[3] or mp3[4] formats. You can
76 find more info on this interview, including a transcript and edited
77 versions of the interview, at Mark's Blog[5].
78
79 3. http://www.localfoss.org/files/osota_laupdate_6.ogg
80 4. http://www.localfoss.org/files/osota_laupdate_6.mp3
81 5.
82 http://planet.gentoo.org/developers/mark_alec/2006/09/24/i_m_on_an_austrlian_radio
83
84 APC Magazine (22 Sep 2006)
85 --------------------------
86
87 Author Ashton Mills writes about source-based distributions, and
88 specifically Gentoo Linux, in his article entitled, "Use the source,
89 Luke?" where he speaks out on his love/hate relationship with Gentoo. He
90 talks about the positive experience of working with portage, as well as
91 the ability to easily tailor his environment to be his own. Some
92 complaints include long download times, massive bandwidth usage, and the
93 biggest problem to any source-based distribution, the simple fact that
94 sometimes, it will break.
95
96 * http://www.apcstart.com/site/amills/2006/09/1589/use-the-source-luke
97
98 ==================
99 3. Tips and Tricks
100 ==================
101
102 Using GNU screen
103 ----------------
104
105 GNU screen[6] is a very useful program, especially if you are a coder or
106 administrator. It has a lot of options, and it's not easy to find your way
107 in its huge man page. Below is a small list of some useful options that
108 you should put in your ~/.screenrc.
109
110 6. http://en.wikipedia.org/wiki/GNU_Screen
111
112 One of the rather useful options aims to replace the main screen key.
113 Instead of 'ctrl-A', it changes it to 'ctrl-O'. This is because 'ctrl-A'
114 is binded for use in many applications, such as emacs, bash, and links,
115 which clashes with the default screen key 'ctrl-A'.
116
117 Another nifty option sets a caption on the bottom line. It displays the
118 open windows with their number and title, the current one being
119 highlighted in white on blue. Some status information is padded to the
120 right of the screen.
121
122 ---------------------------------------------------------------------------
123 | Code Listing 3.1: |
124 |~/.screenrc settings |
125 ---------------------------------------------------------------------------
126 | |
127 |# use visual bell |
128 |vbell on |
129 |# replace ctrl-A by ctrl-O |
130 |escape ^Oo |
131 |# set a big scrolling buffer |
132 |defscrollback 5000 |
133 |# Set the caption on the bottom line |
134 |caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c" |
135 | |
136 ---------------------------------------------------------------------------
137
138 Here is a small screenshot of the caption line in action.
139
140 Figure 3.1: GNU screen with the caption line enabled
141 http://www.gentoo.org/images/gwn/20060925_screen.png
142
143 =========================
144 4. Gentoo developer moves
145 =========================
146
147 Moves
148 -----
149
150 The following developers recently left the Gentoo project:
151
152 * none this week
153
154 Adds
155 ----
156
157 The following developers recently joined the Gentoo project:
158
159 * none this week
160
161 Changes
162 -------
163
164 The following developers recently changed roles within the Gentoo project:
165
166 * none this week
167
168 ==================
169 5. Gentoo security
170 ==================
171
172 Mailman: Multiple vulnerabilities
173 ---------------------------------
174
175 Mailman has multiple vulnerable that can result in Denial of Service, log
176 file injection and XSS.
177
178 For more information, please see the GLSA Announcement[7]
179
180 7. http://www.gentoo.org/security/en/glsa/glsa-200609-12.xml
181
182 gzip: Multiple vulnerabilities
183 ------------------------------
184
185 gzip is affected by multiple vulnerabilities, including buffer overflows
186 and infinite loops, possibly allowing the execution of arbitrary code.
187
188 For more information, please see the GLSA Announcement[8]
189
190 8. http://www.gentoo.org/security/en/glsa/glsa-200609-13.xml
191
192 ===========
193 6. Bugzilla
194 ===========
195
196 Summary
197 -------
198
199 * Statistics
200 * Closed bug ranking
201 * New bug rankings
202
203 Statistics
204 ----------
205
206 The Gentoo community uses Bugzilla (bugs.gentoo.org[9]) to record and
207 track bugs, notifications, suggestions and other interactions with the
208 development team. Between 17 September 2006 and 24 September 2006,
209 activity on the site has resulted in:
210
211 9. http://bugs.gentoo.org
212
213 * 995 new bugs during this period
214 * 473 bugs closed or resolved during this period
215 * 41 previously closed bugs were reopened this period
216 * 152 closed as NEEDINFO/WONTFIX/CANTFIX/INVALID/UPSTREAM during this
217 period
218 * 211 bugs marked as duplicates during this period
219
220 Of the 11225 currently open bugs: 36 are labeled 'blocker', 122 are
221 labeled 'critical', and 528 are labeled 'major'.
222
223 Closed bug rankings
224 -------------------
225
226 The developers and teams who have closed the most bugs during this period
227 are:
228
229 * AMD64 Project[10], with 41 closed bugs[11]
230 * Gentoo KDE team[12], with 21 closed bugs[13]
231 * Gentoo Games[14], with 20 closed bugs[15]
232 * Java team[16], with 19 closed bugs[17]
233 * Luca Longinotti[18], with 16 closed bugs[19]
234 * Gentoo's Team for Core System packages[20], with 16 closed bugs[21]
235 * SpanKY[22], with 14 closed bugs[23]
236 * Crypto herd[24], with 14 closed bugs[25]
237 10. amd64@g.o
238 11.
239 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=amd64@g.o
240 12. kde@g.o
241 13.
242 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=kde@g.o
243 14. games@g.o
244 15.
245 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=games@g.o
246 16. java@g.o
247 17.
248 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=java@g.o
249 18. chtekk@g.o
250 19.
251 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=chtekk@g.o
252 20. base-system@g.o
253 21.
254 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=base-system@g.o
255 22. vapier@g.o
256 23.
257 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=vapier@g.o
258 24. crypto@g.o
259 25.
260 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-17&chfieldto=2006-09-24&resolution=FIXED&assigned_to=crypto@g.o
261
262
263 New bug rankings
264 ----------------
265
266 The developers and teams who have been assigned the most new bugs during
267 this period are:
268
269 * Default Assignee for New Packages[26], with 27 new bugs[27]
270 * Gentoo Linux Gnome Desktop Team[28], with 18 new bugs[29]
271 * Krzysiek Pawlik[30], with 17 new bugs[31]
272 * Gentoo Games[32], with 14 new bugs[33]
273 * AMD64 Project[34], with 12 new bugs[35]
274 * Gentoo KDE team[36], with 11 new bugs[37]
275 * Gentoo net-im Herd[38], with 10 new bugs[39]
276 * Default Assignee for Orphaned Packages[40], with 10 new bugs[41]
277 26. maintainer-wanted@g.o
278 27.
279 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=maintainer-wanted@g.o
280 28. gnome@g.o
281 29.
282 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=gnome@g.o
283 30. nelchael@g.o
284 31.
285 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=nelchael@g.o
286 32. games@g.o
287 33.
288 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=games@g.o
289 34. amd64@g.o
290 35.
291 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=amd64@g.o
292 36. kde@g.o
293 37.
294 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=kde@g.o
295 38. net-im@g.o
296 39.
297 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=net-im@g.o
298 40. maintainer-needed@g.o
299 41.
300 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-17&chfieldto=2006-09-24&assigned_to=maintainer-needed@g.o
301
302
303 ===============
304 7. GWN feedback
305 ===============
306
307 Please send us your feedback[42] and help make the GWN better.
308
309 42. gwn-feedback@g.o
310
311 ===============================
312 8. GWN subscription information
313 ===============================
314
315 To subscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
316 gentoo-gwn+subscribe@g.o.
317
318 To unsubscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
319 gentoo-gwn+unsubscribe@g.o from the e-mail address you are
320 subscribed under.
321
322 ==================
323 9. Other languages
324 ==================
325
326 The Gentoo Weekly Newsletter is also available in the following languages:
327
328 * Chinese (Simplified)[43]
329 * Danish[44]
330 * Dutch[45]
331 * English[46]
332 * German[47]
333 * Greek[48]
334 * French[49]
335 * Korean[50]
336 * Japanese[51]
337 * Italian[52]
338 * Polish[53]
339 * Portuguese (Brazil)[54]
340 * Portuguese (Portugal)[55]
341 * Russian[56]
342 * Spanish[57]
343 43. http://www.gentoo.org/news/zh_cn/gwn/gwn.xml
344 44. http://www.gentoo.org/news/da/gwn/gwn.xml
345 45. http://www.gentoo.org/news/nl/gwn/gwn.xml
346 46. http://www.gentoo.org/news/en/gwn/gwn.xml
347 47. http://www.gentoo.org/news/de/gwn/gwn.xml
348 48. http://www.gentoo.org/news/el/gwn/gwn.xml
349 49. http://www.gentoo.org/news/fr/gwn/gwn.xml
350 50. http://www.gentoo.org/news/ko/gwn/gwn.xml
351 51. http://www.gentoo.org/news/ja/gwn/gwn.xml
352 52. http://www.gentoo.org/news/it/gwn/gwn.xml
353 53. http://www.gentoo.org/news/pl/gwn/gwn.xml
354 54. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
355 55. http://www.gentoo.org/news/pt/gwn/gwn.xml
356 56. http://www.gentoo.org/news/ru/gwn/gwn.xml
357 57. http://www.gentoo.org/news/es/gwn/gwn.xml
358
359
360 Ulrich Plate <plate@g.o> - Editor
361 Jorge Vicetto <jmbsvicetto@g.o> - Author
362 Damien Krotkine <dams@g.o> - Author
363 Chris Gianelloni <wolf31o2@g.o> - Author

Attachments

File name MIME type
signature.asc application/pgp-signature