No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
[[User:Jkeating|Jesse Keating]] announced<ref>http://jkeating.livejournal.com/76407.html</ref> the upcoming move of Fedora's package source control system from CVS to Git. | [[User:Jkeating|Jesse Keating]] announced<ref>http://jkeating.livejournal.com/76407.html</ref> the upcoming move of Fedora's package source control system from CVS to Git. | ||
[[DaveJones|Dave Jones]] presented<ref>http://www.codemonkey.org.uk/2009/12/10/annoying-kernel-packaging-bug/</ref> a conundrum in packaging the Linux kernel. "The kernel rpm package creates an initramfs file that gets dropped in /boot at install time. Creation of this file is the responsibility of dracut (or mkinitrd in older releases), called from the kernels %post script. Because we want removal of a kernel to also remove its associated initrd file (or else /boot would fill up), we used to list the initramfs file in rpms database as a %ghost file owned by the kernel..." | |||
If you have found that your Gnome icons have disappeared from various places, [[User:Jjmartinez|Juan J. Martínez]] has<ref>http://rambleon.usebox.net/post/279165346/it-didnt-attract-that-much-attention-at-the-time</ref> your answer. And how to get them back. | |||
<references/> | <references/> | ||
Line 31: | Line 35: | ||
* [[User:Jlaska|James Laska]] "FUDCon Toronto trip report"<ref>http://jlaska.livejournal.com/7399.html</ref> | * [[User:Jlaska|James Laska]] "FUDCon Toronto trip report"<ref>http://jlaska.livejournal.com/7399.html</ref> | ||
* [[User:Pfrields|Paul W. Frields]] "FUDCon Toronto report"<ref>http://marilyn.frields.org:8080/~paul/wordpress/?p=2918</ref> | * [[User:Pfrields|Paul W. Frields]] "FUDCon Toronto report"<ref>http://marilyn.frields.org:8080/~paul/wordpress/?p=2918</ref> | ||
<references/> | |||
=== Virtualization === | |||
[[DanielBerrange|Daniel Berrange]] explained<ref>http://berrange.com/personal/diary/2009/12/using-cgroups-with-libvirt-and-lxckvm</ref> how to use CGroups ("a generic mechanism the kernel provides for grouping of processes and applying controls to those groups") with "libvirt and LXC/KVM guests in Fedora 12", another feature that was quietly added to Fedora 12. | |||
And in case you are using VMWare and want to migrate to KVM, [[User:Gbraad|Gerard Braad]] instructed<ref>http://blog.gbraad.nl/2009/12/migrating-from-vmware-to-kvm.html</ref> on how to migrate virtual machines between the two. | |||
Daniel Berrange also posted<ref>http://berrange.com/personal/diary/2009/12/routed-subnets-without-nat-for-libvirt</ref> how to use "Routed subnets without NAT for libvirt managed virtual machines in Fedora". | |||
[[User:Rjones|Richard W.M. Jones]] finished<ref>http://rwmj.wordpress.com/2009/12/14/prebuilt-distributions-part-3/</ref> the three-part series on prebuilt distributions. Imagine being able to provision and built a complete virtual machine in 60 seconds... | |||
<references/> | <references/> |
Revision as of 12:06, 21 December 2009
Planet Fedora
In this section, we cover the highlights of Planet Fedora[1] - an aggregation of blogs from Fedora contributors worldwide. This edition covers highlights from the past two weeks.
Contributing Writer: Adam Batkin
General
Mel Chua reported[1] that there was a Zikula hackfest, which will shortly become the standard CMS for all Fedora Docs, Marketing and News.
Speaking of marketing, Karsten Wade posted[2] video on how "building sustainable community in Fedora leads to new innovation and new fun stuff for people to play with." And apparently[3] the Red Hat Wikipedia page[4] could use some updating.
Charles Brej continued[5][6] the Plymouth Theming Guide. If you have ever wanted your startup sequence to include a butterfly flapping its wings across the screen instead of a boring old progress bar, this is the series for you.
Richard Hughes created[7] the shared-color-profiles project to collect ICC profiles for various devices for use with Gnome Color Manager. Also mentioned[8] is a set of inexpensively available targets for use in calibrating any unknown device.
Karel Zak described[9] the new unshare command that is part of util-linux-ng 2.17. "The unshare(1) is a new command line interface to unshare Linux syscall and allows a program to run with some parts of the process execution context unshared from parent." An example shown is hiding a mounted filesystem within one shell session.
Jesse Keating announced[10] the upcoming move of Fedora's package source control system from CVS to Git.
Dave Jones presented[11] a conundrum in packaging the Linux kernel. "The kernel rpm package creates an initramfs file that gets dropped in /boot at install time. Creation of this file is the responsibility of dracut (or mkinitrd in older releases), called from the kernels %post script. Because we want removal of a kernel to also remove its associated initrd file (or else /boot would fill up), we used to list the initramfs file in rpms database as a %ghost file owned by the kernel..."
If you have found that your Gnome icons have disappeared from various places, Juan J. Martínez has[12] your answer. And how to get them back.
- ↑ http://blog.melchua.com/2009/12/07/zikula-hackfest/
- ↑ http://iquaid.org/2009/12/10/something-old-something-new-fedora-12-video/
- ↑ http://iquaid.org/2009/12/14/how-can-we-share-some-love-about-red-hat-with-wikipedia/
- ↑ http://en.wikipedia.org/wiki/Red_Hat
- ↑ http://brej.org/blog/?p=197
- ↑ http://brej.org/blog/?p=238
- ↑ http://blogs.gnome.org/hughsie/2009/12/08/shared-color-profiles/
- ↑ http://blogs.gnome.org/hughsie/2009/12/16/advances-of-freedom/
- ↑ http://karelzak.blogspot.com/2009/12/unshare1.html
- ↑ http://jkeating.livejournal.com/76407.html
- ↑ http://www.codemonkey.org.uk/2009/12/10/annoying-kernel-packaging-bug/
- ↑ http://rambleon.usebox.net/post/279165346/it-didnt-attract-that-much-attention-at-the-time
FUDCon Wrapup
Although there were lots of posts from/about FUDCon, these three posts were selected as they present good broad summaries of the event:
- Luke Macken "FUDCon Toronto 2009"[1]
- James Laska "FUDCon Toronto trip report"[2]
- Paul W. Frields "FUDCon Toronto report"[3]
Virtualization
Daniel Berrange explained[1] how to use CGroups ("a generic mechanism the kernel provides for grouping of processes and applying controls to those groups") with "libvirt and LXC/KVM guests in Fedora 12", another feature that was quietly added to Fedora 12.
And in case you are using VMWare and want to migrate to KVM, Gerard Braad instructed[2] on how to migrate virtual machines between the two.
Daniel Berrange also posted[3] how to use "Routed subnets without NAT for libvirt managed virtual machines in Fedora".
Richard W.M. Jones finished[4] the three-part series on prebuilt distributions. Imagine being able to provision and built a complete virtual machine in 60 seconds...
- ↑ http://berrange.com/personal/diary/2009/12/using-cgroups-with-libvirt-and-lxckvm
- ↑ http://blog.gbraad.nl/2009/12/migrating-from-vmware-to-kvm.html
- ↑ http://berrange.com/personal/diary/2009/12/routed-subnets-without-nat-for-libvirt
- ↑ http://rwmj.wordpress.com/2009/12/14/prebuilt-distributions-part-3/