Gentoo Archives: gentoo-gwn

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-gwn@l.g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter 13 November 2006
Date: Wed, 15 Nov 2006 03:45:29
Message-Id: 1163559970.10237.2.camel@inertia.twi-31o2.org
1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 Gentoo Weekly Newsletter
3 http://www.gentoo.org/news/en/gwn/20061113-newsletter.xml
4 This is the Gentoo Weekly Newsletter for the week of 13 November 2006.
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7 ==============
8 1. Gentoo News
9 ==============
10
11 Anonymous CVS and SVN now available
12 -----------------------------------
13
14 The Gentoo Infrastructure team[1] is pleased to announce that they have
15 completed the configuration and testing of the anonymous read-only CVS and
16 SVN services for Gentoo repositories, and that these services are now
17 available for public use.
18
19 1. http://www.gentoo.org/proj/en/infrastructure
20
21 The anonymous services are primarily intended to help our non-developer
22 contributors easily produce patches and modifications (cvs diff/svn diff),
23 and provide easier access to the source for gentoo-hosted projects.
24
25 For our more enthusiastic of users out there, please note that the CVS and
26 SVN services are not any more up-to-date than what is available via rsync,
27 and may be an additional 30 minutes behind, based on load on various
28 machines. Please do not switch to using the CVS simply because you think
29 that it will get you the tree faster, or make you cooler. Compared to our
30 rsync distribution method, the anonymous services have considerably less
31 resources (both processing and bandwidth) behind them. Infrastructure will
32 not hesitate to block IP addresses that abuse this service.
33
34 CVS
35
36 CVS is limited to 5 concurrent users. It currently offers the following
37 repositories: gentoo, gentoo-projects, gentoo-src, and gentoo-x86
38
39 +---------------------------------------------------------------------------+
40 | Code Listing 1.1 |
41 | Checking out from CVS |
42 +---------------------------------------------------------------------------+
43 | $ cvs -d :pserver:anonymous@××××××××××××××.org/var/cvsroot co <repo> |
44 +---------------------------------------------------------------------------+
45
46 SVN
47
48 SVN has the following repositories: apache, baselayout, catalyst, devmanual,
49 eselect, genkernel, gentoo-alt, gentoo-python, gentoo-syntax, gentoo-vdr,
50 gentoolkit, gli, glsr, hardened, hwdata, keychain, linux-patches,
51 livecd-tools, portage, sandbox
52
53 +---------------------------------------------------------------------------+
54 | Code Listing 1.2 |
55 | Checking out from SVN |
56 +---------------------------------------------------------------------------+
57 | $ svn co http://anonsvn.gentoo.org/repositories/<repo> |
58 +---------------------------------------------------------------------------+
59
60 The front page of the service, http://anoncvs.gentoo.org/, maintains an
61 accurate list of the repositories available, as well as holding complete
62 instructions and caveats.
63
64 Please file an Infrastructure bug[2] for any problems that might come up.
65
66 2. http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Infrastructure
67
68 The gzip blocking previously discussed has been removed, due to bandwidth
69 constraints on the part of the server. The concurrent user limit has been
70 lowered correspondingly.
71
72 Thanks go to: kengland, robbat2, kingtaco, ramereth, and several others for
73 helping make this happen.
74
75 Engine Yard uses Gentoo clusters for Ruby on Rails service
76 ----------------------------------------------------------
77
78 Engine Yard uses Gentoo-based clusters for its Ruby on Rails deployment
79 service. There's a video about its use of Gentoo at
80 http://qualityhumans.com/images/tom_ezra_gentoo.mov. In it, they talk about
81 how Gentoo has helped them in the design of their service and praise
82 Gentoo's customization capabilities. They also make several humorous
83 comments about Gentoo, such as "I'm pretty convinced that all the other
84 distros are built on Gentoo." They then go on to describe their upcoming Xen
85 domU image, which will be a Ruby on Rails development environment based on
86 Gentoo.
87
88 =========================
89 2. Heard in the community
90 =========================
91
92 gentoo-user
93 -----------
94
95 Symlinking out of a chroot
96
97 Brian Davis was planning on running his Apache server in a chroot. However,
98 he did not want to have to copy the pictures and other content to be served
99 into the chroot. He wanted to know if he could symlink out of the chroot to
100 the content.
101
102 Responding Gentooers pointed out that the symlinks wouldn't work and
103 suggested using mount --bind instead.
104
105 +---------------------------------------------------------------------------+
106 | Code Listing 2.1 |
107 | Using --bind with mount |
108 +---------------------------------------------------------------------------+
109 | # mount --bind /source /chroot/target |
110 +---------------------------------------------------------------------------+
111
112 * http://archives.gentoo.org/gentoo-user/msg_103623.xml
113
114 New to Gentoo. Having trouble getting it started for the first time
115
116 Jon M had set up his root partition on /dev/hda3 using ReiserFS. When he
117 tried to boot, however, he received error messages including "VFS: Cannot
118 open root device "hda3" or unknown-block(0,0)".
119
120 Richard Fish responded that the "unknown-block(0,0)" showed that the kernel
121 could not find a device for hda3. This would be a symptom of failure to
122 compile in the necessary IDE device driver's for Jon's chipset or a failure
123 to compile int IDE support entirely.
124
125 Jon M had a look at the .config file for his kernel and indicated he'd
126 missed the device driver for his chipset.
127
128 * http://archives.gentoo.org/gentoo-user/msg_103578.xml
129
130 =========================
131 3. Gentoo developer moves
132 =========================
133
134 Moves
135 -----
136
137 The following developers recently left the Gentoo project:
138
139 * none this week
140
141 Adds
142 ----
143
144 The following developers recently joined the Gentoo project:
145
146 * Alexander Færøy (eroyf) User Relations/Alpha/MIPS
147 * Cédric Krier (cedk) netmon team
148
149 Changes
150 -------
151
152 The following developers recently changed roles within the Gentoo project:
153
154 * none this week
155
156 ==================
157 4. Gentoo security
158 ==================
159
160 NVIDIA binary graphics driver: Privilege escalation vulnerability
161 -----------------------------------------------------------------
162
163 The NVIDIA binary graphics driver is vulnerable to a local privilege
164 escalation through an X session.
165
166 For more information, please see the GLSA Announcement[3]
167
168 3. http://www.gentoo.org/security/en/glsa/glsa-200611-03.xml
169
170 Bugzilla: Multiple Vulnerabilities
171 ----------------------------------
172
173 Bugzilla is vulnerable to cross-site scripting, script injection, and
174 request forgery.
175
176 For more information, please see the GLSA Announcement[4]
177
178 4. http://www.gentoo.org/security/en/glsa/glsa-200611-04.xml
179
180 Netkit FTP Server: Privilege escalation
181 ---------------------------------------
182
183 An incorrect seteuid() call could allow an FTP user to access some files or
184 directories that would normally be inaccessible.
185
186 For more information, please see the GLSA Announcement[5]
187
188 5. http://www.gentoo.org/security/en/glsa/glsa-200611-05.xml
189
190 ============================
191 5. Upcoming package removals
192 ============================
193
194 This is a list of packages that have been announced to be removed in the
195 future. The package removals come from many locations, including the
196 Treecleaners[6] and various developers.
197
198 6. http://www.gentoo.org/proj/en/qa/treecleaners
199
200 Last-Rites:
201 -----------
202
203 Package: Removal date: Contact:
204 games-fps/ut2004-domain2049 10 Dec 06 Chris Gianelloni[7]
205 dev-db/dbbalancer 10 Dec 06 Tiziano Mueller[8]
206
207 7. wolf31o2@g.o
208 8. dev-zero@g.o
209
210 ===========
211 6. Bugzilla
212 ===========
213
214 Summary
215 -------
216
217 * Statistics
218 * Closed bug ranking
219 * New bug rankings
220
221 Statistics
222 ----------
223
224 The Gentoo community uses Bugzilla (bugs.gentoo.org[9]) to record and track
225 bugs, notifications, suggestions and other interactions with the development
226 team. Between 05 November 2006 and 12 November 2006, activity on the site
227 has resulted in:
228
229 9. http://bugs.gentoo.org
230
231 * 753 new bugs during this period
232 * 484 bugs closed or resolved during this period
233 * 15 previously closed bugs were reopened this period
234 * 183 closed as NEEDINFO/WONTFIX/CANTFIX/INVALID/UPSTREAM during this
235 period
236 * 181 bugs marked as duplicates during this period
237
238 Of the 10914 currently open bugs: 29 are labeled 'blocker', 103 are labeled
239 'critical', and 487 are labeled 'major'.
240
241 Closed bug rankings
242 -------------------
243
244 The developers and teams who have closed the most bugs during this period
245 are:
246
247 * Gentoo's Team for Core System packages[10], with 34 closed bugs[11]
248 * Gentoo Linux Gnome Desktop Team[12], with 30 closed bugs[13]
249 * PgSQL Bugs[14], with 22 closed bugs[15]
250 * AMD64 Project[16], with 21 closed bugs[17]
251 * X11 External Driver Maintainers[18], with 17 closed bugs[19]
252 * Gentoo Games[20], with 15 closed bugs[21]
253 * Gentoo Security[22], with 12 closed bugs[23]
254 * Gentoo Sound Team[24], with 10 closed bugs[25]
255
256 10. base-system@g.o
257 11. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=base-system@g.o
258 12. gnome@g.o
259 13. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=gnome@g.o
260 14. pgsql-bugs@g.o
261 15. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=pgsql-bugs@g.o
262 16. amd64@g.o
263 17. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=amd64@g.o
264 18. x11-drivers@g.o
265 19. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=x11-drivers@g.o
266 20. games@g.o
267 21. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=games@g.o
268 22. security@g.o
269 23. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=security@g.o
270 24. sound@g.o
271 25. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-05&chfieldto=2006-11-12&resolution=FIXED&assigned_to=sound@g.o
272
273 New bug rankings
274 ----------------
275
276 The developers and teams who have been assigned the most new bugs during
277 this period are:
278
279 * Default Assignee for New Packages[26], with 26 new bugs[27]
280 * AMD64 Project[16], with 9 new bugs[28]
281 * X11 External Driver Maintainers[18], with 8 new bugs[29]
282 * Sandro[30], with 8 new bugs[31]
283 * Gentoo Sound Team[24], with 7 new bugs[32]
284 * Java team[33], with 7 new bugs[34]
285 * Gentoo X-windows packagers[35], with 6 new bugs[36]
286 * Steve Arnold[37], with 6 new bugs[38]
287
288 16. amd64@g.o
289 18. x11-drivers@g.o
290 24. sound@g.o
291 26. maintainer-wanted@g.o
292 27. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=maintainer-wanted@g.o
293 28. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=amd64@g.o
294 29. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=x11-drivers@g.o
295 30. sanchan@g.o
296 31. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=sanchan@g.o
297 32. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=sound@g.o
298 33. java@g.o
299 34. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=java@g.o
300 35. x11@g.o
301 36. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=x11@g.o
302 37. nerdboy@g.o
303 38. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-05&chfieldto=2006-11-12&assigned_to=nerdboy@g.o
304
305 ===============
306 7. GWN feedback
307 ===============
308
309 The GWN is staffed by volunteers and members of the community who submit
310 ideas and articles. If you are interested in writing for the GWN, have
311 feedback on an article that we have posted, or just have an idea or article
312 that you would like to submit to the GWN, please send us your feedback[39]
313 and help make the GWN better.
314
315 39. gwn-feedback@g.o
316
317 ===============================
318 8. GWN subscription information
319 ===============================
320
321 To subscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
322 gentoo-gwn+subscribe@g.o.
323
324 To unsubscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
325 gentoo-gwn+unsubscribe@g.o from the e-mail address you are subscribed
326 under.
327
328 ==================
329 9. Other languages
330 ==================
331
332 The Gentoo Weekly Newsletter is also available in the following languages:
333
334 * Chinese (Simplified)[40]
335 * Danish[41]
336 * Dutch[42]
337 * English[43]
338 * German[44]
339 * Greek[45]
340 * French[46]
341 * Korean[47]
342 * Japanese[48]
343 * Italian[49]
344 * Polish[50]
345 * Portuguese (Brazil)[51]
346 * Portuguese (Portugal)[52]
347 * Russian[53]
348 * Slovak[54]
349 * Spanish[55]
350 * Turkish[56]
351
352 40. http://www.gentoo.org/news/zh_cn/gwn/gwn.xml
353 41. http://www.gentoo.org/news/da/gwn/gwn.xml
354 42. http://www.gentoo.org/news/nl/gwn/gwn.xml
355 43. http://www.gentoo.org/news/en/gwn/gwn.xml
356 44. http://www.gentoo.org/news/de/gwn/gwn.xml
357 45. http://www.gentoo.org/news/el/gwn/gwn.xml
358 46. http://www.gentoo.org/news/fr/gwn/gwn.xml
359 47. http://www.gentoo.org/news/ko/gwn/gwn.xml
360 48. http://www.gentoo.org/news/ja/gwn/gwn.xml
361 49. http://www.gentoo.org/news/it/gwn/gwn.xml
362 50. http://www.gentoo.org/news/pl/gwn/gwn.xml
363 51. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
364 52. http://www.gentoo.org/news/pt/gwn/gwn.xml
365 53. http://www.gentoo.org/news/ru/gwn/gwn.xml
366 54. http://www.gentoo.org/news/sk/gwn/gwn.xml
367 55. http://www.gentoo.org/news/es/gwn/gwn.xml
368 56. http://www.gentoo.org/news/tr/gwn/gwn.xml
369
370 Ulrich Plate <plate@g.o> - Editor
371 Chris Atkinson <thirtyyearswar@××××××××××.com> - Author
372 Donnie Berkholz <dberkholz@g.o> - Author
373 Robin H. Miller <robbat2@g.o> - Author
374 Chris Gianelloni <wolf31o2@g.o> - Author
375
376
377 --
378 gentoo-gwn@g.o mailing list