<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>FedoraForum.org - Servers</title>
		<link>http://forums.fedoraforum.org/</link>
		<description>The place to discuss any Fedora server problems you may have.</description>
		<language>en-US</language>
		<lastBuildDate>Wed, 16 May 2012 15:15:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.fedoraforum.org//forum/images/misc/rss.jpg</url>
			<title>FedoraForum.org - Servers</title>
			<link>http://forums.fedoraforum.org/</link>
		</image>
		<item>
			<title>Apache Mod Rewrite</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279821&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 05:00:57 GMT</pubDate>
			<description><![CDATA[Hi guys, 
 
im having issues understating how [P] works in mod rewrite 
 
i have this: 
 
RewriteRule ^/mysubdir(.*) http://myotherwebsite.com/subdirectory$1 [P] 
 
the rewrite doesnt seam to work, mod rewrite is install and is working find. Do i need to have something else installed? acording to...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
im having issues understating how [P] works in mod rewrite<br />
<br />
i have this:<br />
<br />
RewriteRule ^/mysubdir(.*) http://myotherwebsite.com/subdirectory$1 [P]<br />
<br />
the rewrite doesnt seam to work, mod rewrite is install and is working find. Do i need to have something else installed? acording to php.ini mod_proxy has loaded.<br />
<br />
im doing this in my .htaccess folder, should i be doing this in vhosts?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>bubaphex</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279821</guid>
		</item>
		<item>
			<title>Webmin from afar</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279794&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 12:19:52 GMT</pubDate>
			<description><![CDATA[Would anyone know if it is possible to access WebMin on my server at home from somewhere other than the local network? I think I'd like to access it from work. 
 
I've been browsing the web, the WebMin wiki, etc, for information but I don't really know exactly what I should be looking for. 
...]]></description>
			<content:encoded><![CDATA[<div>Would anyone know if it is possible to access WebMin on my server at home from somewhere other than the local network? I think I'd like to access it from work.<br />
<br />
I've been browsing the web, the WebMin wiki, etc, for information but I don't really know exactly what I should be looking for.<br />
<br />
WebMin is installed and completely functional on the server.<br />
<br />
Maybe all I really need to do is enable port forwarding for the webmin port. Sounds dangerous.</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>glennzo</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279794</guid>
		</item>
		<item>
			<title>F15 yum update php-*, httpd-* and neither will start...</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279721&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 20:17:16 GMT</pubDate>
			<description><![CDATA[Neither php or httpd will start after a yum update. I yum updated the following: 
php-*, 44M 
mysql-*, 44M 
httpd-*, 1.9M 
glibc, ... 
This LAMP server was working fine since I upgraded to F15 last October. I'm having trouble with a PHP framework and thought an update would be useful. :doh: 
 
#...]]></description>
			<content:encoded><![CDATA[<div>Neither php or httpd will start after a yum update. I yum updated the following:<br />
php-*, 44M<br />
mysql-*, 44M<br />
httpd-*, 1.9M<br />
glibc, ...<br />
This LAMP server was working fine since I upgraded to F15 last October. I'm having trouble with a PHP framework and thought an update would be useful. :doh:<br />
<br />
# php<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mapi.so' - /usr/lib/php/modules/mapi.so:&nbsp; &nbsp; &nbsp; undefined symbol: _ZN9ECUnknown10IsParentOfEPS_ in Unknown on line 0<br />
libgcc_s.so.1 must be installed for pthread_cancel to work<br />
Aborted</code><hr />
</div>Various solutions called for,<br />
<a href="http://forum.uqm.stack.nl/index.php?topic=1644.0" target="_blank">  * updating glibc-i686-2.14.1</a><br />
<a href="http://www.thedumbterminal.co.uk/php/knowledgebase/article/42" target="_blank">  * add library location of libgcc_s to $LD_LIBRARY_PATH</a><br />
<br />
Apache won't start either. <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"># stemctl status httpd.service<br />
httpd.service - LSB: start and stop Apache HTTP Server<br />
&nbsp;  Loaded: loaded (/etc/rc.d/init.d/httpd)<br />
!&nbsp; Active: active (exited) since Sat, 12 May 2012 13:36:58 -0400; 34min ago<br />
&nbsp;  Process: 1164 ExecStart=/etc/rc.d/init.d/httpd start (code=exited, status=0/SUCCESS)<br />
&nbsp;  Main PID: 1445 (code=killed, signal=ABRT)<br />
&nbsp;  CGroup: name=systemd:/system/httpd.service</code><hr />
</div>Searching through the /var/log/messages, and /var/log/httpd found a few items, one,<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">!! May 12 12:05:23 10 systemd[1]: Unit httpd.service entered failed state.</code><hr />
</div>I googled to find the following recommendations:<br />
<a href="http://mail-archives.apache.org/mod_mbox/httpd-bugs/201203.mbox/%3Cbug-52894-7868@https.issues.apache.org/bugzilla/%3E" target="_blank">  * add ChrootDir / to httpd.conf</a><br />
and this also points to the libgcc_s issue which php is experiencing. <br />
<br />
any other ideas?</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>xtian</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279721</guid>
		</item>
		<item>
			<title>ftp not connecting to server</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279720&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 17:50:02 GMT</pubDate>
			<description><![CDATA[hi  
I m using fedora 14 server 32 bit on which we are running ftp server after some time when ftp client try to connect it doesn't  but when i run service network it connects again  
 
i need to restart service again and again anyone knows how is the issue of ftp connection with network and its...]]></description>
			<content:encoded><![CDATA[<div>hi <br />
I m using fedora 14 server 32 bit on which we are running ftp server after some time when ftp client try to connect it doesn't  but when i run service network it connects again <br />
<br />
i need to restart service again and again anyone knows how is the issue of ftp connection with network and its solution ?</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>dnyaneshwar</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279720</guid>
		</item>
		<item>
			<title>Migration from OpenLDAP to FreeIPA Server</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279707&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 06:44:05 GMT</pubDate>
			<description>I am planning to migrate from OpenLDAP to FreeIPA Server. 
My OpenLDAP Server required Authentication before fetching the Entries from LDAP. 
I am not able to get the details at FreeIPA web site. 
I would appreciate if someone could please help me. 
Thanks in advance.</description>
			<content:encoded><![CDATA[<div>I am planning to migrate from OpenLDAP to FreeIPA Server.<br />
My OpenLDAP Server required Authentication before fetching the Entries from LDAP.<br />
I am not able to get the details at FreeIPA web site.<br />
I would appreciate if someone could please help me.<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>rsiwal</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279707</guid>
		</item>
		<item>
			<title>Samba wont allow me to connect to shares on second partition</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279691&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 16:25:39 GMT</pubDate>
			<description>Hi there 
 
I have installed Fedora 16 lxde 64bit spin. 
 
I followed the steps to setup samba using this link  
 
http://www.howtoforge.com/fedora-12-samba-standalone-server-with-tdbsam-backend 
 
I have not made big changes to the smb.conf file.</description>
			<content:encoded><![CDATA[<div>Hi there<br />
<br />
I have installed Fedora 16 lxde 64bit spin.<br />
<br />
I followed the steps to setup samba using this link <br />
<br />
<a href="http://www.howtoforge.com/fedora-12-samba-standalone-server-with-tdbsam-backend" target="_blank">http://www.howtoforge.com/fedora-12-...tdbsam-backend</a><br />
<br />
I have not made big changes to the smb.conf file.<br />
<br />
I have only added my shares and also add this......<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"># This option controls how unsuccessful authentication attempts are mapped<br />
# to anonymous connections<br />
&nbsp;  map to guest = bad user</code><hr />
</div>all of my shares is located on /home/shares/<br />
<br />
During setup i have chosen to create seperate partition for /home/shares<br />
<br />
The problem that i have is that when i try to connect from windows then i wil get access denied error, telling me to check permissions etc.<br />
<br />
But if i create a share before the partion (FOR EXAMPLE /home/new INSTEAD OF /home/shares/new) then i am able to connect without problem.<br />
<br />
I think it has something to do with the shares folder having its own partition.<br />
<br />
Any ideas? :confused:</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>kameelperdza</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279691</guid>
		</item>
		<item>
			<title>Fedora 16 permissions /var/www folder</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279514&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 13:01:06 GMT</pubDate>
			<description><![CDATA[hi everyone. I&#7743; trying to get my Apache server running. The server itself works now but I can add or edit files in the /var/www folder. I do not have the correct permissions. How can I accomplish this? 
 
yours, 
bernhard]]></description>
			<content:encoded><![CDATA[<div>hi everyone. I&#7743; trying to get my Apache server running. The server itself works now but I can add or edit files in the /var/www folder. I do not have the correct permissions. How can I accomplish this?<br />
<br />
yours,<br />
bernhard</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>bernhard</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279514</guid>
		</item>
		<item>
			<title>DNS Setup Help Needed for LAN</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279501&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 20:28:28 GMT</pubDate>
			<description><![CDATA[I'm trying to set up a DNS for our internal network.  I have been unable to find good information on how to do this on a network that does not have internet connection.  I do have bind installed on our Fedora 14 server but I have not yet attempted to configure bind.  We have about 15 various window...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to set up a DNS for our internal network.  I have been unable to find good information on how to do this on a network that does not have internet connection.  I do have bind installed on our Fedora 14 server but I have not yet attempted to configure bind.  We have about 15 various window machines on our network.<br />
<br />
I am currently using hosts files to resolve names but I'm trying to make it easier when we configure new machines on our system.<br />
<br />
One other question:  On server network configuration what do i use for gateway address since we do not have an internet connection.<br />
<br />
Any help would be greatly appreciated, I have been searching for quite some time and am starting to get a little frustrated.</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>Aurora007</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279501</guid>
		</item>
		<item>
			<title>Samba problem</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279445&amp;goto=newpost</link>
			<pubDate>Fri, 04 May 2012 12:02:37 GMT</pubDate>
			<description>Dear Friends, i have little problem regarding samba share i had tried my best to search it from internet but cant get it.i have a problem in samba share.samba security mode is ADS and domain (Server 2003 SP2) is joined successfully each domain member/user can access its shares but i cant access...</description>
			<content:encoded><![CDATA[<div>Dear Friends, i have little problem regarding samba share i had tried my best to search it from internet but cant get it.i have a problem in samba share.samba security mode is ADS and domain (Server 2003 SP2) is joined successfully each domain member/user can access its shares but i cant access these shares from a work group(not joined domain) computer windows having XP or win 7.i had changed the security options on work computer in its console &quot;Send unencrypted password to third party SMB server&quot; i have enabled this option and also changed the second option &quot;NETWORK SECURITY:LAN MANAGER AUTHENTICATION LEVEL:SEND LM &amp; NTLM-USE NTLMV2 SESSION SECURITY IF NEGOTIATED &quot; <br />
and important thing to mention here is that iam using fedora 14.kernal 3.5.5-68. <br />
before this i was using RHEL 5.1 and it doesnot create such kind of problem for this same configuration... <br />
plz help me about this i am stuck up and having a lot of problem ............... <br />
i waiting for your kind response........ <br />
Regards, <br />
Adnan jahangir :(</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>adnanvu</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279445</guid>
		</item>
		<item>
			<title>Apache Proxy to site and have it know IP</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279422&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 16:30:06 GMT</pubDate>
			<description><![CDATA[I have a VirtualServer in Apache with the following rewrite rule 
 
RewriteRule (.*) http://127.0.0.1:8399$1 [P,L] 
 
The site that Apache is proxying to shows all requests coming from localhost. I understand why this is happening, but I would like it to show the real IP of visitors, is this...]]></description>
			<content:encoded><![CDATA[<div>I have a VirtualServer in Apache with the following rewrite rule<br />
<br />
RewriteRule (.*) http://127.0.0.1:8399$1 [P,L]<br />
<br />
The site that Apache is proxying to shows all requests coming from localhost. I understand why this is happening, but I would like it to show the real IP of visitors, is this possible? Can Apache send the real IP?</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>IHeart SymLinks</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279422</guid>
		</item>
		<item>
			<title>Virtual Servers</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279421&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 16:07:04 GMT</pubDate>
			<description><![CDATA[My application s a home SOHO server. 
 
So for years I've gone through the cycles of keeping a mail server (postfix, dovecot, fetchmail, spamassassin).  First on Fedora - but that was a bad decision.  Fedora changes often and working through all the config changes while still maintaining reliable...]]></description>
			<content:encoded><![CDATA[<div>My application s a home SOHO server.<br />
<br />
So for years I've gone through the cycles of keeping a mail server (postfix, dovecot, fetchmail, spamassassin).  First on Fedora - but that was a bad decision.  Fedora changes often and working through all the config changes while still maintaining reliable email service was not pleasant.  Then I kept a sysem thtat peformed email service on Centos - but this means a box dedicated to email and a few other basic services (printer &amp; file share). and the fact that RHEL/Centos/ScentificLinux(SL) packages were too far behind meant I used the system for little else - a waste of resource.<br />
<br />
So recently I create a KVM virtualization of SL6.2 and have started using it for mail service.  Some features:<br />
<br />
/ The network interface is bridged to the host - so performance is great.<br />
/ The SL minimal install + packages ended up around 1.1 GB + the maildir space + swap.<br />
/ I was able to pare down the virtualization to use only 1 core and 680MB of RAM, and am getting this :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">[root@mail /]# free<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  total&nbsp; &nbsp; &nbsp;  used&nbsp; &nbsp; &nbsp;  free&nbsp; &nbsp;  shared&nbsp; &nbsp; buffers&nbsp; &nbsp;  cached<br />
Mem:&nbsp; &nbsp; &nbsp; &nbsp; 663476&nbsp; &nbsp;  560192&nbsp; &nbsp;  103284&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; 50932&nbsp; &nbsp;  203452<br />
-/+ buffers/cache:&nbsp; &nbsp;  305808&nbsp; &nbsp;  357668<br />
Swap:&nbsp; &nbsp; &nbsp; 4194296&nbsp; &nbsp; &nbsp;  2876&nbsp; &nbsp; 4191420</code><hr />
</div>It seems to always use a little swap after a day+ of uptime.<br />
/ On the host system the guest process looks like ...<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; PID USER&nbsp; &nbsp; &nbsp; PR&nbsp; NI&nbsp; VIRT&nbsp; RES&nbsp; SHR S %CPU %MEM&nbsp; &nbsp; TIME+ COMMAND&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp;1927 qemu&nbsp; &nbsp; &nbsp; 20&nbsp;  0 1318m 684m 4092 S&nbsp; 6.3&nbsp; 8.9 159:35.37 qemu-kvm</code><hr />
</div>Where the resident RAM ~680M is expected and the 1.3GVB virt seems a bit large - however it's still smaller than firefox.<br />
/ The libvirtd/virt-manager feature to start the virtualization at boot time works perfectly.<br />
/ The KVM image is reasonably portable to other RH family OSes and to Fedora across updates.<br />
<br />
<br />
Issues:  And I'd appreciate any comments on these.<br />
/ Is there a way to cleanly shutdown the KVM virtualization ? (Is this happening already)?<br />
/ I'd like to minimize the size and CPU usage of the guest with the goal to not perform a lot of 'manual' surgery and to keep up with the Scientific Linux yum updates.<br />
// There are a few packages to remove and a little cruft to remove from root.<br />
//  I suppose I could choose a compressed file system - but' that costs CPU time which is more valuable.<br />
/ There is a very complex trade-off between guest image-file -size, dram size and swap size and performance.  I could give the guest enough DRAM to never swap (say 1GB) and then allow the host system to swap out it's pages as needed  (but impacts host performance at times).  I could give the guest a small DRAM (say 400mb OR 500mb) then allow the guest to swap to the virtual disk (less efficient virtual I/O BUT reduces DRAM usage).<br />
/ For CPU usage it appears that the virtualization uses ~6% of one host cores constantly, even tho the guest loadavg is microscopic (0.01 - 0.02).  I'd like to get that down.<br />
/ I might have been better off w/ an i686 not x86_64 guest distro - unclear.<br />
<br />
Not a Fedora problem, but even on SL6.2 it seems it's sort of difficult to make fetchmail,postfix,spamassassin,dovecot all play together nicely with selinux enforcing.   After struggling through a relabeling session the broken bits were that spamassassin couldn't send output on the postfix socket, and I hadn't fully debugged fetchmail daemon yet.  A dovecot plugin to awaken fetchmail was having problems too.</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>stevea</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279421</guid>
		</item>
		<item>
			<title><![CDATA[[Fedora 15] Slow network after upgrade]]></title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279394&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 00:26:09 GMT</pubDate>
			<description><![CDATA[Hi; I run two servers at home, and I recently ran into a trickier sort of problem. 
 
We'll call them ns1 and ns2. ns1 is the primary server where serious bizniz happens, and ns2 is a testbed for stuff. 
 
Both servers are reasonably identical: both are AMD + Asus MB, with embedded Realtek chipset...]]></description>
			<content:encoded><![CDATA[<div>Hi; I run two servers at home, and I recently ran into a trickier sort of problem.<br />
<br />
We'll call them <i>ns1</i> and <i>ns2</i>. ns1 is the primary server where serious bizniz happens, and ns2 is a testbed for stuff.<br />
<br />
Both servers are reasonably identical: both are AMD + Asus MB, with embedded Realtek chipset for ethernet, and with a second ethernet card (100% identical, bought at the same time etc).<br />
<br />
Both servers have similar functions: they run bind, httpd, sendmail, mysql, php, several wikis, forums and such; ns1 also runs dovecot and squirrelmail. Both were assembled and installed by me.<br />
<br />
On both servers, <i>eth0</i> is the internal network's NIC, and it is trusted. <i>eth1</i> is IP-masquerading, and not trusted; iptables pokes enough prerequisite holes to it, to let it work as web and mail server etc. Both servers have identical iptables setup. On both systems, eth1 routes traffic outside. On both systems, eth0 has a static IP (192.168.0.1 and .2, respectively), and eth1 receives its static IP address from my ISP (with MAC-based identification).<br />
<br />
Both servers are connected to the same DSL box, and both servers are connected to the same switch in internal network, using same type of cable. Yay for standardization.<br />
<br />
Originally, both servers ran Fedora 13.<br />
<br />
I upgraded ns2 around January 2012 to Fedora 15, via DVD, using &quot;upgrade&quot; option, and everything went swimmingly, no problems. I have continued to update the server via yum, and everything is still just fine.<br />
<br />
I upgraded ns1 on 1st of May, 2012, to Fedora 15, via DVD, using &quot;upgrade&quot; option, and performance is drastically different. Immediately after upgrading, I ran yum to retrieve update packets, and I thought that was that.<br />
<br />
Well, no.<br />
<br />
ns2 continues behaving splendidly.<br />
<br />
ns1, on the other hand, slows down and then messes something between eth0 and eth1. This is detectable with a simple test: I try to download stuff when my desktop is using ns1 for routing; speed starts at 35 KB/s, then keeps dropping until it is at zero. <br />
<br />
If I swap to ns2 for routing, and try to download again, I will get the 2 Mbit/s as I'm supposed to.<br />
<br />
However, if I log in to ns1, and start a download off the command line (like, say, with wget), I will get 2Mbit/s again.<br />
<br />
This stunted downloading includes downloads from the server itself, while in internal network: prior to update, it worked fast, and content was quick to load.<br />
<br />
ethtool tells me that <i>all</i> NICs are running at full speed.<br />
<br />
I have already tried to disable ipv6, up to the point of removing ip6tables from loadable services, but ns2 runs just fine with ip6tables lurking about. Both systems do not use ipv6 for any of their NICs.<br />
<br />
I have added biosdevname=0 to kernel line in grub.conf, and it still makes no difference (and ns2 runs just fine without it).<br />
<br />
I have tried to reinstall kernel and various other things, and none of them make a difference.<br />
<br />
My kernel line looks like this:<br />
<br />
kernel /vmlinuz-2.6.43.2-6.fc15.x86_64 root=UUID=9b7277da-bf2f-4ef1-be90-2f7226935c9a ro rd_MD_UUID=84894a3e:0e0dff17:4dc693b9:2565f0cc rd_MD_UUID=a4851993:0ba36d09:736988a9:b06084d4 rd_NO_LUKS rd_NO_LVM rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=fi-latin1 iommu=noaperture biosdevname=0<br />
<br />
I do not spot any obvious problems in /var/log/messages, /var/log/boot.log or dmesg.<br />
<br />
I am starting to reach my wits' end, and I can't figure it out.<br />
<br />
Please help me. Or at least toss some ideas, so I can try to google and figure it out on my own; I'm out of ideas.<font color="Silver"><br />
<br />
<font size="1">---------- Post added at 03:26 AM ---------- Previous post was at 01:00 AM ----------</font><br />
<br />
</font>Additional information and a tiny correction:<br />
<br />
This is <i>eth0</i>:<br />
Bridge: nVidia Corporation MCP61 Ethernet (rev a2)<br />
Subsystem: ASUSTeK Computer Inc. Device 83a4<br />
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 43<br />
Memory at dedf9000 (32-bit, non-prefetchable) [size=4K]<br />
I/O ports at c480 [size=8]<br />
Capabilities: [44] Power Management version 2<br />
Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit+<br />
Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+<br />
Kernel driver in use: <b>forcedeth</b><br />
Kernel modules: <b>forcedeth</b><br />
<br />
This is eth1:<br />
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)<br />
Subsystem: Realtek Semiconductor Co., Ltd. RTL8169/8110 Family PCI Gigabit Ethernet NIC<br />
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18<br />
I/O ports at d800 [size=256]<br />
Memory at deeffc00 (32-bit, non-prefetchable) [size=256]<br />
Expansion ROM at deec0000 [disabled] [size=128K]<br />
Capabilities: [dc] Power Management version 2<br />
Kernel driver in use: r8169<br />
Kernel modules: r8169<br />
<br />
Now, a quick google shows that some people have had problems with forcedeth drivers. Any idea if this would be it?<br />
<br />
Would this get fixed by feeding Fedora 16 to it? Or should I try something else?</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>Skiriki</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279394</guid>
		</item>
		<item>
			<title>Can i use Fedora for live server?</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279301&amp;goto=newpost</link>
			<pubDate>Sun, 29 Apr 2012 17:02:37 GMT</pubDate>
			<description>Hi 
 
So far, I am using centos on my server. 
Can i use fedora for live server? 
 
If so, which version can i use? 
What is the version of imagemagick in fedora yum repository? 
 
Thanks</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
So far, I am using centos on my server.<br />
Can i use fedora for live server?<br />
<br />
If so, which version can i use?<br />
What is the version of imagemagick in fedora yum repository?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>agriz</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279301</guid>
		</item>
		<item>
			<title>Apache SIGTERM issues</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279089&amp;goto=newpost</link>
			<pubDate>Mon, 23 Apr 2012 11:12:16 GMT</pubDate>
			<description><![CDATA[Hey guys, 
 
I've been searching for hours yesterday to solve this problem but no one seems to be giving a clear answer of what this could be. 
 
So I've been installing the latest fedora fresh on my laptop I wish to use with apache. Then I followed some basic instructions on a youtube tutorial to...]]></description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
I've been searching for hours yesterday to solve this problem but no one seems to be giving a clear answer of what this could be.<br />
<br />
So I've been installing the latest fedora fresh on my laptop I wish to use with apache. Then I followed some basic instructions on a youtube tutorial to set it up locally (which works). Then when I try to make my server public by entering my ip and fiddling around with my ports on my router it just doesn't work to get it public but the server is still running and after restarting the server for a couple times while adjusting the ip a few times it gives the &quot;SIGTERM&quot; notice in the log and shuts down every time. Putting all values to their default ones doesn't work either it won't start after giving a single SIGTERM.<br />
<br />
When I reinstall apache it will work again (for a while tho) but then it shuts down again after lets say an hour or 2 of fiddling around. I already know a SIGTERM can be given by a provider or by the computer itself but I have no clue how I can make it stop shutting down like that. I've being trying allot of things like shutting down the SELinux security which didn't work either.<br />
<br />
Any ideas anyone? :(</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>Makkura666</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279089</guid>
		</item>
		<item>
			<title>Sendmail: Need help understanding errors</title>
			<link>http://forums.fedoraforum.org/showthread.php?t=279085&amp;goto=newpost</link>
			<pubDate>Mon, 23 Apr 2012 08:49:28 GMT</pubDate>
			<description><![CDATA[Seems that sendmail ... can't send mail. 
 
 
---Quote--- 
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFD025201: from=glenn, size=12138, class=0, nrcpts=1, msgid=<201204230833.q3N8XfFD025201@server.hsd1.ma.comcast.net>, relay=root@localhost 
Apr 23 04:33:45 server sendmail[25475]: NOQUEUE:...]]></description>
			<content:encoded><![CDATA[<div>Seems that sendmail ... can't send mail.<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				Apr 23 04:33:45 server sendmail[25201]: q3N8XfFD025201: from=glenn, size=12138, class=0, nrcpts=1, msgid=&lt;201204230833.q3N8XfFD025201@server.hsd1.ma.  comcast.net&gt;, relay=root@localhost<br />
Apr 23 04:33:45 server sendmail[25475]: NOQUEUE: tcpwrappers (localhost, 127.0.0.1) rejection<br />
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFD025201: to=glennjohnson57@gmail.com, ctladdr=glenn (1000/1000), delay=00:00:04, xdelay=00:00:00, mailer=relay, pri=42138, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable<br />
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFD025201: q3N8XfFE025201: DSN: Service unavailable<br />
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFE025201: to=glenn, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=43162, relay=[127.0.0.1], dsn=5.0.0, stat=Service unavailable<br />
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFE025201: q3N8XfFF025201: return to sender: Service unavailable<br />
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFF025201: to=postmaster, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=44186, relay=[127.0.0.1], dsn=5.0.0, stat=Service unavailable<br />
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFE025201: Losing ./qfq3N8XfFE025201: savemail panic<br />
Apr 23 04:33:45 server sendmail[25201]: q3N8XfFE025201: SYSERR(root): savemail: cannot save rejected email anywhere
			
			<hr />
		</td>
	</tr>
	</table>
</div>At the same time, the service appears enabled and running.<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				[root@server glenn&gt;$ systemctl status sendmail.service<br />
sendmail.service - Sendmail Mail Transport Agent<br />
	  Loaded: loaded (/lib/systemd/system/sendmail.service; enabled)<br />
	  Active: active (running) since Fri, 20 Apr 2012 03:44:21 -0400; 3 days ago<br />
	 Process: 1436 ExecStart=/usr/sbin/sendmail -bd $SENDMAIL_OPTS $SENDMAIL_OPTARG (code=exited, status=0/SUCCESS)<br />
	 Process: 1386 ExecStartPre=/etc/mail/make aliases (code=exited, status=0/SUCCESS)<br />
	 Process: 1350 ExecStartPre=/etc/mail/make (code=exited, status=0/SUCCESS)<br />
	Main PID: 1449 (sendmail)<br />
	  CGroup: name=systemd:/system/sendmail.service<br />
		  &#9492; 1449 sendmail: accepting connections
			
			<hr />
		</td>
	</tr>
	</table>
</div>Logs show that this has been going on for a long time with hundreds of the same &quot;panic&quot; errors. I'd like to resolve this issue so that the e-mail gets sent as expected.<br />
<br />
The error I highlighted above is the most recent and was the result of the command<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">logwatch&nbsp;</span><span style="color: #007700">--</span><span style="color: #0000BB">mailto&nbsp;glennjohnson57</span><span style="color: #007700">@</span><span style="color: #0000BB">gmail</span><span style="color: #007700">.</span><span style="color: #0000BB">com&nbsp;<br /></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>however, it is my belief that I should at least be getting root mail on the server if not one of my e-mail addresses.<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&#91;</span><span style="color: #0000BB">root</span><span style="color: #007700">@</span><span style="color: #0000BB">server&nbsp;</span><span style="color: #007700">~&gt;$&nbsp;</span><span style="color: #0000BB">mail<br />No&nbsp;mail&nbsp;</span><span style="color: #007700">for&nbsp;</span><span style="color: #0000BB">root&nbsp;<br /></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div><i>Most</i> of the expected mail would be from rkhunter but logwatch mail would be nice too along with any other security related mail.<br />
<br />
Does anyone have any thoughts on this?</div>

]]></content:encoded>
			<category domain="http://forums.fedoraforum.org/forumdisplay.php?f=28">Servers</category>
			<dc:creator>glennzo</dc:creator>
			<guid isPermaLink="true">http://forums.fedoraforum.org/showthread.php?t=279085</guid>
		</item>
	</channel>
</rss>

