<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Forcing Linux to Reboot	</title>
	<atom:link href="https://www.krazyworks.com/forcing-linux-to-reboot/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.krazyworks.com/forcing-linux-to-reboot/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Wed, 03 Jun 2015 19:10:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.9</generator>
	<item>
		<title>
		By: Donld Lund		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-248254</link>

		<dc:creator><![CDATA[Donld Lund]]></dc:creator>
		<pubDate>Thu, 18 Apr 2013 16:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-248254</guid>

					<description><![CDATA[Thanks for this. It&#039;s a lot cleaner than having to run to the server and hold the power button till the thing shuts down. You&#039;re a genius man.]]></description>
			<content:encoded><![CDATA[<p>Thanks for this. It&#8217;s a lot cleaner than having to run to the server and hold the power button till the thing shuts down. You&#8217;re a genius man.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Keaton		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-248087</link>

		<dc:creator><![CDATA[Keaton]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 23:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-248087</guid>

					<description><![CDATA[i would like to turn a couple of my old computers into some extra support for my new one. is this possible and what would i have to do if it is? should i use linux or something? i really have no idea what to do or where to start.
]]></description>
			<content:encoded><![CDATA[<p>i would like to turn a couple of my old computers into some extra support for my new one. is this possible and what would i have to do if it is? should i use linux or something? i really have no idea what to do or where to start.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erin		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-247904</link>

		<dc:creator><![CDATA[Erin]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 18:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-247904</guid>

					<description><![CDATA[I&#039;m trying to Restart the computer and boot from the DVD or alternate system. #

Open a terminal window.
# 4

Type &quot;fdisk -l&quot; (without the quotation marks) to see the hard drive and partition device names. This displays the hard drives and partitions on your system. Make a note of the hard drive or partition you want to scan for the &quot;e2fsck&quot; command. Please note the parameter after the command is a lower-case &quot;L.&quot;
# 5

Type the following command: sudo e2fsck -cfpv /dev/sdb2. Replace &quot;sdb2&quot; with your actual device name, this can be an entire drive, such as &quot;sda&quot; or a partition, such as &quot;sda1.&quot;

The parameters have the following meanings: &quot;c&quot; searches for bad blocks and adds them to the list, &quot;f&quot; forces a check on the file system, &quot;p&quot; repairs anything that can be safely repaired and &quot;v&quot; is verbose mode so you can see the command progress.

The &quot;e2fsck&quot; command can take a long time to run, even several hours on a particularly large drive.
# 6

Exit the terminal after the &quot;e2fsck&quot; command is finished.
# 7

Remove the DVD/CD if any and reboot the system. Your file system is up to date with any bad sectors and will avoid them; any repairable issues have been fixed.

Read more: How to Fix Bad Sectors in Linux &#124; eHow.com http://www.ehow.com/how_7226154_fix-bad-sectors-linux.html#ixzz2LzjFwLA5
I don&#039;t know what x window&#039;s is? I&#039;m on linux.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to Restart the computer and boot from the DVD or alternate system. #</p>
<p>Open a terminal window.<br />
# 4</p>
<p>Type &#8220;fdisk -l&#8221; (without the quotation marks) to see the hard drive and partition device names. This displays the hard drives and partitions on your system. Make a note of the hard drive or partition you want to scan for the &#8220;e2fsck&#8221; command. Please note the parameter after the command is a lower-case &#8220;L.&#8221;<br />
# 5</p>
<p>Type the following command: sudo e2fsck -cfpv /dev/sdb2. Replace &#8220;sdb2&#8221; with your actual device name, this can be an entire drive, such as &#8220;sda&#8221; or a partition, such as &#8220;sda1.&#8221;</p>
<p>The parameters have the following meanings: &#8220;c&#8221; searches for bad blocks and adds them to the list, &#8220;f&#8221; forces a check on the file system, &#8220;p&#8221; repairs anything that can be safely repaired and &#8220;v&#8221; is verbose mode so you can see the command progress.</p>
<p>The &#8220;e2fsck&#8221; command can take a long time to run, even several hours on a particularly large drive.<br />
# 6</p>
<p>Exit the terminal after the &#8220;e2fsck&#8221; command is finished.<br />
# 7</p>
<p>Remove the DVD/CD if any and reboot the system. Your file system is up to date with any bad sectors and will avoid them; any repairable issues have been fixed.</p>
<p>Read more: How to Fix Bad Sectors in Linux | eHow.com <a href="http://www.ehow.com/how_7226154_fix-bad-sectors-linux.html#ixzz2LzjFwLA5" rel="nofollow ugc">http://www.ehow.com/how_7226154_fix-bad-sectors-linux.html#ixzz2LzjFwLA5</a><br />
I don&#8217;t know what x window&#8217;s is? I&#8217;m on linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: turg143		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-247903</link>

		<dc:creator><![CDATA[turg143]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 17:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-247903</guid>

					<description><![CDATA[My OS is Windows Nt professional 2000. So here is my problem. When I reboot the computer, it boots up to a blue screen that gives you two options which are:  F2 to enter setup or ESC to enter boot setup. Ok I press F2 and it goes through its setup or run which is on a black screen.When it finishes, it has this in the text at the bottom; ATAPI CD-Rom HL-DT-ST-GCE-832OB-(SM) error 02BO: Diskette drive A error. F2 to enter setup. So press F2 and it takes me to the BIOS Utility screen. My boot sequence is as follows: 1) ATAPI CDRom 2) Diskette drive 3) Harddrive 4) Network Boot 5) [MBA UNDI (Bus 0 Slot 11)]. I have tried different variations of Boot sequences and nothing seems to work. So I reboot and it takes me back to the blue screen with options as I have stated in the text earlier. So I press ESC and it takes me directly to the BIOS Utlity screen. For some reason it is not wanting to boot from the harddive. Got any suggestions? If so PLEASE do tell!
AND no there isnt a floppy in the diskette drive.
]]></description>
			<content:encoded><![CDATA[<p>My OS is Windows Nt professional 2000. So here is my problem. When I reboot the computer, it boots up to a blue screen that gives you two options which are:  F2 to enter setup or ESC to enter boot setup. Ok I press F2 and it goes through its setup or run which is on a black screen.When it finishes, it has this in the text at the bottom; ATAPI CD-Rom HL-DT-ST-GCE-832OB-(SM) error 02BO: Diskette drive A error. F2 to enter setup. So press F2 and it takes me to the BIOS Utility screen. My boot sequence is as follows: 1) ATAPI CDRom 2) Diskette drive 3) Harddrive 4) Network Boot 5) [MBA UNDI (Bus 0 Slot 11)]. I have tried different variations of Boot sequences and nothing seems to work. So I reboot and it takes me back to the blue screen with options as I have stated in the text earlier. So I press ESC and it takes me directly to the BIOS Utlity screen. For some reason it is not wanting to boot from the harddive. Got any suggestions? If so PLEASE do tell!<br />
AND no there isnt a floppy in the diskette drive.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kaden		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-247722</link>

		<dc:creator><![CDATA[Kaden]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 14:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-247722</guid>

					<description><![CDATA[It is like 10 years behind Windows in usability, security, and stability. Why would any sane person use Linux?
]]></description>
			<content:encoded><![CDATA[<p>It is like 10 years behind Windows in usability, security, and stability. Why would any sane person use Linux?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason M		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-247669</link>

		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 02:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-247669</guid>

					<description><![CDATA[I recently cleaned my registry using ccleaner. Since then, after maybe 2 or 4 minutes my laptop starts to freez and I am forced to shut it down by pressing and holding the power button. I tried to restore it to a previous point but have the same problem. It freezes for brief moments and then works for a bit but then will freeze again.  Does anyone know what is wrong or what I need to do to fix this problem. Also the fan is working fine so it&#039;s not overheating.
]]></description>
			<content:encoded><![CDATA[<p>I recently cleaned my registry using ccleaner. Since then, after maybe 2 or 4 minutes my laptop starts to freez and I am forced to shut it down by pressing and holding the power button. I tried to restore it to a previous point but have the same problem. It freezes for brief moments and then works for a bit but then will freeze again.  Does anyone know what is wrong or what I need to do to fix this problem. Also the fan is working fine so it&#8217;s not overheating.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erfan		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-247154</link>

		<dc:creator><![CDATA[Erfan]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 13:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-247154</guid>

					<description><![CDATA[recently, i have been playing around with themes and wanted to get a windows 7-ish theme.

I enabled many effects in compiz-config, changed my start button from the generic linux mint 10 default to &#039;Gnomenu&#039;, changed from the old window switcher to &#039;DockbarX&#039;. and installed a program called emerald Theme manager, (however, i cant figure out what it does or how to use it and change the theme of my desktop?). I continued with tweaking gnome 2.x, and followed instructions (http://www.webupd8.org/2010/05/enable-rgba-transparency-in-ubuntu-910.html) on how to enable RGBA module needed for some certain themes. after i installed &#039;GNOME color-chooser&#039; and went to the last tab where i changed a the first &#039;engine&#039; and enabled RGBA support. nothing happened or changed, I was disappointed, i then restarted the computer, this is where things all went wrong! 

the compiz effects work, open windows have a theme and are translucent, however, the desktop just has a plane grey (or gray, both spellings are correct) background. and whenever i open &#039;Appearance&#039;, and try to change the background, the entire GUI freezes, all except for the mouse pointer, i can move it around, but i cant click on anything, the keyboard does nothing, i have to force-restart to get it working again. the same thing happens when i try to change the setting in &#039;Gnome color-chooser&#039;

I believe the problem is that &#039;Appearance&#039; and &#039;Gnome color chooser&#039; are conflicting programs and don&#039;t work well with each other. i don&#039;t think it has to do with my GB of DDR2 RAM, or anything, otherwise the entire system wound freeze, right? so, how do i fix it? i want to have a windows 7 theme with my top bar transparent 

(ya know, this -&#062;){program name========= _ [] X }
I like Linux, and i am not paying for a software, let alone an entire OS. i just want a different theme is all, 

my the areo theme i mean the transparent titlebar.
i meant: by the areo theme where i mention that above, i mainly want the transparent titlebar.
]]></description>
			<content:encoded><![CDATA[<p>recently, i have been playing around with themes and wanted to get a windows 7-ish theme.</p>
<p>I enabled many effects in compiz-config, changed my start button from the generic linux mint 10 default to &#8216;Gnomenu&#8217;, changed from the old window switcher to &#8216;DockbarX&#8217;. and installed a program called emerald Theme manager, (however, i cant figure out what it does or how to use it and change the theme of my desktop?). I continued with tweaking gnome 2.x, and followed instructions (<a href="http://www.webupd8.org/2010/05/enable-rgba-transparency-in-ubuntu-910.html" rel="nofollow ugc">http://www.webupd8.org/2010/05/enable-rgba-transparency-in-ubuntu-910.html</a>) on how to enable RGBA module needed for some certain themes. after i installed &#8216;GNOME color-chooser&#8217; and went to the last tab where i changed a the first &#8216;engine&#8217; and enabled RGBA support. nothing happened or changed, I was disappointed, i then restarted the computer, this is where things all went wrong! </p>
<p>the compiz effects work, open windows have a theme and are translucent, however, the desktop just has a plane grey (or gray, both spellings are correct) background. and whenever i open &#8216;Appearance&#8217;, and try to change the background, the entire GUI freezes, all except for the mouse pointer, i can move it around, but i cant click on anything, the keyboard does nothing, i have to force-restart to get it working again. the same thing happens when i try to change the setting in &#8216;Gnome color-chooser&#8217;</p>
<p>I believe the problem is that &#8216;Appearance&#8217; and &#8216;Gnome color chooser&#8217; are conflicting programs and don&#8217;t work well with each other. i don&#8217;t think it has to do with my GB of DDR2 RAM, or anything, otherwise the entire system wound freeze, right? so, how do i fix it? i want to have a windows 7 theme with my top bar transparent </p>
<p>(ya know, this -&gt;){program name========= _ [] X }<br />
I like Linux, and i am not paying for a software, let alone an entire OS. i just want a different theme is all, </p>
<p>my the areo theme i mean the transparent titlebar.<br />
i meant: by the areo theme where i mention that above, i mainly want the transparent titlebar.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-247028</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 19:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-247028</guid>

					<description><![CDATA[
whats the best starting out linux program
]]></description>
			<content:encoded><![CDATA[<p>whats the best starting out linux program</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pacman		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-247024</link>

		<dc:creator><![CDATA[Pacman]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 18:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-247024</guid>

					<description><![CDATA[Hi
I&#039;m sai narasimha reddy, from hyderabad.

I&#039;ve mercury motherboard 915 motherboard, intel 2.4Ghz p4 processor. I&#039;m unable to install linux in my system. Though ubuntu 7.04 is being installed i&#039;m getting only 600 by 480 resolution. 

Please give me a solution to my problem.

Thanx in advance!
]]></description>
			<content:encoded><![CDATA[<p>Hi<br />
I&#8217;m sai narasimha reddy, from hyderabad.</p>
<p>I&#8217;ve mercury motherboard 915 motherboard, intel 2.4Ghz p4 processor. I&#8217;m unable to install linux in my system. Though ubuntu 7.04 is being installed i&#8217;m getting only 600 by 480 resolution. </p>
<p>Please give me a solution to my problem.</p>
<p>Thanx in advance!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mathew		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-246847</link>

		<dc:creator><![CDATA[Mathew]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 05:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-246847</guid>

					<description><![CDATA[Virus Software detects no viruses, Windows Defense Virus Evidence is clear, Followed online tutorials to delete this virus manually but still redirects, every 5 minutes Windows processes stop and forces a reboot. 

Windows sucks and I never have this problem on linux, Would be using Linux right now but Online Studies Require Windows Os and Windows only programs.

Any suggestions on how to locate and destroy this virus?
]]></description>
			<content:encoded><![CDATA[<p>Virus Software detects no viruses, Windows Defense Virus Evidence is clear, Followed online tutorials to delete this virus manually but still redirects, every 5 minutes Windows processes stop and forces a reboot. </p>
<p>Windows sucks and I never have this problem on linux, Would be using Linux right now but Online Studies Require Windows Os and Windows only programs.</p>
<p>Any suggestions on how to locate and destroy this virus?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Morten-Christian Bernson		</title>
		<link>https://www.krazyworks.com/forcing-linux-to-reboot/comment-page-1/#comment-17081</link>

		<dc:creator><![CDATA[Morten-Christian Bernson]]></dc:creator>
		<pubDate>Sun, 10 Oct 2010 20:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935#comment-17081</guid>

					<description><![CDATA[Thanks, this was very helpful when I had to reboot a remote machine with nfs-hang...]]></description>
			<content:encoded><![CDATA[<p>Thanks, this was very helpful when I had to reboot a remote machine with nfs-hang&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
