<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rolling shells &#187; CentOS</title>
	<atom:link href="http://shell.burgas.org/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://shell.burgas.org</link>
	<description>All the things i find useful for linux and network.</description>
	<lastBuildDate>Thu, 09 Sep 2010 06:18:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CentOS 5.5 released, Redhat 6 Beta too</title>
		<link>http://shell.burgas.org/2010/09/centos-5-5-released-redhat-6-beta-too/</link>
		<comments>http://shell.burgas.org/2010/09/centos-5-5-released-redhat-6-beta-too/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 06:18:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=130</guid>
		<description><![CDATA[Most interesting thing i am waiting for in Redhat 6 is KVM virtualization including SPICE. The CentOS team announced CentOS 5.5. Major changes in CentOS 5.5 compared to CentOS 5.4 include: OpenOffice.org Update to version 3.1.1 Samba3x in version 3.3.8 PostgreSQL84 in version 8.4 Freeradius2 The latter three aren&#8217;t installed by default, but they can [...]]]></description>
			<content:encoded><![CDATA[<p>Most interesting thing i am waiting for in Redhat 6 is KVM virtualization including SPICE.</p>
<p>The CentOS team announced CentOS 5.5. Major changes in CentOS 5.5 compared to CentOS 5.4 include:</p>
<p>OpenOffice.org Update to version 3.1.1<br />
Samba3x in version 3.3.8<br />
PostgreSQL84 in version 8.4<br />
Freeradius2</p>
<p>The latter three aren&#8217;t installed by default, but they can be used to upgrade from the still included older versions of these packages.</p>
<p>Other upgrades include newer version of the wireless drivers suite, including newer versions of the ath9k driver and the iwlwifi drivers. The GNU Debugger gdb, Valgrind and SystemTap also have been updated.</p>
<p>Links for download: <a href="http://mirror.centos.org/centos/5/isos/i386/">i386</a> | <a href="http://mirror.centos.org/centos/5/isos/x86_64/">x86_64</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2010/09/centos-5-5-released-redhat-6-beta-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux disk statistics with dstat and disk device names</title>
		<link>http://shell.burgas.org/2009/06/linux-disk-statistics-with-dstat-and-disk-device-names/</link>
		<comments>http://shell.burgas.org/2009/06/linux-disk-statistics-with-dstat-and-disk-device-names/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:22:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=97</guid>
		<description><![CDATA[Something interesting i spotted on Karansbir&#8217;s blog: Running dstat normally gives you something like this : # dstat --nocolor ----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system-- usr sys idl wai hiq siq&#124; read writ&#124; recv send&#124; in out &#124; int csw 3 0 97 0 0 0&#124; 820k 456k&#124; 0 0 &#124; 800B 866B&#124;1054 255 And you [...]]]></description>
			<content:encoded><![CDATA[<p>Something interesting i spotted on Karansbir&#8217;s blog:</p>
<p>Running dstat normally gives you something like this :</p>
<blockquote>
<pre># dstat --nocolor
----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read  writ| recv  send|  in   out | int   csw
  3   0  97   0   0   0| 820k  456k|   0     0 | 800B  866B|1054   255</pre>
</blockquote>
<p>And you can split the disk metrics up based on devices using something like this :</p>
<blockquote>
<pre># dstat -D sda,sdb,total --nocolor
----total-cpu-usage---- --dsk/sda-- --dsk/sdb-- -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read  writ: read  writ: read  writ| recv  send|  in   out | int   csw
  1   1  97   0   0   0| 176k   77k:  30k  162k: 411k  478k|   0     0 |3608B 4005B|1447  1458
 33   2  63   0   1   2|   0     0 :   0   216k:   0   432k|2470k 1611k|   0     0 |2915  6967
 31   2  65   0   1   1|   0     0 :   0     0 :   0     0 |2210k 1338k|   0     0 |2866  6051</pre>
</blockquote>
<p>But you can also get deeper level device names / nodes to measure &#8211; which is required in many cases if you have drivers for storage creating nodes further down the tree than /dev. Eg. I have a setup where there are four mysql instances running, each with its own dedicated storage :</p>
<blockquote>
<pre># mount | grep srv
/dev/cciss/c0d1 on /var/lib/mysql/node1 type ext3 (rw)
/dev/cciss/c0d2 on /var/lib/mysql/node2 type ext3 (rw)
/dev/cciss/c0d3 on /var/lib/mysql/node3 type ext3 (rw)
/dev/cciss/c0d4 on /var/lib/mysql/node4 type ext3 (rw)
/dev/cciss/c0d5 on /srv/wal type ext3 (rw)</pre>
</blockquote>
<p>so in this case, to get dstat reporting working you need to mention just the component level, like this :</p>
<blockquote>
<pre># dstat -D cciss/c0d1,cciss/c0d2,cciss/c0d3 --nocolor
----total-cpu-usage---- dsk/cciss/c dsk/cciss/c dsk/cciss/c -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read  writ: read  writ: read  writ| recv  send|  in   out | int   csw
  3   0  97   0   0   0| 209k   89k: 201k   86k: 204k   85k|   0     0 | 799B  865B|1055   256
 90   1   8   1   0   0|3196k   68k: 764k    0 : 816k   24k|1067k 1650k|   0     0 |1999   609
 95   1   3   1   0   0|2548k    0 :   0  4084k:2448k 5700k| 660k  791k|   0     0 |1611   571
 96   1   2   1   0   0|2628k    0 : 808k    0 :1620k    0 | 352k  798k|   0     0 |1835  1605</pre>
</blockquote>
<p>And you get the details, for each block device.</p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/06/linux-disk-statistics-with-dstat-and-disk-device-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH without password</title>
		<link>http://shell.burgas.org/2009/05/ssh-without-password/</link>
		<comments>http://shell.burgas.org/2009/05/ssh-without-password/#comments</comments>
		<pubDate>Sat, 23 May 2009 08:01:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=83</guid>
		<description><![CDATA[Your aim You want to use Linux and OpenSSH to automize your tasks. Therefore you need an automatic login from host A / user a to Host B / user b. You don&#8217;t want to enter any passwords, because you want to call ssh from a within a shell script. How to do it First [...]]]></description>
			<content:encoded><![CDATA[<h2>Your aim</h2>
<p>You want to use Linux and OpenSSH to automize your tasks. Therefore you need an <strong>automatic</strong> login from host A / user a to Host B / user b. You don&#8217;t want to enter any passwords, because you want to call <tt>ssh</tt> from a within a shell script.</p>
<h2>How to do it</h2>
<p>First log in on A as user a and generate a pair of authentication keys.  Do not enter a passphrase:</p>
<pre class="shell">a@A:~&gt; ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/a/.ssh/id_rsa):
Created directory '/home/a/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/a/.ssh/id_rsa.
Your public key has been saved in /home/a/.ssh/id_rsa.pub.
The key fingerprint is:
3e:4f:05:79:3a:9f:96:7c:3b:ad:e9:58:37:bc:37:e4 a@A</pre>
<p>Now use <tt>ssh</tt> to create a directory <tt>~/.ssh</tt> as user b on B. (The directory may already exist, which is fine):</p>
<pre class="shell">a@A:~&gt; ssh b@B mkdir -p .ssh
b@B's password:</pre>
<p>Finally append a&#8217;s new public key to <tt>b@B:.ssh/authorized_keys</tt> and enter b&#8217;s password one last time:</p>
<pre class="shell">a@A:~&gt; cat .ssh/id_rsa.pub | ssh b@B 'cat &gt;&gt; .ssh/authorized_keys'
b@B's password:</pre>
<p>From now on you can log into B as b from A as a without password:</p>
<pre class="shell">a@A:~&gt; ssh b@B hostname
B</pre>
<p><strong>A note</strong> from one of our readers:  Depending on your version of SSH you might also have to do the following changes:</p>
<ul>
<li>Put the public key in <tt>.ssh/authorized_keys2</tt></li>
<li>Change the permissions of <tt>.ssh</tt> to <tt>700</tt></li>
<li>Change the permissions of <tt>.ssh/authorized_keys2</tt> to <tt>640</tt></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/05/ssh-without-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.3 Released for i386 / x86_64</title>
		<link>http://shell.burgas.org/2009/04/centos-53-released-for-i386-x86_64/</link>
		<comments>http://shell.burgas.org/2009/04/centos-53-released-for-i386-x86_64/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 06:35:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=79</guid>
		<description><![CDATA[We are pleased to announce the immediate availability of CentOS-5.3 for the i386 and x86_64 Architectures. CentOS-5.3 is based on the upstream release EL 5.3.0, and includes packages from all variants including Server and Client. All upstream repositories have been combined into one, to make it easier for end users to work with. And the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>We are pleased to announce the immediate availability of CentOS-5.3 for the i386 and x86_64 Architectures.</p>
<p>CentOS-5.3 is based on the upstream release EL 5.3.0, and includes packages from all variants including Server and Client. All upstream repositories have been combined into one, to make it easier for end users to work with. And the option to further enable external repositories at install time is now available in the installer.</p>
<p>This is just an announcement email, not the release notes. The Release  Notes for CentOS-5.3 can be found on-line at : <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.3">http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.3</a> and everyone is encouraged to look through them once. Also worth browsing through at the CentOS FAQ&#8217;s at <a href="http://wiki.centos.org/FAQ">http://wiki.centos.org/FAQ</a></p>
<p>+++++++++++++++++++++++<br />
ArtWork update:</p>
<p>CentOS-5.3 brings in a completely new artwork stack. A big thanks to Alain Reguera Delgado, Ralph Angenendt, Marcus Moeller and everyone on the Artwork SIG for bringing us the best, most comprehensive artwork set yet. Also a big thanks to all the translation teams for their contributions to the installer artwork.</p>
<p>+++++++++++++++++++++++<br />
Contrib repos are back:</p>
<p>Given the widespread requests for user contributed packages directly being hosted within the centos repositories, the contribs repository is now back with CentOS-5.3. There are no packages yet, but over the next few weeks we hope to have a policy and process in place that allows users to submit and manage packages in the contrib repo.</p>
<p>+++++++++++++++++++++++<br />
Upgrading from CentOS-5.2 ( or CentOS-5.0 / 5.1 ):</p>
<p>If you are already running CentOS-5.2 or an older CentOS-5 distro, all you need to do is update your machine via yum by running :</p>
<p>&#8216;yum update&#8217;</p>
<p>Running &#8216;yum list updates&#8217; before doing the update is recommended, so you can get a list of packages that are going to be updated. To check you are indeed on CentOS-5.3, run : &#8216;rpm -q centos-release&#8217; and that should return: &#8216;centos-release-5-3.el5.centos.1&#8242;</p>
<p>+++++++++++++++++++++++<br />
Upgrading from CentOS-2.1 or CentOS-3.x or CentOS-4.x:</p>
<p>The only recommended way to update from an earlier version of CentOS is to download and run a fresh install. In some cases, running the installer with the &#8216;upgradeany&#8217; option might also achieve the desired results, however you are strongly recommended to look at the CentOS Wiki where hints and notes about potential upgrade paths from CentOS-4/3/2.1 to CentOS-5 are provided.</p>
<p>+++++++++++++++++++++++<br />
Downloading CentOS-5.3 for new installs:</p>
<p>When possible, consider using torrents to run the downloads. Not only does it help the community and keeps mirrors from running up high bandwidth bills, in most case you will find its also the fastest means to download the distro. There are present over a thousand people already seeding CentOS-5.3 and its possible to get upto 100mbps downloads via<br />
these torrents.</p>
<p>&#8211; Via BitTorrent :<br />
CD:<br />
<a href="http://mirror.centos.org/centos/5.3/isos/i386/CentOS-5.3-i386-bin-1to6.torrent">http://mirror.centos.org/centos/5.3/isos/i386/CentOS-5.3-i386-bin-1to6.torrent</a><br />
<a href="http://mirror.centos.org/centos/5.3/isos/x86_64/CentOS-5.3-x86_64-bin-1to7.torrent">http://mirror.centos.org/centos/5.3/isos/x86_64/CentOS-5.3-x86_64-bin-1to7.torrent</a></p>
<p>DVD:<br />
<a href="http://mirror.centos.org/centos/5.3/isos/i386/CentOS-5.3-i386-bin-DVD.torrent">http://mirror.centos.org/centos/5.3/isos/i386/CentOS-5.3-i386-bin-DVD.torrent</a><br />
<a href="http://mirror.centos.org/centos/5.3/isos/x86_64/CentOS-5.3-x86_64-bin-DVD.torrent">http://mirror.centos.org/centos/5.3/isos/x86_64/CentOS-5.3-x86_64-bin-DVD.torrent</a></p>
<p>&#8211; Via direct download:<br />
Due to bandwidth considerations the CentOS Project does not publish ISOS directly from our network machines. However direct downloads are available from external mirrors over http, ftp and rsync, and a geoip based list is available at <a href="http://isoredirect.centos.org/centos/5/isos/">http://isoredirect.centos.org/centos/5/isos/</a> to give you the best predictable match ( and only lists mirrors that are<br />
updated already, so you dont need to waste time looking for a sync&#8217;d mirror )</p>
<p>Some mirrors also publish DVD images that can be downloaded directly. Refer to the mirrors list page at <a href="http://www.centos.org/mirrors">http://www.centos.org/mirrors</a> for more details Mirrors that offer DVD&#8217;s are clearly marked on the page.</p>
<p>sha1sum for these ISOS:</p>
<p>i386:<br />
4b454d76d06daa0b1772115e9b95c9465a4cecb0  CentOS-5.3-i386-bin-1of6.iso<br />
0da3292ea1d90639714a5e7d77812568bc01ec05  CentOS-5.3-i386-bin-2of6.iso<br />
77e867eb736b58f31cdd25c4835643ab795979e2  CentOS-5.3-i386-bin-3of6.iso<br />
949ee93440e736c8414fb8b571178970a31e6675  CentOS-5.3-i386-bin-4of6.iso<br />
5eafdea33c18f623bb9299ae624b8c8a12132bfa  CentOS-5.3-i386-bin-5of6.iso<br />
90ae5387a38f8ec805d877cc5525ae8dedc7f810  CentOS-5.3-i386-bin-6of6.iso<br />
b7f85a3a493e3051e50515ef881214929c88a5f3  CentOS-5.3-i386-bin-DVD.iso<br />
a0c640ae0c68cc0d9558cf4f8855f24671b3dadb  CentOS-5.3-i386-netinstall.iso</p>
<p>x86_64:<br />
7327174dc0cbb6531bc0e2f26e24788251717e91  CentOS-5.3-x86_64-bin-1of7.iso<br />
d060ed2826a4c212eebf5e3a825ce75e77cb44e0  CentOS-5.3-x86_64-bin-2of7.iso<br />
a0b7471ec6b742c962cc06b69624b0746025005f  CentOS-5.3-x86_64-bin-3of7.iso<br />
fe4106322d6b08344e82df8904142664a8a82522  CentOS-5.3-x86_64-bin-4of7.iso<br />
8cb5539fa4241bc5d23798a3e2721b2ebd3b18fe  CentOS-5.3-x86_64-bin-5of7.iso<br />
8a8f32888279f701e15162dec6f52b5f5fb5effc  CentOS-5.3-x86_64-bin-6of7.iso<br />
f053b05ea8576ea7d72116fa246f914086238ca9  CentOS-5.3-x86_64-bin-7of7.iso<br />
f8ca12b4acc714f4e4a21f3f35af083952ab46e0  CentOS-5.3-x86_64-bin-DVD.iso<br />
e971bd1677622708348b8a65264ec360a1cc0196  CentOS-5.3-x86_64-netinstall.iso</p>
<p>+++++++++++++++++++++++<br />
Pending CentOS-5.3 Updates and src.rpm&#8217;s</p>
<p>Updates have been issued from upstream since they released 5.3, a bulk of these updates are already released into CentOS-5.3 and are available immediately. All pending updates will be released within the next 48 hrs. To keep the initial release size smaller, the src.rpm&#8217;s are also going to be slowly released into the mirrors over the next 48 hrs along with debuginfo packages.</p>
<p>+++++++++++++++++++++++<br />
Release Notes:</p>
<p>The distro release notes are only available online at <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.3">http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.3</a> The release notes include important changelog info as well as notes about the installer and outcomes from test situations which the centos-qa team worked through. Its considered essential reading.</p>
<p>Upstream release notes are available in the NOTES/ directory of the install media. These include release specific technologies, new features in the distro and other misc infomation that can help you better utilise the distro.</p>
<p>+++++++++++++++++++++++<br />
Getting Help:</p>
<p>The best place to start when looking for help with CentOS is at the wiki ( <a href="http://wiki.centos.org/GettingHelp">http://wiki.centos.org/GettingHelp</a> ) which lists various options and communities who might be able to help. If you think there is a bug in the system, do report it at <a href="http://bugs.centos.org/">http://bugs.centos.org/</a> &#8211; but keep in mind that the bugs system is *not* a support mechanism.</p>
<p>Some Friendly URL&#8217;s :<br />
<a href="http://www.centos.org/">http://www.centos.org/</a><br />
<a href="http://wiki.centos.org/">http://wiki.centos.org/</a><br />
<a href="http://lists.centos.org/">http://lists.centos.org/</a><br />
<a href="http://bugs.centos.org/">http://bugs.centos.org/</a><br />
irc://#centos@irc.freenode.net</p>
<p>+++++++++++++++++++++++<br />
A big thanks to everyone who contributed, including the translation teams, the qa team, the CentOS Developers and all the users out there. I would also like to thank all the users for their patience and help!</p>
<p>Enjoy this release, tell all your friends about it too.</p>
<p>&#8211;<br />
Karanbir Singh<br />
CentOS Project { <a href="http://www.centos.org/">http://www.centos.org/</a> }<br />
irc: z00dax, #centos@irc.freenode.net</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/04/centos-53-released-for-i386-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some news on CentOS 5.3 full stream</title>
		<link>http://shell.burgas.org/2009/02/some-news-on-centos-5-3-full-stra/</link>
		<comments>http://shell.burgas.org/2009/02/some-news-on-centos-5-3-full-stra/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 08:16:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=72</guid>
		<description><![CDATA[Thanks to the fact that Karanbir is now back in action, the QA team is now working on the 5.3 QA tree at full speed. There are some nice things in 5.3 (you can already look at the Upstream release notes). We’ve already discovered some missing deps and other new good things. Of course everything will be [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the fact that <a href="http://www.karan.org/blog/index.php/2009/02/18/back-in-town-slowly-getting-back-to-spee" target="_blank">Karanbir is now back in action</a>, the QA team is now working on the 5.3 QA tree at full speed. There are some nice things in 5.3 (you can already look at the <a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Release_Notes/index.html" target="_blank">Upstream release notes</a>). We’ve already discovered some missing deps and other new good things. Of course everything will be reported on the Wiki/in the CentOS 5.3 specific release notes.</p>
<p>One of the thing that astonished me is the fact that (even if not written in Upstream RN) some drivers seem to have been updated. For example the sky2 module didn’t support the Marvel gigabit 88E8056 nic since 5.1 .. but .. :</p>
<p>[arrfab@waldorf ~]$ modinfo /lib/modules/2.6.18-92.1.22.el5/kernel/drivers/net/sky2.ko |grep alias|wc -l<br />
29<br />
[arrfab@waldorf ~]$ modinfo /lib/modules/2.6.18-128.el5/kernel/drivers/net/sky2.ko |grep alias|wc -l<br />
30<br />
Interesting , isn’t it ? (especially for people having that kind of low-level entry nic in their workstation ..)</p>
<p>Other interesting stuff is the newer scsi-target-utils (aka tgtadm/iScsi target) that now includes a config file and two helpers to setup a new iscsi lun easily (tgt-setup-lun and tgt-admin) .. of course there are other new good things so stay tuned for more informations and of course, don’t forget to read the Release Notes when they’ll be published !</p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/02/some-news-on-centos-5-3-full-stra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimal services on CentOS</title>
		<link>http://shell.burgas.org/2009/01/minimal-services-on-centos/</link>
		<comments>http://shell.burgas.org/2009/01/minimal-services-on-centos/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 17:13:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=38</guid>
		<description><![CDATA[Not a big news, but its useful. I found it interesting since i mainly use CentOS for my server: Here is it, directly from Karanbir&#8217;s blog: Its amazing how often this question gets asked. Often enough that I thought its worth blogging about. Anyway the short answer is &#8211; you dont really need any services [...]]]></description>
			<content:encoded><![CDATA[<p>Not a big news, but its useful. I found it interesting since i mainly use CentOS for my server:</p>
<p>Here is it, directly from Karanbir&#8217;s blog:</p>
<p>Its amazing how often this question gets asked. Often enough that I thought its worth blogging about. Anyway the short answer is &#8211; you dont really need any services running on the machine in order to boot it, login and be able to do things. You might need to start services on demand though, eg if you need a mysql server running, thats a service that needs running. However, its a good idea, imho, to have atleast these services enabled and running :<br />
<code><br />
syslog<br />
network<br />
sshd<br />
</code></p>
<p>syslog: because its good to have logging on the machine, and network + sshd just to make sure you can get to the machine from a remote location, and you can run yum updates ( either local or remote ) with the network working.</p>
<p>If you are running with selinux, it might also be a good idea to have restorecond running, but look into some details, its not really *required* as such.</p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/01/minimal-services-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I already dream of CentOS 5.3 on my Laptop</title>
		<link>http://shell.burgas.org/2009/01/i-already-dream-of-centos-53-on-my-laptop/</link>
		<comments>http://shell.burgas.org/2009/01/i-already-dream-of-centos-53-on-my-laptop/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 06:34:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=35</guid>
		<description><![CDATA[Looks like finally they are done with the encrypted disk. I was reading trough redhat&#8217;s blogs about rhel 5.3 release and it feels so good at the very bottom of the post. Updates on virtualization also sounds very cool, but linux still lacks good tools for provisioning and management. Any way i am planing to do run some tests when CentOS 5.3 [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like finally they are done with the encrypted disk. I was reading trough redhat&#8217;s blogs about rhel 5.3 release and it feels so good at the very bottom of the post.</p>
<p>Updates on virtualization also sounds very cool, but linux still lacks good tools for provisioning and management. Any way i am planing to do run some tests when CentOS 5.3 comes out.</p>
<p>Here is it, straight from redhat :</p>
<p>We released the first glimpse into <a href="http://www.redhat.com/rhel/">Red Hat Enterprise Linux</a>5.3 with the availability of the<a href="http://www.press.redhat.com/2008/10/29/red-hat-delivers-red-hat-enterprise-linux-53-beta/">5.3 Beta</a> in October. Today, we’ve <a href="http://www.redhat.com/about/news/prarchive/2009/rhel_5_3.html">announced</a> the general availability of Red Hat Enterprise Linux 5.3, delivered via Red Hat Network to customers with a Red Hat subscription.</p>
<p>A key benefit of a Red Hat subscription is that feature updates and fixes are incorporated into the base platform release in such a way that interfaces (APIs &amp; ABIs) are held stable. You can adopt the latest open source capabilities without needing to recertify your hardware and applications. Today’s delivery of Red Hat Enterprise Linux 5.3, with its wide range of new features, demonstrates our commitment to deliver value via your subscription.</p>
<p>Red Hat Enterprise Linux updates provide:</p>
<ul>
<li>Feature enhancements and stable new features</li>
<li>Security hardening</li>
<li>Consolidated bug fixes</li>
</ul>
<p>The Red Hat Enterprise Linux 5.3 Release Notes note over 150 updates and upgrades, but here are a few key highlights:<br />
<a id="more-525"></a><br />
<strong>Virtualization enhancements</strong>: Red Hat Enterprise Linux 5.3 supports larger x86-64 systems. The number of supported physical CPUs is increased to 126, while maximum memory is increased to 1TB. Virtual server CPU and memory limits have been increased to 32 and 80GB respectively – far higher than competing virtualization products. Additionally the per-guest limits for disks and network interfaces have also been increased. <span style="color: #000080;">The performance and range of paravirtualized device drivers has been increased, enabling ever more applications to be deployed on virtual servers with near bare-metal performance.</span></p>
<p><strong>Next-generation hardware enablement</strong>: The soon-to-be-released Tylersberg/Nehalem platform is the next-generation of Intel x86-64 hardware. Support for the virtualization and performance features provided by this processor combined with numerous optimizations have already demonstrated exceptional performance over previous processor generations in internal Red Hat testing.</p>
<p><strong>OpenJDK</strong>: Red Hat is taking a leadership position in Red Hat Enterprise Linux 5.3 by shipping the first productized implementation of OpenJDK. OpenJDK in 5.3 has passed the full Java SE 6 TCK and is compatible with all applications written for Java SE 6 and previous versions. With the integration of OpenJDK, Red Hat Enterprise Linux 5.3 is the the first enterprise-ready solution with a fully open source Java stack when combined with JBoss Enterprise Application Platform.</p>
<p><strong>Systemtap</strong>: This is an application development tool targeted at dynamically allowing applications to be monitored and diagnosed. With Red Hat Enterprise Linux 5.3 support for User Mode (i.e. application level) tracing and profiling is provided for the first time – adding to the Kernel Mode support that was provided in earlier releases. The operative word here being “dynamically,” as the key benefit of Systemtap is the ability, on-the-fly, to add instrumentation, probe points, and memory tracking to running applications. This is key to enable identification and resolution of issues in live environments. Extremely powerful — both for user and kernel space.<br />
<strong><br />
Power management</strong>: With “green IT” gaining increasing focus, we have been implementing a progression of power-saving enhancements in every update of Red Hat Enterprise Linux. 5.3 is no exception, with improved handling of low-level power management low-power sleep states.</p>
<p><strong><span style="color: #000080;">Disk encryption</span></strong><span style="color: #000080;">: Critical for laptop use, but also becoming increasingly important in server deployments (due to concerns with hardware disposal at the end of its lifecycle), Red Hat Enterprise Linux 5.3 includes full support for encryption of storage, either at the block level or file system level. Installer enhancements enable encryption to be configured at installation time, and includes support for the root and swap devices.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/01/i-already-dream-of-centos-53-on-my-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What new to expect from CentOS 5.3</title>
		<link>http://shell.burgas.org/2009/01/what-new-to-expect-from-centos-53/</link>
		<comments>http://shell.burgas.org/2009/01/what-new-to-expect-from-centos-53/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 15:31:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=33</guid>
		<description><![CDATA[Well, as most of you may already know, Red Hat has released RHEL version 5 update 3 today, and they appear to have been quite hard at work. So what can you all expect in CentOS 5.3? Here’s a brief rundown of cool stuff to look forward to: Networking NetWorkManager and wpa_supplicant updates mean better wireless security [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as most of you may already know, <a title="Red Hat" href="http://www.redhat.com/">Red Hat</a> has released RHEL version 5 update 3 today, and they appear to have been quite hard at work. So what can you all expect in CentOS 5.3? Here’s a brief rundown of cool stuff to look forward to:</p>
<h2>Networking</h2>
<ul>
<li>NetWorkManager and wpa_supplicant updates mean better wireless security support. NetworkManager has a whole host of updates listed, so loads of good things have been happening there.</li>
<li>Updated driver support for a number of broadcom, forcedeth, ralink, and realtek cards made it into the kernel, so those of you in irc complaining that your nic wasn’t recognized should be happier after this.</li>
<li>There are also a few improvements for intel networking, both wired and wireless, so that should give the intel crowd their feel-good too.</li>
</ul>
<h2>Storage</h2>
<p>This is where things get interesting, so hang on.</p>
<ul>
<li>ext4 support is now included, so you can feel free to play with it. All accounts have it being pretty interesting.</li>
<li>encrypted block devices are now supported in anaconda for direct install. Anyone with a laptop should be interested in this one. (This one is my personal favorite. A die-hard suse fan always rubs on this when we debate)</li>
<li>There’s added support for IBM’s DS4xxx series disk systems in the dm_multipath package now. In theory this should rid us of the rdac driver update reboot hell. I’ll be testing this feature out tomorrow.</li>
<li>3ware and megaraid_sas also made the cut for driver updates. These two should have a fair bit of performance improvements to them.</li>
</ul>
<p><span><span style="text-decoration: line-through;">One thing I’m still waiting to see sorted out is the httpd fiasco on x86_64. In previous releases, you could install both, but it would cause conflicts when run. RH says they fixed this by removing the x86_64 version of httpd from the x86_64 distro. I’m really hoping they mean that they’ve removed the x86 version from the x86_64 distro, and that the release notes just have a nice little heart-stopping typo. Anyone dealing with multi-arch issues might want to keep an eye on this one between visits to the therapist.</span></span></p>
<p><strong><span>Update</span></strong>: Seems the httpd issue was for ppc, though the arch was not clearly spelled out in the release notes. Have a look at <a title="RHEL mailing list" href="http://www.redhat.com/archives/rhelv5-list/2009-January/msg00098.html">http://www.redhat.com/archives/rhelv5-list/2009-January/msg00098.html</a> for information.</p>
<p>You can get the full reading on what’s coming from this url: <a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Release_Notes/index.html">http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Release_Notes/index.html</a></p>
<p>What features are you looking forward to the most with the new release? I’m curious to see which features people are most interested in using. Let me know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/01/what-new-to-expect-from-centos-53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install CentOS 5.2 Development package from shell</title>
		<link>http://shell.burgas.org/2009/01/how-to-install-centos-52-development-package-from-shell/</link>
		<comments>http://shell.burgas.org/2009/01/how-to-install-centos-52-development-package-from-shell/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 10:00:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=16</guid>
		<description><![CDATA[I am usually installing only &#8220;Base&#8221; package when i am setting servers, but some of the servers require development packages to complete the final task. Kernel rebuilding for example, or some third party you want to get running. These tools include core development tools such as automake, gcc, perl, python, and debuggers: => flex => gcc => [...]]]></description>
			<content:encoded><![CDATA[<p>I am usually installing only &#8220;Base&#8221; package when i am setting servers, but some of the servers require development packages to complete the final task. Kernel rebuilding for example, or some third party you want to get running.</p>
<p>These tools include core development tools such as automake, gcc, perl, python, and debuggers:<br />
=> flex<br />
=> gcc<br />
=> redhat-rpm-config<br />
=> strace<br />
=> rpm-build<br />
=> make<br />
=> pkgconfig<br />
=> gettext<br />
=> automake<br />
=> strace64<br />
=> gdb<br />
=> bison<br />
=> libtool<br />
=> autoconf<br />
=> gcc-c++<br />
=> binutils and all dependencies.</p>
<p>The easy way to do that is opening terminal or ssh shell and  type in:</p>
<pre># yum groupinstall 'Development Tools'</pre>
<p>Sample output:</p>
<pre>Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * base: mirror.steadfast.net
 * updates: dist1.800hosting.com
 * addons: centos.mirrors.tds.net
 * extras: dist1.800hosting.com
Setting up Group Process
Loading mirror speeds from cached hostfile
 * base: mirror.steadfast.net
 * updates: dist1.800hosting.com
 * addons: centos.mirrors.tds.net
 * extras: dist1.800hosting.com
Package make - 1:3.81-3.el5.i386 already installed and latest version
Package gettext - 0.14.6-4.el5.i386 already installed and latest version
Package binutils - 2.17.50.0.6-6.el5.i386 already installed and latest version
Resolving Dependencies
--&gt; Running transaction check
---&gt; Package automake.noarch 0:1.9.6-2.1 set to be updated
---&gt; Package frysk.i686 0:0.0.1.2008.03.19.rh1-1.el5 set to be updated
--&gt; Processing Dependency: libgcj.so.7rh for package: frysk
--&gt; Processing Dependency: glib-java &gt;= 0.2.6 for package: frysk
---&gt; Package autoconf.noarch 0:2.59-12 set to be updated
--&gt; Processing Dependency: imake for package: autoconf
---&gt; Package rcs.i386 0:5.7-30.1 set to be updated
---&gt; Package strace.i386 0:4.5.16-1.el5.1 set to be updated
---&gt; Package redhat-rpm-config.noarch 0:8.0.45-24.el5 set to be updated
---&gt; Package elfutils.i386 0:0.125-3.el5 set to be updated
--&gt; Processing Dependency: libdw.so.1 for package: elfutils
...........
....
..
Transaction Summary
=============================================================================
Install    105 Package(s)
Update       0 Package(s)
Remove       0 Package(s)         

Total download size: 127 M
Is this ok [y/N]: y
Downloading Packages:
(1/105): python-numeric-2 100% |=========================| 751 kB    00:12
(2/105): xorg-x11-fonts-b 100% |=========================| 3.7 MB    01:03
(3/105): pfmon-3.2-0.0609 100% |=========================| 656 kB    00:10
(4/105): automake14-1.4p6 100% |=========================| 205 kB    00:03
(5/105): libtool-1.5.22-6 100% |=========================| 680 kB    00:11
(6/105): systemtap-0.6.2- 100% |=========================| 1.3 MB    00:22</pre>
<p>Now you can compile and use any application on system.</p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/01/how-to-install-centos-52-development-package-from-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RHEL 5.3 is out, CentOS 5.3 coming out soon</title>
		<link>http://shell.burgas.org/2009/01/rhel-53-is-out-centos-53-out-soon/</link>
		<comments>http://shell.burgas.org/2009/01/rhel-53-is-out-centos-53-out-soon/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 08:03:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=12</guid>
		<description><![CDATA[Well, as most of you may already know, Red Hat has released RHEL version 5 update 3 today, and they appear to have been quite hard at work. So what can you all expect in CentOS 5.3? Here’s a brief rundown of cool stuff to look forward to: Networking NetWorkManager and wpa_supplicant updates mean better wireless security [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as most of you may already know, <a title="Red Hat" href="http://www.redhat.com/">Red Hat</a> has released RHEL version 5 update 3 today, and they appear to have been quite hard at work. So what can you all expect in CentOS 5.3? Here’s a brief rundown of cool stuff to look forward to:</p>
<h2>Networking</h2>
<ul>
<li>NetWorkManager and wpa_supplicant updates mean better wireless security support. NetworkManager has a whole host of updates listed, so loads of good things have been happening there.</li>
<li>Updated driver support for a number of broadcom, forcedeth, ralink, and realtek cards made it into the kernel, so those of you in irc complaining that your nic wasn’t recognized should be happier after this.</li>
<li>There are also a few improvements for intel networking, both wired and wireless, so that should give the intel crowd their feel-good too.</li>
</ul>
<h2>Storage</h2>
<p>This is where things get interesting, so hang on.</p>
<ul>
<li>ext4 support is now included, so you can feel free to play with it. All accounts have it being pretty interesting.</li>
<li>encrypted block devices are now supported in anaconda for direct install. Anyone with a laptop should be interested in this one. (This one is my personal favorite. A die-hard suse fan always rubs on this when we debate)</li>
<li>There’s added support for IBM’s DS4xxx series disk systems in the dm_multipath package now. In theory this should rid us of the rdac driver update reboot hell. I’ll be testing this feature out tomorrow.</li>
<li>3ware and megaraid_sas also made the cut for driver updates. These two should have a fair bit of performance improvements to them.</li>
</ul>
<p><span>One thing I’m still waiting to see sorted out is the httpd fiasco on x86_64. In previous releases, you could install both, but it would cause conflicts when run. RH says they fixed this by removing the x86_64 version of httpd from the x86_64 distro. I’m really hoping they mean that they’ve removed the x86 version from the x86_64 distro, and that the release notes just have a nice little heart-stopping typo. Anyone dealing with multi-arch issues might want to keep an eye on this one between visits to the therapist.</span></p>
<p><strong><span>Update</span></strong>: Seems the httpd issue was for ppc, though the arch was not clearly spelled out in the release notes. Have a look at<a title="RHEL mailing list" href="http://www.redhat.com/archives/rhelv5-list/2009-January/msg00098.html">http://www.redhat.com/archives/rhelv5-list/2009-January/msg00098.html</a> for information.</p>
<p>You can get the full reading on what’s coming from this url:  <a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Release_Notes/index.html">http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Release_Notes/index.html</a></p>
<p>What features are you looking forward to the most with the new release? I’m curious to see which features people are most interested in using. Let me know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/01/rhel-53-is-out-centos-53-out-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
