<?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/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - Fedora]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Sat, 02 May 2026 16:43:27 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Upgrade to Fedora 29]]></title>
			<link>https://www.linux-noob.com/forums/thread-54.html</link>
			<pubDate>Tue, 30 Oct 2018 20:46:42 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=24">Oroshi</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-54.html</guid>
			<description><![CDATA[<br />
<br />
	<span style="font-size: 8pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Upgrading Fedora 28 Workstation to Fedora 29</span></span><br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	<span style="font-weight: bold;" class="mycode_b">Using the command line</span><br />
<br />
<br />
<br />
	This method is the recommended and supported way to upgrade from Fedora 28to Fedora 29. Using this plugin will make your upgrade to Fedora 29 simple and easy.<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	1. Update software and back up your system<br />
<br />
<br />
<br />
	Before you do anything, you will want to make sure you have the latest software for Fedora 28 before beginning the upgrade process. To update your software, use GNOME Software or enter the following command in a terminal.<br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf upgrade --refresh</code></div></div><br />
<br />
<br />
<br />
	Additionally, make sure you back up your system before proceeding. <br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	2. Install the DNF plugin<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf install dnf-plugin-system-upgrade</code></div></div><br />
<br />
<br />
<br />
	3. Start the update with DNF<br />
<br />
<br />
<br />
	Now that your system is up-to-date, backed up, and you have the DNF plugin installed, you can begin the upgrade by using the following command in a terminal:<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade download --releasever=29</code></div></div><br />
<br />
	<br />
		 <br />
	<br />
<br />
<br />
<br />
<br />
	This command will begin downloading all of the upgrades for your machine locally to prepare for the upgrade. If you have issues when upgrading because of packages without updates, broken dependencies, or retired packages, add the ‐‐allowerasing flag when typing the above command. This will allow DNF to remove packages that may be blocking your system upgrade.<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	4. Reboot and upgrade<br />
<br />
<br />
<br />
	Once the previous command finishes downloading all of the upgrades, your system will be ready for rebooting. To boot your system into the upgrade process, type the following command in a terminal:<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade reboot</code></div></div><br />
<br />
<br />
<br />
	Your system will restart after this. Many releases ago, the fedup tool would create a new option on the kernel selection / boot screen. With the dnf-plugin-system-upgrade package, your system reboots into the current kernel installed for Fedora 29; this is normal. Shortly after the kernel selection screen, your system begins the upgrade process.<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	Now might be a good time for a coffee break! Once it finishes, your system will restart and you’ll be able to log in to your newly upgraded Fedora 29 system.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<br />
	<span style="font-size: 8pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Upgrading Fedora 28 Workstation to Fedora 29</span></span><br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	<span style="font-weight: bold;" class="mycode_b">Using the command line</span><br />
<br />
<br />
<br />
	This method is the recommended and supported way to upgrade from Fedora 28to Fedora 29. Using this plugin will make your upgrade to Fedora 29 simple and easy.<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	1. Update software and back up your system<br />
<br />
<br />
<br />
	Before you do anything, you will want to make sure you have the latest software for Fedora 28 before beginning the upgrade process. To update your software, use GNOME Software or enter the following command in a terminal.<br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf upgrade --refresh</code></div></div><br />
<br />
<br />
<br />
	Additionally, make sure you back up your system before proceeding. <br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	2. Install the DNF plugin<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf install dnf-plugin-system-upgrade</code></div></div><br />
<br />
<br />
<br />
	3. Start the update with DNF<br />
<br />
<br />
<br />
	Now that your system is up-to-date, backed up, and you have the DNF plugin installed, you can begin the upgrade by using the following command in a terminal:<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade download --releasever=29</code></div></div><br />
<br />
	<br />
		 <br />
	<br />
<br />
<br />
<br />
<br />
	This command will begin downloading all of the upgrades for your machine locally to prepare for the upgrade. If you have issues when upgrading because of packages without updates, broken dependencies, or retired packages, add the ‐‐allowerasing flag when typing the above command. This will allow DNF to remove packages that may be blocking your system upgrade.<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	4. Reboot and upgrade<br />
<br />
<br />
<br />
	Once the previous command finishes downloading all of the upgrades, your system will be ready for rebooting. To boot your system into the upgrade process, type the following command in a terminal:<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade reboot</code></div></div><br />
<br />
<br />
<br />
	Your system will restart after this. Many releases ago, the fedup tool would create a new option on the kernel selection / boot screen. With the dnf-plugin-system-upgrade package, your system reboots into the current kernel installed for Fedora 29; this is normal. Shortly after the kernel selection screen, your system begins the upgrade process.<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
	Now might be a good time for a coffee break! Once it finishes, your system will restart and you’ll be able to log in to your newly upgraded Fedora 29 system.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora 29]]></title>
			<link>https://www.linux-noob.com/forums/thread-55.html</link>
			<pubDate>Thu, 25 Oct 2018 09:48:21 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=24">Oroshi</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-55.html</guid>
			<description><![CDATA[<br />
<br />
	Hello Folks,<br />
<br />
<br />
<br />
<br />
	Fedora is about to release Fedora 29 on 30th October 2018, <span style="font-weight: bold;" class="mycode_b">but not yet confirm</span>! I will let you know once it official <img src="https://www.linux-noob.com/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> <br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<br />
	Hello Folks,<br />
<br />
<br />
<br />
<br />
	Fedora is about to release Fedora 29 on 30th October 2018, <span style="font-weight: bold;" class="mycode_b">but not yet confirm</span>! I will let you know once it official <img src="https://www.linux-noob.com/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> <br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora 28 release]]></title>
			<link>https://www.linux-noob.com/forums/thread-62.html</link>
			<pubDate>Thu, 03 May 2018 09:31:15 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=24">Oroshi</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-62.html</guid>
			<description><![CDATA[<br />
<span style="font-size: 14pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Fedora 28</span></span><br />
<br />
 <br />
<br />
<span style="font-size: 4pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Release date:</span> 1st May 2018</span><br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 4pt;" class="mycode_size">What's New</span></span><br />
<ul class="mycode_list"><li>Third-Party Repositories<br />
</li>
<li>Improved battery life<br />
</li>
<li>GNOME 3.28<br />
</li>
<li>Thunderbolt support<br />
</li>
<li>Improved emoji support<br />
</li>
<li>GNOME Photos<br />
</li>
<li>VirtualBox Guest Additions now default<br />
</li>
<li>Streamlined Installation<br />
</li>
<li>Much more..<br />
</li>
</ul>
<span style="font-size: 8pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Upgrading Fedora 27 Workstation to Fedora 28</span></span><br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Using the command line</span><br />
This method is the recommended and supported way to upgrade from Fedora 27 to Fedora 28. Using this plugin will make your upgrade to Fedora 28 simple and easy.<br />
 <br />
1. Update software and back up your system<br />
Before you do anything, you will want to make sure you have the latest software for Fedora 27 before beginning the upgrade process. To update your software, use GNOME Software or enter the following command in a terminal.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf upgrade --refresh</code></div></div><br />
Additionally, make sure you back up your system before proceeding. <br />
 <br />
2. Install the DNF plugin<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf install dnf-plugin-system-upgrade</code></div></div><br />
3. Start the update with DNF<br />
Now that your system is up-to-date, backed up, and you have the DNF plugin installed, you can begin the upgrade by using the following command in a terminal:<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade download --releasever=28</code></div></div><br />
This command will begin downloading all of the upgrades for your machine locally to prepare for the upgrade. If you have issues when upgrading because of packages without updates, broken dependencies, or retired packages, add the ‐‐allowerasing flag when typing the above command. This will allow DNF to remove packages that may be blocking your system upgrade.<br />
 <br />
4. Reboot and upgrade<br />
Once the previous command finishes downloading all of the upgrades, your system will be ready for rebooting. To boot your system into the upgrade process, type the following command in a terminal:<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade reboot</code></div></div><br />
Your system will restart after this. Many releases ago, the fedup tool would create a new option on the kernel selection / boot screen. With the dnf-plugin-system-upgrade package, your system reboots into the current kernel installed for Fedora 27; this is normal. Shortly after the kernel selection screen, your system begins the upgrade process.<br />
 <br />
Now might be a good time for a coffee break! Once it finishes, your system will restart and you’ll be able to log in to your newly upgraded Fedora 28 system.<br />
]]></description>
			<content:encoded><![CDATA[<br />
<span style="font-size: 14pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Fedora 28</span></span><br />
<br />
 <br />
<br />
<span style="font-size: 4pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Release date:</span> 1st May 2018</span><br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 4pt;" class="mycode_size">What's New</span></span><br />
<ul class="mycode_list"><li>Third-Party Repositories<br />
</li>
<li>Improved battery life<br />
</li>
<li>GNOME 3.28<br />
</li>
<li>Thunderbolt support<br />
</li>
<li>Improved emoji support<br />
</li>
<li>GNOME Photos<br />
</li>
<li>VirtualBox Guest Additions now default<br />
</li>
<li>Streamlined Installation<br />
</li>
<li>Much more..<br />
</li>
</ul>
<span style="font-size: 8pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Upgrading Fedora 27 Workstation to Fedora 28</span></span><br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Using the command line</span><br />
This method is the recommended and supported way to upgrade from Fedora 27 to Fedora 28. Using this plugin will make your upgrade to Fedora 28 simple and easy.<br />
 <br />
1. Update software and back up your system<br />
Before you do anything, you will want to make sure you have the latest software for Fedora 27 before beginning the upgrade process. To update your software, use GNOME Software or enter the following command in a terminal.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf upgrade --refresh</code></div></div><br />
Additionally, make sure you back up your system before proceeding. <br />
 <br />
2. Install the DNF plugin<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf install dnf-plugin-system-upgrade</code></div></div><br />
3. Start the update with DNF<br />
Now that your system is up-to-date, backed up, and you have the DNF plugin installed, you can begin the upgrade by using the following command in a terminal:<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade download --releasever=28</code></div></div><br />
This command will begin downloading all of the upgrades for your machine locally to prepare for the upgrade. If you have issues when upgrading because of packages without updates, broken dependencies, or retired packages, add the ‐‐allowerasing flag when typing the above command. This will allow DNF to remove packages that may be blocking your system upgrade.<br />
 <br />
4. Reboot and upgrade<br />
Once the previous command finishes downloading all of the upgrades, your system will be ready for rebooting. To boot your system into the upgrade process, type the following command in a terminal:<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dnf system-upgrade reboot</code></div></div><br />
Your system will restart after this. Many releases ago, the fedup tool would create a new option on the kernel selection / boot screen. With the dnf-plugin-system-upgrade package, your system reboots into the current kernel installed for Fedora 27; this is normal. Shortly after the kernel selection screen, your system begins the upgrade process.<br />
 <br />
Now might be a good time for a coffee break! Once it finishes, your system will restart and you’ll be able to log in to your newly upgraded Fedora 28 system.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora 22 onward]]></title>
			<link>https://www.linux-noob.com/forums/thread-63.html</link>
			<pubDate>Mon, 19 Mar 2018 12:17:04 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=24">Oroshi</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-63.html</guid>
			<description><![CDATA[<br />
<span style="font-size: 14pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">For Your Information</span></span><br />
<br />
 <br />
<br />
If you wondering where <span style="font-style: italic;" class="mycode_i">YUM </span>has gone, they have replaced with DNF. it works pretty the same as yum. <a href="https://fedoraproject.org/wiki/DNF?rd=Dnf" target="_blank" rel="noopener" class="mycode_url">https://fedoraproject.org/wiki/DNF?rd=Dnf</a><br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Syntax</span><br />
<br />
old: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install &lt;package&gt;</code></div></div><br />
new:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>dnf install &lt;package&gt;</code></div></div><br />
You will still need to use sudoers to execute this command. <br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<span style="font-size: 14pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">For Your Information</span></span><br />
<br />
 <br />
<br />
If you wondering where <span style="font-style: italic;" class="mycode_i">YUM </span>has gone, they have replaced with DNF. it works pretty the same as yum. <a href="https://fedoraproject.org/wiki/DNF?rd=Dnf" target="_blank" rel="noopener" class="mycode_url">https://fedoraproject.org/wiki/DNF?rd=Dnf</a><br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Syntax</span><br />
<br />
old: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install &lt;package&gt;</code></div></div><br />
new:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>dnf install &lt;package&gt;</code></div></div><br />
You will still need to use sudoers to execute this command. <br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[empathy shutting abruptly]]></title>
			<link>https://www.linux-noob.com/forums/thread-704.html</link>
			<pubDate>Wed, 08 Apr 2009 13:52:50 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2805">bashphoenux</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-704.html</guid>
			<description><![CDATA[<br />
Recently i came across this new problem .. every time i try to add a new contact in empathy it closes abruptly without any crash handler or error message ???<br />
<br />
any one experiencing stuff like this ??<br />
<br />
what do i do ????<br />
<br />
using fedora 10 kde 4.2<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Recently i came across this new problem .. every time i try to add a new contact in empathy it closes abruptly without any crash handler or error message ???<br />
<br />
any one experiencing stuff like this ??<br />
<br />
what do i do ????<br />
<br />
using fedora 10 kde 4.2<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help with rpm packages, yum]]></title>
			<link>https://www.linux-noob.com/forums/thread-720.html</link>
			<pubDate>Wed, 25 Mar 2009 07:22:36 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=3055">Schneidel</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-720.html</guid>
			<description><![CDATA[<br />
I want to create a custom repo containing the complete dependency tree for a set of packages. I want to this so as to able to install it on a computer using yum that does not have an internet connection. Most of the what I have come across describe the process to recreate whole repository, while I want a repo containing a small list of packages I can carry on a 512mb pen drive etc.<br />
<br />
Any pointers for how to go about this?<br />
<br />
 <br />
<br />
TIA<br />
<br />
-Sch<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I want to create a custom repo containing the complete dependency tree for a set of packages. I want to this so as to able to install it on a computer using yum that does not have an internet connection. Most of the what I have come across describe the process to recreate whole repository, while I want a repo containing a small list of packages I can carry on a 512mb pen drive etc.<br />
<br />
Any pointers for how to go about this?<br />
<br />
 <br />
<br />
TIA<br />
<br />
-Sch<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cannot install Avant Window Navigator???!!!???]]></title>
			<link>https://www.linux-noob.com/forums/thread-826.html</link>
			<pubDate>Tue, 23 Sep 2008 22:17:25 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=3015">pzUH</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-826.html</guid>
			<description><![CDATA[<br />
when i run the make command i got this message:<br />
<br />
 <br />
<br />
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_set_error_literal'<br />
<br />
collect2: ld returned 1 exit status<br />
<br />
make[3]: *** [avant-window-navigator] Error 1<br />
<br />
make[3]: Leaving directory `/home/asu/Download/avant-window-navigator-0.2.6/src'<br />
<br />
make[2]: *** [all] Error 2<br />
<br />
make[2]: Leaving directory `/home/asu/Download/avant-window-navigator-0.2.6/src'<br />
<br />
make[1]: *** [all-recursive] Error 1<br />
<br />
make[1]: Leaving directory `/home/asu/Download/avant-window-navigator-0.2.6'<br />
<br />
make: *** [all] Error 2<br />
<br />
 <br />
<br />
whhat should i do?<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
when i run the make command i got this message:<br />
<br />
 <br />
<br />
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_set_error_literal'<br />
<br />
collect2: ld returned 1 exit status<br />
<br />
make[3]: *** [avant-window-navigator] Error 1<br />
<br />
make[3]: Leaving directory `/home/asu/Download/avant-window-navigator-0.2.6/src'<br />
<br />
make[2]: *** [all] Error 2<br />
<br />
make[2]: Leaving directory `/home/asu/Download/avant-window-navigator-0.2.6/src'<br />
<br />
make[1]: *** [all-recursive] Error 1<br />
<br />
make[1]: Leaving directory `/home/asu/Download/avant-window-navigator-0.2.6'<br />
<br />
make: *** [all] Error 2<br />
<br />
 <br />
<br />
whhat should i do?<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nagios Plugin for to check service statuses of linux]]></title>
			<link>https://www.linux-noob.com/forums/thread-1430.html</link>
			<pubDate>Thu, 19 Apr 2007 16:48:27 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1935">Ramesh</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1430.html</guid>
			<description><![CDATA[<br />
Hi All,<br />
<br />
 <br />
<br />
I need to check service statuses of linux from Nagios Monitoring tool.<br />
<br />
 <br />
<br />
Is there any plugin to check service statuses of linux?<br />
<br />
 <br />
<br />
I wrote one shell script for this:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#!/bin/sh<br />
host="&#36;1"<br />
service="&#36;2"<br />
t=`/etc/init.d/&#36;service status`<br />
if echo "&#36;t" |grep -q running; then <br />
echo "OK - &#36;service service is running."<br />
exit 0<br />
else<br />
echo "Critical - &#36;service service is stopped."<br />
exit 2<br />
fi</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
But it is working from terminal. But it is not working from nagios. Actually for example `/etc/init.d/acpid status` is not executing when nagios calling.<br />
<br />
 <br />
<br />
how do I make it to execute correct? or Is there any way to get needed result?<br />
<br />
 <br />
<br />
Please help!<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi All,<br />
<br />
 <br />
<br />
I need to check service statuses of linux from Nagios Monitoring tool.<br />
<br />
 <br />
<br />
Is there any plugin to check service statuses of linux?<br />
<br />
 <br />
<br />
I wrote one shell script for this:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#!/bin/sh<br />
host="&#36;1"<br />
service="&#36;2"<br />
t=`/etc/init.d/&#36;service status`<br />
if echo "&#36;t" |grep -q running; then <br />
echo "OK - &#36;service service is running."<br />
exit 0<br />
else<br />
echo "Critical - &#36;service service is stopped."<br />
exit 2<br />
fi</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
But it is working from terminal. But it is not working from nagios. Actually for example `/etc/init.d/acpid status` is not executing when nagios calling.<br />
<br />
 <br />
<br />
how do I make it to execute correct? or Is there any way to get needed result?<br />
<br />
 <br />
<br />
Please help!<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[long term fedora support to be cancelled]]></title>
			<link>https://www.linux-noob.com/forums/thread-1654.html</link>
			<pubDate>Wed, 03 Jan 2007 13:42:22 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1654.html</guid>
			<description><![CDATA[<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Volunteers are calling it quits on a project called Fedora Legacy to provide long-term support for Red Hat's hobbyist-oriented Fedora version of Linux. "The Fedora Legacy project is in the process of shutting down," said project organizers Jesse Keating and David Eisenstein in a Fedora Legacy mailing list posting Friday. The organizers didn't provide a specific reason for the decision, but a lack of contributions from outside programmers contributed, Keating said in a separate mailing list posting.</blockquote>
 <br />
<br />
<a href="http://news.com.com/Long-term+Fedora+Linux+support+ending/2100-7344_3-6146604.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html]http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html</a><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Volunteers are calling it quits on a project called Fedora Legacy to provide long-term support for Red Hat's hobbyist-oriented Fedora version of Linux. "The Fedora Legacy project is in the process of shutting down," said project organizers Jesse Keating and David Eisenstein in a Fedora Legacy mailing list posting Friday. The organizers didn't provide a specific reason for the decision, but a lack of contributions from outside programmers contributed, Keating said in a separate mailing list posting.</blockquote>
 <br />
<br />
<a href="http://news.com.com/Long-term+Fedora+Linux+support+ending/2100-7344_3-6146604.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html]http://news.com.com/Long-term+Fedora+Linux..._3-6146604.html</a><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[complete noob.]]></title>
			<link>https://www.linux-noob.com/forums/thread-1922.html</link>
			<pubDate>Sat, 01 Jul 2006 19:15:25 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1315">Auzi</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1922.html</guid>
			<description><![CDATA[<br />
Okay, I am just getting in to Linux, and I've decided to go wih Fedora. I've played with Knoppix and Ubuntu but fedora is by far the most popular and probably the best distrobution where I'll find help.<br />
<br />
 <br />
<br />
How do I compile/install?<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Okay, I am just getting in to Linux, and I've decided to go wih Fedora. I've played with Knoppix and Ubuntu but fedora is by far the most popular and probably the best distrobution where I'll find help.<br />
<br />
 <br />
<br />
How do I compile/install?<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installing Fedora over VNC]]></title>
			<link>https://www.linux-noob.com/forums/thread-2093.html</link>
			<pubDate>Sun, 12 Mar 2006 13:46:58 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=644">xDamox</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2093.html</guid>
			<description><![CDATA[<br />
Hey all,<br />
<br />
 <br />
<br />
Yes it<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/post-655-1142167597.png" data-fileid="497"&gt;[img]&lt;fileStore.core_Attachment&gt;/post-655-1142167597.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=423" target="_blank" title="">VNC.PNG</a> (Size: 72.16 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<br />
Hey all,<br />
<br />
 <br />
<br />
Yes it<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/post-655-1142167597.png" data-fileid="497"&gt;[img]&lt;fileStore.core_Attachment&gt;/post-655-1142167597.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=423" target="_blank" title="">VNC.PNG</a> (Size: 72.16 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The evolution of Fedora Core Linux]]></title>
			<link>https://www.linux-noob.com/forums/thread-2147.html</link>
			<pubDate>Sat, 18 Feb 2006 15:04:19 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2147.html</guid>
			<description><![CDATA[<br />
please check it out<br />
<br />
 <br />
<br />
<a href="http://linux-noob.com/review/fedora/development/" target="_blank" rel="noopener" class="mycode_url">The unabated development of Fedora Linux</a><br />
<br />
 <br />
<br />
cheers<br />
<br />
 <br />
<br />
anyweb<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
please check it out<br />
<br />
 <br />
<br />
<a href="http://linux-noob.com/review/fedora/development/" target="_blank" rel="noopener" class="mycode_url">The unabated development of Fedora Linux</a><br />
<br />
 <br />
<br />
cheers<br />
<br />
 <br />
<br />
anyweb<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nvidia Issue]]></title>
			<link>https://www.linux-noob.com/forums/thread-2375.html</link>
			<pubDate>Tue, 18 Oct 2005 19:15:42 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=992">|.Tipman.|</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2375.html</guid>
			<description><![CDATA[I have everything in place and ready to go but* I accidently put the nvidia setup/file into Refx Home instead of the root folder. Now I can execute the driver to be installed logged in as Refx but it says I must be root. I try it as root, says its not there or invalid or w/e. So what I need to figure out is how can I access Refx's Home folder from root to  open the exe. so I can install these drivers. Thanks for your input guys.<br />
]]></description>
			<content:encoded><![CDATA[I have everything in place and ready to go but* I accidently put the nvidia setup/file into Refx Home instead of the root folder. Now I can execute the driver to be installed logged in as Refx but it says I must be root. I try it as root, says its not there or invalid or w/e. So what I need to figure out is how can I access Refx's Home folder from root to  open the exe. so I can install these drivers. Thanks for your input guys.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora update]]></title>
			<link>https://www.linux-noob.com/forums/thread-2404.html</link>
			<pubDate>Wed, 28 Sep 2005 16:58:20 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=644">xDamox</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2404.html</guid>
			<description><![CDATA[<br />
Hi,<br />
<br />
 <br />
<br />
I have been trying to get up2date working with the proxy that the university have provided<br />
<br />
to no luck has it worked it just starts to search then says my machine is up2date even tho<br />
<br />
I know its not.<br />
<br />
 <br />
<br />
I have tryed setting the enviroment varibles to the proxy this helps elinks to work<br />
<br />
but when I try yum it just crys.<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Setting up Update Process<br />
Setting up repositories<br />
Traceback (most recent call last):<br />
 File "/usr/bin/yum", line 15, in ?<br />
   yummain.main(sys.argv[1:])<br />
 File "/usr/share/yum-cli/yummain.py", line 72, in main<br />
   result, resultmsgs = do()<br />
 File "/usr/share/yum-cli/cli.py", line 419, in doCommands<br />
   return self.updatePkgs()<br />
 File "/usr/share/yum-cli/cli.py", line 877, in updatePkgs<br />
   self.doRepoSetup()<br />
 File "/usr/share/yum-cli/cli.py", line 72, in doRepoSetup<br />
   yum.YumBase.doRepoSetup(self, thisrepo=thisrepo)<br />
 File "__init__.py", line 208, in doRepoSetup<br />
 File "repos.py", line 516, in baseurlSetup<br />
 File "repos.py", line 768, in getMirrorList<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 444, in urlopen<br />
   return default_grabber.urlopen(url, **kwargs)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 575, in urlopen<br />
   return self._retry(opts, retryfunc, url)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 547, in _retry<br />
   return apply(func, (opts,) + args, {})<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 574, in retryfunc<br />
   return URLGrabberFileObject(url, filename=None, opts=opts)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 727, in __init__<br />
   self._do_open()<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 794, in _do_open<br />
   fo, hdr = self._make_request(req, opener)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 885, in _make_request<br />
   fo = opener.open(req)<br />
 File "/usr/lib/python2.4/urllib2.py", line 358, in open<br />
   response = self._open(req, data)<br />
 File "/usr/lib/python2.4/urllib2.py", line 376, in _open<br />
   '_open', req)<br />
 File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain<br />
   result = func(*args)<br />
 File "/usr/lib/python2.4/urllib2.py", line 573, in &lt;lambda&gt;<br />
   lambda r, proxy=url, type=type, meth=self.proxy_open: &#92;<br />
 File "/usr/lib/python2.4/urllib2.py", line 580, in proxy_open<br />
   if '@' in host:<br />
TypeError: iterable argument required</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
is there any other methods to try<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi,<br />
<br />
 <br />
<br />
I have been trying to get up2date working with the proxy that the university have provided<br />
<br />
to no luck has it worked it just starts to search then says my machine is up2date even tho<br />
<br />
I know its not.<br />
<br />
 <br />
<br />
I have tryed setting the enviroment varibles to the proxy this helps elinks to work<br />
<br />
but when I try yum it just crys.<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Setting up Update Process<br />
Setting up repositories<br />
Traceback (most recent call last):<br />
 File "/usr/bin/yum", line 15, in ?<br />
   yummain.main(sys.argv[1:])<br />
 File "/usr/share/yum-cli/yummain.py", line 72, in main<br />
   result, resultmsgs = do()<br />
 File "/usr/share/yum-cli/cli.py", line 419, in doCommands<br />
   return self.updatePkgs()<br />
 File "/usr/share/yum-cli/cli.py", line 877, in updatePkgs<br />
   self.doRepoSetup()<br />
 File "/usr/share/yum-cli/cli.py", line 72, in doRepoSetup<br />
   yum.YumBase.doRepoSetup(self, thisrepo=thisrepo)<br />
 File "__init__.py", line 208, in doRepoSetup<br />
 File "repos.py", line 516, in baseurlSetup<br />
 File "repos.py", line 768, in getMirrorList<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 444, in urlopen<br />
   return default_grabber.urlopen(url, **kwargs)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 575, in urlopen<br />
   return self._retry(opts, retryfunc, url)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 547, in _retry<br />
   return apply(func, (opts,) + args, {})<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 574, in retryfunc<br />
   return URLGrabberFileObject(url, filename=None, opts=opts)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 727, in __init__<br />
   self._do_open()<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 794, in _do_open<br />
   fo, hdr = self._make_request(req, opener)<br />
 File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 885, in _make_request<br />
   fo = opener.open(req)<br />
 File "/usr/lib/python2.4/urllib2.py", line 358, in open<br />
   response = self._open(req, data)<br />
 File "/usr/lib/python2.4/urllib2.py", line 376, in _open<br />
   '_open', req)<br />
 File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain<br />
   result = func(*args)<br />
 File "/usr/lib/python2.4/urllib2.py", line 573, in &lt;lambda&gt;<br />
   lambda r, proxy=url, type=type, meth=self.proxy_open: &#92;<br />
 File "/usr/lib/python2.4/urllib2.py", line 580, in proxy_open<br />
   if '@' in host:<br />
TypeError: iterable argument required</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
is there any other methods to try<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora logo change]]></title>
			<link>https://www.linux-noob.com/forums/thread-2406.html</link>
			<pubDate>Sun, 25 Sep 2005 19:29:21 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=159">seeno</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2406.html</guid>
			<description><![CDATA[<br />
<a href="http://www.capstrat.com/development/fedora/" target="_blank" rel="noopener" class="mycode_url">This</a> is interesting, the logo is cool, here's the <a href="http://www.capstrat.com/development/fedora/fedoraLogo_11.jpg" target="_blank" rel="noopener" class="mycode_url">final logo</a> what does the linux-noob team think?]]></description>
			<content:encoded><![CDATA[<br />
<a href="http://www.capstrat.com/development/fedora/" target="_blank" rel="noopener" class="mycode_url">This</a> is interesting, the logo is cool, here's the <a href="http://www.capstrat.com/development/fedora/fedoraLogo_11.jpg" target="_blank" rel="noopener" class="mycode_url">final logo</a> what does the linux-noob team think?]]></content:encoded>
		</item>
	</channel>
</rss>