59f2
<?xml version="1.0" encoding="utf-8"?>

<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>The FreeBSD Forums</title>
		<link>http://forums.FreeBSD.org/</link>
		<description>The FreeBSD Forums</description>
		<language>en</language>
		<lastBuildDate>Mon, 20 May 2013 14:25:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.freebsd.org/images/freebsd/misc/rss.jpg</url>
			<title>The FreeBSD Forums</title>
			<link>http://forums.FreeBSD.org/</link>
		</image>
		<item>
			<title>NFS Client code compilation</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39762&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 13:23:35 GMT</pubDate>
			<description>Hello All, 
 
Am bit new to all this so might be asking some silly question. 
Actually was searching NFS client for UEFI domain and found some code...</description>
			<content:encoded><![CDATA[<div>Hello All,<br />
<br />
Am bit new to all this so might be asking some silly question.<br />
Actually was searching NFS client for UEFI domain and found some code at below loaction<br />
Code Location:- /projects/uefi/sys/fs/nfs<br />
<br />
Just wanted to compile this on my Linux machine or in UEFI space, can anyone please help me out with this.<br />
<br />
Regards,<br />
Ankit Singh</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=7">Networking</category>
			<dc:creator>ankit_mmmec</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39762</guid>
		</item>
		<item>
			<title>Small Desktop Manager</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39760&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 12:09:06 GMT</pubDate>
			<description>I did not no where to post this so I just put it here. In order to save space i need a small desktop. What is the smallest you know of.</description>
			<content:encoded><![CDATA[<div>I did not no where to post this so I just put it here. In order to save space i need a small desktop. What is the smallest you know of.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=31">Other Window Managers</category>
			<dc:creator>James_Parsons</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39760</guid>
		</item>
		<item>
			<title>FreeBSD monitoring solution - looking for the interested testers</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39759&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 09:22:10 GMT</pubDate>
			<description><![CDATA[Hi, 
 
we just made a first public release of the FreeBSD monitoring solution (it's cross-platform, but we consider FreeBSD as one of our primary...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
we just made a first public release of the FreeBSD monitoring solution (it's cross-platform, but we consider FreeBSD as one of our primary platform) and I'm looking for the interested testers to give it a try and come back with the feedback. You're only required to register and install the monitoring part on your server - FreeBSD 7.* and higher (which is just 1-2 minutes - depending on how fast you are) and provide your feedback (as much as you'd like).<br />
<br />
We are really looking to build a proper, useful full coverage monitoring solution for FreeBSD and need your feedback. Those who interested - please, let me know or, if the moderator will allow, I drop the link here.<br />
<br />
Kind regards,<br />
Alexander.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=22">Porting New Software</category>
			<dc:creator>battleship_potemkin</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39759</guid>
		</item>
		<item>
			<title>Policy Based Routing on FreeBSD</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39758&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 08:42:36 GMT</pubDate>
			<description>In Linux :  
iptables -t mangle -A PREROUTING -p tcp --dport 80 -s 10.10.10.0/24 -j MARK --set-mark 1 
iptables -t mangle -A PREROUTING -p tcp...</description>
			<content:encoded><![CDATA[<div>In Linux : <br />
<code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>iptables -t mangle -A PREROUTING -p tcp --dport 80 -s 10.10.10.0/24 -j MARK --set-mark 1<br />
iptables -t mangle -A PREROUTING -p tcp --dport 8080 -s 20.20.20.0/24 -j MARK --set-mark 1<br />
iptables -t mangle -A PREROUTING -p tcp -s 172.16.13.0/16 -j MARK --set-mark 1<br />
<br />
ip rule add fwmark 1 table 100 <br />
ip route add default via 192.168.0.1 dev eth2 table 100</kbd></code><br />
<br />
Now , How can do that on FreeBSD ?<br />
Note : I use pf for firewalling</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=7">Networking</category>
			<dc:creator>mah454</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39758</guid>
		</item>
		<item>
			<title>Formatting a disk in VirtualBox</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39757&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 01:07:31 GMT</pubDate>
			<description><![CDATA[I'm using VirtualBox to install a Linux distro. I used gparted to set up a partition table and formatted it as ext3. However, this is on my FreeBSD...]]></description>
			<content:encoded><![CDATA[<div>I'm using VirtualBox to install a Linux distro. I used gparted to set up a partition table and formatted it as ext3. However, this is on my FreeBSD box that uses GPT so now I'm wondering what happens to that formatted space when I uninstall that distro. Off the top of my head I'm guessing that it's not really formatted as ext3 but can someone set me straight, please?</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=3">General</category>
			<dc:creator>drhowarddrfine</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39757</guid>
		</item>
		<item>
			<title>How to install an older icedtea-web that uses libxul-1.9.2.28_1</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39752&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 20:58:23 GMT</pubDate>
			<description><![CDATA[hi  
i install gnash it's use { libxul-1.9.2.28_1 }  
and i want install icedtea-web but want remove libxul-1.9.2.28_1  
It's use { libxul-10.0.11 }...]]></description>
			<content:encoded><![CDATA[<div><font color="Silver"><del>hi <br />
i install gnash it's use { libxul-1.9.2.28_1 } <br />
and i want install icedtea-web but want remove libxul-1.9.2.28_1 <br />
It's use { libxul-10.0.11 }<br />
after remove libxul-1.9.2.28_1 gnash don't work<br />
and remove libxul-10.0.11 and install libxul-1.9.2.28_1 icedtea-web don't work :(<br />
How install old version icedtea-web with libxul-1.9.2.28_1 or fixed this,<br />
 i want install gnash and icedtea-web <br />
thank you, sorry but language English not good :(</del><br />
</font><br />
<br />
Hi,<br />
<br />
I installed Gnash. It uses <tt style="color: #007a00;">libxul-1.9.2.28_1</tt>. I also want to install <tt style="color: #007a00;">icedtea-web</tt>, but it wants to remove <tt style="color: #007a00;">libxul-1.9.2.28_1</tt> because it uses <tt style="color: #007a00;">libxul-10.0.11</tt>. After removing <tt style="color: #007a00;">libxul-1.9.2.28_1</tt> Gnash doesn't work, and when replacing <tt style="color: #007a00;">libxul-10.0.11</tt> with <tt style="color: #007a00;">libxul-1.9.2.28_1</tt>, <tt style="color: #007a00;">icedtea-web</tt> doesn't work.<br />
<br />
How do I install an older version of <tt style="color: #007a00;">icedtea-web</tt> with <tt style="color: #007a00;">libxul-1.9.2.28_1</tt>, or how else do I fix this? I want to install Gnash and <tt style="color: #007a00;">icedtea-web</tt> together.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=5">Installation and Maintenance of FreeBSD Ports or Packages</category>
			<dc:creator>StudyBSD</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39752</guid>
		</item>
		<item>
			<title>Permissions for root</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39751&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 20:14:53 GMT</pubDate>
			<description><![CDATA[Hello, I'm a complete newbie to FreeBSD and I thought that being logged in as root would grant you permissions to anything in the file system;...]]></description>
			<content:encoded><![CDATA[<div>Hello, I'm a complete newbie to FreeBSD and I thought that being logged in as root would grant you permissions to anything in the file system; however, as I'm reading the FreeBSD handbook and it showed me how to save my current customized video settings in <tt style="color: #007a00;">/etc/rc.conf</tt>, I wasn't able to due to being denied to the file.<br />
<br />
Could you please help me?<br />
<br />
Thanks,<br />
<br />
Josué</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=3">General</category>
			<dc:creator>jj05u3</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39751</guid>
		</item>
		<item>
			<title>Binary Packages Are Available Again</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39750&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 18:10:03 GMT</pubDate>
			<description><![CDATA[Six months have passed since the November security incident which brought the Project's binary package building capacity offline; we are pleased to...]]></description>
			<content:encoded><![CDATA[<div>Six months have passed since the November security incident which brought the Project's binary package building capacity offline; we are pleased to announce that all services are now restored.<br />
<br />
<a href="http://www.FreeBSD.org/news/newsflash.html#event20130514:01" target="_blank">Link to the News Article</a></div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=27"><![CDATA[News & Announcements]]></category>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39750</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] The default unit of `du` command, why is it implicit?]]></title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39749&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 14:28:08 GMT</pubDate>
			<description>Code: 
--------- 
# du 
123456 
--------- 
This result should be in byte by default, but it is in kilobyte in fact. This is not complete. 
BTW, the...</description>
			<content:encoded><![CDATA[<div><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"># du<br />
123456</code><hr />
</div>This result should be in byte by default, but it is in kilobyte in fact. This is not complete.<br />
BTW, the document doesn't mention the default unit of the result in this case.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=3">General</category>
			<dc:creator>jronald</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39749</guid>
		</item>
		<item>
			<title>Serving and downloading distfiles through torrents?</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39748&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 12:52:48 GMT</pubDate>
			<description><![CDATA[Has anyone thought about or implemented ports' distfiles through torrents?]]></description>
			<content:encoded><![CDATA[<div>Has anyone thought about or implemented ports' <tt style="color: #007a00;">distfiles</tt> through torrents?</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=5">Installation and Maintenance of FreeBSD Ports or Packages</category>
			<dc:creator>BlueCoder</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39748</guid>
		</item>
		<item>
			<title>Dovecot: service launch failing</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39747&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 12:52:15 GMT</pubDate>
			<description><![CDATA[Hello. 
 
I've got strange issue with my *D*ovecot service, it's suddenly stopped working and won't launch. First of all, for some reason one...]]></description>
			<content:encoded><![CDATA[<div>Hello.<br />
<br />
I've got strange issue with my <b>D</b>ovecot service, it's suddenly stopped working and won't launch. First of all, for some reason one configuration file (<tt style="color: #007a00;">dovecot-sql.conf</tt>) disappeared. I restored it and tried to launch dovecot:<br />
<br />
<code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>/usr/local/etc/rc.d/dovecot start</kbd></code><br />
<br />
which caused the error<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">Last died with error (see error log for more information): Auth process died too early - shutting down</code><hr />
</div>I'm looking into <tt style="color: #007a00;">/var/log/messages</tt> and discovering the details:<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">May 18 21:48:04 vm4304 dovecot: auth(default): Fatal: net_listen_unix (/var/spool/postfix/private/auth) failed: No such file or directory</code><hr />
</div>What can be wrong? Would appreciate for any suggestion.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=43"><![CDATA[Web & Network Services]]></category>
			<dc:creator>heximal</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39747</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] periodic.conf]]></title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39745&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 11:50:17 GMT</pubDate>
			<description>Hi folks! 
 
Sorry for my question: reading a howto I see: 
 
Code: 
--------- 
# -- Enable daily status reporting 
echo...</description>
			<content:encoded><![CDATA[<div>Hi folks!<br />
<br />
Sorry for my question: reading a howto I see:<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"># -- Enable daily status reporting<br />
echo 'daily_status_gmirror_enable=&quot;YES&quot;' &gt;&gt; /etc/periodic.conf</code><hr />
</div><tt style="color: #007a00;">periodic.conf</tt> exist<b>s</b> in <tt style="color: #007a00;">/etc/defaults/</tt> (and not in <tt style="color: #007a00;">/etc</tt>).<br />
<br />
Can I put <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">echo daily_status_gmirror_enable=&quot;YES&quot;</code><hr />
</div>in <tt style="color: #007a00;">/etc/defaults/periodic.conf</tt>?<br />
<br />
Is it correct?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=3">General</category>
			<dc:creator>polhallen</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39745</guid>
		</item>
		<item>
			<title>FreeBSD and rdrand()</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39743&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 10:45:07 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I have a server platform Intel R1208GZ4GC and E5-2620 processors. I'm trying to use RDRAND to generate random numbers. To put this code: 
...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have a server platform Intel R1208GZ4GC and E5-2620 processors. I'm trying to use <tt style="color: #007a00;">RDRAND</tt> to generate random numbers. To put this code:<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">int _rdrand16_step(unsigned short *therand) {&nbsp;  <br />
&nbsp;unsigned char err;&nbsp;  <br />
&nbsp;asm volatile(&quot;rdrand %0 ; setc %1&quot;&nbsp;  <br />
&nbsp;: &quot;=r&quot; (*therand), &quot;=qm&quot; (err));&nbsp;  <br />
&nbsp;return (int) err;&nbsp;  <br />
&nbsp; }</code><hr />
</div>However, when compiling the error:<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">{standard input}: Assembler messages:&nbsp; <br />
{standard input}:7191: Error: no such instruction: `rdrand %dx'&nbsp; <br />
gmake: *** [../../main/main.o] Error 1</code><hr />
</div>Operating system: <del>FreeBsd</del> FreeBSD 8.3<br />
<br />
Updated files:<ul><li><tt style="color: #007a00;">stable/8/sys/amd64/amd64/identcpu.c</tt></li>
<li><tt style="color: #007a00;">stable/8/sys/amd64/include/specialreg.h</tt></li>
<li><tt style="color: #007a00;">stable/8/sys/i386/conf/XENHVM</tt></li>
<li><tt style="color: #007a00;">stable/8/sys/i386/i386/identcpu.c</tt></li>
<li><tt style="color: #007a00;">stable/8/sys/i386/include/specialreg.h</tt></li>
</ul><a href="http://svnweb.freebsd.org/base?view=revision&amp;revision=240135" target="_blank">http://svnweb.freebsd.org/base?view=...evision=240135</a><br />
<br />
I recompiled the kernel and made a restart. But to no avail.<br />
<br />
Help me, please.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=35"><![CDATA[Userland Programming & Scripting]]></category>
			<dc:creator>san83</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39743</guid>
		</item>
		<item>
			<title>FreeBSD 9.1 express installation</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39741&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 10:19:31 GMT</pubDate>
			<description><![CDATA[I've just downloaded FreeBSD 9.1 and I figured out that there's no express installation any more. I used to use express installation with FreeBSD...]]></description>
			<content:encoded><![CDATA[<div>I've just downloaded FreeBSD 9.1 and I figured out that there's no express installation any more. I used to use express installation with FreeBSD 8.2. How can I do so using FreeBSD 9.1?</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=4"><![CDATA[Installing & Upgrading]]></category>
			<dc:creator>j4ck</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39741</guid>
		</item>
		<item>
			<title>Hard disk mounting and memory</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=39740&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 08:50:20 GMT</pubDate>
			<description><![CDATA[hi,, 
i install freebsd and remove windows and fedora i want study just freebsd :e 
now after install i can't open hard ...]]></description>
			<content:encoded><![CDATA[<div><font color="Silver"><del>hi,,<br />
i install freebsd and remove windows and fedora i want study just freebsd :e<br />
now after install i can't open hard <br />
<a href="http://s24.postimg.org/4sbp4ynth/snapshot1.png" target="_blank">http://s24.postimg.org/4sbp4ynth/snapshot1.png</a><br />
i try &quot;fdisk -l&quot; but show this message .!</del></font><br />
<br />
Hi,<br />
<br />
I have installed FreeBSD and removed Windows and Fedora. I want to study just FreeBSD :e Now, after installing I can't open a hard disk.<br />
<img src="http://s24.postimg.org/4sbp4ynth/snapshot1.png" border="0" alt="" /><br />
I have tried <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>fdisk -l</kbd></code> but it shows the following message:<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">fdisk: illegal option -- l<br />
usage: fdisk [-BIaipqstu] [-b bootcode] [-1234] [disk]<br />
&nbsp; &nbsp; &nbsp;  fdisk -f configfile [-itv] [disk]</code><hr />
</div><font color="silver"><del>in fedora fdisk -l and show hard and mount in /etc/fstab <br />
cat /etc/fstab</del></font><br />
In Fedora, <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>fdisk -l</kbd></code> works and shows partitions and mounts in <tt style="color: #007a00;">/etc/fstab</tt>.<br />
<br />
<code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>cat /etc/fstab</kbd></code><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"># Device&nbsp; &nbsp; &nbsp; &nbsp; Mountpoint&nbsp; &nbsp; &nbsp; FStype&nbsp; Options Dump&nbsp; &nbsp; Pass#<br />
/dev/ada0p3&nbsp; &nbsp;  /&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ufs&nbsp; &nbsp;  rw&nbsp; &nbsp; &nbsp; 1&nbsp; &nbsp; &nbsp;  1<br />
/dev/ada0p4&nbsp; &nbsp;  none&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; swap&nbsp; &nbsp; sw&nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp;  0</code><hr />
</div><font color="silver"><del>how fixed mount hard </del></font><br />
How can I fix my hard disk mounting?<br />
<br />
<font color="silver"><del>=================<br />
problem 2:<br />
i'ts eat memory :P<br />
look here <br />
<a href="http://s16.postimg.org/a029eaqd1/snapshot2.png" target="_blank">http://s16.postimg.org/a029eaqd1/snapshot2.png</a><br />
ram 4GB<br />
but use 2.9 .!<br />
and every thing i'ts OK :e<br />
top -P <br />
top==&gt; xorg 1.76% its beautiful  ;)</del></font><br />
<br />
I also have another problem: it's eating memory :P Have a look at these graphs:<br />
<img src="http://s16.postimg.org/a029eaqd1/snapshot2.png" border="0" alt="" /><br />
I have 4 GB of RAM but 2.9 is used and everything is OK. According to <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>top -P</kbd></code> X.org uses 1.76%, which is beautiful.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=3">General</category>
			<dc:creator>StudyBSD</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=39740</guid>
		</item>
	</channel>
</rss>

0

