<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8789296710216751709</id><updated>2013-04-21T20:36:42.764+02:00</updated><category term='debug'/><category term='osc11'/><category term='SUSECon'/><category term='Crowbar'/><category term='packaging'/><category term='desktop'/><category term='glibc'/><category term='security'/><category term='UEFI'/><category term='kernel'/><category term='SUSE'/><category term='community'/><category term='SUSE Cloud'/><category term='gcc'/><category term='Secure Boot'/><category term='btrfs'/><category term='openSUSE'/><category term='SLE'/><category term='OpenStack'/><category term='Cloud'/><title type='text'>AJ's Open Source, openSUSE and SUSE Ramblings</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default?start-index=26&amp;max-results=25'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-5564478469927574593</id><published>2013-04-12T12:16:00.000+02:00</published><updated>2013-04-12T12:16:49.752+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SUSE Cloud'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenStack'/><category scheme='http://www.blogger.com/atom/ns#' term='SLE'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Crowbar'/><title type='text'>Chef and Crowbar for setting up OpenStack clouds - with openSUSE and SUSE Cloud</title><content type='html'>To easily setup an OpenStack-based cloud on server hardware, we at SUSE use the open source &lt;a href="https://github.com/crowbar"&gt;Crowbar&lt;/a&gt; project. Crowbar eases the setup of all the different OpenStack components and thus reduces the time spent deploying and managing an OpenStack-based cloud.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://raw.github.com/crowbar/barclamp-crowbar/master/crowbar_framework/public/images/crowbar-logo.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="https://raw.github.com/crowbar/barclamp-crowbar/master/crowbar_framework/public/images/crowbar-logo.png" /&gt;&lt;/a&gt;Crowbar is a platform for server provisioning and deployment from bare metal. It provides server discovery, firmware upgrades, and operating system installation using PXE Boot, and it deploys applications on top of functioning operating systems using Chef.&lt;br /&gt;&lt;br /&gt;Currently development is happening on Crowbar 2 and I'd like to give a short overview of a few things that are done here to make this work useable for openSUSE and &lt;a href="http://www.suse.com/products/suse-cloud/"&gt;SUSE Cloud&lt;/a&gt; - SUSE's OpenStack based cloud offering.&lt;br /&gt;&lt;h3&gt; Moving to a common Chef cookbase base&lt;/h3&gt;So far, Crowbar comes with its own Chef cookbooks to setup OpenStack, a forked and heavily adapted version.&lt;br /&gt;&lt;br /&gt;We'd like to have one common set of Chef cookbooks that are shared between Crowbar and administrators using Chef directly. As Rob Hirschfeld &lt;a href="http://robhirschfeld.com/2013/03/08/devops-plawith-others-chef-crowbar-upstream"&gt;said&lt;/a&gt;: "The real victory comes when multiple deployments use the same trunk instead of forking".&lt;br /&gt;The additional benefit here is that these cookbooks will then also work without Crowbar on e.g. openSUSE and SUSE Linux Enterprise.&lt;br /&gt;&lt;br /&gt;Right now it looks like the awesome cookbooks done by AT&amp;amp;T and Rackspace (e.g. &lt;a href="https://github.com/att-cloud/cookbook-keystone/blob/master/README.md%29"&gt;https://github.com/att-cloud/cookbook-keystone/blob/master/README.md)&lt;/a&gt; are the best option for going forward. But these cookbooks have two limitations for our usage: they do not handle openSUSE and SUSE Linux Enterprise and are not ported for Grizzly yet. So, this gives us the next tasks:&lt;br /&gt;&lt;h3&gt;Enhance existing Chef cookbooks to know about openSUSE and SUSE -   and for Grizzly&lt;/h3&gt;We're enhancing these cookbooks now so that they support OpenStack Grizzly and we're also adding support for servers running openSUSE and SUSE Linux Enterprise.&lt;br /&gt;&lt;br /&gt;Once the cookbooks are usuable on their own, they can be integrated into Crowbar.&lt;br /&gt;&lt;h3&gt; Integrate the Chef cookbooks into Crowbar&lt;/h3&gt;To use the cookbooks from Crowbar, Crowbar needs to pass parameters to&lt;br /&gt;them. This concept is called "Attribute Injection" and Judd Maltin has explained this in detail in a &lt;a href="http://newgoliath.wordpress.com/2013/03/08/orchestration-consistency-and-community-cookbooks/"&gt;great blog post&lt;/a&gt;.&lt;br /&gt;&lt;h3&gt;Crowbar 2 and Chef  / Puppet&lt;/h3&gt;Of interest to some might be that in the coming Crowbar 2, the Chef usage has been hidden behind an extra layer called "Jig". Jig was introduced to overcome some design limitations of Crowbar, the extra abstraction also gives a more flexible framework. Now other configuration management options can be added besides Chef. Puppet is one framework that the Crowbar team would like to support as backend and this work is currently postponed after the initial Crowbar 2 release.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/5564478469927574593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2013/04/chef-and-crowbar-for-setting-up.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/5564478469927574593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/5564478469927574593'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2013/04/chef-and-crowbar-for-setting-up.html' title='Chef and Crowbar for setting up OpenStack clouds - with openSUSE and SUSE Cloud'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-3034542377040863711</id><published>2013-04-09T09:02:00.000+02:00</published><updated>2013-04-09T09:02:37.534+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SUSE Cloud'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenStack'/><category scheme='http://www.blogger.com/atom/ns#' term='Cloud'/><title type='text'>OpenStack Grizzly Packages for openSUSE and SUSE Linux Enterprise</title><content type='html'>Last week the OpenStack project released its 7th release named &lt;a href="http://www.openstack.org/blog/2013/04/openstack-grizzly/"&gt;Grizzly&lt;/a&gt;  and the packages are now available for openSUSE and SUSE Linux Enterprise via the &lt;a href="https://build.opensuse.org/project/show?project=Cloud%3AOpenStack%3AGrizzly"&gt;openSUSE Build Service&lt;/a&gt;. Packages can be downloaded from the &lt;a href="http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/"&gt;download server&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The repositories contain all the core OpenStack packages plus incubated projects that will be part of core in the Havana release (Heat for VM orchestration and Ceilometer for metering). Additional package dependencies are included as well.&lt;br /&gt;&lt;br /&gt;For discussion about these packages, use the opensuse-cloud at opensuse.org mailing list and the freenode channel #opensuse-cloud. To learn more about OpenStack on openSUSE, see also &lt;a href="http://en.opensuse.org/Portal:OpenStack"&gt;our wiki page&lt;/a&gt;. </content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/3034542377040863711/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2013/04/openstack-grizzly-packages-for-opensuse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/3034542377040863711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/3034542377040863711'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2013/04/openstack-grizzly-packages-for-opensuse.html' title='OpenStack Grizzly Packages for openSUSE and SUSE Linux Enterprise'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-3862403006334245713</id><published>2013-03-11T12:00:00.000+01:00</published><updated>2013-03-11T22:05:36.839+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SUSE Cloud'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenStack'/><category scheme='http://www.blogger.com/atom/ns#' term='Cloud'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Crowbar'/><title type='text'>Moving to open development: OpenStack / Crowbar / Chef on SUSE</title><content type='html'>&lt;i&gt;This blog post was written by &lt;a href="http://adamspiers.org/" target="_blank"&gt;Adam Spiers&lt;/a&gt; and Andreas Jaeger.&lt;/i&gt;&lt;br /&gt; Here at SUSE we have based our business on Free and Open Source Software for &lt;a href="https://www.suse.com/company/press/2012/4/suse-showcases-20-years-of-commercializing-open-source-software.html"&gt;over 20 years&lt;/a&gt;, so it is nothing new to say that we strongly believe in open development and collaboration as a way of producing software of the highest quality.&lt;br /&gt;Therefore we are pleased to announce that we have opened up our work on development and packaging of OpenStack, Crowbar, and Chef, for both openSUSE and SUSE Linux Enterprise.  This work is happening publically in the Open Build Service, and we warmly invite everyone to use the results and also join in with development, testing, documentation and packaging.&lt;br /&gt;Open development is a process that does not end with code on public servers,  but involves ongoing open communication as well. Please speak up on the &lt;a href="http://lists.opensuse.org/opensuse-cloud/"&gt;opensuse-cloud mailing list&lt;/a&gt;if you see any areas where we could improve further! &lt;h2&gt;OpenStack&lt;/h2&gt; &lt;a href="http://openstack.org/"&gt;OpenStack&lt;/a&gt; is our preferred cloud management platform, due to its open nature and backing from &lt;a href="http://www.openstack.org/community/"&gt;an already huge and rapidly growing community&lt;/a&gt;.  We have packaged both OpenStack's  &lt;a href="https://build.opensuse.org/project/show?project=Cloud:OpenStack:Folsom"&gt;Folsom release&lt;/a&gt;and the beta packages for the upcoming &lt;a href="https://build.opensuse.org/project/show?project=Cloud%3AOpenStack%3AMaster"&gt;Grizzly release&lt;/a&gt; and have made them available in the Open Build Service. &lt;h2&gt;Crowbar&lt;/h2&gt;&lt;img src="https://raw.github.com/crowbar/barclamp-crowbar/master/crowbar_framework/public/images/crowbar-logo.png" style="float: right;" /&gt;OpenStack's incredible flexibility can also make it difficult to deploy. Therefore to ease the set-up of all the different OpenStack components out of the box, we are supporting the open source Crowbar project.&amp;nbsp; Our partners and customers find that using Crowbar dramatically reduces the time spent deploying and managing an OpenStack-based cloud. &lt;br /&gt;Crowbar is a platform for server provisioning and deployment from bare metal. It provides server discovery, firmware upgrades, and operating system installation using PXE Boot, and it deploys applications on top of functioning operating systems using Chef. &lt;h3&gt;Opening up Crowbar development&lt;/h3&gt;Similarly to how OpenStack was born at RackSpace and later grew into an independent entity in the form of the &lt;a href="https://www.openstack.org/foundation/"&gt;OpenStack Foundation&lt;/a&gt;, Crowbar was originally developed by Dell engineers, and is now a fully-fledged Open Source project involving close collaboration with SUSE and others. There are &lt;a href="https://github.com/crowbar/crowbar/wiki/Meetings"&gt;weekly public meetings&lt;/a&gt;, a &lt;a href="https://lists.us.dell.com/mailman/listinfo/crowbar"&gt;public mailing list&lt;/a&gt;, a &lt;a href="https://github.com/crowbar/crowbar/wiki/IRC-channel"&gt;&lt;code&gt;#crowbar&lt;/code&gt; IRC channel&lt;/a&gt;, &lt;a href="https://github.com/crowbar/crowbar/wiki/Development"&gt;public Trello boards&lt;/a&gt; and so on. As an indication of the project's independent nature, the authoritative location for the git repositories has changed from https://github.com/dellcloudedge to &lt;a href="https://github.com/crowbar"&gt;https://github.com/crowbar&lt;/a&gt;, and &lt;a href="http://crowbar.github.com/"&gt;a new homepage&lt;/a&gt;is currently under construction. &lt;h3&gt;Crowbar 2.0&lt;/h3&gt;Work on the upcoming 2.0 release of Crowbar is proceeding at a furious pace, and packages for openSUSE and SUSE Linux Enterprise are &lt;a href="https://build.opensuse.org/project/show?project=systemsmanagement:crowbar:2.0"&gt;available from the OBS&lt;/a&gt;. You are very welcome to &lt;a href="https://github.com/crowbar/crowbar/wiki/Development"&gt;join in&lt;/a&gt; and find out more! &lt;h2&gt;Chef packages&lt;/h2&gt;&lt;img src="http://www.opscode.com/images/OC_Chef_Logo.png" style="float: right;" width="100px" /&gt;&lt;a href="http://www.opscode.com/chef/"&gt;Chef&lt;/a&gt; is an Open Source configuration management tool that allows remote administration of systems at scale.  It has &lt;a href="http://community.opscode.com/"&gt;a thriving community&lt;/a&gt;which has a large overlap with the OpenStack community.  We have packaged both &lt;a href="https://build.opensuse.org/project/show?project=systemsmanagement%3Achef%3A10"&gt;Chef 10&lt;/a&gt;and &lt;a href="https://build.opensuse.org/project/show?project=systemsmanagement%3Achef%3Amaster"&gt;Chef 11&lt;/a&gt;for openSUSE and SUSE Linux Enterprise. &lt;h2&gt;Tying it all together&lt;/h2&gt;&lt;a href="https://en.opensuse.org/OpenStack_and_Crowbar_development_process"&gt;&lt;img src="https://en.opensuse.org/images/6/62/Opensuse_cloud_ci.png" style="float: right; margin: 25px;" width="500px" /&gt;&lt;/a&gt;Since each major release of these projects is packaged separately in the  Open Build Service, you are free to "mix'n'match" which of these components you want to use together: &lt;ul&gt;&lt;li&gt;OpenStack Essex&lt;/li&gt;&lt;li&gt;OpenStack Folsom&lt;/li&gt;&lt;li&gt;OpenStack Grizzly&lt;/li&gt;&lt;li&gt;Crowbar 2.0&lt;/li&gt;&lt;li&gt;Chef 10&lt;/li&gt;&lt;li&gt;Chef 11&lt;/li&gt;&lt;/ul&gt;Of course, each combination will work differently. To try any of them out, simply navigate to  &lt;a href="https://build.opensuse.org/project/repositories?project=Cloud%3AOpenStack%3AFolsom"&gt;one of the project's Repository tab&lt;/a&gt;to obtain the link to the relevant download repository.  Then you can add that to your host's list of software repositories in the normal way via YaST2 or &lt;code&gt;zypper&lt;/code&gt;, and start installing packages from it.  Alternatively, you can install directly via &lt;a href="http://en.opensuse.org/openSUSE:One_Click_Install"&gt;one-click install&lt;/a&gt;. &lt;h2&gt;Automation and Continuous Integration&lt;/h2&gt;We use &lt;a href="http://jenkins-ci.org/"&gt;Jenkins&lt;/a&gt; to automatically package changes from upstream git repositories into rpms within an openSUSE environment, and if they successfully build and install, Jenkins commits those changes to the Open Build Service (OBS) which then automatically builds and publishes packages and images. Jenkins also does unit tests as well as full stack tests.  By automating the packaging and testing process, we can spend more time on development while maintaining high quality, and gain more clarity around where problems exist.&lt;br /&gt;You can also read in more detail about our &lt;a href="https://en.opensuse.org/OpenStack_and_Crowbar_development_process"&gt;development model using the Open Build  Service&lt;/a&gt;. &lt;h2&gt;Finding out more&lt;/h2&gt;If you have questions, ask them on the &lt;a href="http://lists.opensuse.org/opensuse-cloud/"&gt;&lt;code&gt;opensuse-cloud&lt;/code&gt; mailing list&lt;/a&gt; or on the recently launched #opensuse-cloud freenode IRC channel.&lt;br /&gt;You can also find more details via the openSUSE wiki: &lt;ul&gt;&lt;li&gt;&lt;a href="http://en.opensuse.org/Portal:OpenStack"&gt;http://en.opensuse.org/Portal:OpenStack&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://en.opensuse.org/Portal:Crowbar"&gt;http://en.opensuse.org/Portal:Crowbar&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://en.opensuse.org/Portal:Chef"&gt;http://en.opensuse.org/Portal:Chef&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;This is work in progress, so feel free to help improve anything!</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/3862403006334245713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2013/03/moving-to-open-development-openstack.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/3862403006334245713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/3862403006334245713'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2013/03/moving-to-open-development-openstack.html' title='Moving to open development: OpenStack / Crowbar / Chef on SUSE'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-1398592452601394681</id><published>2013-02-25T14:41:00.000+01:00</published><updated>2013-02-25T14:41:52.087+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SUSE Cloud'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenStack'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='SUSE'/><title type='text'>Coordinating efforts to create OpenStack packages for openSUSE and SUSE Linux Enterprise Server</title><content type='html'>Engineers from &lt;a href="http://www.b1-systems.de/" target="_blank"&gt;B1 Systems&lt;/a&gt; and &lt;a href="http://www.suse.com/" target="_blank"&gt;SUSE&lt;/a&gt; have now joined forces to package &lt;a href="http://www.openstack.org/" target="_blank"&gt;OpenStack&lt;/a&gt; in the Open Build Service for &lt;a href="http://www.opensuse.org/" target="_blank"&gt;openSUSE&lt;/a&gt; and SUSE Linux Enterprise. The B1 Systems engineers bring in their OpenStack consulting and packaging expertise, the SUSE team their packaging and hardening expertise from building a commercial OpenStack based release with SUSE Cloud.&lt;br /&gt;&lt;br /&gt;The work is done in the &lt;a href="http://build.opensuse.org/" target="_blank"&gt;Open Build Service&lt;/a&gt; which allows building of packages for various distributions and versions of it. There are stable packages available from the latest OpenStack release, Folsom, and beta packages of the upcoming Grizzly release. These OpenStack packages are build now for openSUSE 12.2, openSUSE 12.3 and SUSE Linux Enterprise 11 SP2.&lt;br /&gt;The joint development project is contained in the &lt;a href="https://build.opensuse.org/project/show?project=Cloud%3AOpenStack" target="_blank"&gt;Cloud:OpenStack&lt;/a&gt; and its subprojects.&lt;br /&gt;&lt;br /&gt;Additionally, OpenStack Folsom is part of the upcoming openSUSE 12.3 release. Thus, you can build, administrate and use an OpenStack cloud within openSUSE.&lt;br /&gt;&lt;br /&gt;If you like to use OpenStack packages or join the team, please join us on the mailing list opensuse-cloud@opensuse.org (subscribing information is &lt;a href="http://en.opensuse.org/Portal:OpenStack" target="_blank"&gt;here&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;I'll talk in future posts on the development progress of these packages in the Open Build Service. In the meantime, to get more information about OpenStack on openSUSE, see the &lt;a href="http://en.opensuse.org/Portal:OpenStack" target="_blank"&gt;openSUSE OpenStack Portal&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Some background: B1 Systems is a consulting partner of SUSE and offers support for OpenStack on openSUSE and SUSE Linux Enterprise.&amp;nbsp; Some of their engineers have been packaging OpenStack for over two years now (starting with Bexar) and made those packages available through the Open Build Service for both openSUSE and SUSE Linux Enterprise. SUSE has delivered last year its &lt;a href="https://www.suse.com/products/suse-cloud/" target="_blank"&gt;SUSE Cloud&lt;/a&gt; 1.0 release that is based on OpenStack Essex.&lt;br /&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/1398592452601394681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2013/02/coordinating-efforts-to-create.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/1398592452601394681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/1398592452601394681'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2013/02/coordinating-efforts-to-create.html' title='Coordinating efforts to create OpenStack packages for openSUSE and SUSE Linux Enterprise Server'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-7907767042487436289</id><published>2012-12-21T11:21:00.004+01:00</published><updated>2012-12-21T11:21:40.091+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Easy way to install TeX packages for openSUSE 12.3</title><content type='html'>With the upcoming openSUSE 12.3, the TeX installation is much more modular - but contains now all of TeXlive. Werner added a nice trick to install packages.&lt;br /&gt;If you get an error like: &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;LaTeX Error: File `multirow.sty' not found.&lt;/span&gt;&lt;br /&gt;You can now easily install the missing package with just saying "&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;zypper in 'tex(multirow.sty)'&lt;/span&gt;".&lt;br /&gt;Similar, if a font file is missing, e.g. you get a message like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;! Font U/pzd/m/n/10=pzdr at 10.0pt not loadable: Metric (TFM) file not found.&lt;/span&gt;you can install the file with "&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;zypper in 'tex(pzdr.tfm)'&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, with the new capability 'tex', you can easily install missing files.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/7907767042487436289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/12/easy-way-to-install-tex-packages-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/7907767042487436289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/7907767042487436289'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/12/easy-way-to-install-tex-packages-for.html' title='Easy way to install TeX packages for openSUSE 12.3'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-8655277595493837816</id><published>2012-11-20T21:57:00.000+01:00</published><updated>2012-11-20T21:59:16.204+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='glibc'/><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Glibc 2.17 on the finishing line</title><content type='html'>In the next few days David Miller as GNU C Library (glibc) 2.17 release manager will call a freeze for glibc development and I've packaged glibc for openSUSE and compiled the whole distribution with it - and it looks fine.&lt;br /&gt;For those curious, what's in the new glibc, here's an incomplete list of the major changes. For the full list, see &lt;a href="http://sourceware.org/git/?p=glibc.git;a=blob_plain;f=ChangeLog;hb=HEAD" target="_blank"&gt;ChangeLog&lt;/a&gt; file and the &lt;a href="http://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS;hb=HEAD" target="_blank"&gt;NEWS&lt;/a&gt; file. The list comes from the current NEWS file and I've only copied entries relevant to openSUSE:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Port to ARM AArch64 contributed by Linaro.&lt;/li&gt;&lt;li&gt;The new function secure_getenv allows secure access to the environment, returning NULL if running in a SUID/SGID process.&amp;nbsp; This function replaces&amp;nbsp; the internal function __secure_getenv.&lt;/li&gt;&lt;li&gt;SystemTap static probes have been added into the dynamic linker. Implemented by Gary Benson.&lt;/li&gt;&lt;li&gt;Optimizations of string functions strstr, strcasestr and memmem. Implemented by Maxim Kuvyrkov.&lt;/li&gt;&lt;li&gt;The ttyname and ttyname_r functions on Linux now fall back to searching for the tty file descriptor in /dev/pts or /dev if /proc is not available.&amp;nbsp; This allows creation of chroots without the procfs mounted on /proc.&lt;/li&gt;&lt;li&gt;The `crypt' function now fails if passed salt bytes that violate the&amp;nbsp; specification for those values.&amp;nbsp; On Linux, the `crypt' function will consult /proc/sys/crypto/fips_enabled to determine if "FIPS mode" is enabled, and fail on encrypted strings using the MD5 or DES algorithm when the mode is enabled.&lt;/li&gt;&lt;li&gt;The `clock_*' suite of functions (declared in &amp;lt;time.h&amp;gt;) is now available directly in the main C library.&amp;nbsp; Previously it was necessary to link with -lrt to use these functions.&amp;nbsp; This change has the effect that a single-threaded program that uses a function such as `clock_gettime' (and is not linked with -lrt) will no longer implicitly load the pthreads library at runtime and so will not suffer the overheads associated with multi-thread support in other code such as the C++ runtime library.&lt;/li&gt;&lt;/ul&gt;Also, 125 bugreports have been marked as fixed, a couple of changes from eglibc got merged (especially for cross-testing) and some cleanups of the code were done. &lt;br /&gt;&lt;br /&gt;With the current git development version packaged as rpm, the openSUSE Build Service compiled the whole distribution on x86-64. There were three different kind of problems in packages which showed up as build errors:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Some packages had missing includes (e.g. signal.h or stdint.h). Those are easily fixed by including the header defining the missing types.&lt;/li&gt;&lt;li&gt;The functions&amp;nbsp;setfsgid() and setfsuid() produce warnings when the return value is not checked and thus fail to when -Werror is used. The proper fix is to check whether these functions have a return value less than 0.&lt;/li&gt;&lt;li&gt;clock_gettime() was moved from librt to libc. Some configure scripts check only whether clock_gettime is in librt and assume that other functions like mq_gettattr() are in the same library. So, the configure check for clock_gettime() in librt needs to be extended to look for other functions as well.&lt;/li&gt;&lt;/ol&gt;I did not noticed directly any problems in glibc itself, just these three kind of problems in packages - and had to fix around 10 packages at all.&lt;br /&gt;This was all done with the git version from the 9th of November, I've updated now to the current git version and will retest.&lt;br /&gt;My plan is to push the current glibc package soon to the openSUSE development tree called openSUSE Factory.&lt;br /&gt;&lt;ol&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/8655277595493837816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/11/glibc-217-on-finishing-line.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8655277595493837816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8655277595493837816'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/11/glibc-217-on-finishing-line.html' title='Glibc 2.17 on the finishing line'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-7292942523583261952</id><published>2012-11-07T10:10:00.000+01:00</published><updated>2012-11-07T10:10:53.847+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Updates to openSUSE Packaging Guidelines</title><content type='html'>On the opensuse-packaging mailing list, we've recently formed a team that will take care of the packaging guidelines and introduced a &lt;a href="http://en.opensuse.org/openSUSE:Packaging_guidelines_change_process" target="_blank"&gt;small process &lt;/a&gt;to change them.&lt;br /&gt;&lt;br /&gt;As part of that process, we're announcing regularly the changes to the packaging guidelines. Since this is a first such announcement, it is not a complete change but just points out a few things from the past few months. In the future, we will send out this email once a month.&lt;br /&gt;&lt;br /&gt;The Packaging guidelines can be found in the openSUSE wiki at &lt;a href="http://en.opensuse.org/openSUSE:Packaging_guidelines"&gt;http://en.opensuse.org/openSUSE:Packaging_guidelines&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The list of changes that I'd like to mention are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;New Lua Guidelines&lt;/li&gt;&lt;li&gt;Reworked font guidelines&lt;/li&gt;&lt;li&gt;Documenting changes in packages&lt;/li&gt;&lt;li&gt;Teams involved&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;New Lua Guidelines&lt;/h3&gt;We now have guidelines for lua at &lt;a href="http://en.opensuse.org/openSUSE:Packaging_Lua"&gt;http://en.opensuse.org/openSUSE:Packaging_Lua&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Reworked font guidelines&lt;/h3&gt;The packaging of fonts has been completely changed, and is documented at &lt;a href="http://en.opensuse.org/openSUSE:Packaging_Fonts"&gt;http://en.opensuse.org/openSUSE:Packaging_Fonts&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Documenting changes in packages&lt;/h3&gt;The openSUSE review team is now also enforcing proper documenting&lt;br /&gt;changes in packages:&lt;br /&gt;&lt;br /&gt;First, the .changes entry (rpm changelog) surves two purposes:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;News for the user&lt;/li&gt;&lt;li&gt;History tracking of packaging changes (often referenced in bugs to verify if a user has the latest packaging bugfixes).&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Information about updates&lt;/h4&gt;A simple "Update to version x.y.z" is, as before, not accepted. There should be some buzz around the update for the user; some major reasons to the upgrade should be listed.&lt;br /&gt;&amp;nbsp; &lt;br /&gt;Changes on the package itself should be mentioned in a way that any other contributor to the same package can follow traces of why something is the way it is. Commonly, added (build)dependencies are interesting to be seen, special hacks to make something work in a particular way [..]: Always consider that package maintenance is a distributed task and various contributors need to be able to step up at will.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Documenting patch life cycle&lt;/h4&gt;The rules about patches are listed at &lt;a href="http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines"&gt;http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines&lt;/a&gt; . &lt;br /&gt;&lt;br /&gt;Most prominent is likely the mentioning of the patches life cycle, which forces you to mention additions and removals of patches in the changelog. As history shows, this can be helpful if a patch got removed, and later a regression is reported; finding out when a patch was removed can be crucial in reconstructing feature sets (including contacting the contributor that dropped it.. which is easily extracted from the .changes if listed).&lt;br /&gt;&lt;br /&gt;The main appeal is to the devel project maintainers / reviewers, to keep out for those rules, to live according to them, as it is frustrating for everybody if a package needs to be declined by the openSUSE Factory Review team:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;The dev prj maintainer is the one getting the 'decline' (as it was usually a forwarded request), which often leaves the 'fixing' to the devel project maintainers, where the 'originator' of the fix would have been willing to actually do that...&lt;/blockquote&gt;Note: The review team is not enforcing the usage of patch markup unless the package already follows this convention.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Teams involved, contact&lt;/h3&gt;I mentioned two teams previously, these are the &lt;a href="http://en.opensuse.org/openSUSE:OpenSUSE_review_team" target="_blank"&gt;openSUSE review team&lt;/a&gt;&lt;br /&gt;and the&lt;a href="http://en.opensuse.org/openSUSE:Packaging_guidelines_change_process#Team_members" target="_blank"&gt; team taking care of the guidelines&lt;/a&gt;. You can reach both via the opensuse-packaging mailing list.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/7292942523583261952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/11/updates-to-opensuse-packaging-guidelines.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/7292942523583261952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/7292942523583261952'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/11/updates-to-opensuse-packaging-guidelines.html' title='Updates to openSUSE Packaging Guidelines'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>1</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-307457899389491305</id><published>2012-11-06T09:15:00.000+01:00</published><updated>2013-02-22T12:44:59.412+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenStack'/><category scheme='http://www.blogger.com/atom/ns#' term='Cloud'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='SUSE'/><title type='text'>Changing my responsibilities @ SUSE</title><content type='html'>As you already know, during the last few months, SUSE has reorganized responsibilities and resources around openSUSE. As a result of this new strategy, the openSUSE Team has been created (with Agustin as team lead), formed by those SUSE employees who work full time in the community project.&lt;br /&gt;&lt;br /&gt;I've worked with the openSUSE team to hand over my openSUSE related responsibilities to them and now it's time for me to formally take over some new responsibilities inside SUSE:&lt;br /&gt;&lt;br /&gt;I'll continue to be part of the SUSE Product Management team - now as product manager - and continue driving SUSE Linux Enterprise 12 efforts with the other product managers and engineering.&lt;br /&gt;openSUSE is the upstream of SUSE Linux Enterprise and with my help driving development and keeping SUSE a good partner in the openSUSE ecosystem, I'll continue to be involved.&amp;nbsp; Also, I will continue to contribute to openSUSE with packaging and reviewing of packages.&lt;br /&gt;&lt;br /&gt;As SUSE product manager I'm also joining the efforts around cloud, e.g. SUSE Cloud, and SUSE Studio and will also take product management ownership for the toolchain (compiler, debugger, C library, ...).</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/307457899389491305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/11/changing-my-responsibilities-suse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/307457899389491305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/307457899389491305'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/11/changing-my-responsibilities-suse.html' title='Changing my responsibilities @ SUSE'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-8955793442712851958</id><published>2012-09-24T01:03:00.000+02:00</published><updated>2012-09-24T01:03:09.817+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>openSUSE Summit 2012</title><content type='html'>Friday afternoon the openSUSE summit started. Registration opened in the morning and thanks to Kenneth, Vincent and Alan for welcoming everybody!&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-OX_zmmGvxc8/UF0iVflZyQI/AAAAAAAAAyI/xJZD3OTLf5I/s1600/ajs_9840.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://2.bp.blogspot.com/-OX_zmmGvxc8/UF0iVflZyQI/AAAAAAAAAyI/xJZD3OTLf5I/s320/ajs_9840.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;The afternoon had a few sessions and then the openSUSE Summit Opening Ceremony started.&amp;nbsp; opened the event and then Andy Wafaa and Michael Miller talked about the openSUSE project - and gave out large geekos to Vincent as new openSUSE chairperson, Alan Clark as passing person, Izabel Valverde for her work on the travel sponsorship team and to Bryen Yunashko for his work as co-chair.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-w0PbMd_on3A/UF0icmxw46I/AAAAAAAAAyg/NNgH7nRlPrw/s1600/ajs_9868.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://2.bp.blogspot.com/-w0PbMd_on3A/UF0icmxw46I/AAAAAAAAAyg/NNgH7nRlPrw/s320/ajs_9868.jpg" width="320" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/-QQQ7nxrnElc/UF0i3FhcJAI/AAAAAAAAA0A/KfFIXP5uZTA/s1600/ajs_9938.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://3.bp.blogspot.com/-QQQ7nxrnElc/UF0i3FhcJAI/AAAAAAAAA0A/KfFIXP5uZTA/s320/ajs_9938.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Andy and Michael were also distributing openSUSE 12.2 DVDs and signed them. So, I'm a proud owner of a special 12.2 DVD!&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-SKtHRGFRvgA/UF0i6eeMtbI/AAAAAAAAA0Q/47kdLroMaYY/s1600/ajs_9943.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://3.bp.blogspot.com/-SKtHRGFRvgA/UF0i6eeMtbI/AAAAAAAAA0Q/47kdLroMaYY/s320/ajs_9943.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Our pool party in the evening was moved inside due to rain. Alan had bought many small battery-operated boats that were build together and then they had to race over the pool. Many of them took a few detours and went in circles; some tried to dive - so a search and rescue team was launched to rescue some of the boats. It was a great fun.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-HwCJSeQWoBs/UF0h0RJYJgI/AAAAAAAAAxA/t4G8xJJAF5o/s1600/ajs_0053.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://2.bp.blogspot.com/-HwCJSeQWoBs/UF0h0RJYJgI/AAAAAAAAAxA/t4G8xJJAF5o/s320/ajs_0053.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Saturday morning Stefano Maffulli from the openstack foundation talked about open source and the cloud in his keynote.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-hs57GWEvvM0/UF75RWdnVkI/AAAAAAAABAg/cEHMw32JSN8/s1600/ajs_0117.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://4.bp.blogspot.com/-hs57GWEvvM0/UF75RWdnVkI/AAAAAAAABAg/cEHMw32JSN8/s320/ajs_0117.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Afterwords many sessions were held. As part of the openSUSE Summit, some GNOME developers met for a hackfest and Bryen organized a raffle to help sponsoring them.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-Of4saF4nPZ4/UF75ZUsGccI/AAAAAAAABAg/aUlWT4IBQaM/s1600/ajs_0173.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-Of4saF4nPZ4/UF75ZUsGccI/AAAAAAAABAg/aUlWT4IBQaM/s320/ajs_0173.jpg" width="212" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;In the evening we had a Hawaii party with Hawaii music and dancing.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-tRjYTaL4m7w/UF7527dFQBI/AAAAAAAABAg/FpGpPNGGwl0/s1600/ajs_0455.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-tRjYTaL4m7w/UF7527dFQBI/AAAAAAAABAg/FpGpPNGGwl0/s320/ajs_0455.jpg" width="212" /&gt;&lt;/a&gt;&lt;/div&gt;Sunday started again with sessions and then Bryen handed out certificates of thanks to everybody involved in the success of the event. Then we had a big discussion round (called "general session") about what we liked and disliked at the conference and about openSUSE in general. There was also a discussion on the role of the board - should they be passive or actively doing things? It was suggested that the board actively pushes team to move forward and helps them do what they need to be successful.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-Q7ZBP5igL6k/UF-NbFTjehI/AAAAAAAABCo/B0gqz7BseCc/s1600/ajs_0530.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://3.bp.blogspot.com/-Q7ZBP5igL6k/UF-NbFTjehI/AAAAAAAABCo/B0gqz7BseCc/s320/ajs_0530.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;It was great to talk with many people - many I've never met before. The geeko lounge was a great place to relax and discuss.&lt;br /&gt;Thanks for a great event especially to the co-chairs Bryen Yunashko and Alan Clark, to the SUSEcon organization team for all their organization, to our sponsors SUSE, owncloud and omnibond.&lt;br /&gt;I've uploaded a few more &lt;a href="https://picasaweb.google.com/116897159250746362191/OpenSUSESummit12"&gt;photos from the summit&lt;/a&gt; to an album.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/8955793442712851958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/09/opensuse-summit-2012.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8955793442712851958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8955793442712851958'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/09/opensuse-summit-2012.html' title='openSUSE Summit 2012'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-OX_zmmGvxc8/UF0iVflZyQI/AAAAAAAAAyI/xJZD3OTLf5I/s72-c/ajs_9840.jpg' height='72' width='72'/><thr:total>1</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-8568403438125161307</id><published>2012-09-22T14:18:00.005+02:00</published><updated>2012-09-22T14:18:59.562+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SUSECon'/><category scheme='http://www.blogger.com/atom/ns#' term='SUSE'/><title type='text'>SUSECon 2012</title><content type='html'>On Monday I flew to Orlando, Florida, to attend SUSECon 2012 - the "first annual SUSE conference". Orlando greeted us with some rain clouds and a high humidity. So far, every morning starts nice and warm and later on we got out share of rain.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-AFkL05Yw99s/UFp4OFucl-I/AAAAAAAAAoY/XtCbSb3x1ro/s1600/ajs_9459.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://1.bp.blogspot.com/-AFkL05Yw99s/UFp4OFucl-I/AAAAAAAAAoY/XtCbSb3x1ro/s320/ajs_9459.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/-ixsdBv2H9rs/UFp7hN24CgI/AAAAAAAAAoY/bLsXhlOrSjg/s1600/ajs_9473.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="212" src="http://1.bp.blogspot.com/-ixsdBv2H9rs/UFp7hN24CgI/AAAAAAAAAoY/bLsXhlOrSjg/s320/ajs_9473.jpg" width="320" /&gt;&lt;/a&gt;Tuesday was building up of the show and I made familiar with my booth and a final go through my presentations. On Tuesday evening, the opening reception was held and on Wednesday the event was opened with a keynote by SUSE's Nils Brauckmann and Michael Miller, IBM's Doug Balog and Intel's Dirk Hohndel (see the &lt;a href="https://www.youtube.com/user/susevideo" target="_blank"&gt;SUSE youtube channel&lt;/a&gt; for some videos of the keynotes).&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/-LF5IVMeckzc/UFt6opuv62I/AAAAAAAAAqU/e6vRxwjPwcU/s1600/ajs_9579.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://3.bp.blogspot.com/-LF5IVMeckzc/UFt6opuv62I/AAAAAAAAAqU/e6vRxwjPwcU/s320/ajs_9579.jpg" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;I gave my presentation about "openSUSE - upstream of SUSE Linux Enterprise" first on Wednesday and repeated it on Thursday and was attending a booth and talking with people in the exhibition hall.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-aFEf6d-QpTM/UFp7wBqlDvI/AAAAAAAAAoY/rPhzTBlIqxA/s1600/ajs_9518.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://4.bp.blogspot.com/-aFEf6d-QpTM/UFp7wBqlDvI/AAAAAAAAAoY/rPhzTBlIqxA/s320/ajs_9518.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Wednesday evening the big "20 years SUSE Birthday Party" was held in the exhibition floor and the video of SUSE Gangnam style shows what fun we had:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://2.gvt0.com/vi/CX_4aGQWw_4/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/CX_4aGQWw_4&amp;fs=1&amp;source=uds" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/CX_4aGQWw_4&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;Thursday's evening activity included the Blue Man group - a really great performance. We also had some fun coming back from the event through the rain but thanks to great organization we all got ponchos.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-GrfosUwT1EY/UFvp8PyJKzI/AAAAAAAAAtk/Ky_CLaTX6Ts/s1600/ajs_9690.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://4.bp.blogspot.com/-GrfosUwT1EY/UFvp8PyJKzI/AAAAAAAAAtk/Ky_CLaTX6Ts/s320/ajs_9690.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;gt;On Friday morning I was part of the "SUSE Linux Enterprise 12" roundtable presentation and then it was already time for the closing keynote by Michael Miller and Dell's John Igoe. The topic of the keynote was Cloud - and what changes it will bring to the IT. &lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-MlFBL3qxfFw/UF0gbACMI7I/AAAAAAAAAwE/iATbYr4nLdE/s1600/ajs_9740.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://2.bp.blogspot.com/-MlFBL3qxfFw/UF0gbACMI7I/AAAAAAAAAwE/iATbYr4nLdE/s320/ajs_9740.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-uOLRpVmiI-M/UF0giGwtYRI/AAAAAAAAAwE/Y1xEKaLm_Ig/s1600/ajs_9783.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-uOLRpVmiI-M/UF0giGwtYRI/AAAAAAAAAwE/Y1xEKaLm_Ig/s320/ajs_9783.jpg" width="212" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;SUSECon was great - it was great meeting customers, colleagues and openSUSE community incl the openSUSE Forums team.&lt;br /&gt;Now it's time for the &lt;a href="http://summit.opensuse.org/"&gt;openSUSE Summit&lt;/a&gt;. &lt;br /&gt;I've uploaded some more photos to  &lt;a href="https://picasaweb.google.com/116897159250746362191/SUSECon12"&gt;the SUSECon event page.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/8568403438125161307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/09/susecon-2012.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8568403438125161307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8568403438125161307'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/09/susecon-2012.html' title='SUSECon 2012'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-AFkL05Yw99s/UFp4OFucl-I/AAAAAAAAAoY/XtCbSb3x1ro/s72-c/ajs_9459.jpg' height='72' width='72'/><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-4727581705887040625</id><published>2012-08-10T20:43:00.000+02:00</published><updated>2012-08-10T20:43:36.501+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SLE'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Secure Boot'/><category scheme='http://www.blogger.com/atom/ns#' term='UEFI'/><title type='text'>UEFI Secure Boot and openSUSE</title><content type='html'>&lt;br /&gt;UEFI Secure Boot is a feature that is coming soon with new PCs. Traditional BIOS booting is getting replaced now with UEFI and now  hardware vendors are going - following requirements from Windows 8 - to  use UEFI for booting and enable UEFI Secure Boot. This cases a number of problems and challenges for Open Source users.&lt;br /&gt;&lt;br /&gt;My colleagues Vojtech Pavlik and Olaf Kirch have been looking into what UEFI Secure Boot is, what their effect on SUSE and openSUSE is and they propose a solution to handle it.&lt;br /&gt;They have written three blog posts explaing SUSE's approach to secure boot: &lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.suse.com/blogs/uefi-secure-boot-overview/" target="_blank"&gt;UEFI Secure Boot&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.suse.com/blogs/uefi-secure-boot-plan/" target="_blank"&gt;Our planned approach to Secure Boot&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.suse.com/blogs/uefi-secure-boot-details/" target="_blank"&gt;SUSE and Secure Boot: the details&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;Matthew Garret from Red Hat is driving the Fedora implementation of Secure Boot and he &lt;a href="http://mjg59.dreamwidth.org/15818.html" target="_blank"&gt;blogged&lt;/a&gt; as well about the solution and called it "elegant" - and expects to use it for Fedora as well.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thorsten Leemhuis has summarized this in a nice article at &lt;a href="http://www.h-online.com/open/news/item/SUSE-details-its-Secure-Boot-plans-1664699.html" target="_blank"&gt;the H&lt;/a&gt; (German original at &lt;a href="http://www.heise.de/newsticker/meldung/UEFI-Secure-Boot-fuer-Suse-Linux-1664594.html" target="_blank"&gt;Heise&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;The openSUSE community is now &lt;a href="http://lists.opensuse.org/opensuse-factory/2012-08/msg00228.html" target="_blank"&gt;discussing&lt;/a&gt; whether we can use the SUSE proposal also for openSUSE and the first reactions seems that this is the way to go.&lt;br /&gt;&lt;br /&gt;There's not much sense in summarizing the articles further, Thorsten did a great job, so read his article - or read the full three posts plus Matthew's comment for all the details.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/4727581705887040625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/08/uefi-secure-boot-and-opensuse.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/4727581705887040625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/4727581705887040625'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/08/uefi-secure-boot-and-opensuse.html' title='UEFI Secure Boot and openSUSE'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>1</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-2124899032880252482</id><published>2012-08-03T12:52:00.002+02:00</published><updated>2012-08-03T12:58:10.498+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='glibc'/><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Glibc 2.16 for openSUSE Factory</title><content type='html'>The GNU C Library (glibc 2.16) has been &lt;a href="http://sourceware.org/ml/libc-alpha/2012-06/msg00807.html" target="_blank"&gt;released&lt;/a&gt; a couple of weeks ago and is the first release after the&lt;a href="https://lwn.net/Articles/488778/" target="_blank"&gt; changed glibc development model&lt;/a&gt;. It looks like the release with the most bug fixes and most contributors.&lt;br /&gt;The most significant developer visible changes are IMO:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Support for ISO C11&lt;/li&gt;&lt;li&gt;Many bug fixes for the math library thanks to a thorough audit of all open math library bugs. The results are mor accurate exceptions and function results.&lt;/li&gt;&lt;li&gt;Support for&amp;nbsp; the x32 ABI on x86-64 which also brings unified headers for x86 and x86-64 - so there are really the same headers for all three ABIs on x86-64.&lt;/li&gt;&lt;/ul&gt;I've packaged glibc 2.16 in the openSUSE Build Service and could reduce the number of patches we had from 61 to 39 - since many of our patches were upstreamed during 2.16 development and a few backported from it. I also classified the patches to mark which ones are upstreamed and which ones are not appropriate for upstream (yet).&lt;br /&gt;&lt;br /&gt;While the focus of openSUSE is on getting 12.2 out of the door, I worked on getting glibc 2.16 ready for the next release in a side project. The library itself builds fine and Coolo has setup a staging project called &lt;a href="http://build.opensuse.org/project/show?project=openSUSE%3AFactory%3AStaging%3AGlibc" target="_blank"&gt;openSUSE:Factory:Staging:Glibc&lt;/a&gt; where the whole distribution is build with the new glibc (in this case we use 12.2 as a base since that one is moving slower).&lt;br /&gt;&lt;h3&gt;Fixing Packages&lt;/h3&gt;I've had to fix a small number of packages to get them building with glibc 2.16 and pushed everything directly to factory.&lt;br /&gt;&lt;br /&gt;The issues I encountered and fixed where:&lt;br /&gt;&lt;h4&gt;Missing &amp;lt;sys/resource.h&amp;gt;&lt;/h4&gt;The include files have been updated and some programs did not have an include on &amp;lt;sys/resource.h&amp;gt; and instead include some other file that included it.&lt;br /&gt;&lt;br /&gt;The build failure looks like:&lt;br /&gt;&lt;pre&gt;[&amp;nbsp;&amp;nbsp; 89s] util_exec.cpp: In function 'void dmtcp::Util::adjustRlimitStack()':&lt;br /&gt;[&amp;nbsp;&amp;nbsp; 89s] util_exec.cpp:374:19: error: aggregate 'dmtcp::Util::adjustRlimitStack()::rlimit rlim' has incomplete type and cannot be defined&lt;br /&gt;[&amp;nbsp;&amp;nbsp; 89s] util_exec.cpp:375:15: error: 'RLIMIT_STACK' was not declared in this scope&lt;br /&gt;[&amp;nbsp;&amp;nbsp; 89s] util_exec.cpp:375:34: error: 'getrlimit' was not declared in this scope&lt;br /&gt;[&amp;nbsp;&amp;nbsp; 89s] util_exec.cpp:376:26: error: 'RLIM_INFINITY' was not declared in this scope&lt;br /&gt;[&amp;nbsp;&amp;nbsp; 89s] util_exec.cpp:384:36: error: 'setrlimit' was not declared in this scope&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h4&gt;No declaration anymore for gets&lt;/h4&gt;gets is not declared anymore as part of ISO C11 and therefore code using gets needs to be compiled using older standards - or better do not build with gets.&lt;br /&gt;The packages that failed where packages using gnulib that issued a warning when gets was used - and this warning code works only if gets is declared. Once these packages update their gnulib code, everything is fine, for now the warning could just be disabled or only enabled when there is a declaration.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;No more 'struct siginfo'&lt;/h4&gt;&lt;br /&gt;glibc 2.16 removes the undocumented definition of 'struct siginfo'&lt;br /&gt;from &amp;lt;bits/siginfo.h&amp;gt;. This struct was always a typedef for 'siginfo_t' which is required by POSIX, so 'siginfo_t' should be used instead.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;TIME_UTC from ISO C11 in boost&lt;/h4&gt;ISO C11 introduced the constant TIME_UTC - and boost also declares this value. This breaks building with boost and thus upstream boost now renamed its value to 'TIME_UTC_' which is an API change.&lt;br /&gt;So, boost and all packages using boost's boost::TIME_UTC needed fixing.&lt;br /&gt;&lt;h4&gt;_FORTIFY_SOURCE requires compilation with optimization&lt;/h4&gt;Building with -D_FORTIFY_SOURCE is done by default for openSUSE but the extra features are defined in a way that they only work with optimization. Now glibc complains if a file is compiled without optimization but with this feature macro.&lt;br /&gt;There were two packages that contained -O0 for a few files that were easily fixed.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Fixing packages in the Build Service&lt;/h4&gt;To build locally a package with the new glibc, just issue the following osc command: &lt;br /&gt;&lt;pre&gt;osc build --alternative-project=openSUSE:Factory:Staging:Glibc standard x86_64&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h3&gt;Next step: Factory&lt;/h3&gt;Once all packages are building fine (so far I had to fix 50+ packages, the other 5000+ are fine), I'll discuss with Coolo when and how to submit this to Factory.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/2124899032880252482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/08/glibc-216-for-opensuse-factory.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2124899032880252482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2124899032880252482'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/08/glibc-216-for-opensuse-factory.html' title='Glibc 2.16 for openSUSE Factory'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>2</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-4515604874299218571</id><published>2012-07-20T15:47:00.000+02:00</published><updated>2012-07-20T15:54:45.816+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gcc'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>GCC 4.7 C++ ABI changes and openSUSE 12.2</title><content type='html'>&lt;a href="http://gcc.gnu.org/img/gccegg-65.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://gcc.gnu.org/img/gccegg-65.png" /&gt;&lt;/a&gt;GCC 4.7 introduced two changes that resulted in different ABIs (Application Binary Interface) for files that were compiled with C++98 versus files that were compiled using C++11 options. This could result in crashing applications, like &lt;a href="https://bugzilla.novell.com/show_bug.cgi?id=767666" target="_blank"&gt;bug bnc#767666&lt;/a&gt; where "a C++98 library picked up a &lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;std::list&lt;/span&gt; operator= from a c++11 library resulting in a crash."&lt;br /&gt;&lt;br /&gt;openSUSE 12.2 has been hit some of these incompatibilities in the update stack and the GCC developers now updated the compiler collection for openSUSE 12.2 to the current GCC 4.7 branch head which includes fixes for the two known issues. Those changes will also be in the upcoming GCC 4.7.2 release.&lt;br /&gt;&lt;br /&gt;Every binary that uses &lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;std::list&lt;/span&gt; or &lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;std::pair&lt;/span&gt; in C++11 mode was effected and Coolo decided to rebuild the complete openSUSE 12.2 distribution to catch really everything - besides the known problems with the update stack and LibreOffice. This rebuild has been done after RC1 and therefore if you update from openSUSE 12.2 RC1 to RC2, you will see updates for many packages since they were recompiled.&lt;br /&gt;&lt;br /&gt;This is also a warning - if you're using GCC 4.7.0 or 4.7.1 without this fix and compile programs using C++11 mode, update your compiler and recompile.&lt;br /&gt;&lt;h3&gt; Some background&lt;/h3&gt;By default GCC compiles C++ programs using the options "&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;-std=gnu++98&lt;/span&gt;" which is the GNU dialect of C++98. To build for the new C++11 standard, you have to specify "&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;-std=c++11&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;Details from the GCC &lt;a href="http://gcc.gnu.org/gcc-4.7/changes.htm"&gt;changes page&lt;/a&gt;l:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;"GCC versions 4.7.0 and 4.7.1 had changes to the C++ standard library which affected the ABI in C++11 mode: a data member was added to std::list changing its size and altering the definitions of some member functions, and std::pair's move constructor was non-trivial which altered the calling convention for functions with std::pair arguments or return types. The ABI incompatibilities have been fixed for GCC version 4.7.2 but as a result C++11 code compiled with GCC 4.7.0 or 4.7.1 may be incompatible with C++11 code compiled with different GCC versions and with C++98/C++03 code compiled with any version."&lt;/blockquote&gt;&lt;h3&gt;    Thanks &lt;/h3&gt;The fixing included many GCC jdevelopers, I'd like to give a special thank you to Richard Günther und Michael Matz for debugging the issues in openSUSE and helping to get them fixed both upstream for GCC 4.7.2 and in openSUSE's GCC.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/4515604874299218571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/07/gcc-47-c-abi-changes-and-opensuse-122.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/4515604874299218571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/4515604874299218571'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/07/gcc-47-c-abi-changes-and-opensuse-122.html' title='GCC 4.7 C++ ABI changes and openSUSE 12.2'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-2289391340633822659</id><published>2012-07-13T13:37:00.001+02:00</published><updated>2012-07-14T20:37:16.444+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>openSUSE 12.2 vs Factory Development</title><content type='html'>On the factory mailing list there has been some discussion about testing for openSUSE 12.2, so let me try to summarize the situation again: Coolo has split off the 12.2 distribution and its building on its own in the openSUSE Build Service as project &lt;a href="https://build.opensuse.org/project/show?project=openSUSE%3A12.2" target="_blank"&gt;openSUSE:12.2&lt;/a&gt;. Factory is its own project as usual.&lt;br /&gt;&lt;h3&gt;    Check-in&lt;/h3&gt;There are two ways to get packages into openSUSE 12.2 right now: The one way is to create a maintenance request against openSUSE 12.2 - the same way it's done for released distributions. The other way is a submission to factory, the release team reviews all submissions for Factory and decides which ones to take for 12.2 as well. So, if you really want your change in 12.2, you better state it as part of the submit message and write an entry for changes that makes the release team want the change.&lt;br /&gt;&lt;h3&gt;    Publishing&lt;/h3&gt;The openSUSE maintenance team likes to get everything - but the packages that went in via maintenancerequests as well as the packages that went in via Factory - out as updates. So, if you have the 12.2 and the 12.2-non-oss repositorires (from &lt;a href="http://download.opensuse.org/update/%20" target="_blank"&gt;http://download.opensuse.org/update/ &lt;/a&gt;as repositories, you'll stay up to date.&lt;br /&gt;Once RC2 is published, a full tree gets published together with new ISOs.&lt;br /&gt;Note, that we now split the update repository to have a separate update repository for packages that are not Open Source.&lt;br /&gt;&lt;i&gt;Update 2012-07-14:&lt;/i&gt; During an installation of openSUSE 12.2 RC1, you get already the path of the 12.2 repositories. If you don't have them, enter directly as repository&amp;nbsp; &lt;a href="http://download.opensuse.org/distribution/12.2/repo/oss/" target="_blank"&gt;http://download.opensuse.org/distribution/12.2/repo/oss/ &lt;/a&gt;and &lt;a href="http://download.opensuse.org/distribution/12.2/repo/non-oss/"&gt;http://download.opensuse.org/distribution/12.2/repo/non-oss/&lt;/a&gt;. The links are redirects right now and point to RC1 - and will be updated with future releases.&lt;br /&gt;&lt;h3&gt;    Factory development&lt;/h3&gt;So, this also means that Factory is open for intrusive changes. I ask everybody to concentrate on making a great openSUSE 12.2 but the work for 12.3 can go in now.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/2289391340633822659/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/07/opensuse-122-vs-factory-development.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2289391340633822659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2289391340633822659'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/07/opensuse-122-vs-factory-development.html' title='openSUSE 12.2 vs Factory Development'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-947377149823842761</id><published>2012-06-29T10:56:00.000+02:00</published><updated>2012-06-29T10:57:53.542+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Interactive Package Review</title><content type='html'>I've reviewed a couple of dozen packages this week for openSUSE:Factory (Coolo checked some of these into 12.2 as well) in the openSUSE Build Service and Darix showed me a nice way to do the review: interactive review with osc.&lt;br /&gt;&lt;br /&gt;Note: This depends on the just released osc version 0.135 (get it from the openSUSE:Tools &lt;a href="http://download.opensuse.org/repositories/openSUSE:/Tools/" target="_blank"&gt;repository).&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So, open up a large terminal window, enter "osc request list -U &amp;lt;your-id&amp;gt; -i" and go through the list. It will show you the submit request and offer you the following options (the letter in (brackets) is the letter to type, e.g. i for diff):&lt;br /&gt;"d(i)ff/(a)ccept/(d)ecline/(r)evoke/(b)uildstatus/c(l)one/(e)dit/(s)kip/(c)ancel"&lt;br /&gt;&lt;br /&gt;The important options are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;diff: Opens your editor with a diff of the changes&lt;/li&gt;&lt;li&gt;accept: Accept the review/request (you can give some commend with "-m comment")&lt;/li&gt;&lt;li&gt;decline: Decline the review/request. If you requested the diff before, it will open the diff again in your editor and allow you to easily copy and paste some lines to your decline message which will be added at the top of the diff.&lt;/li&gt;&lt;li&gt;revoke: Revoke the request&lt;/li&gt;&lt;li&gt;buildstatus: Show whether the package has been build.&lt;/li&gt;&lt;li&gt;skip: Ignore the review/request for now, go to the next one.&lt;/li&gt;&lt;li&gt;cancel: Stop reviewing.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Some examples:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;osc review list -G autobuild-team openSUSE:Factory -i:&lt;br /&gt;Review interactively all packages&amp;nbsp; that has an open review for group "autobuild-team" and as target project openSUSE:Factory.&lt;/li&gt;&lt;li&gt;osc request list -U a_jaeger -i:&lt;br /&gt;Review interactively all packages that have an open submit request and that I'm (my user is a_jaeger in the openSUSE Build Service) allowed to approve/decline.&lt;/li&gt;&lt;/ul&gt;If you're part of a group, you should add to your ~/.oscrc also the option "review_inherit_group = 1 ". This way, it will not ask you for which group you do the review but take the one you used as command line ("-G autobuild-team").</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/947377149823842761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/06/interactive-package-review.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/947377149823842761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/947377149823842761'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/06/interactive-package-review.html' title='Interactive Package Review'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>2</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-1988069497005161286</id><published>2012-05-24T14:23:00.003+02:00</published><updated>2012-05-24T14:23:46.654+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Full TeX Live modularized for openSUSE 12.2 - 6000+ packages coming</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-Wu9Yxgux_4Y/T74ODSwFVyI/AAAAAAAAAhA/wpTOtGyK7g0/s1600/500px-Logo_TeX_Live.svg.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="90" src="http://4.bp.blogspot.com/-Wu9Yxgux_4Y/T74ODSwFVyI/AAAAAAAAAhA/wpTOtGyK7g0/s320/500px-Logo_TeX_Live.svg.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Werner Fink - the SUSE TeX guru, master of bash and scripting - really surprised me today. He just increased the number of binary RPMs in a significant way with adding 6000 packages from the full TeX Live distribution. So, if we can convince him to add 3000 more packages, we would have 30000 rpm packages.&lt;br /&gt;&lt;br /&gt;So, what has he done? He has downloaded the TeX Live package database, applies his self-written perl parser to it to generate 2200 spec files out of it (including recording the dependencies that the package database contains) and additionally generates some collection packages and schemes - and also builds the binary packages. The split in these packages, collections and schemes is part of TeX Live, Werner put them with his generator in rpms.&lt;br /&gt;Collection packages just require other packages and are topic related, e.g. there's a collection package called &lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;texlive-collection-latex&lt;/span&gt;, if you install it, it installs everything you need for typesetting LaTeX files.&lt;br /&gt;Schemes are the basis for everything, there's for example a small (&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;texlive-scheme-small&lt;/span&gt;) and a full scheme (&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;texlive-scheme-full&lt;/span&gt;).&lt;br /&gt;So, you could install the small scheme and enhance it with the LaTeX and music collections.&lt;br /&gt;&lt;br /&gt;For building the 2200 packages (they contain fonts, documentation, TeX code), Werner wrote a meta package that runs rpmbuild in a loop for those packages. So, the build service sees only one package (which results in 6000 rpm packages) and not 2200.&lt;br /&gt;&lt;br /&gt;So, TeX on openSUSE 12.2 will have 83 collections and 9 schemes, a few source packages, 6000 rpm packages - for a total of 1.4 GB plus 52 MB for the binaries of TeX. Fortunately the 6000 rpm packages are of architecture "noarch", so we only have them once in the openSUSE repository.&lt;br /&gt;Previous openSUSE releases only contained the normal TeX Live distribution with a small number of very large packages, now openSUSE contains everything in a modular way.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All of this is available in the openSUSE Build Service as part of the &lt;a href="https://build.opensuse.org/project/show?project=Publishing%3ATeXLive" target="_blank"&gt;TeX Live project&lt;/a&gt; and soon in openSUSE 12.2.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/1988069497005161286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/05/full-tex-live-modularized-for-opensuse.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/1988069497005161286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/1988069497005161286'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/05/full-tex-live-modularized-for-opensuse.html' title='Full TeX Live modularized for openSUSE 12.2 - 6000+ packages coming'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-Wu9Yxgux_4Y/T74ODSwFVyI/AAAAAAAAAhA/wpTOtGyK7g0/s72-c/500px-Logo_TeX_Live.svg.png' height='72' width='72'/><thr:total>4</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-184302283136483080</id><published>2012-05-22T14:46:00.000+02:00</published><updated>2012-05-22T14:47:41.894+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='desktop'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><title type='text'>Security or Convenience? Defining a better policy</title><content type='html'>The openSUSE security concepts have been changed gradually over the years with new tools like PolicyKit, PolKit and its usage in system tools.&lt;br /&gt;&lt;br /&gt;It's time now to step back, and review what we have and want.&lt;br /&gt;&lt;br /&gt;Marcus and Ludwig from the SUSE security team and myself have discussed over the last weeks a bit and like to open this to a broader round now to get your help defining what needs to be done.&lt;br /&gt;&lt;h2&gt;  Challenges we face&lt;/h2&gt;&lt;br /&gt;Administrating a system in a secure way is always balancing the needs and requests of security, convenience and usability.&amp;nbsp; There's also the additional challenge that upstream projects often have a different view on either of these and therefore make different decisions and influencing upstream projects is quite often a difficult task.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;  Background &lt;/h2&gt;Linus Torvalds in his &lt;a href="https://plus.google.com/u/0/102150693225130002912/posts/1vyfmNCYpi5" target="_blank"&gt;Google+ rant&lt;/a&gt; said:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;"I first spent weeks arguing on a bugzilla that the security policy of&lt;br /&gt;requiring the root password for changing the timezone and adding a new&lt;br /&gt;wireless network was moronic and wrong.&lt;br /&gt;&lt;br /&gt;I think the wireless network thing finally did get fixed, but the&lt;br /&gt;timezone never did - it still asks for the admin password.&lt;br /&gt;&lt;br /&gt;And today Daniela calls me from school, because she can't add the&lt;br /&gt;school printer without the admin password.&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;So here's a plea: if you have anything to do with security in a&lt;br /&gt;distro, and think that my kids (replace "my kids" with "sales people&lt;br /&gt;on the road" if you think your main customers are businesses) need to&lt;br /&gt;have the root password to access some wireless network, or to be able&lt;br /&gt;to print out a paper, or to change the date-and-time settings, ..."&lt;/blockquote&gt;&lt;br /&gt;&lt;h2&gt;  How to continue?&lt;/h2&gt;&lt;br /&gt;We've collected a couple of use cases for the administration of a&lt;br /&gt;local system at: &lt;a href="http://en.opensuse.org/openSUSE:Security_use_cases"&gt;http://en.opensuse.org/openSUSE:Security_use_cases&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For each use case we added a short security evaluation but in most cases don't give a recommendation on what to do. &lt;br /&gt;&lt;br /&gt;I now have a &lt;b&gt;call for action&lt;/b&gt;: Review and discuss the contents of the &lt;a href="http://en.opensuse.org/openSUSE:Security_use_cases" target="_blank"&gt;wiki page&lt;/a&gt;&lt;br /&gt;&amp;nbsp;using the following questions:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Are there any use cases missing?&lt;/li&gt;&lt;li&gt;Is there any thing missing in the specific use cases?&lt;/li&gt;&lt;li&gt;How can we solve these use cases so that a system is easy to setup for the most common usage scenarios?&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Let's do the discussion on the &lt;a href="mailto:opensuse-factory@opensuse.org" target="_blank"&gt;opensuse-factory&lt;/a&gt; mailing list, I'll update the document with any improvements. Feel free to enhance it as well.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/184302283136483080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/05/security-or-convenience-defining-better.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/184302283136483080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/184302283136483080'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/05/security-or-convenience-defining-better.html' title='Security or Convenience? Defining a better policy'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-124069360525547999</id><published>2012-05-07T15:47:00.000+02:00</published><updated>2012-05-07T15:47:32.133+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>openSUSE - the upstream of SUSE Linux Enterprise</title><content type='html'>openSUSE contains many independent software projects that have an "upstream" - for example the GNOME desktop in openSUSE is developed mainly by the upstream GNOME community, and the openSUSE developers add integration to make a distribution polished and easy to use. Integration consists of packaging, testing, bugfixing and some extra customization and development. Also the openSUSE developers talk with the GNOME developers about their needs and problems.&lt;br /&gt;&lt;br /&gt;It's good practice to push everything upstream and then the upstream community might just accept the change, ask for changes, or even reject it.&lt;br /&gt;&lt;br /&gt;Similarly, for SUSE Linux Enterprise openSUSE is an upstream development - and the openSUSE community with its release team can decide what to do with changes or requests coming from downstream (SUSE Linux Enterprise).&lt;br /&gt;&lt;br /&gt;Also, SUSE as a company, has developers working in upstream projects like GNOME or the Linux kernel as well as in the upstream openSUSE and for sure on SUSE Linux Enterprise.&lt;br /&gt;&lt;br /&gt;There are different ways to integrate: Some of that work will be done downstream first and then pushed upstream - and others will be done upstream with the intent to have it downstream later.&lt;br /&gt;&lt;br /&gt;openSUSE 12.1 saw for example the integration of snapper - a snapshoting tool for BtrFS where development was driven by SUSE Linux Enterprise needs with the goal to have it in SUSE Linux Enterprise 11 Service Pack 2. It was stable, integrated without problems into openSUSE Factory and thus was added in time for openSUSE 12.1.&lt;br /&gt;&lt;br /&gt;Note that SUSE Linux Enterprise as a distribution selects packages from openSUSE, adds some of its own, especially own branding packages, might have some different policies (e.g. how to partition or regarding security) and a different installation work flow. Before a release is done, the distribution need to run on all supported architectures - currently x86, x86-64, System z, Power, Itanium -, gets tested extensively which makes bugfixes necessary and gets certified by ISVs and IHVs and passes certifications like LSB or for IPv6 compliance. This testing leads to fixes that then go back to the upstreams - to the openSUSE distribution and the upstream open source projects.&lt;br /&gt;&lt;br /&gt;A recent example: The testing for SLE 11 SP2 on Linux 3.0 resulted in a number of fixes. These went in the upstream kernel and thus became via upstream part of the Linux kernel that openSUSE uses. Many of these patches were also added directly to the openSUSE kernel.&lt;br /&gt;&lt;br /&gt;So, SUSE Linux Enterprise is working in many ways similar with upstream as the openSUSE GNOME team with the upstream GNOME project: both take packages from upstream, add own branding, have refined polices from upstream, send patches etc.&lt;br /&gt;&lt;br /&gt;What hasn't been done loudly in the past is raising voice - the SUSE Linux Enterprise developers&amp;nbsp; and product managers raising their voice on what they need for their product and therefore would like to have from openSUSE and discuss how this can be done best. I expect to see more of this engagement of the openSUSE community by the SUSE Linux Enterprise stakeholder.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/124069360525547999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/05/opensuse-upstream-of-suse-linux.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/124069360525547999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/124069360525547999'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/05/opensuse-upstream-of-suse-linux.html' title='openSUSE - the upstream of SUSE Linux Enterprise'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>3</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-8375500040274407923</id><published>2012-04-28T21:55:00.002+02:00</published><updated>2012-04-28T21:55:17.033+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='kernel'/><title type='text'>Recent changes in openSUSE Factory - Kernel and X.Org</title><content type='html'>Just a quick note on two topics regarding the openSUSE distribution:&lt;br /&gt;&lt;h3&gt; Kernel&lt;/h3&gt;Linus has released Linux 3.4 RC4 and you can get it as usual as RPM from the openSUSE Build Service in the Kernel:HEAD repository (download it &lt;a href="http://download.opensuse.org/repositories/Kernel:/HEAD/standard/" target="_blank"&gt;here&lt;/a&gt;). it's expected that kernel 3.4 will be the openSUSE 12.2 kernel.&lt;br /&gt;Jeff Mahoney has disabled a couple of options to make the resulting kernel image smaller and faster to build. He disabled DECNet and ARCnet and LocalTalk drivers on&lt;br /&gt;i386-default. Also many drivers that only be used on embedded hardware are disabled. The last change was not done for ARM.&lt;br /&gt;Full details are in his &lt;a href="http://lists.opensuse.org/opensuse-kernel/2012-04/msg00060.html" target="_blank"&gt;email message&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt; X.Org&lt;/h3&gt;Dominique and Vincent have updated X.Org to the current 1.12.1 release and all the packages are now available for testing (check this &lt;a href="http://lists.opensuse.org/opensuse-factory/2012-04/msg00626.html" target="_blank"&gt;email&lt;/a&gt; for details). During the update they splitted each tar ball in his own package and also updated the metadata for it so that now "osc collab" (install the package osc-plugin-collab from openSUSE:Tools to use it) and the &lt;a href="https://build.opensuse.org/project/status?project=X11%3AXOrg" target="_blank"&gt;build service status view&lt;/a&gt; will show available upstream show version.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/8375500040274407923/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/recent-changes-in-opensuse-factory.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8375500040274407923'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/8375500040274407923'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/recent-changes-in-opensuse-factory.html' title='Recent changes in openSUSE Factory - Kernel and X.Org'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-7707127867674891436</id><published>2012-04-27T10:24:00.002+02:00</published><updated>2012-04-27T10:24:32.449+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='community'/><title type='text'>openSUSE's Freight Train</title><content type='html'>A new year comes with new goals and plans. The year 2013 for SUSE starts on the 1st of April 2012 and one of the goals is to increase the amount of effort SUSE engineers put into openSUSE. So, we'll see soon in openSUSE more SUSE engineers actively contributing to Factory.&lt;br /&gt;&lt;br /&gt;More active people means more conflicting needs and interests! To preserve our culture of "just do it" and "have fun", we've established a mail address where everyone (volunteer or not) can mail to if he/she feels there is a blockage in either the "doing" or the "fun". Such blockages can be documentation, procedures, technology and tools, or people.&lt;br /&gt;&lt;br /&gt;A team of people who've been around for a while and know the technical as well as social side of openSUSE is there, dedicated to make sure you can do and have fun - currently: Henne Vogelsang, Jos Poortvliet and myself will take care of any complaints you send to them via &lt;a href="mailto:freighttrain@opensuse.org"&gt;freighttrain@opensuse.org&lt;/a&gt;. We'd also. For more details, read also the &lt;a href="http://en.opensuse.org/openSUSE:Freight_Train" target="_blank"&gt;Freight Train wiki&lt;/a&gt; page. We also welcome more people to join our team - and hope that the freight train will not become a problem.&lt;br /&gt;&lt;br /&gt;Why do we use the word "freight train" here? The openSUSE community consists of many different people - and some of them are able to work full-time on openSUSE, perhaps as part of a team of others. Those people might have a faster drive than others - and might "roll them over". We'd like to avoid these situations and whenever they happen to help fixing.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/7707127867674891436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/opensuses-freight-train.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/7707127867674891436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/7707127867674891436'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/opensuses-freight-train.html' title='openSUSE&apos;s Freight Train'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>1</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-2146474427831128087</id><published>2012-04-20T15:40:00.000+02:00</published><updated>2012-04-20T15:40:04.835+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gcc'/><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>openSUSE Factory switched to GCC 4.7</title><content type='html'>&lt;a href="http://gcc.gnu.org/img/gccegg-65.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://gcc.gnu.org/img/gccegg-65.png" /&gt;&lt;/a&gt;The GNU Compiler Collection (gcc) version 4.7 was released a month ago and comes with the usual optimzation improvements and changes to follow newer standards like the new C11 revision of the ISO C standard and the ISO C+11 standard. A full list of changes is available on the &lt;a href="http://gcc.gnu.org/gcc-4.7/changes.html" target="_blank"&gt;gcc wiki&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The openSUSE project has now changed the compiler settings so that by default gcc 4.7 is used. Over the last several weeks, a couple of engineers led by Dominique Leuenberger have used in the open build service a project where all packages of openSUSE Factory were compiled with gcc 4.7 and then those packages that did not build were fixed. A handful of packages needs still updating but AFAIK more than 100 packages were fixed to build with gcc 4.7 - and some were fixed to build again with current packages in Factory.&lt;br /&gt;At least two packages triggered bugs in gcc, one of them is now fixed in upstream gcc and also our gcc package (thanks to the upstream gcc maintainer Richard Günther who is also the openSUSE gcc package maintainer), the other bug is still being investigated.&lt;br /&gt;&lt;br /&gt;The switch to gcc 4.7 will now affect all the packages that built against factory but are not part of factory - once these get rebuild with the new gcc, the better standard conformance of the compiler, might lead to build failures.&lt;br /&gt;&lt;br /&gt;For failing packages, the advise is to check first whether there's an upstream patch to fix the failure, then try fixing it yourself (often just a missing include), and then ask on the opensuse-factory mailing list or on the Freenode #opensuse-factory IRC channel for help.&lt;br /&gt;&lt;br /&gt;If you like to test a package with several compilers, it's easy to do since openSUSE Factory currently includes a couple of GCC versions that can be installed in parallel.&lt;br /&gt;The gcc package will install gcc 4.7 thus "gcc" is the command to use (or "gcc-4.7"), the gcc46 package contains a gcc 4.6 that can be used with "gcc-4.6" and there are also gcc41 and gcc43 packages. Another compiler that is available is llvm.&lt;br /&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/2146474427831128087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/opensuse-factory-switched-to-gcc-47.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2146474427831128087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2146474427831128087'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/opensuse-factory-switched-to-gcc-47.html' title='openSUSE Factory switched to GCC 4.7'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-1745051693902690126</id><published>2012-04-02T20:21:00.000+02:00</published><updated>2012-04-02T20:24:59.722+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='btrfs'/><category scheme='http://www.blogger.com/atom/ns#' term='SLE'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='kernel'/><title type='text'>Btrfs Fixes for openSUSE</title><content type='html'>openSUSE 12.1 is the first distribution that allows the creation of btrfs partitions in the installer. It also comes with a nice tool called &lt;a href="http://en.opensuse.org/Portal:Snapper" target="_blank"&gt;snapper&lt;/a&gt; for managing snapshots of systems.&lt;br /&gt;&lt;br /&gt;SUSE released a few weeks ago SUSE Linux Enterprise 11 Service Pack 2 which supports btrfs now as a file system and thus it's not a technology preview anymore. The SUSE Linux Enterprise team has done a lot of testing of btrfs and fixed many bugs - and backported btrfs fixes from the upstream kernels into the Linux 3.0 kernel that is used in the SUSE Linux Enterprise 11 SP2. openSUSE 12.1 comes with the newer Linux 3.1 kernel and the SUSE Labs kernel engineers have also added the same fixes that have been added to the enterprise kernel to this openSUSE kernel.&lt;br /&gt;&lt;br /&gt;The 3.1.9 kernel which was released for openSUSE early February contained all fixes at that time. Additional fixes have been added since then and will be in the next update. These fixes include stability fixes and handling of errors.&lt;br /&gt;For those that want to have the current kernel - before it gets released -, you can &lt;a href="http://download.opensuse.org/repositories/Kernel:/openSUSE-12.1/" target="_blank"&gt;grab the kernel&lt;/a&gt; compiled daily from the kernel git repository by the openSUSE Build Service from one of our &lt;a href="http://download.opensuse.org/repositories/Kernel:/openSUSE-12.1/" target="_blank"&gt;mirrors&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The openSUSE kernel team has more information about Linux kernels for openSUSE on its own web site &lt;a href="http://kernel.opensuse.org/"&gt;http://kernel.opensuse.org&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I'd like to thank especially David Sterba, Jeff Mahoney and Mark Fashesh for debugging btrfs issues, fixing them and for backporting all the btrfs fixes to the openSUSE kernel!</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/1745051693902690126/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/btrfs-fixes-for-opensuse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/1745051693902690126'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/1745051693902690126'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/04/btrfs-fixes-for-opensuse.html' title='Btrfs Fixes for openSUSE'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>0</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-187669487121493541</id><published>2012-03-30T16:08:00.003+02:00</published><updated>2012-03-30T16:10:57.514+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>/tmp as tmpfs for openSUSE?</title><content type='html'>Frederic&lt;a href="http://lists.opensuse.org/opensuse-factory/2012-03/msg00400.html" target="_blank"&gt; informed the openSUSE factory list&lt;/a&gt; that upstream systemd is going to use tmpfs for the /tmp filesystem by default soon. Lennart Poettering has posted a &lt;a href="http://0pointer.de/blog/projects/tmp.html" target="_blank"&gt;blog entry&lt;/a&gt; describing this and gives also some recommendations on how to use /tmp. Debian has recently made the switch and Fedora is &lt;a href="https://fedoraproject.org/wiki/Features/tmp-on-tmpfs" target="_blank"&gt;considering&lt;/a&gt; it as well. A major benefit would be "By implementing this we, by default, generate less IO on disks. This  increases SSD lifetime, saves a bit of power and makes things a bit  faster."&lt;br /&gt;&lt;br /&gt;A lot of openSUSE users argued that this is fine for systems with lots of memory - and some users already run their openSUSE installation with /tmp on tmpfs - but not good for tight memory since both tmpfs and applications will use the main memory.&lt;br /&gt;&lt;br /&gt;A couple of ideas where discussed and it seems that openSUSE - at least for openSUSE 12.2 - will do the following:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;For system daemons, we turn on PrivateTmp in systemd .services files where applicable so that each daemon has its own private tmp directory (for details see the Fedora &lt;a href="https://fedoraproject.org/wiki/Features/ServicesPrivateTmp" target="_blank"&gt;proposal&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;div wrap=""&gt;For users, we consider to give each user a separate $TMPDIR directory.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;It should be possible to setup /tmp as tmpfs but the default for now should stay the same.&lt;br /&gt;&lt;br /&gt;There's still some discussion going on and it might be that in the future openSUSE switches. But before that, we have to evaluate applications and how they use /tmp since many place large data there (e.g. gcc and binutils can easily place 4GB during linking there). Once it's clear where what kind of data belongs (see Lennart's &lt;a href="http://0pointer.de/blog/projects/tmp.html" target="_blank"&gt;blog entry&lt;/a&gt; for a recommendation) and packages are fixed, it's IMO time to reconsider this.&lt;br /&gt;Would you want tmpfs on your system in the future?</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/187669487121493541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/03/tmp-as-tmpfs-for-opensuse.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/187669487121493541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/187669487121493541'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/03/tmp-as-tmpfs-for-opensuse.html' title='/tmp as tmpfs for openSUSE?'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>10</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-2917380071080428935</id><published>2012-01-04T17:50:00.000+01:00</published><updated>2012-01-04T17:51:42.675+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='glibc'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>New GNU C Library Version Coming to openSUSE</title><content type='html'>The GNU C library (glibc) is the basic system library used by almost every program, it comes with the base library (libc), a math library (libm), the thread library (libpthread), support for locales and character conversions and a couple of tools. The latest release - 2.15 - was released Christmas 2011.&lt;br /&gt;I have now updated glibc for openSUSE 12.2 in its development project (Base:System) to version 2.15 and it seems to work on x86, x86-64, PowerPC and even Arm.&lt;br /&gt;&lt;br /&gt;The new version 2.15 of glibc brings mainly optimizations and bugfixes.&lt;br /&gt;&lt;br /&gt;The main new features of the 2.15 version are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;a new program pldd to list loaded objects of a process.&lt;/li&gt;&lt;li&gt; nss_db support - without a dependency on berkely db.&lt;/li&gt;&lt;li&gt;integration of libm with gcc's -ffinite-math-only option.&lt;/li&gt;&lt;/ul&gt;Besides updating the upstream version, I made a couple of cleanups of the package itself:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The x86-64 package was falsely compiled with gcc's flag&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; -mno-tls-direct-seg-refs&lt;/span&gt; - an option only needed for running under 32-bit Xen. This might speedup some threaded applications.&lt;/li&gt;&lt;li&gt;The i686 library is not compiled with &lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;-mno-tls-direct-seg-refs&lt;/span&gt; anymore but a special version is installed in &lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;/lib/i686/nosegneg&lt;/span&gt; that is compiled with this flag. So, installations using 32-bit Xen will use the nosegneg library and everybody else the normal version. This should speedup some threaded applications when not using Xen.&lt;/li&gt;&lt;li&gt;The AMD libm implementation has been removed in favour of glibc's libm implementation. It didn't integrate well with the changes that&amp;nbsp; went into glibc 2.15.&lt;/li&gt;&lt;li&gt;I've reviewed all patches we have in the package and tried to upstream as many as possible - and removed a few that were obsolete. We still have far too many, help is welcome to upstream ;)&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: large;"&gt;Call for testing&lt;/span&gt; &lt;br /&gt;I welcome contributions to the package, testing of glibc 2.15 and fixing of any bugs in glibc or the packages using it. I'm especially interested on tests under Xen to check that my optimizations did not break anything.&lt;br /&gt;&lt;br /&gt;So far, one package was failing due to changes - unscd - and the upstream author provided quickly a fix. Thanks to Cristian Rodriguez for his tests!&lt;br /&gt;&lt;br /&gt;I'm pushing glibc 2.15 now to openSUSE:Factory for the usual review and integration.</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/2917380071080428935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/01/new-gnu-c-library-version-coming-to.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2917380071080428935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/2917380071080428935'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/01/new-gnu-c-library-version-coming-to.html' title='New GNU C Library Version Coming to openSUSE'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>1</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry><entry><id>tag:blogger.com,1999:blog-8789296710216751709.post-3786806597036256447</id><published>2012-01-03T17:17:00.000+01:00</published><updated>2012-01-03T17:17:18.250+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='glibc'/><category scheme='http://www.blogger.com/atom/ns#' term='packaging'/><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='debug'/><title type='text'>Finding subtile malloc bugs</title><content type='html'>Last year I've talked with a couple of engineers that had where hunting done some strange bug reports with memory corruption that upstream developers could not directly reproduce. The bugs included accessing data after a closedir call or buffer overflows. These kind of bugs normally lead to random behaviour at one point in time and are really difficult to debug. In the case of openSUSE Factory, the openSUSE developers could reproduceable trigger these since glibc comes with some helpers.&lt;br /&gt;If&amp;nbsp; "MALLOC_PERTURB_" is set in the environment, then every malloc call will clear memory after every free - thus destroying its content - and also initialize malloc'ed memory (with the exception of cmalloc).&lt;br /&gt;&lt;br /&gt;Ulrich Drepper who implements this &lt;a href="http://udrepper.livejournal.com/11429.html" target="_blank"&gt;said:&lt;/a&gt; &lt;br /&gt;&lt;blockquote class="tr_bq"&gt;"The reason for this exercise is, of course, to find code which uses memory returned by &lt;tt&gt;malloc&lt;/tt&gt; without initializing it and code which uses code after it is freed.  valgrind can do this but it's costly to run.  The &lt;tt&gt;MALLOC_PERTURB_&lt;/tt&gt; exchanges the ability to detect problems in 100% of the cases with speed."&lt;/blockquote&gt;In openSUSE, we set MALLOC_PERTURB_ to 69. So, if you find your memory location suddenly is filled with "E"s (ASCII 69 is 'E') or with "\272" (the bitwise inverse), you have found a bug in handling of malloc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For more information, read &lt;a href="http://udrepper.livejournal.com/11429.html" target="_blank"&gt;Ulrich's blog&lt;/a&gt; or &lt;a href="http://jhrozek.livejournal.com/1755.html" target="_blank"&gt;Jakub's blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;This is only enabled for openSUSE Factory but if you're developing software yourself, I advise to set it yourself and use it to find bugs early.&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://jaegerandi.blogspot.com/feeds/3786806597036256447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jaegerandi.blogspot.com/2012/01/finding-subtile-malloc-bugs.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/3786806597036256447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8789296710216751709/posts/default/3786806597036256447'/><link rel='alternate' type='text/html' href='http://jaegerandi.blogspot.com/2012/01/finding-subtile-malloc-bugs.html' title='Finding subtile malloc bugs'/><author><name>Andreas Jaeger</name><uri>https://plus.google.com/116897159250746362191</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-8teUArt3kGM/AAAAAAAAAAI/AAAAAAAABFg/lZeWVP9zMHg/s512-c/photo.jpg'/></author><thr:total>1</thr:total><gd:extendedProperty name='commentSource' value='1'/><gd:extendedProperty name='commentModerationMode' value='FILTERED_POSTMOD'/></entry></feed>