<?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>Updated Linux</title>
	<atom:link href="http://www.updatedlinux.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.updatedlinux.com</link>
	<description>The Linux Knowledge Base and Tutorial</description>
	<lastBuildDate>Mon, 17 Dec 2012 04:35:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.4</generator>
	<item>
		<title>How to resolve ftp error? 500 OOPS: cannot change directory:/home/user</title>
		<link>http://www.updatedlinux.com/how-to-resolve-ftp-error-500-oops-cannot-change-directoryhomeuser/</link>
		<pubDate>Mon, 17 Dec 2012 04:35:06 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[500 OOPS: cannot change directory:/home/user]]></category>
		<category><![CDATA[ftp 500 issue]]></category>
		<category><![CDATA[ftp error]]></category>
		<category><![CDATA[setsebool]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=377</guid>
		<description><![CDATA[The setsebool is used to set SELinux boolean value i.e. various configurtions can be enabled or disabled using this tool. In other words, the setsebool ...]]></description>
				<content:encoded><![CDATA[<p>The setsebool is used to set SELinux boolean value i.e. various configurtions can be enabled or disabled using this tool. In other words, the setsebool command switches on and off the protection of Selinux. Type getsebool -a to see all such options which can be enabled or disabled at run time,</p>
<p>[root@Thiyag/]# getsebool -a | grep ftp<br />
allow_ftpd_anon_write &#8211;&gt; off<br />
allow_ftpd_full_access &#8211;&gt; off<br />
allow_ftpd_use_cifs &#8211;&gt; off<br />
allow_ftpd_use_nfs &#8211;&gt; off<br />
ftp_home_dir &#8211;&gt; off<br />
ftpd_connect_db &#8211;&gt; off<br />
ftpd_use_passive_mode &#8211;&gt; off<br />
httpd_enable_ftp_server &#8211;&gt; off<br />
tftp_anon_write &#8211;&gt; off</p>
<p>[root@Thiyag/]# setsebool -P ftp_home_dir on</p>
<p>[root@Thiyag/]# getsebool -a | grep ftp<br />
allow_ftpd_anon_write &#8211;&gt; off<br />
allow_ftpd_full_access &#8211;&gt; off<br />
allow_ftpd_use_cifs &#8211;&gt; off<br />
allow_ftpd_use_nfs &#8211;&gt; off<br />
ftp_home_dir &#8211;&gt; on<br />
ftpd_connect_db &#8211;&gt; off<br />
ftpd_use_passive_mode &#8211;&gt; off<br />
httpd_enable_ftp_server &#8211;&gt; off<br />
tftp_anon_write &#8211;&gt; off</p>
<p>Try to login over FTP again and you should have a success.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+resolve+ftp+error%3F+500+OOPS%3A+cannot+change+directory%3A%2Fhome%2Fuser+http%3A%2F%2Fis.gd%2F1x6tFx" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>How to Fix “Unable to resolve UUID” Error in Linux</title>
		<link>http://www.updatedlinux.com/how-to-fix-unable-to-resolve-uuid-error-in-linux/</link>
		<pubDate>Fri, 15 Jun 2012 20:41:49 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[fsck linux]]></category>
		<category><![CDATA[Unable to resolve UUID]]></category>
		<category><![CDATA[UUID Linux]]></category>
		<category><![CDATA[Unable to resolve UUID linux]]></category>
		<category><![CDATA[linux Unable to resolve UUID]]></category>
		<category><![CDATA[Universally Unique Identifier linux]]></category>
		<category><![CDATA[Fsck]]></category>
		<category><![CDATA[Linux Recovery Software]]></category>
		<category><![CDATA[Linux rescue]]></category>
		<category><![CDATA[file system volumes linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=372</guid>
		<description><![CDATA[Modern distributions of Linux operating systems use UUID (Universally Unique Identifier) to uniquely identify hard drive or other data storage devices, in place of the ...]]></description>
				<content:encoded><![CDATA[<p>Modern distributions of Linux operating systems use UUID (Universally Unique Identifier) to uniquely identify hard drive or other data storage devices, in place of the conventional block names like /dev/sdb and /dev/hda1. It is due to the fact that UUID is never modified, even if the hard drive is switched. It is stable as compared to traditional methods, and prevents system failure and need of Linux Data Recovery solutions.</p>
<p>UUID is a 128-bit string that is used for making the Linux hard disk management simple. If you look at /etc/fstab file in your Linux computer, you find the entry in the following format, in place of the familiar hard drive designation:</p>
<p>UUID=62fa5eac-3df4-448d-a576-916dd5b432f2</p>
<p>In comparison to the traditional hard drive identification techniques, UUID is quite easy and reliable. For instance, in the traditional Linux systems, when you try to insert a new hard drive in a system that already has two hard drives, the drive is inserted between existing drives. At this point, &#8216;mount&#8217; command attempts to mount the newly inserted drives as home.</p>
<p>In such situation, you need to log on as a single user for resolving the problem. However, when you log on, it gives you some error message and in the worst case scenario, you may encounter kernel panic. You can fix this issue using UUID.</p>
<p>UUID creates a unique entry for each hard disk volume in the Linux file system tree. Using UUID offers easy management of your Linux hard disks and creates less complication while adding or removing the disk.</p>
<p>Although, UUID is quite useful and it provides various advanced features, but it also has some faults. Sometimes, you may encounter the below error message when you attempt to access a UUID based Linux hard drive:</p>
<p>“Fsck 1.40.8 (13-Mar-200 fsck.ext3: Unable to resolve &#8216;UUID=d8533154-cef1-4cce-a823-9f3f74aab65b&#8217;”</p>
<p>After the above error message, you can not access the particular hard drive. All the data stored on your hard drive become inaccessible and you come across critical data loss. At this point, Linux Recovery Software come for your rescue.</p>
<p>The applications perform absolute Data Recovery Linux in most of the logical data loss situations, using advanced scanning algorithms. These tools enable you to perform Linux Recovery on your own as they have self-descriptive and simple graphical user interface. With read-only and non-destructive behavior, the applications are completely safe to use.</p>
<p>Stellar Phoenix Linux Data Recovery is the most comprehensive application for perfect recovery of all lost data. The software is compatible with all Linux distributions including SUSE, Debian, Red Hat, and Fedora. It recovers lost data from Ext4, Ext3, Ext2, FAT32, FAT16, and FAT12 file system volumes.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+Fix+%E2%80%9CUnable+to+resolve+UUID%E2%80%9D+Error+in+Linux+http%3A%2F%2Fis.gd%2FulDsHg" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>How to remove prompting overwrite with &#8220;cp&#8221;    &#8220;cp: overwrite&#8221;</title>
		<link>http://www.updatedlinux.com/how-to-remove-prompting-overwrite-with-cp-cp-overwrite/</link>
		<pubDate>Fri, 08 Jun 2012 20:19:20 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[cp: overwrite]]></category>
		<category><![CDATA[cp -f force overwrite]]></category>
		<category><![CDATA[remove prompting overwrite with cp]]></category>
		<category><![CDATA[Prompt to confirm copy even with cp -f]]></category>
		<category><![CDATA[cp ask for overwriting]]></category>
		<category><![CDATA[linux cp command]]></category>
		<category><![CDATA[alias linux]]></category>
		<category><![CDATA[unalias linux]]></category>
		<category><![CDATA[cp command linux]]></category>
		<category><![CDATA[how to ignore cp: overwrite]]></category>
		<category><![CDATA[how to ignore cp: overwrite linux]]></category>
		<category><![CDATA[cp: overwrite linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=370</guid>
		<description><![CDATA[Have you ever experienced cp overwrite problem as like &#8220;cp: overwrite &#8216;/this/file /to/this/file&#8217; ? &#8221;   if yes,  here is the solution, Run this command ...]]></description>
				<content:encoded><![CDATA[<p>Have you ever experienced cp overwrite problem as like &#8220;cp: overwrite &#8216;/this/file /to/this/file&#8217; ? &#8221;   if yes,  here is the solution,</p>
<p>Run this command to see your alias</p>
<p># alias</p>
<p>OUTPUT :-</p>
<p>alias attrib=&#8217;chmod&#8217;<br />
alias chdir=&#8217;cd&#8217;<br />
alias copy=&#8217;cp&#8217;<br />
alias cp=&#8217;cp -i&#8217;<br />
alias d=&#8217;dir&#8217;<br />
alias del=&#8217;rm&#8217;<br />
alias deltree=&#8217;rm -r&#8217;<br />
alias dir=&#8217;/bin/ls $LS_OPTIONS &#8211;format=vertical&#8217;<br />
alias edit=&#8217;pico&#8217;<br />
alias ff=&#8217;whereis&#8217;<br />
alias l.=&#8217;ls -d .* &#8211;color=tty&#8217;<br />
alias ll=&#8217;ls -l &#8211;color=tty&#8217;<br />
alias ls=&#8217;/bin/ls $LS_OPTIONS&#8217;<br />
alias mc=&#8217;. /usr/share/mc/bin/mc-wrapper.sh&#8217;<br />
alias mem=&#8217;top&#8217;<br />
alias move=&#8217;mv&#8217;<br />
alias mv=&#8217;mv -i&#8217;<br />
alias pico=&#8217;pico -w -z&#8217;<br />
alias rm=&#8217;rm -i&#8217;<br />
alias search=&#8217;grep&#8217;<br />
alias v=&#8217;vdir&#8217;<br />
alias vdir=&#8217;/bin/ls $LS_OPTIONS &#8211;format=long&#8217;<br />
alias which=&#8217;type -path&#8217;<br />
alias wtf=&#8217;watch -n 1 w -hs&#8217;<br />
alias wth=&#8217;ps -uxa | more&#8217;</p>
<p>As you can see, you do have an alias with cp, so how do you overwrite without prompt? what you need to do is remove that cp alias.<br />
using  unalias command you can get rid of the error &#8220;cp: overwrite&#8221;.</p>
<p>Run this command to remove alias cp,</p>
<p>#unalias cp</p>
<p>so now when you do the alias command, you wont see the cp alias anymore. so what happens if your not the admin or dont have access to root, then you can run an unaliased cp command.</p>
<p>#cp -rf /this/file /to/this/file</p>
<p>hope this help you out.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+remove+prompting+overwrite+with+%E2%80%9Ccp%E2%80%9D++%E2%80%9Ccp%3A+overwrite%E2%80%9D+http%3A%2F%2Fis.gd%2FZaKr8A" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>Unable to Boot into Linux ? Here we go with Rescue mode !</title>
		<link>http://www.updatedlinux.com/unable-to-boot-into-linux-here-we-go-with-rescue-mode/</link>
		<pubDate>Wed, 06 Jun 2012 19:20:03 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[What is Rescue Mode in Linux]]></category>
		<category><![CDATA[Rescue Mode in Linux]]></category>
		<category><![CDATA[What is Rescue Mode]]></category>
		<category><![CDATA[Unable to Boot Linux]]></category>
		<category><![CDATA[Booting Rescue Mode]]></category>
		<category><![CDATA[Booting Single User Mode Directly]]></category>
		<category><![CDATA[Single User Mode]]></category>
		<category><![CDATA[linux single]]></category>
		<category><![CDATA[linux emergency]]></category>
		<category><![CDATA[Hardware Software Problems linux]]></category>
		<category><![CDATA[Rescue mode]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=369</guid>
		<description><![CDATA[Rescue mode provides the ability to boot a small Linux environment entirely from a diskette, CD-ROM, or using some other method. As the name implies, ...]]></description>
				<content:encoded><![CDATA[<p>Rescue mode provides the ability to boot a small Linux environment entirely from a diskette, CD-ROM, or using some other method.</p>
<p>As the name implies, rescue mode is provided to rescue you from something. During normal operation, your Red Hat Linux system uses files located on your system&#8217;s hard drive to do everything — run programs, store your files, and more.</p>
<p>However, there may be times when you are unable to get Linux running completely enough to access its files on your system&#8217;s hard drive. Using rescue mode, you can access the files stored on your system&#8217;s hard drive, even if you cannot actually run Linux from that hard drive.</p>
<p>Normally, you will need to get into rescue mode for one of two reasons:</p>
<ul>
<li>You are unable to boot Linux.</li>
<li>You are having hardware or software problems, and you want to get a few important files off your system&#8217;s hard drive.</li>
</ul>
<p>Next, we will take a closer look at each of these scenarios.</p>
<h2>Unable to Boot Linux</h2>
<p>This problem is often caused by the installation of another operating system after you have installed Red Hat Linux. Some other operating systems assume that you have no other operating systems on your computer, and they overwrite the Master Boot Record (MBR) that originally contained the GRUB or LILO boot loader. If the boot loader is overwritten in this manner, you will not be able to boot Red Hat Linux unless you can get into rescue mode.</p>
<p>Another common problem is if you use a partitioning tool to resize a partition or create a new partition from free space after installation and it changes the order of your partitions. If the partition number of your <tt>/</tt> partition changes, the boot loader will not be able to find it to mount the partition. To fix this problem, boot in rescue mode and modify <tt>/boot/grub/grub.conf</tt> if you are using GRUB or <tt>/etc/lilo.conf</tt> if you are using LILO.</p>
<h2>Hardware/Software Problems</h2>
<p>This category includes a wide variety of different situations. Two examples include failing hard drives and forgetting to run LILO after building a new kernel (if you are using LILO as your boot loader). In both of these situations, you may be unable to boot Red Hat Linux. If you can get into rescue mode, you might be able to resolve the problem or at least get copies of your most important files.</p>
<h2>Booting Rescue Mode</h2>
<p>To boot your system in rescue mode, boot off of a Red Hat Linux boot disk or Red Hat Linux CD-ROM #1, and enter the following command at the installation boot prompt:</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>boot:</tt> <tt><strong>linux</strong></tt><tt><strong> </strong></tt><tt><strong>rescue</strong></tt></pre>
</td>
</tr>
</tbody>
</table>
<p>You can get to the installation boot prompt in one of these ways:</p>
<ul>
<li>By booting your system from an installation boot diskette made from the <tt>boot.img</tt> image. This method requires that the Red Hat Linux CD-ROM #1 be inserted as the rescue image or that the rescue image be on the hard drive as an ISO image. <span style="color: #000080;"><span style="text-decoration: underline;"><a href="http://www.centos.org/docs/2/rhl-cg-en-7.2/rescuemode.html#FTN.BOOT-DISK">[1]</a></span></span></li>
<li>By booting your system from the Red Hat Linux CD-ROM #1.</li>
<li>By booting from a network disk made from the <tt>bootnet.img</tt> or PCMCIA boot disk made from <tt>pcmcia.img</tt>. You can only do this if your network connection is working. You will need to identify the network host and transfer type. For an explanation of how to specify this information, see <em>Installing</em><em> </em><em>over</em><em> </em><em>the</em><em> </em><em>Network</em> in the <em>Official</em><em> </em><em>Red</em><em> </em><em>Hat</em><em> </em><em>Linux</em><em> </em><em>Installation</em><em> </em><em>Guide</em>.</li>
</ul>
<p>After booting off a boot disk or Red Hat Linux CD-ROM #1 and providing a valid rescue image, you will see the following message:</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>The</tt><tt> </tt><tt>rescue</tt><tt> </tt><tt>environment</tt><tt> </tt><tt>will</tt><tt> </tt><tt>now</tt><tt> </tt><tt>attempt</tt><tt> </tt><tt>to</tt><tt> </tt><tt>find</tt><tt> </tt><tt>your</tt><tt> </tt><tt>Red</tt><tt> </tt><tt>Hat</tt>
<tt>Linux</tt><tt> </tt><tt>installation</tt><tt> </tt><tt>and</tt><tt> </tt><tt>mount</tt><tt> </tt><tt>it</tt><tt> </tt><tt>under</tt><tt> </tt><tt>the</tt><tt> </tt><tt>directory</tt>
<tt>/mnt/sysimage.</tt><tt> </tt><tt>You</tt><tt> </tt><tt>can</tt><tt> </tt><tt>then</tt><tt> </tt><tt>make</tt><tt> </tt><tt>any</tt><tt> </tt><tt>changes</tt><tt> </tt><tt>required</tt><tt> </tt><tt>to</tt><tt> </tt><tt>your</tt>
<tt>system.</tt><tt> </tt><tt>If</tt><tt> </tt><tt>you</tt><tt> </tt><tt>want</tt><tt> </tt><tt>to</tt><tt> </tt><tt>proceed</tt><tt> </tt><tt>with</tt><tt> </tt><tt>this</tt><tt> </tt><tt>step</tt><tt> </tt><tt>choose</tt>
<tt>'Continue'.</tt>
<tt>If</tt><tt> </tt><tt>for</tt><tt> </tt><tt>some</tt><tt> </tt><tt>reason</tt><tt> </tt><tt>this</tt><tt> </tt><tt>process</tt><tt> </tt><tt>fails</tt><tt> </tt><tt>you</tt><tt> </tt><tt>can</tt><tt> </tt><tt>choose</tt><tt> </tt><tt>'Skip'</tt><tt> </tt>
<tt>and</tt><tt> </tt><tt>this</tt><tt> </tt><tt>step</tt><tt> </tt><tt>will</tt><tt> </tt><tt>be</tt><tt> </tt><tt>skipped</tt><tt> </tt><tt>and</tt><tt> </tt><tt>you</tt><tt> </tt><tt>will</tt><tt> </tt><tt>go</tt><tt> </tt><tt>directly</tt><tt> </tt><tt>to</tt><tt> </tt><tt>a</tt>
<tt>command</tt><tt> </tt><tt>shell.</tt></pre>
</td>
</tr>
</tbody>
</table>
<p>If you select <strong>Continue</strong>, it will attempt to mount your filesystem under the directory <tt>/mnt/sysimage</tt>. If it fails to mount a partition, it will notify you. If you select <strong>Skip</strong>, your filesystem will not be mounted. Choose <strong>Skip</strong> if you think your filesystem is corrupted.</p>
<p>Once you have your system in rescue mode, a prompt appears on VC (virtual console) 1 and VC 2 (use the [Ctrl]-[Alt]-[F1] key combination to access VC 1 and [Ctrl]-[Alt]-[F2] key combination to access VC 2):</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>bash#</tt></pre>
</td>
</tr>
</tbody>
</table>
<p>If you selected <strong>Continue</strong> to mount your partitions automatically and they were mounted successfully, you are in single-user mode.</p>
<p>To mount a Linux partition manually inside rescue mode, create a directory such as <tt><em>/foo</em></tt>, and type the following command:</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>mount</tt><tt> </tt><tt>-t</tt><tt> </tt><tt>ext3</tt><tt> </tt><tt><em>/dev/hda5</em></tt><tt> </tt><tt><em>/foo</em></tt></pre>
</td>
</tr>
</tbody>
</table>
<p>In the above command, <tt><em>/foo</em></tt> is a directory that you have created and <tt><em>/dev/hda5</em></tt> is the partition you want to mount. If the partition is of type <tt>ext2</tt>, replace <tt>ext3</tt> with <tt>ext2</tt>.</p>
<p>If you do not know the names of your partitions, use the following command to list them:</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>fdisk</tt><tt> </tt><tt>-l</tt></pre>
</td>
</tr>
</tbody>
</table>
<p>If your filesystem is mounted and you want to make your system the root partition, use the command <tt>chroot</tt><tt> </tt><tt>/mnt/sysimage</tt>. This is useful if you need to run commands such as <tt>rpm</tt> that require your root partition to be mounted as <tt>/</tt>. To exit the chroot environment, type <tt>exit</tt>, and you will return to the <tt>bash#</tt> prompt.</p>
<p>From the <tt>bash#</tt> prompt, you can run many useful commands including:</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>anaconda</tt><tt> </tt><tt>gzip</tt><tt> </tt><tt>mkfs.ext2</tt><tt> </tt><tt>ps</tt>
<tt>badblocks</tt><tt> </tt><tt>head</tt><tt> </tt><tt>mknod</tt><tt> </tt><tt>python</tt>
<tt>bash</tt><tt> </tt><tt>hwclock</tt><tt> </tt><tt>mkraid</tt><tt> </tt><tt>python1.5</tt>
<tt>cat</tt><tt> </tt><tt>ifconfig</tt><tt> </tt><tt>mkswap</tt><tt> </tt><tt>raidstart</tt>
<tt>chattr</tt><tt> </tt><tt>init</tt><tt> </tt><tt>mlabel</tt><tt> </tt><tt>raidstop</tt>
<tt>chmod</tt><tt> </tt><tt>insmod</tt><tt> </tt><tt>mmd</tt><tt> </tt><tt>rcp</tt>
<tt>chroot</tt><tt> </tt><tt>less</tt><tt> </tt><tt>mmount</tt><tt> </tt><tt>rlogin</tt>
<tt>clock</tt><tt> </tt><tt>ln</tt><tt> </tt><tt>mmove</tt><tt> </tt><tt>rm</tt>
<tt>collage</tt><tt> </tt><tt>loader</tt><tt> </tt><tt>modprobe</tt><tt> </tt><tt>rmmod</tt>
<tt>cp</tt><tt> </tt><tt>ls</tt><tt> </tt><tt>mount</tt><tt> </tt><tt>route</tt>
<tt>cpio</tt><tt> </tt><tt>lsattr</tt><tt> </tt><tt>mpartition</tt><tt> </tt><tt>rpm</tt>
<tt>dd</tt><tt> </tt><tt>lsmod</tt><tt> </tt><tt>mrd</tt><tt> </tt><tt>rsh</tt>
<tt>ddcprobe</tt><tt> </tt><tt>mattrib</tt><tt> </tt><tt>mread</tt><tt> </tt><tt>sed</tt>
<tt>depmode</tt><tt> </tt><tt>mbadblocks</tt><tt> </tt><tt>mren</tt><tt> </tt><tt>sh</tt>
<tt>df</tt><tt> </tt><tt>mcd</tt><tt> </tt><tt>mshowfat</tt><tt> </tt><tt>sync</tt><tt> </tt>
<tt>e2fsck</tt><tt> </tt><tt>mcopy</tt><tt> </tt><tt>mt</tt><tt> </tt><tt>tac</tt>
<tt>fdisk</tt><tt> </tt><tt>mdel</tt><tt> </tt><tt>mtools</tt><tt> </tt><tt>tail</tt>
<tt>fsck</tt><tt> </tt><tt>mdeltree</tt><tt> </tt><tt>mtype</tt><tt> </tt><tt>tar</tt>
<tt>fsck.ext2</tt><tt> </tt><tt>mdir</tt><tt> </tt><tt>mv</tt><tt> </tt><tt>touch</tt>
<tt>fsck.ext3</tt><tt> </tt><tt>mdu</tt><tt> </tt><tt>mzip</tt><tt> </tt><tt>traceroute</tt>
<tt>ftp</tt><tt> </tt><tt>mformat</tt><tt> </tt><tt>open</tt><tt> </tt><tt>umount</tt>
<tt>gnome-pty-helper</tt><tt> </tt><tt>minfo</tt><tt> </tt><tt>pico</tt><tt> </tt><tt>uncpio</tt>
<tt>grep</tt><tt> </tt><tt>mkdir</tt><tt> </tt><tt>ping</tt><tt> </tt><tt>uniq</tt>
<tt>gunzip</tt><tt> </tt><tt>mke2fs</tt><tt> </tt><tt>probe</tt><tt> </tt><tt>zcat</tt></pre>
</td>
</tr>
</tbody>
</table>
<h2>Booting Single-User Mode Directly</h2>
<p>You may be able to boot single-user mode directly. If your system boots, but does not allow you to log in when it has completed booting, try single-user mode.</p>
<p>If you are using GRUB, use the following steps to boot into single-user mode:</p>
<ol>
<li>If you have a GRUB password configured, type <tt>p</tt> and enter the password.</li>
<li>Select <strong>Red</strong><strong> </strong><strong>Hat</strong><strong> </strong><strong>Linux</strong> with the version of the kernel that you wish to boot and type <tt>e</tt> for edit. You will be presented with a list of items in the configuration file for the title you just selected.</li>
<li>Select the line that starts with <tt>kernel</tt> and type <tt>e</tt> to edit the line.</li>
<li>Go to the end of the line and type <tt><strong>single</strong></tt> as a separate word (press the [Spacebar] and then type <tt><strong>single</strong></tt>). Press [Enter] to exit edit mode.</li>
<li>Back at the GRUB screen, type <tt>b</tt> to boot into single user mode.</li>
</ol>
<p>If you are using LILO, specify one of these options at the LILO boot prompt (if you are using the graphical LILO, you must press [Ctrl]-[x] to exit the graphical screen and go to the <tt>boot:</tt> prompt):</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>boot:</tt> <tt><strong>linux</strong></tt><tt><strong> </strong></tt><tt><strong>single</strong></tt>
<tt>boot:</tt> <tt><strong>linux</strong></tt><tt><strong> </strong></tt><tt><strong>emergency</strong></tt></pre>
</td>
</tr>
</tbody>
</table>
<p>In single-user mode, you computer boots to runlevel 1. Your local filesystems will be mounted, but your network will not be activated. You will have a usable system maintenance shell.</p>
<p>In emergency mode, you are booted into the most minimal environment possible. The root filesystem will be mounted read-only and almost nothing will be set up. The main advantage of emergency mode over <tt>linux</tt><tt> </tt><tt>single</tt> is that your <strong>init</strong> files are not loaded. If <strong>init</strong> is corrupted or not working, you can still mount filesystems to recover data that could be lost during a re-installation.</p>
<p>Have you ever rebuilt a kernel and, eager to try out your new handiwork, rebooted before running <tt>/sbin/lilo</tt>? If you did not have an entry for an older kernel in <tt>lilo.conf</tt>, you had a problem. If you would like to know a solution to this problem, read this section.</p>
<p>In many cases, you can boot your Red Hat Linux system from the Red Hat Linux boot disk <span style="color: #000080;"><span style="text-decoration: underline;"><a href="http://www.centos.org/docs/2/rhl-cg-en-7.2/rescuemode.html#FTN.BOOT-DISK">[1]</a></span></span> with your root filesystem mounted and ready to go. Here is how to do it:</p>
<p>Enter the following command at the boot disk&#8217;s <tt>boot:</tt> prompt:</p>
<table width="596" cellspacing="0" cellpadding="2">
<colgroup>
<col width="592" /> </colgroup>
<tbody>
<tr>
<td width="592">
<pre><tt>linux</tt><tt> </tt><tt>single</tt><tt> </tt><tt>root=/dev/hd</tt><tt><em>XX</em></tt><tt> </tt><tt>initrd=</tt></pre>
</td>
</tr>
</tbody>
</table>
<p>Replace the <tt><em>XX</em></tt> in <tt>/dev/hd</tt><tt><em>XX</em></tt> with the appropriate letter and number for your root partition.</p>
<p>What does this command do? First, it starts the boot process in single-user mode, with the root partition set to your root partition. The empty <tt>initrd</tt> specification bypasses the installation-related image on the boot disk, which will cause you to enter single-user mode immediately.</p>
<p>Is there a negative side to using this technique? Unfortunately, yes. Because the kernel on the Red Hat Linux boot disk only has support for IDE built-in, if your system is SCSI-based, you will not be able to do this. In that case, you will have to access rescue mode using the <tt><strong>linux</strong></tt><tt><strong> </strong></tt><tt><strong>rescue</strong></tt> command mentioned above.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Unable+to+Boot+into+Linux+%3F+Here+we+go+with+Rescue+mode+%21+http%3A%2F%2Fis.gd%2FhoFS76" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>Log Files in Linux</title>
		<link>http://www.updatedlinux.com/log-files-in-linux/</link>
		<pubDate>Wed, 06 Jun 2012 19:06:29 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Apache Logs]]></category>
		<category><![CDATA[/var/log]]></category>
		<category><![CDATA[logs in linux]]></category>
		<category><![CDATA[log file linux]]></category>
		<category><![CDATA[dmesg linux]]></category>
		<category><![CDATA[boot.log]]></category>
		<category><![CDATA[cron log]]></category>
		<category><![CDATA[messages linux]]></category>
		<category><![CDATA[Mail server logs]]></category>
		<category><![CDATA[logs linux]]></category>
		<category><![CDATA[linux logs]]></category>
		<category><![CDATA[/var/log/secure]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=366</guid>
		<description><![CDATA[If you are serious about learning Linux then one aspect you will want to familiarize yourself with is log files. This concept will help you ...]]></description>
				<content:encoded><![CDATA[<p>If you are serious about learning Linux then one aspect you will want to familiarize yourself with is log files. This concept will help you to understand why when you go to a mailing list with a problem and, when someone asks you the contents of a particular log file, you are able to offer enough information to help solve your problem. Log files are very good for helping you deduce what is going wrong with a system. There are, however, a lot of log files to wade through. That’s where I come in. In this article I am going to show you the first places to look when you have problems with a Linux system. I won’t cover all of the log files (at least yet), but I will get you started on what will hopefully become a long history of too much information.</p>
<p><strong>dmesg</strong></p>
<p>When I have a problem (or when I am attaching a usb device) one of the first places I go is the <em>dmesg</em> command. The <em>dmesg</em> command prints out the kernel keyring buffer. The information you will get will be all of the information you do not see when your system is booting. This is a great place to get information (low level) on your hardware. On one of my laptops, I run <em>dmesg</em> and near the top I see:</p>
<p><code>Phoenix</code><code> </code><code>BIOS</code><code> </code><code>detected:</code><code> </code><code>BIOS</code><code> </code><code>may</code><code> </code><code>corrupt</code><code> </code><code>low</code><code> </code><code>RAM,</code><code> </code><code>working</code><code> </code><code>it</code><code> </code><code>around.<br />
last_pfn</code><code> </code><code>=</code><code> </code><code>0x7f6d0</code><code> </code><code>max_arch_pfn</code><code> </code><code>=</code><code> </code><code>0x100000<br />
x86</code><code> </code><code>PAT</code><code> </code><code>enabled:</code><code> </code><code>cpu</code><code> </code><code>0,</code><code> </code><code>old</code><code> </code><code>0x7040600070406,</code><code> </code><code>new</code><code> </code><code>0x7010600070106<br />
kernel</code><code> </code><code>direct</code><code> </code><code>mapping</code><code> </code><code>tables</code><code> </code><code>up</code><code> </code><code>to</code><code> </code><code>38000000</code><code> </code><code>@</code><code> </code><code>10000-15000<br />
Using</code><code> </code><code>x86</code><code> </code><code>segment</code><code> </code><code>limits</code><code> </code><code>to</code><code> </code><code>approximate</code><code> </code><code>NX</code><code> </code><code>protection<br />
RAMDISK:</code><code> </code><code>37c6a000</code><code> </code><code>-</code><code> </code><code>37fef4a2</code></p>
<p>From that I can tell I have a Phoenix bios. Pretty obvious. A little later I see:</p>
<p><code>Security</code><code> </code><code>Framework</code><code> </code><code>initialized<br />
SELinux: </code><code> </code><code>Initializing.<br />
SELinux: </code><code> </code><code>Starting</code><code> </code><code>in</code><code> </code><code>permissive</code><code> </code><code>mode</code></p>
<p>Now I know Security Enhanced Linux is starting, in permissive mode, at bootup. And even further on down the line I see:</p>
<p><code>CPU1:</code><code> </code><code>Intel(R)</code><code> </code><code>Pentium(R)</code><code> </code><code>Dual </code><code> </code><code>CPU </code><code> </code><code>T2390 </code><code> </code><code>@</code><code> </code><code>1.86GHz</code><code> </code><code>stepping</code><code> </code><code>0d<br />
checking</code><code> </code><code>TSC</code><code> </code><code>synchronization</code><code> </code><code>[CPU#0</code><code> </code><code>-&gt;</code><code> </code><code>CPU#1]:</code><code> </code><code>passed.<br />
Brought</code><code> </code><code>up</code><code> </code><code>2</code><code> </code><code>CPUs<br />
Total</code><code> </code><code>of</code><code> </code><code>2</code><code> </code><code>processors</code><code> </code><code>activated</code><code> </code><code>(7447.76</code><code> </code><code>BogoMIPS)</code></p>
<p>The above shows me information about my CPU. Good to know.</p>
<p>The most important information you will probably get from <em>dmesg</em> is the information regarding attached USB devices. When you plug in a USB device you will need to know what special device this is attached to so you can mount it. This will occur at the bottom of the <em>dmesg</em> command output.</p>
<p>The output of <em>dmesg</em> is quite long and will scroll by very quickly. When I run this command I always pipe it through the <em>less</em> command like so:</p>
<p><em>dmesg</em><em> </em><em>|</em><em> </em><em>less</em></p>
<p>This way I can view the output one page at a time.</p>
<p><strong>/var/log</strong></p>
<p>This special directory is the Mac Daddy of information gathering. Fire up a terminal window and issue the command <em>ls</em><em> </em><em>/var/log/</em> and see what it contains. You see, included in this listing, such log files and log directories as:</p>
<ul>
<li>boot.log – boot information</li>
<li>cron – cron logs</li>
<li>cups – directory of all printing logs</li>
<li>httpd – Apache logs</li>
<li>mail – Mail server logs</li>
<li>maillog – The mail log</li>
<li>messages – Post-boot kernel information</li>
<li>secure – Security log</li>
<li>Xorg.0.log – X Server log</li>
</ul>
<p>You can see the listing of log files in the <strong>/var/log</strong> directory, but in order to actually read the log files you have to be the root user (or use sudo).</p>
<p><strong>Viewing</strong><strong> </strong><strong>with</strong><strong> </strong><strong>tail</strong></p>
<p>One of the handiest methods of viewing log files is using the <em>tail</em> command. What tail does is follow the running output of a log file. For instance if I want to follow my <strong>/var/log/secure</strong> log to watch for security issues I would enter the command <em>tail</em><em> </em><em>-f</em><em> </em><em>/var/log/secure.</em><em> </em>The <em>f</em> switch tells tail to follow. If  you don’t add the <em>f</em> switch tail will just list the output all at once (as if you just issued <em>less</em><em> </em><em>/var/log/secure</em>.)</p>
<p><strong>Final</strong><strong> </strong><strong>Thougths</strong></p>
<p>There is so much information to be gained from reading log files. The Linux operating system makes reading log files easy, once you know which log file does what. Take a poke around <strong>/var/log</strong> to find out exactly what you have and where you need to look for the problem you are having.</p>
<p><img src="data:image/png;base64,PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwvL0VOIj4KPEhUTUw+CjxIRUFEPgoJPE1FVEEgSFRUUC1FUVVJVj0iQ09OVEVOVC1UWVBFIiBDT05URU5UPSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPgoJPFRJVExFPjwvVElUTEU+Cgk8TUVUQSBOQU1FPSJHRU5FUkFUT1IiIENPTlRFTlQ9IkxpYnJlT2ZmaWNlIDMuNCAgKExpbnV4KSI+Cgk8U1RZTEUgVFlQRT0idGV4dC9jc3MiPgoJPCEtLQoJCUBwYWdlIHsgbWFyZ2luOiAwLjc5aW4gfQoJCVAgeyBtYXJnaW4tYm90dG9tOiAwLjA4aW4gfQoJCUNPREUuY2prIHsgZm9udC1mYW1pbHk6ICJEZWphVnUgU2FucyIsIG1vbm9zcGFjZSB9CgktLT4KCTwvU1RZTEU+CjwvSEVBRD4KPEJPRFkgRElSPSJMVFIiPgo8UD5JZiB5b3UgYXJlIHNlcmlvdXMgYWJvdXQgbGVhcm5pbmcgTGludXggdGhlbiBvbmUgYXNwZWN0IHlvdSB3aWxsCndhbnQgdG8gZmFtaWxpYXJpemUgeW91cnNlbGYgd2l0aCBpcyBsb2cgZmlsZXMuIFRoaXMgY29uY2VwdCB3aWxsCmhlbHAgeW91IHRvIHVuZGVyc3RhbmQgd2h5IHdoZW4geW91IGdvIHRvIGEgbWFpbGluZyBsaXN0IHdpdGggYQpwcm9ibGVtIGFuZCwgd2hlbiBzb21lb25lIGFza3MgeW91IHRoZSBjb250ZW50cyBvZiBhIHBhcnRpY3VsYXIgbG9nCmZpbGUsIHlvdSBhcmUgYWJsZSB0byBvZmZlciBlbm91Z2ggaW5mb3JtYXRpb24gdG8gaGVscCBzb2x2ZSB5b3VyCnByb2JsZW0uIExvZyBmaWxlcyBhcmUgdmVyeSBnb29kIGZvciBoZWxwaW5nIHlvdSBkZWR1Y2Ugd2hhdCBpcyBnb2luZwp3cm9uZyB3aXRoIGEgc3lzdGVtLiBUaGVyZSBhcmUsIGhvd2V2ZXIsIGEgbG90IG9mIGxvZyBmaWxlcyB0byB3YWRlCnRocm91Z2guIFRoYXTigJlzIHdoZXJlIEkgY29tZSBpbi4gSW4gdGhpcyBhcnRpY2xlIEkgYW0gZ29pbmcgdG8gc2hvdwp5b3UgdGhlIGZpcnN0IHBsYWNlcyB0byBsb29rIHdoZW4geW91IGhhdmUgcHJvYmxlbXMgd2l0aCBhIExpbnV4CnN5c3RlbS4gSSB3b27igJl0IGNvdmVyIGFsbCBvZiB0aGUgbG9nIGZpbGVzIChhdCBsZWFzdCB5ZXQpLCBidXQgSQp3aWxsIGdldCB5b3Ugc3RhcnRlZCBvbiB3aGF0IHdpbGwgaG9wZWZ1bGx5IGJlY29tZSBhIGxvbmcgaGlzdG9yeSBvZgp0b28gbXVjaCBpbmZvcm1hdGlvbi48L1A+CjxQPjxBIE5BTUU9Im1vcmUtMTA1ODYiPjwvQT48U1RST05HPmRtZXNnPC9TVFJPTkc+PC9QPgo8UD5XaGVuIEkgaGF2ZSBhIHByb2JsZW0gKG9yIHdoZW4gSSBhbSBhdHRhY2hpbmcgYSB1c2IgZGV2aWNlKSBvbmUgb2YKdGhlIGZpcnN0IHBsYWNlcyBJIGdvIGlzIHRoZSA8RU0+ZG1lc2c8L0VNPiBjb21tYW5kLiBUaGUgPEVNPmRtZXNnPC9FTT4KY29tbWFuZCBwcmludHMgb3V0IHRoZSBrZXJuZWwga2V5cmluZyBidWZmZXIuIFRoZSBpbmZvcm1hdGlvbiB5b3UKd2lsbCBnZXQgd2lsbCBiZSBhbGwgb2YgdGhlIGluZm9ybWF0aW9uIHlvdSBkbyBub3Qgc2VlIHdoZW4geW91cgpzeXN0ZW0gaXMgYm9vdGluZy4gVGhpcyBpcyBhIGdyZWF0IHBsYWNlIHRvIGdldCBpbmZvcm1hdGlvbiAobG93CmxldmVsKSBvbiB5b3VyIGhhcmR3YXJlLiBPbiBvbmUgb2YgbXkgbGFwdG9wcywgSSBydW4gPEVNPmRtZXNnPC9FTT4KYW5kIG5lYXIgdGhlIHRvcCBJIHNlZTo8L1A+CjxQPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5QaG9lbml4PC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4gPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5CSU9TPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5kZXRlY3RlZDo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPkJJT1M8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPiA8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPm1heTwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+Y29ycnVwdDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+bG93PC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5SQU0sPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj53b3JraW5nPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4gPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5pdDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+YXJvdW5kLjxCUj5sYXN0X3BmbjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+PTwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+MHg3ZjZkMDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+bWF4X2FyY2hfcGZuPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj49PC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4weDEwMDAwMDxCUj54ODY8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPlBBVDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+ZW5hYmxlZDo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPmNwdTwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+MCw8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPm9sZDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+MHg3MDQwNjAwMDcwNDA2LDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+bmV3PC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4weDcwMTA2MDAwNzAxMDY8QlI+a2VybmVsPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5kaXJlY3Q8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPm1hcHBpbmc8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPnRhYmxlczwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+dXA8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPnRvPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4gPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4zODAwMDAwMDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+QDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+MTAwMDAtMTUwMDA8QlI+VXNpbmc8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPng4NjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+c2VnbWVudDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+bGltaXRzPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4gPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj50bzwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+YXBwcm94aW1hdGU8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPk5YPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5wcm90ZWN0aW9uPEJSPlJBTURJU0s6PC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4zN2M2YTAwMDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+LTwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+MzdmZWY0YTI8L0NPREU+PC9QPgo8UD5Gcm9tIHRoYXQgSSBjYW4gdGVsbCBJIGhhdmUgYSBQaG9lbml4IGJpb3MuIFByZXR0eSBvYnZpb3VzLiBBCmxpdHRsZSBsYXRlciBJIHNlZTo8L1A+CjxQPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5TZWN1cml0eTwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+RnJhbWV3b3JrPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5pbml0aWFsaXplZDxCUj5TRUxpbnV4OiZuYnNwOzwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+SW5pdGlhbGl6aW5nLjxCUj5TRUxpbnV4OiZuYnNwOzwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+U3RhcnRpbmc8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPiA8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPmluPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5wZXJtaXNzaXZlPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5tb2RlPC9DT0RFPjwvUD4KPFA+Tm93IEkga25vdyBTZWN1cml0eSBFbmhhbmNlZCBMaW51eCBpcyBzdGFydGluZywgaW4gcGVybWlzc2l2ZQptb2RlLCBhdCBib290dXAuIEFuZCBldmVuIGZ1cnRoZXIgb24gZG93biB0aGUgbGluZSBJIHNlZTo8L1A+CjxQPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5DUFUxOjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+SW50ZWwoUik8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPlBlbnRpdW0oUik8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPkR1YWwmbmJzcDs8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPkNQVSZuYnNwOzwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+VDIzOTAmbmJzcDs8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPkA8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPiA8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPjEuODZHSHo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPnN0ZXBwaW5nPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4wZDxCUj5jaGVja2luZzwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+VFNDPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5zeW5jaHJvbml6YXRpb248L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPltDUFUjMDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+IDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+LSZndDs8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPkNQVSMxXTo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPnBhc3NlZC48QlI+QnJvdWdodDwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+CjwvQ09ERT48Q09ERSBDTEFTUz0id2VzdGVybiI+dXA8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPiA8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPjI8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPkNQVXM8QlI+VG90YWw8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPm9mPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4gPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4yPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5wcm9jZXNzb3JzPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5hY3RpdmF0ZWQ8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPgo8L0NPREU+PENPREUgQ0xBU1M9Indlc3Rlcm4iPig3NDQ3Ljc2PC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj4KPC9DT0RFPjxDT0RFIENMQVNTPSJ3ZXN0ZXJuIj5Cb2dvTUlQUyk8L0NPREU+PC9QPgo8UD5UaGUgYWJvdmUgc2hvd3MgbWUgaW5mb3JtYXRpb24gYWJvdXQgbXkgQ1BVLiBHb29kIHRvIGtub3cuPC9QPgo8UD5UaGUgbW9zdCBpbXBvcnRhbnQgaW5mb3JtYXRpb24geW91IHdpbGwgcHJvYmFibHkgZ2V0IGZyb20gPEVNPmRtZXNnPC9FTT4KaXMgdGhlIGluZm9ybWF0aW9uIHJlZ2FyZGluZyBhdHRhY2hlZCBVU0IgZGV2aWNlcy4gV2hlbiB5b3UgcGx1ZyBpbiBhClVTQiBkZXZpY2UgeW91IHdpbGwgbmVlZCB0byBrbm93IHdoYXQgc3BlY2lhbCBkZXZpY2UgdGhpcyBpcyBhdHRhY2hlZAp0byBzbyB5b3UgY2FuIG1vdW50IGl0LiBUaGlzIHdpbGwgb2NjdXIgYXQgdGhlIGJvdHRvbSBvZiB0aGUgPEVNPmRtZXNnPC9FTT4KY29tbWFuZCBvdXRwdXQuPC9QPgo8UD5UaGUgb3V0cHV0IG9mIDxFTT5kbWVzZzwvRU0+IGlzIHF1aXRlIGxvbmcgYW5kIHdpbGwgc2Nyb2xsIGJ5IHZlcnkKcXVpY2tseS4gV2hlbiBJIHJ1biB0aGlzIGNvbW1hbmQgSSBhbHdheXMgcGlwZSBpdCB0aHJvdWdoIHRoZSA8RU0+bGVzczwvRU0+CmNvbW1hbmQgbGlrZSBzbzo8L1A+CjxQPjxFTT5kbWVzZzwvRU0+PEVNPiA8L0VNPjxFTT58PC9FTT48RU0+IDwvRU0+PEVNPmxlc3M8L0VNPjwvUD4KPFA+VGhpcyB3YXkgSSBjYW4gdmlldyB0aGUgb3V0cHV0IG9uZSBwYWdlIGF0IGEgdGltZS48L1A+CjxQPjxTVFJPTkc+L3Zhci9sb2c8L1NUUk9ORz48L1A+CjxQPlRoaXMgc3BlY2lhbCBkaXJlY3RvcnkgaXMgdGhlIE1hYyBEYWRkeSBvZiBpbmZvcm1hdGlvbiBnYXRoZXJpbmcuCkZpcmUgdXAgYSB0ZXJtaW5hbCB3aW5kb3cgYW5kIGlzc3VlIHRoZSBjb21tYW5kIDxFTT5sczwvRU0+PEVNPgo8L0VNPjxFTT4vdmFyL2xvZy88L0VNPiBhbmQgc2VlIHdoYXQgaXQgY29udGFpbnMuIFlvdSBzZWUsIGluY2x1ZGVkCmluIHRoaXMgbGlzdGluZywgc3VjaCBsb2cgZmlsZXMgYW5kIGxvZyBkaXJlY3RvcmllcyBhczo8L1A+CjxVTD4KCTxMST48UCBTVFlMRT0ibWFyZ2luLWJvdHRvbTogMGluIj5ib290LmxvZyDigJMgYm9vdCBpbmZvcm1hdGlvbjwvUD4KCTxMST48UCBTVFlMRT0ibWFyZ2luLWJvdHRvbTogMGluIj5jcm9uIOKAkyBjcm9uIGxvZ3M8L1A+Cgk8TEk+PFAgU1RZTEU9Im1hcmdpbi1ib3R0b206IDBpbiI+Y3VwcyDigJMgZGlyZWN0b3J5IG9mIGFsbCBwcmludGluZwoJbG9nczwvUD4KCTxMST48UCBTVFlMRT0ibWFyZ2luLWJvdHRvbTogMGluIj5odHRwZCDigJMgQXBhY2hlIGxvZ3M8L1A+Cgk8TEk+PFAgU1RZTEU9Im1hcmdpbi1ib3R0b206IDBpbiI+bWFpbCDigJMgTWFpbCBzZXJ2ZXIgbG9nczwvUD4KCTxMST48UCBTVFlMRT0ibWFyZ2luLWJvdHRvbTogMGluIj5tYWlsbG9nIOKAkyBUaGUgbWFpbCBsb2c8L1A+Cgk8TEk+PFAgU1RZTEU9Im1hcmdpbi1ib3R0b206IDBpbiI+bWVzc2FnZXMg4oCTIFBvc3QtYm9vdCBrZXJuZWwKCWluZm9ybWF0aW9uPC9QPgoJPExJPjxQIFNUWUxFPSJtYXJnaW4tYm90dG9tOiAwaW4iPnNlY3VyZSDigJMgU2VjdXJpdHkgbG9nPC9QPgoJPExJPjxQPlhvcmcuMC5sb2cg4oCTIFggU2VydmVyIGxvZzwvUD4KPC9VTD4KPFA+WW91IGNhbiBzZWUgdGhlIGxpc3Rpbmcgb2YgbG9nIGZpbGVzIGluIHRoZSA8U1RST05HPi92YXIvbG9nPC9TVFJPTkc+CmRpcmVjdG9yeSwgYnV0IGluIG9yZGVyIHRvIGFjdHVhbGx5IHJlYWQgdGhlIGxvZyBmaWxlcyB5b3UgaGF2ZSB0byBiZQp0aGUgcm9vdCB1c2VyIChvciB1c2Ugc3VkbykuPC9QPgo8UD48U1RST05HPlZpZXdpbmc8L1NUUk9ORz48U1RST05HPiA8L1NUUk9ORz48U1RST05HPndpdGg8L1NUUk9ORz48U1RST05HPgo8L1NUUk9ORz48U1RST05HPnRhaWw8L1NUUk9ORz48L1A+CjxQPk9uZSBvZiB0aGUgaGFuZGllc3QgbWV0aG9kcyBvZiB2aWV3aW5nIGxvZyBmaWxlcyBpcyB1c2luZyB0aGUgPEVNPnRhaWw8L0VNPgpjb21tYW5kLiBXaGF0IHRhaWwgZG9lcyBpcyBmb2xsb3cgdGhlIHJ1bm5pbmcgb3V0cHV0IG9mIGEgbG9nIGZpbGUuCkZvciBpbnN0YW5jZSBpZiBJIHdhbnQgdG8gZm9sbG93IG15IDxTVFJPTkc+L3Zhci9sb2cvc2VjdXJlPC9TVFJPTkc+CmxvZyB0byB3YXRjaCBmb3Igc2VjdXJpdHkgaXNzdWVzIEkgd291bGQgZW50ZXIgdGhlIGNvbW1hbmQgPEVNPnRhaWw8L0VNPjxFTT4KPC9FTT48RU0+LWY8L0VNPjxFTT4gPC9FTT48RU0+L3Zhci9sb2cvc2VjdXJlLjwvRU0+PEVNPiA8L0VNPlRoZSA8RU0+ZjwvRU0+CnN3aXRjaCB0ZWxscyB0YWlsIHRvIGZvbGxvdy4gSWYmbmJzcDsgeW91IGRvbuKAmXQgYWRkIHRoZSA8RU0+ZjwvRU0+CnN3aXRjaCB0YWlsIHdpbGwganVzdCBsaXN0IHRoZSBvdXRwdXQgYWxsIGF0IG9uY2UgKGFzIGlmIHlvdSBqdXN0Cmlzc3VlZCA8RU0+bGVzczwvRU0+PEVNPiA8L0VNPjxFTT4vdmFyL2xvZy9zZWN1cmU8L0VNPi4pPC9QPgo8UD48U1RST05HPkZpbmFsPC9TVFJPTkc+PFNUUk9ORz4gPC9TVFJPTkc+PFNUUk9ORz5UaG91Z3RoczwvU1RST05HPjwvUD4KPFA+VGhlcmUgaXMgc28gbXVjaCBpbmZvcm1hdGlvbiB0byBiZSBnYWluZWQgZnJvbSByZWFkaW5nIGxvZyBmaWxlcy4KVGhlIExpbnV4IG9wZXJhdGluZyBzeXN0ZW0gbWFrZXMgcmVhZGluZyBsb2cgZmlsZXMgZWFzeSwgb25jZSB5b3UKa25vdyB3aGljaCBsb2cgZmlsZSBkb2VzIHdoYXQuIFRha2UgYSBwb2tlIGFyb3VuZCA8U1RST05HPi92YXIvbG9nPC9TVFJPTkc+CnRvIGZpbmQgb3V0IGV4YWN0bHkgd2hhdCB5b3UgaGF2ZSBhbmQgd2hlcmUgeW91IG5lZWQgdG8gbG9vayBmb3IgdGhlCnByb2JsZW0geW91IGFyZSBoYXZpbmcuPC9QPgo8L0JPRFk+CjwvSFRNTD4A" alt="" /></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Log+Files+in+Linux+http%3A%2F%2Fis.gd%2FQpSoMz" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>iSCSI causes slow boot load on Fedora 16</title>
		<link>http://www.updatedlinux.com/iscsi-causes-slow-boot-load-on-fedora-16/</link>
		<pubDate>Tue, 21 Feb 2012 08:20:38 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[yum update slow boot]]></category>
		<category><![CDATA[yum update issue]]></category>
		<category><![CDATA[update issue linux]]></category>
		<category><![CDATA[slow boot after update]]></category>
		<category><![CDATA[slow boot linux]]></category>
		<category><![CDATA[iSCSI slow boot linux]]></category>
		<category><![CDATA[slow boot load on Fedora 16]]></category>
		<category><![CDATA[systemctl status iscsi.service]]></category>
		<category><![CDATA[scanning of iSCSI devices. failed]]></category>
		<category><![CDATA[iscsi failed linux]]></category>
		<category><![CDATA[chkconfig iscsi off]]></category>
		<category><![CDATA[chkconfig iscsid off]]></category>
		<category><![CDATA[Fedora 16 Fail to start services]]></category>
		<category><![CDATA[systemctl disable iscsi.service failed]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=361</guid>
		<description><![CDATA[Have you ever noticed any error message when computer boots, probably after an update,or in /var/log/messages ? recently  I experienced with a slow boot issue ...]]></description>
				<content:encoded><![CDATA[<p>Have you ever noticed any error message when computer boots, probably after an update,or in /var/log/messages ?</p>
<p>recently  I experienced with a slow boot issue on my fedora 16 (Verne)</p>
<address><strong>Starting LSB: Starts and stops login and scanning of iSCSI devices&#8230;.</strong><br />
<strong> Starting LSB: Starts and stops login and scanning of iSCSI devices. failed, see &#8216;systemctl status iscsi.service&#8217; for details.</strong></address>
<p>Due to iscsi service , my boot load time takes more than 15 mins, earlier it use to boot in less than 2 mins.</p>
<p>In short, will help to improve boot time&#8230;<br />
As long as you do not use iscsi , it can certainly be disabled to speed up boot time.<br />
before we run a command , we can check ourself with chkconfig &#8211;list command, to verify the iscsi service, whether its on or not , as follows.</p>
<address><strong>[root@thiyag]# chkconfig &#8211;list</strong></address>
<p>Note: This output shows SysV services only and does not include native<br />
systemd services. SysV configuration data might be overridden by native<br />
systemd configuration.</p>
<p>akmods             0:off    1:off    2:on    3:on    4:on    5:on    6:off<br />
iscsi              0:off    1:off    2:on    3:on    4:on    5:on    6:off<br />
iscsid             0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
jexec              0:on    1:on    2:on    3:on    4:on    5:on    6:on<br />
livesys            0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
livesys-late       0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
named              0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
netconsole         0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
netfs              0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
network            0:off    1:off    2:on    3:on    4:on    5:on    6:off<br />
pcp                0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
pmie               0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
pmproxy            0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
rrdcached          0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
sandbox            0:off    1:off    2:off    3:off    4:off    5:on    6:off<br />
vnstat             0:off    1:off    2:off    3:off    4:off    5:off    6:off</p>
<p>To disable the isci initiator and daemon you can do the following as root,</p>
<address><strong>[root@thiyag]#chkconfig iscsi off</strong></address>
<address><strong>[root@thiyag]#chkconfig iscsid off</strong></address>
<address><strong>[root@thiyag]#service iscsi stop</strong></address>
<address><strong>[root@thiyag]#service iscsid stop</strong></address>
<p>That will prevent the daemons from starting on boot and stopping them if they have already started.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=iSCSI+causes+slow+boot+load+on+Fedora+16+http%3A%2F%2Fis.gd%2FTSEWTA" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>How to remove unused Kernels in Fedora/Centos/Redhat Linux</title>
		<link>http://www.updatedlinux.com/how-to-remove-unused-kernels-in-fedoracentosredhat-linux/</link>
		<pubDate>Fri, 20 Jan 2012 12:46:32 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[remove old kernels fedora 15]]></category>
		<category><![CDATA[remove old kernels fedora]]></category>
		<category><![CDATA[fedora 16 updates]]></category>
		<category><![CDATA[fedora 16 new kernel update]]></category>
		<category><![CDATA[remove old kernel]]></category>
		<category><![CDATA[remove un used kernel]]></category>
		<category><![CDATA[erase old kernel linux]]></category>
		<category><![CDATA[remove old kernels linux]]></category>
		<category><![CDATA[kernel update disk issue]]></category>
		<category><![CDATA[remove erase old kernel in linux fedora centos]]></category>
		<category><![CDATA[remove old kernel centos]]></category>
		<category><![CDATA[remove old kernel redhat]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=359</guid>
		<description><![CDATA[I have a Fedora 16 system . Through kernel updates now I have several Kernel options when I boot the machine.  So thought of removing ...]]></description>
				<content:encoded><![CDATA[<p>I have a Fedora 16 system . Through kernel updates now I have several Kernel options when I boot the machine.  So thought of removing old kernels.I like to keep the boot process clean.<br />
there are few way to remove the kernels that are no longer current.  the process is fairly simple,</p>
<p>To remove it , run as root</p>
<p># rpm -e kernel-version</p>
<p>in a terminal (Main Menu &gt; System Tools &gt; Terminal) where version is the full release number. Enter</p>
<p># rpm -q  kernel</p>
<p>to get the installed kernels.</p>
<p>or</p>
<p>Run this command as root/super user,</p>
<p># package-cleanup &#8211;oldkernels</p>
<p>After loading packages you will be promoting to enter an option,as below&#8230;</p>
<p>Dependencies Resolved</p>
<p>==============================================================================================<br />
Package                                           Arch                         Version                                        Repository                         Size<br />
==============================================================================================<br />
Removing:<br />
kernel                                            i686                         3.1.5-2.fc16                                   @updates                           92 M<br />
kernel-devel                                      i686                         3.1.5-2.fc16                                   @updates                           26 M<br />
Removing for dependencies:<br />
kmod-wl-3.1.5-2.fc16.i686                         i686                         5.100.82.112-1.fc16.5                          installed                         2.5 M</p>
<p>Transaction Summary<br />
===============================================================================================<br />
Remove        3 Packages</p>
<p>Installed size: 121 M<br />
Is this ok [y/N]: y<br />
Downloading Packages:<br />
Running Transaction Check<br />
Running Transaction Test<br />
Transaction Test Succeeded<br />
Running Transaction<br />
Warning: RPMDB altered outside of yum.<br />
Erasing    : kmod-wl-3.1.5-2.fc16.i686-5.100.82.112-1.fc16.5.i686                                                                                                1/3<br />
Erasing    : kernel-3.1.5-2.fc16.i686                                                                                                                            2/3<br />
Erasing    : kernel-devel-3.1.5-2.fc16.i686                                                                                                                      3/3</p>
<p>Removed:<br />
kernel.i686 0:3.1.5-2.fc16                                                      kernel-devel.i686 0:3.1.5-2.fc16</p>
<p>Dependency Removed:<br />
kmod-wl-3.1.5-2.fc16.i686.i686 0:5.100.82.112-1.fc16.5</p>
<p>Complete!<br />
That&#8217;s it. you have removed your old/unused kernels.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+remove+unused+Kernels+in+Fedora%2FCentos%2FRedhat+Linux+http%3A%2F%2Fis.gd%2FOe5e4M" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>RAID &#8211; why should I want / need it ?</title>
		<link>http://www.updatedlinux.com/raid-why-should-i-want-need-it/</link>
		<pubDate>Wed, 11 Jan 2012 07:20:44 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[raid linux]]></category>
		<category><![CDATA[raid 5 linux]]></category>
		<category><![CDATA[why raid linux]]></category>
		<category><![CDATA[what raid linux]]></category>
		<category><![CDATA[what is raid]]></category>
		<category><![CDATA[why raid]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=358</guid>
		<description><![CDATA[It depends&#8230; First, if you dont have anything critically important on your computer, and you are satisfied with its speed, you dont need raid. If ...]]></description>
				<content:encoded><![CDATA[<p>It depends&#8230;</p>
<p>First, if you dont have anything critically important on your computer, and you are satisfied with its speed, you dont need raid. If your computer is fast enough but has critical data, and you do backups regularly No.</p>
<p>Here is where it gets tricky: Raid 0 is just striping, it will give you extra speed in the hard drive reads/writes, BUT you lose reliability &#8211; there is no redundancy which is fine as long as you have good backups, and backup religiously(as in once a day, every day)!</p>
<p>IF your data is any kind of important, you need to back it up if you want to run Raid 0!</p>
<p>How important is the computer and its information? How critically important is the data? How fast do you need it? If you have a business(or just family data) with critical data on it you may prefer raid 1(duplication of data-high cost, fast read but slower write performance), Raid 1 doubles your HD costs, but increases the computers&#8217; reliability.</p>
<p>Raid 5 is the next cheapest/reliable array, you need at least 3 disks for a Raid 5 array, but 4, or 5 disks are more reliable, but costs much more than just a single drive.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=RAID+%E2%80%93+why+should+I+want+%2F+need+it+%3F+http%3A%2F%2Fis.gd%2FUK8I0Y" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>How to zip / unzip a folder in linux</title>
		<link>http://www.updatedlinux.com/how-to-zip-unzip-a-folder-in-linux/</link>
		<pubDate>Wed, 04 Jan 2012 10:02:28 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[how to zip and unzip in linux.]]></category>
		<category><![CDATA[zip linux folder]]></category>
		<category><![CDATA[extract folder in linux]]></category>
		<category><![CDATA[zip folder in linux]]></category>
		<category><![CDATA[rar folder in linux]]></category>
		<category><![CDATA[Archive folder in linux]]></category>
		<category><![CDATA[zip linux]]></category>
		<category><![CDATA[zip a folder in linux]]></category>
		<category><![CDATA[zip unzip]]></category>
		<category><![CDATA[zip unzip linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=354</guid>
		<description><![CDATA[My friend keep forgetting the command to zip &#38; extract  a folder in Linux , he use to ask me atleast once in a week. ...]]></description>
				<content:encoded><![CDATA[<p>My friend keep forgetting the command to zip &amp; extract  a folder in Linux , he use to ask me atleast once in a week. bcoz of him I am writing here , how to zip and unzip in linux.</p>
<p>&gt;&gt;       zip &#8211; package and compress (archive) files</p>
<p># zip silence silence.zip</p>
<p>or more concisely</p>
<p># zip -r silence.zip silence</p>
<p>&gt;&gt; unzip &#8211; list, test and extract compressed files in a ZIP archive</p>
<p>To  use unzip to extract all members of the archive letters.zip into the current directory and subdirectories below it, creating any subdirectories as<br />
necessary:</p>
<p># unzip silence.zip</p>
<p>To extract all members of letters.zip into the current directory only:</p>
<p># unzip -j silence.zip</p>
<p>mydear friend , hope this link  will be bookmarked by you ;)</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+zip+%2F+unzip+a+folder+in+linux+http%3A%2F%2Fis.gd%2FwX8FPh" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
		<item>
		<title>How to format a USB pendrive in Linux ?</title>
		<link>http://www.updatedlinux.com/how-to-format-a-usb-pendrive-in-linux/</link>
		<pubDate>Thu, 01 Dec 2011 12:20:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[fdisk linux]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[fine usb linux]]></category>
		<category><![CDATA[format a USB pendrive in Linux]]></category>
		<category><![CDATA[format drive]]></category>
		<category><![CDATA[format drive linux]]></category>
		<category><![CDATA[format linux usb]]></category>
		<category><![CDATA[format pendrive]]></category>
		<category><![CDATA[format usb]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How to format a USB pendrive in Linux]]></category>
		<category><![CDATA[logical physical drive linux]]></category>
		<category><![CDATA[mkfs]]></category>
		<category><![CDATA[mkfs ext3]]></category>
		<category><![CDATA[mkfs linux]]></category>
		<category><![CDATA[mkfs vfat]]></category>
		<category><![CDATA[mkfs.vfat /dev/sdb1]]></category>
		<category><![CDATA[mount usb linux]]></category>
		<category><![CDATA[umount]]></category>
		<category><![CDATA[umount /dev/sdb1]]></category>
		<category><![CDATA[usb format linux]]></category>
		<category><![CDATA[USB partition linux]]></category>
		<category><![CDATA[USB pen partition linux]]></category>
		<category><![CDATA[USB pendrive in Linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=351</guid>
		<description><![CDATA[Here some more recent RnD done on my end and it will help you to make out easily while you trying to do formating your ...]]></description>
				<content:encoded><![CDATA[<p>Here some more recent RnD done on my end and it will help you to make out easily while you trying to do formating your usb in linux.</p>
<p>Type the following command to find out USB pen partition name:</p>
<p>[root@thiyag]# df<br />
Filesystem     1K-blocks     Used Available Use% Mounted on<br />
rootfs          51606140  6148584  44933428  13% /<br />
devtmpfs          953540        0    953540   0% /dev<br />
tmpfs             961808     1000    960808   1% /dev/shm<br />
tmpfs             961808    40612    921196   5% /run<br />
/dev/sda3       51606140  6148584  44933428  13% /<br />
tmpfs             961808    40612    921196   5% /run<br />
tmpfs             961808        0    961808   0% /sys/fs/cgroup<br />
tmpfs             961808        0    961808   0% /media<br />
/dev/sda5      251747076 83478108 155480900  35% /home<br />
/dev/sda1         495844    78680    391564  17% /boot<br />
/dev/sdb1        7898008        4   7898004   1% /media/2E3E-D0DE</p>
<p>We can use fdisk as well to get to know the USB partition,</p>
<p>[root@thiyag]# fdisk -l</p>
<p>Disk /dev/sda: 320.1 GB, 320072933376 bytes<br />
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors<br />
Units = sectors of 1 * 512 = 512 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0x9c68a144</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1   *        2048     1026047      512000   83  Linux<br />
/dev/sda2         1026048     8759295     3866624   82  Linux swap / Solaris<br />
/dev/sda3         8759296   113616895    52428800   83  Linux<br />
/dev/sda4       113616896   625142447   255762776    5  Extended<br />
/dev/sda5       113618944   625141759   255761408   83  Linux</p>
<p>Disk /dev/sdb: 8103 MB, 8103395328 bytes<br />
196 heads, 32 sectors/track, 2523 cylinders, total 15826944 sectors<br />
Units = sectors of 1 * 512 = 512 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0xc3072e18</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sdb1   *          32    15826943     7913456    7  HPFS/NTFS/exFAT</p>
<p>Once identified the partition name type the following command to format the usb pen in Linux<br />
(caution you must select correct usb partition name, otherwise you will loss all the data on hard disk)</p>
<p>[root@thiyag]# mkfs.vfat /dev/sdb1<br />
mkfs.vfat 3.0.12 (29 Oct 2011)<br />
mkfs.vfat: /dev/sdb1 contains a mounted file system.</p>
<p>here we are getting an error as, &#8220;mkfs.vfat: /dev/sdb1 contains a mounted file system.&#8221;<br />
So it asking us to unmount before we format the USB<br />
here we go for unmount the mounted usb.</p>
<p>[root@thiyag]# umount /dev/sdb1</p>
<p>We havn&#8217;t get any error, so we unmounted it ;)</p>
<p>finally, use the following command to format your pendrive/usb drive.</p>
<p># mkfs.ext3 /dev/sda1</p>
<p>To format as VFAT/FAT32 file system type the following command:</p>
<p>[root@thiyag]# mkfs.vfat /dev/sdb1<br />
mkfs.vfat 3.0.12 (29 Oct 2011)<br />
[root@thiyag]#</p>
<p>hope it works for you too ! :-)</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+format+a+USB+pendrive+in+Linux+%3F+http%3A%2F%2Fis.gd%2FvENAFd" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			</item>
	</channel>
</rss>
