Gentoo Archives: gentoo-gwn

From: Ulrich Plate <plate@g.o>
To: gentoo-gwn@××××××××××××.org
Subject: [gentoo-gwn] CORRECTED Gentoo Weekly Newsletter 24 January 2005
Date: Tue, 25 Jan 2005 03:53:12
Message-Id: 20050125045612.126c4f20.plate@gentoo.org
1 The Mac Mini story got accidentally dropped from the earlier
2 version of this newsletter. We apologize for the inconvenience.
3
4 GWN editor
5 Ulrich Plate
6
7 ---------------------------------------------------------------------------
8 Gentoo Weekly Newsletter
9 http://www.gentoo.org/news/en/gwn/current.xml
10 This is the Gentoo Weekly Newsletter for the week of 24 January 2005.
11 ---------------------------------------------------------------------------
12
13 ==============
14 1. Gentoo News
15 ==============
16
17 Gentoo/OpenSolaris
18 ------------------
19
20 Only few hours ahead of the first of many components[1] of the complete
21 Solaris source code being publicly released under Sun's brand new,
22 OSI-approved CDDL open-source license, Gentoo is pleased to announce plans
23 to add OpenSolaris[2] support to Portage. Gentoo Senior Manager and
24 OpenSolaris pilot program participant, Pieter Van den Abeele, has been
25 working closely with Sun's management, legal and engineering teams to
26 prepare this move. Gentoo will be leveraging the hard work of long-time
27 Solaris users and Gentoo Developers-in-training Sunil Kumar and Jason
28 Wohlgemuth, whose "Portaris" project has been running on top of Solaris 9
29 and 10 builds for quite a while already[3].
30 1. http://www.newsforge.com/article.pl?sid=05/01/23/0349259
31 2. http://www.opensolaris.org
32 3. http://www.gentoo.org/news/en/gwn/20040202-newsletter.xml#doc_chap4
33
34 Figure 1.1: OpenSolaris + Looking Glass - an interesting alternative for
35 the open-source desktop market
36 http://www.gentoo.org/images/gwn/20050124_looking-glass.jpg
37
38 With "Sun going back to its roots by open-sourcing the code," Pieter
39 expects OpenSolaris to have a huge impact on the open-source market. "With
40 their service and support network and their expertise, they can redefine
41 at least part of the open-source landscape in the enterprise," says
42 Pieter. And he expects Gentoo to become an important factor for
43 OpenSolaris' success: "We're able to build on prior experience with Gentoo
44 ports to non-Linux operating systems, we've had the technology preview of
45 Gentoo for Mac OS X[4], we've got developers working full-time on
46 Opendarwin support, and we're well out of the starting blocks for the race
47 to Gentoo-ifiedBSD kernels and userland applications[5]," he says. "But
48 even I wasn't quite prepared for my Sparc booting with a Gentoo
49 bootsplash," laughs Pieter.
50 4. http://www.metadistribution.org/macos
51 5. http://www.gentoo.org/proj/en/gentoo-alt/bsd/
52
53 The unofficial Portaris[6] or "Portage for Solaris" project has been
54 maintaining Gentoo's package management system on top of Solaris 9 and 10
55 systems. Its two biggest contributors, Sunil Kumar and Jason Wohlgemuth
56 (who, like Pieter, is a member of Sun's pilot program for open-sourcing
57 Solaris), have invested a tremendous amount of their time in this project,
58 culminating in a veritable installer for Solaris[7] that has been
59 available to a small, knowledgeable Solaris user community for several
60 months already.
61 6. http://forums.gentoo.org/viewtopic.php?t=113387
62 7. http://dev.gentoo.org/~pvdabeel/solaris9/
63
64 New kernel profiles for 2005.0
65 ------------------------------
66
67 In view of the 2005.0 release date, the Gentoo developers on the kernel
68 team have been working very hard amalgamating the sources in the Portage
69 tree. Since the 2.6 kernel tree will become the default for all supported
70 architectures except Sparc, the separate kernel categories in Portage are
71 being abolished and replaced by the same generic names formerly used for
72 the 2.4 versions of the same sources. This is the first time that the new
73 "cascading profiles" feature in Portage has been used to manage the
74 dependancy requirements of a package. In essence, this means that the same
75 package - say, gentoo-sources - will automatically decide whether its 2.6
76 or 2.4 version is being requested, based on the specifications in the
77 chosen sub-profile. By linking /etc/make.profile to either the 2.4 or 2.6
78 subprofile (whichever may exist for your profile)
79 in/usr/portage/profiles/default-[OS]/[arch]/2005.0/, you can choose which
80 one you want as your personal default, while the other version will be
81 masked.If you don't choose a subprofile, 2.6 will automatically become the
82 default, where applicable.
83
84 "If you're currently still running 2.4 kernels, but don't care all that
85 much about staying, this would be a perfect moment to switch," suggests
86 Gentoo kernel devJohn Mylchreest[8]. "We do recommend switching to 2.6
87 wherever possible, and you can catch up on what's involved by reading our
88 kernel migration guide[9]." Sparc being the only architecture with a
89 number of unresolved issues preventing a move to 2.6 as default, the newer
90 version will become the standard for virtually everybody else. Users with
91 any of the following kernel sources currently installed on their systems
92 need to be aware that these are going to be removed at the same time as
93 the 2005.0 release. Their replacements are also listed:
94 8. johnm@g.o
95 9. http://www.gentoo.org/doc/en/migration-to-2.6.xml
96
97 * development-sources will become vanilla-sources
98 * gentoo-dev-sources will become gentoo-sources
99 * rsbac-dev-sources will become rsbac-sources
100 * hardened-dev-sources will become hardened-sources
101
102 The switch is going to be automatic for users who follow a steady rsync
103 and emerge world diet. When the next version of their kernel sources
104 becomes available, an emerge --update will pull in the source tarball
105 under its new name, and update accordingly. While the Gentoo kernel team
106 recommends switching, this also works for users with specific reasons to
107 keep their 2.4 series: They just have to make sure they link to a 2.4
108 subprofile, and emerge --update for them will consequently only fetch and
109 install newer versions in the 2.4 tree, not 2.6.
110
111 The move on to the new profile that sets 2.6 by default will involve
112 changing from the old linux26-headers to linux-headers at the same time.
113 An emerge glibc - or emerge system - may be a good idea at that point.
114
115 Except for the pegasos-dev-sources that have already been moved
116 topegasos-sources, the changeover will occur at the same time as the
117 2005.0 release. More detailed information, including specific instructions
118 for linking /etc/make.profile to the right subprofile will be made
119 available at that time.
120
121 Genesi Open Desktop Workstation sales - Gentoo Linux pre-installed
122 ------------------------------------------------------------------
123
124 >From 1 March 2005, Luxembourg-based Genesi[10] will start selling their
125 Open Desktop Workstation in a configuration with Gentoo Linux
126 pre-installed - for a price of $999 USD, ten percent of which will be
127 donated to the Gentoo Foundation! Bill Buck, CEO of Genesi, explains the
128 new sponsoring deal: "For every workstation we sell thanks to a referral
129 from Gentoo's website, we'll donate 100 USD to the Foundation." As many
130 Gentoo users have been looking for attractive opportunities to support
131 Gentoo financially, sales are expected to soar now that the ODWs are
132 clearly benefitting the project as a whole. Moreover, Genesi is offering
133 their Gentoo-ified models at a considerable rebate compared to their own
134 standard offers of desktop and server configurations for $1399 and $1799
135 USD.
136 10. http://www.genesi.lu
137
138 Figure 1.1: Open Desktop Workstations with Gentoo Linux/PPC, shipping soon!
139 http://www.gentoo.org/images/gwn/20050124_odw.jpg
140
141 The Open Desktop Workstation is configured as follows:
142
143 * Pegasos II with 1GHz G4 processor
144 * 256MB of PC2100 DDR RAM
145 * CDRW drive
146 * 40GB ATA100 Hard Disk
147 * Radeon 9200SE 128MB AGP Graphics with DVI, VGA, and TV-Out
148 * Low profile small footprint case - tower or desktop orientation
149
150 Thirteen of these ODWs had previously been donated to Gentoo developers
151 for thorough testing and feature development, and consequently Gentoo
152 fully supports the PegasosPPC. The pre-installed version is based on the
153 2004.3 release of Gentoo Linux/PPC.
154
155 Pre-ordering is available right away. Sales will begin on 1 March 2005 -
156 detailed information about how to order will be sent to everyone
157 expressing interest. To be alerted when orders for the ODWs with Gentoo
158 Linux can be placed, send a message toodw@g.o.
159
160 Rumour confirmed - Gentoo first to run on Mac Mini!
161 ---------------------------------------------------
162
163 Gentoo/PPC developer Daniel Ostrow[11] has succeeded in bringing the Mac
164 Mini into the family of Gentoo supported PowerPC based machines. The
165 system will be fully supported by 2005.0 and boots cleanly using 2004.3.
166 11. dostrow@g.o
167
168 Figure 1.1: Fresh out of the box, running Gentoo Linux/PPC: Apple's new
169 Mac Mini
170 http://www.gentoo.org/images/gwn/20050124_mini.jpg
171
172 The next step will be getting the attached 20" display to behave under X.
173 The machine will be on display at the Gentoo booth at Linux World Expo -
174 Boston edition[12] on 12 to 14 February, and FOSDEM[13] in Brussels later
175 that month.
176 12. http://www.linuxworldexpo.com
177 13. http://www.fosdem.org
178
179 ==============
180 2. Future Zone
181 ==============
182
183 Renovating the Forums - phpBB brush-up and other changes
184 --------------------------------------------------------
185
186 Something's afoot in the Forums, and we asked one of the admins,Christian
187 Hartmann[14] (ian), what was going on. The following interview sheds some
188 light on what we can expect to happen in the very near future:
189 14. ian@g.o
190
191 Q: The Forums footer says: Powered by phpBB 2.0.x © 2001, 2002 phpBB
192 Group. What version are we actually using at the moment?
193
194 A: At the moment we are using a heavily patched version of the phpBB 2.0
195 branch. All security related bugs have been patched. Furthermore we
196 applied some performance tweaks and other modifications[15].
197 15. http://www.gentoo.org/news/en/gwn/20040920-newsletter.xml#doc_chap1
198
199 Q: Why aren't you just using a vanilla phpBB 2.0.11 instead?
200
201 A:That's a very frequently asked question. First of all we will indeed
202 switch to the latest stable phpBB release soon. Backporting all the
203 patches we applied to their 2.0.x codebase will almost be done by the time
204 you read this.
205
206 Q: What about all the feature requests in Gentoo Forums Feedback[16]?
207 16. http://forums.gentoo.org/viewforum.php?f=5
208
209 A: We look at every post in Gentoo Forums Feedback and know exactly what
210 our users demand. After installing the new forums software we will have a
211 look at implementing a lot of new and exciting stuff. Expect a period
212 where we'll have something new almost every week...
213
214 Q: Does that mean that you will also make use of mods?
215
216 A: Exactly! That is one of the reasons why we are switching to the latest
217 phpBB release. This will make adding modifications much easier.
218
219 Q: Adding modifications to the forums were a "no-no" for a long time.
220 Whatmade you change your mind?
221
222 A: Gentoo is project based entirely on the work of volunteers, and so is
223 its Infrastructure team. We just didn't have the resources to do any of
224 the more sophisticated things. Now that we do, it was about time we
225 changed our policy and started working on it.
226
227 Q: Talking about modifications and additions, what can we expect to see?
228
229 A: We'll have to move the forums web service to a different server soon,
230 and we'll start making use of the new forums software when switching to
231 that new server. The user hopefully will not even realize that we switched
232 to different software. It will be mostly the same as it is now, just with
233 a clean codebase, and with some of the earlier itches like the search
234 bug[17] ironed out. More corrections will be made to the language packs,
235 and after that we will add two more forums, one each for our Turkish and
236 our Arab users. There's a lot more on our todo-list, but we can talk about
237 those additions once we're done with the first batch.
238 17. http://forums.gentoo.org/viewtopic.php?t=279845
239
240 ==================
241 3. Gentoo security
242 ==================
243
244 Squid: Multiple vulnerabilities
245 -------------------------------
246
247 Squid contains vulnerabilities in the the code handling NTLM (NT Lan
248 Manager), Gopher to HTML and WCCP (Web Cache Communication Protocol) which
249 could lead to denial of service and arbitrary code execution.
250
251 For more information, please see the GLSA Announcement[18]
252 18. http://www.gentoo.org/security/en/glsa/glsa-200501-25.xml
253
254 ImageMagick: PSD decoding heap overflow
255 ---------------------------------------
256
257 ImageMagick is vulnerable to a heap overflow when decoding Photoshop
258 Document (PSD) files, which could lead to arbitrary code execution.
259
260 For more information, please see the GLSA Announcement[19]
261 19. http://www.gentoo.org/security/en/glsa/glsa-200501-26.xml
262
263 Ethereal: Multiple vulnerabilities
264 ----------------------------------
265
266 Multiple vulnerabilities exist in Ethereal, which may allow an attacker to
267 run arbitrary code, crash the program or perform DoS by CPU and disk
268 utilization.
269
270 For more information, please see the GLSA Announcement[20]
271 20. http://www.gentoo.org/security/en/glsa/glsa-200501-27.xml
272
273 Xpdf, GPdf: Stack overflow in Decrypt::makeFileKey2
274 ---------------------------------------------------
275
276 A stack overflow was discovered in Xpdf, potentially resulting in the
277 execution of arbitrary code. GPdf includes Xpdf code and therefore is
278 vulnerable to the same issue.
279
280 For more information, please see the GLSA Announcement[21]
281 21. http://www.gentoo.org/security/en/glsa/glsa-200501-28.xml
282
283 Mailman: Cross-site scripting vulnerability
284 -------------------------------------------
285
286 Mailman is vulnerable to cross-site scripting attacks.
287
288 For more information, please see the GLSA Announcement[22]
289 22. http://www.gentoo.org/security/en/glsa/glsa-200501-29.xml
290
291 CUPS: Stack overflow in included Xpdf code
292 ------------------------------------------
293
294 CUPS includes Xpdf code and therefore is vulnerable to the recent stack
295 overflow issue, potentially resulting in the remote execution of arbitrary
296 code.
297
298 For more information, please see the GLSA Announcement[23]
299 23. http://www.gentoo.org/security/en/glsa/glsa-200501-30.xml
300
301 teTeX, pTeX, CSTeX: Multiple vulnerabilities
302 --------------------------------------------
303
304 teTeX, pTeX and CSTeX make use of vulnerable Xpdf code which may allow the
305 remote execution of arbitrary code. Furthermore, the xdvizilla script is
306 vulnerable to temporary file handling issues.
307
308 For more information, please see the GLSA Announcement[24]
309 24. http://www.gentoo.org/security/en/glsa/glsa-200501-31.xml
310
311 KPdf, KOffice: Stack overflow in included Xpdf code
312 ---------------------------------------------------
313
314 KPdf and KOffice both include vulnerable Xpdf code to handle PDF files,
315 making them vulnerable to the execution of arbitrary code.
316
317 For more information, please see the GLSA Announcement[25]
318 25. http://www.gentoo.org/security/en/glsa/glsa-200501-32.xml
319
320 MySQL: Insecure temporary file creation
321 ---------------------------------------
322
323 MySQL is vulnerable to symlink attacks, potentially allowing a local user
324 to overwrite arbitrary files.
325
326 For more information, please see the GLSA Announcement[26]
327 26. http://www.gentoo.org/security/en/glsa/glsa-200501-33.xml
328
329 =======================
330 4. Gentoo International
331 =======================
332
333 Belgium: Gentoo Developer Meeting at FOSDEM (
334 ---------------------------------------------
335
336 Gentoo will again be present at FOSDEM[27] in Brussels, the annual
337 non-commercial Free and Open Source Software Developers' European Meeting.
338 It will take place at the Université Libre de Bruxelles[28] on the
339 weekend of 26 and 27 February. The Gentoo community will be represented by
340 more than 25 developers from Belgium, the Netherlands, France, Germany,
341 Denmark, Spain, Italy, and even the U.S. This time we have our own
342 Developers' Room[29], an amphitheatre with 59 seats, open on Saturday and
343 Sunday.
344 27. http://www.fosdem.org/
345 28. http://www.ulb.be/
346 29. http://www.fosdem.org/2005/index/dev_room_gentoo
347
348 A full schedule of presentations[30] has been set up by Gentoo's Fosdem
349 organizer for the Developers' room, Lars Weiler[31]. In addition to this,
350 one of Gentoo's portage developers, Marius Mauch[32], will give a
351 presentation about portage as part Fosdem's main track.
352 30. http://dev.gentoo.org/~pylon/fosdem-2005.html
353 31. pylon@g.o
354 32. http://www.fosdem.org/2005/index/speakers/speakers_mauch
355
356 As usual we will also show hardware which is supported by Gentoo, like
357 Genesi's[33] PegasosPPC, an UltraSparc and an SGI Octane. Several MacMinis
358 are also expected to get thrown in the mix. Gentoo LiveCDs will be
359 available for purchase at FOSDEM.
360 33. http://www.genesi.lu/
361
362 USA: CPLUG Security Conference (5 March)
363 ----------------------------------------
364
365 Central PA Linux Users Group[34] will be hosting a Security Conference[35]
366 at Messiah College near Harrisburg, Pennsylvania, on 5 March 2005. The
367 all-day event will feature several speakers covering topics with a
368 technical focus on Linux-related networking and security, including Gentoo
369 Hardened developer Brandon Hale[36] who will make a presentation on
370 "Advanced Memory Protections with Linux". Registrations have already
371 started and accomodation is provided by the organizers upon request.
372 Admission to the event is $5 USD, including lunch.
373 34. http://cplug.net/
374 35. http://cplug.net/conference
375 36. zhen@g.o
376
377 ======================
378 5. Gentoo in the press
379 ======================
380
381 Wildlife Photographer of the Year 2004
382 --------------------------------------
383
384 Gentoos are "busily coming and going, squabbling and fighting, raucously
385 greeting each other," and - before you start thinking we're reporting from
386 a developer conference here - "stealing stones from their neighbours'
387 nests." Nah, we'd never do that, of course. Swedish photographer Lars-Olof
388 Johansson received a "Highly commended" mention at the BBC Wildlife
389 Magazine's and The Natural History Museum's "Wildlife Photographer of the
390 Year" contest, for his extraordinarily intimateshot of two Gentoo chicks
391 and their mother[37]. Disclaimer: We don't do that, either...
392 37.
393 http://internt.nhm.ac.uk/jdsml/wildwin/2004/ad_picnumb.dsml?catdescrip2=abb
394 &posdescrip2=hc&picnumb=24
395
396 ===========
397 6. Bugzilla
398 ===========
399
400 Summary
401 -------
402
403 * Statistics
404 * Closed bug ranking
405 * New bug rankings
406
407 Statistics
408 ----------
409
410 The Gentoo community uses Bugzilla (bugs.gentoo.org[38]) to record and
411 track bugs, notifications, suggestions and other interactions with the
412 development team. Between 16 January 2005 and 23 January 2005, activity on
413 the site has resulted in:
414 38. http://bugs.gentoo.org
415
416 * 990 new bugs during this period
417 * 546 bugs closed or resolved during this period
418 * 35 previously closed bugs were reopened this period
419
420 Of the 7976 currently open bugs: 109 are labeled 'blocker', 230 are
421 labeled 'critical', and 593 are labeled 'major'.
422
423 Closed bug rankings
424 -------------------
425
426 The developers and teams who have closed the most bugs during this period
427 are:
428
429 * Gentoo KDE team[39], with 41 closed bugs[40]
430 * OpenOffice Team[41], with 27 closed bugs[42]
431 * Gentoo Games[43], with 26 closed bugs[44]
432 * AMD64 Porting Team[45], with 21 closed bugs[46]
433 * Vim Maintainers[47], with 20 closed bugs[48]
434 * Java team[49], with 20 closed bugs[50]
435 * media-video herd[51], with 19 closed bugs[52]
436 * Gentoo's Team for Core System packages[53], with 17 closed bugs[54]
437 39. kde@g.o
438 40.
439 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=kde@g.o
440 41. openoffice@g.o
441 42.
442 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=openoffice@g.o
443 43. games@g.o
444 44.
445 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=games@g.o
446 45. amd64@g.o
447 46.
448 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=amd64@g.o
449 47. vim@g.o
450 48.
451 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=vim@g.o
452 49. java@g.o
453 50.
454 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=java@g.o
455 51. media-video@g.o
456 52.
457 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=media-video@g.o
458 53. base-system@g.o
459 54.
460 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-01-16&chfieldto=2005-01-23&resolution=FIXED&assigned_to=base-system@g.o
461
462 New bug rankings
463 ----------------
464
465 The developers and teams who have been assigned the most new bugs during
466 this period are:
467
468 * Gentoo Sound Team[55], with 17 new bugs[56]
469 * Gentoo Linux Gnome Desktop Team[57], with 17 new bugs[58]
470 * Gentoo X-windows packagers[59], with 16 new bugs[60]
471 * Gentoo's Team for Core System packages[61], with 14 new bugs[62]
472 * Gentoo Kernel Bug Wranglers and Kernel Maintainers[63], with 13 new
473 bugs[64]
474 * AMD64 Porting Team[65], with 13 new bugs[66]
475 * Gentoo KDE team[67], with 12 new bugs[68]
476 * media-video herd[69], with 11 new bugs[70]
477 55. sound@g.o
478 56.
479 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=sound@g.o
480 57. gnome@g.o
481 58.
482 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=gnome@g.o
483 59. x11@g.o
484 60.
485 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=x11@g.o
486 61. base-system@g.o
487 62.
488 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=base-system@g.o
489 63. kernel@g.o
490 64.
491 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=kernel@g.o
492 65. amd64@g.o
493 66.
494 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=amd64@g.o
495 67. kde@g.o
496 68.
497 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=kde@g.o
498 69. media-video@g.o
499 70.
500 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-01-16&chfieldto=2005-01-23&assigned_to=media-video@g.o
501
502 ==================
503 7. Tips and Tricks
504 ==================
505
506 Watching logfiles on your desktop: root-tail
507 --------------------------------------------
508
509 A good sysadmin should be able to take care of what's going on his system
510 at any time. To keep up with what's going on it would be best to see the
511 logfiles just scrolling by on the desktop, but most utilities, like tail
512 -f, cannot handle more than one file at a time. Moreover, it's a little
513 tricky to configure a terminal so that it becomes borderless and
514 transparent.
515
516 Enter x11-terms/root-tail[71]. This handy utility opens a window on your
517 desktop and lets you look at any given logfile's entries as they're made.
518 There is only one problem: Most modern Window Managers occupy the desktop
519 and show a background-image on it. But there are workarounds, and one (for
520 xfce4) is shown here:
521 71. http://packages.gentoo.org/search/?sstring=root-tail
522
523 ---------------------------------------------------------------------------
524 | Code Listing 7.1: |
525 |Script for starting root-tail in |
526 xfce4----------------------------------------------------------------------
527 ---
528 | |
529 |#!/bin/bash |
530 |deskid=`xwininfo -int -name 'Desktop' | grep 'Desktop' | awk -F' ' '{ |
531 print $4 }';`
532 |root-tail -g 900x150+50+575 -font 6x10 -outline -minspace -id ${deskid} |
533 -f \
534 | /var/log/emerge.log,yellow \ |
535 | /var/log/messages,lightblue |
536 | |
537 ---------------------------------------------------------------------------
538
539 This script will find out the PID of xfce4's desktop-process, then
540 forkroot-tail into the background with a given size, place and font upon
541 the desktop where the ID is now known, and will show two logfiles,
542 printing messages in different colours. Bear in mind that if you are using
543 a localized environemnt, Desktop could be named differently, of course.
544
545 ===========================
546 8. Moves, adds, and changes
547 ===========================
548
549 Moves
550 -----
551
552 The following developers recently left the Gentoo team:
553
554 * None this week
555
556 Adds
557 ----
558
559 The following developers recently joined the Gentoo Linux team:
560
561 * Fernando J. Pereda (ferdy) - net-mail
562
563 Changes
564 -------
565
566 The following developers recently changed roles within the Gentoo Linux
567 project:
568
569 * None this week
570
571 ====================
572 9. Contribute to GWN
573 ====================
574
575 Interested in contributing to the Gentoo Weekly Newsletter? Send us an
576 email[72].
577 72. gwn-feedback@g.o
578
579 ================
580 10. GWN feedback
581 ================
582
583 Please send us your feedback[73] and help make the GWN better.
584 73. gwn-feedback@g.o
585
586 ================================
587 11. GWN subscription information
588 ================================
589
590 To subscribe to the Gentoo Weekly Newsletter, send a blank email to
591 gentoo-gwn-subscribe@g.o.
592
593 To unsubscribe to the Gentoo Weekly Newsletter, send a blank email to
594 gentoo-gwn-unsubscribe@g.o from the email address you are
595 subscribed under.
596
597 ===================
598 12. Other languages
599 ===================
600
601 The Gentoo Weekly Newsletter is also available in the following languages:
602
603 * Danish[74]
604 * Dutch[75]
605 * English[76]
606 * German[77]
607 * French[78]
608 * Japanese[79]
609 * Italian[80]
610 * Polish[81]
611 * Portuguese (Brazil)[82]
612 * Portuguese (Portugal)[83]
613 * Russian[84]
614 * Spanish[85]
615 * Turkish[86]
616 74. http://www.gentoo.org/news/da/gwn/gwn.xml
617 75. http://www.gentoo.org/news/nl/gwn/gwn.xml
618 76. http://www.gentoo.org/news/en/gwn/gwn.xml
619 77. http://www.gentoo.org/news/de/gwn/gwn.xml
620 78. http://www.gentoo.org/news/fr/gwn/gwn.xml
621 79. http://www.gentoo.org/news/ja/gwn/gwn.xml
622 80. http://www.gentoo.org/news/it/gwn/gwn.xml
623 81. http://www.gentoo.org/news/pl/gwn/gwn.xml
624 82. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
625 83. http://www.gentoo.org/news/pt/gwn/gwn.xml
626 84. http://www.gentoo.org/news/ru/gwn/gwn.xml
627 85. http://www.gentoo.org/news/es/gwn/gwn.xml
628 86. http://www.gentoo.org/news/tr/gwn/gwn.xml
629
630 Ulrich Plate <plate@g.o> - Editor
631 AJ Armstrong <aja@×××××××××××××.com> - Author
632 Christian Hartmann <ian@g.o> - Author
633 Patrick Lauer <patrick@g.o> - Author
634 Daniel Ostrow <dostrow@g.o> - Author
635 Lars Weiler <pylon@g.o> - Author
636
637 --
638 gentoo-gwn@g.o mailing list