<?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>Wed, 16 May 2012 11:20:31 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>Do I need to upgrade the dependencies of a single port to upgrading it properly ?</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32087&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 11:02:26 GMT</pubDate>
			<description><![CDATA[Hi guys, 
 
Please help me to understand because I don't know how it works behind the scenes. 
What if I want to upgrade a single port, should I...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
Please help me to understand because I don't know how it works behind the scenes.<br />
What if I want to upgrade a single port, should I upgrade the dependencies as well or no ? Or even should I upgrade the packages that rely on it ?<br />
<br />
I'm using portupgrade, so, for example what is the proper command should look like to upgrade let's say x11-toolkits/gtk30 ? Which one of:<br />
<br />
1. portupgrade x11-toolkits/gtk30<br />
2. portupgrade -R x11-toolkits/gtk30<br />
3. portupgrade -r x11-toolkits/gtk30<br />
4. portupgrade -rR x11-toolkits/gtk30<br />
<br />
I'm confused. <br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=5">Installation and Maintenance of FreeBSD Ports or Packages</category>
			<dc:creator>Ievgen</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32087</guid>
		</item>
		<item>
			<title>Did anybody compiled mod_dtrace module for Apache?</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32086&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 10:30:31 GMT</pubDate>
			<description><![CDATA[I am looking for a tutorial regarding this topic. 
 
I've found this but don't know if it works ok on FreeBSD:...]]></description>
			<content:encoded><![CDATA[<div>I am looking for a tutorial regarding this topic.<br />
<br />
I've found this but don't know if it works ok on FreeBSD: <a href="http://prefetch.net/projects/apache_modtrace/index.html" target="_blank">http://prefetch.net/projects/apache_modtrace/index.html</a></div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=43"><![CDATA[Web & Network Services]]></category>
			<dc:creator>overmind</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32086</guid>
		</item>
		<item>
			<title><![CDATA[mpd5 - can't find the error]]></title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32085&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 10:26:36 GMT</pubDate>
			<description><![CDATA[I can't find the problem in my config file, I am trying to connect to a VPN server, here is my file: 
 
 
startup: 
        set user admin admin...]]></description>
			<content:encoded><![CDATA[<div>I can't find the problem in my config file, I am trying to connect to a VPN server, here is my file:<br />
<br />
<tt style="color: #007a00;"><br />
startup:<br />
        set user admin admin admin<br />
        set console self 127.0.0.1 5005<br />
        set console open<br />
        set web self 0.0.0.0 5006<br />
        set web open<br />
<br />
default:<br />
        load pptp_client<br />
<br />
pptp_client:<br />
        create bundle static B1<br />
        set bundle enable crypt-reqd<br />
        set bundle enable compression<br />
        set ccp yes mppc<br />
        set ccp enable pred1<br />
        set ccp enable mppc<br />
        set mppc accept compress<br />
        set mppc yes e40 e56<br />
        set mppc yes e128 stateless<br />
        set iface route 10.0.0.0/8<br />
        set ipcp ranges 0.0.0.0/0 0.0.0.0/0<br />
        set ipcp yes vjcomp<br />
        set iface enable nat tcpmssfix<br />
        set nat enable same-ports unreg-only<br />
        set nat disable incoming<br />
        create link static L1 pptp<br />
        set link action bundle B1<br />
        set link enable pap<br />
        set link accept pap<br />
        set link max-redial 0<br />
        set link mtu 1460<br />
        set link mru 1460<br />
        set link keep-alive 20 75<br />
        set link yes pap<br />
        set link no ACFCOMP protocomp<br />
        set pptp peer x.x.x.x<br />
        set pptp disable windowing<br />
        set auth authname &quot;_______&quot;<br />
        set auth password &quot;_______&quot;<br />
</tt><br />
<br />
And here is what happens in the log:<br />
<br />
<br />
<tt style="color: #007a00;"><br />
[L1] LCP: Open event<br />
[L1] LCP: state change Initial --&gt; Starting<br />
[L1] LCP: LayerStart<br />
[L1] PPTP call successful<br />
[L1] Link: UP event<br />
[L1] LCP: Up event<br />
[L1] LCP: state change Starting --&gt; Req-Sent<br />
[L1] LCP: SendConfigReq #1<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1460<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Request #1 (Req-Sent)<br />
[L1]   AUTHPROTO PAP<br />
[L1]   MAGICNUM 24995ad6<br />
[L1] LCP: SendConfigAck #1<br />
[L1]   AUTHPROTO PAP<br />
[L1]   MAGICNUM 24995ad6<br />
[L1] LCP: state change Req-Sent --&gt; Ack-Sent<br />
[L1] LCP: rec'd Configure Nak #1 (Ack-Sent)<br />
[L1]   MRU 1500<br />
[L1]   AUTHPROTO CHAP MD5<br />
[L1] LCP: SendConfigReq #2<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Nak #2 (Ack-Sent)<br />
[L1]   AUTHPROTO CHAP MD5<br />
[L1] LCP: SendConfigReq #3<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Nak #3 (Ack-Sent)<br />
[L1]   AUTHPROTO CHAP MD5<br />
[L1] LCP: SendConfigReq #4<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Nak #4 (Ack-Sent)<br />
[L1]   AUTHPROTO CHAP MD5<br />
[L1] LCP: SendConfigReq #5<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Nak #5 (Ack-Sent)<br />
[L1]   AUTHPROTO CHAP MD5<br />
[L1] LCP: SendConfigReq #6<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Reject #6 (Ack-Sent)<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: SendConfigReq #7<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Reject #7 (Ack-Sent)<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: SendConfigReq #8<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Reject #8 (Ack-Sent)<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: SendConfigReq #9<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Reject #9 (Ack-Sent)<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: SendConfigReq #10<br />
[L1]   ACCMAP 0x000a0000<br />
[L1]   MRU 1500<br />
[L1]   MAGICNUM c976ef4c<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: rec'd Configure Reject #10 (Ack-Sent)<br />
[L1]   AUTHPROTO PAP<br />
[L1] LCP: not converging<br />
[L1] LCP: parameter negotiation failed<br />
[L1] LCP: state change Ack-Sent --&gt; Stopped<br />
[L1] LCP: LayerFinish<br />
[L1] PPTP call terminated<br />
[L1] Link: DOWN event<br />
[L1] LCP: Down event<br />
[L1] LCP: state change Stopped --&gt; Starting<br />
[L1] LCP: LayerStart<br />
[L1] Link: reconnection attempt 1 in 4 seconds<br />
</tt></div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=7">Networking</category>
			<dc:creator>joseche</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32085</guid>
		</item>
		<item>
			<title>Firefox for Android Preps for Prime Time</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32084&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 09:47:30 GMT</pubDate>
			<description>Mozilla has released an update for its Firefox for Android beta mobile web browser. The latest beta sports a redesigned interface that looks a little...</description>
			<content:encoded><![CDATA[<div>Mozilla has released an update for its Firefox for Android beta mobile web browser. The latest beta sports a redesigned interface that looks a little less like Firefox and a little more like a native Android application.<br />
<br />
If you’d like to help Mozilla test this beta, head on over to the Android marketplace and download a copy today. Unlike the recently updated Chrome for Android, which requires the latest and greatest Android Ice Cream Sandwich, Firefox for Android will run on Android Froyo 2.2 and better (it is, for the moment, only available in English, though).<br />
<br />
The newest Firefox for Android beta is — despite looking a bit different from the early mobile releases — still pretty much the Firefox you know and love, with support for mobile add-ons, tabbed browsing and Firefox Sync, as well as the mobile-friendly “Awesome Screen.”<br />
<br />
The Awesome Screen is similar feature-wise to the Awesome Bar in desktop Firefox, but tweaked to make mobile browsing and searching easier. To use it, just tap the location bar and you’ll see a list of your favorite bookmarks, history items and search engines.<br />
<br />
Mozilla says the latest Firefox for Android beta starts up faster and some improvements to the underlying code should make for faster response times, better graphics performance and smoother panning and zooming. And while it’s not the only Android browser to do so, Flash fans will be happy to know that Firefox for Android continues to ship with Flash despite Adobe’s decision to stop developing the mobile Flash plugin.<br />
<br />
The major focus for this beta release is getting the new native interface in Firefox for Android ready for prime time, so if you do decide to test it, be sure to let Mozilla know if you encounter any bugs.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=12">Mobile Computing</category>
			<dc:creator>rockyhill333</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32084</guid>
		</item>
		<item>
			<title>Wake on lan (Howto?)</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32083&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 08:38:51 GMT</pubDate>
			<description>Hello there, 
An xseries200 ibm with n1996 motherboard who can handle wol is set. 
1. I enable wake on lan from bios. 
2. ifconfig gives me the...</description>
			<content:encoded><![CDATA[<div>Hello there,<br />
An xseries200 ibm with n1996 motherboard who can handle wol is set.<br />
1. I enable wake on lan from bios.<br />
2. ifconfig gives me the parameter wake on lan magic<br />
3. acpiconf -s4  close my server and leaves the on board internet card powered<br />
<br />
From a ubuntu 12.04 with ethernet cable connected i give wakeonlan &lt;mac addrs&gt;<br />
test -p 9 and -i 192.168.1.6 where the freebsd is but i can't wake it Up.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=32">System Hardware</category>
			<dc:creator>egelor</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32083</guid>
		</item>
		<item>
			<title>Sometimes I can boot and sometimes not</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32082&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 08:23:46 GMT</pubDate>
			<description><![CDATA[https://skydrive.live.com/redir.aspx?cid=ecf9aa6dac176572&resid=ECF9AA6DAC176572!343&parid=ECF9AA6DAC176572!136&authkey=!ACmbaY0zIpQHHuY 
 
Why is...]]></description>
			<content:encoded><![CDATA[<div><a href="https://skydrive.live.com/redir.aspx?cid=ecf9aa6dac176572&amp;resid=ECF9AA6DAC176572!343&amp;parid=ECF9AA6DAC176572!136&amp;authkey=!ACmbaY0zIpQHHuY" target="_blank">https://skydrive.live.com/redir.aspx...CmbaY0zIpQHHuY</a><br />
<br />
Why is this happening?</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=4"><![CDATA[Installing & Upgrading]]></category>
			<dc:creator>makdaddy8888</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32082</guid>
		</item>
		<item>
			<title>How do I add a cache drive to an existing ZFS pool?</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32079&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 03:32:57 GMT</pubDate>
			<description><![CDATA[I've been reading about controller cards and I have read people having SSD cache drives on their setup. I have an existing ZFS pool and I want to add...]]></description>
			<content:encoded><![CDATA[<div>I've been reading about controller cards and I have read people having SSD cache drives on their setup. I have an existing ZFS pool and I want to add a SSD cache drive to it.<br />
<br />
Is this possible? If yes, how can I do it? Thank you. :)</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=3">General</category>
			<dc:creator>papelboyl1</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32079</guid>
		</item>
		<item>
			<title>Cannot burn Dvds</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32078&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 02:09:44 GMT</pubDate>
			<description>Hi guys, 
 
I have a dvd burner which I can burn cds through Xfburn but when I try to burn a dvd it just spins and then it says that device is not...</description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I have a dvd burner which I can burn cds through Xfburn but when I try to burn a dvd it just spins and then it says that device is not ready.<br />
<br />
I'm running FreeBSD 9 release.<br />
<br />
Any ideas.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=19">Multimedia</category>
			<dc:creator>wokko</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32078</guid>
		</item>
		<item>
			<title>Installing gnome-desktop on powerpc error</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32075&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 01:14:25 GMT</pubDate>
			<description><![CDATA[I have a successful install of 9.0 stable on my 15" powerbook G4. I'm successfully connected to the net and can download via ftp the...]]></description>
			<content:encoded><![CDATA[<div>I have a successful install of 9.0 stable on my 15&quot; powerbook G4. I'm successfully connected to the net and can download via ftp the <tt style="color: #007a00;">gnome-desktop-2.32.1_1.tbz</tt>. Of course when I try to <tt style="color: #007a00;"><b>pkg_add</b></tt> the <tt style="color: #007a00;">.tbz</tt> it can't find all the dependencies because an attempt and an individual install of each one would be time consuming chaos.  <br />
<br />
When I run <code style="background-color: #dee3e7; padding: .2px; margin: .1em; width: 99%; display: inline-block;"><samp> </samp> <kbd># pkg_add -r gnome-desktop-2.32.1_1.tbz</kbd></code> I get the following 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">Unable to get <a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports/powerpc/packages-9.0-release/Latest/" target="_blank">ftp://ftp.freebsd.org/pub/FreeBSD/po...elease/Latest/</a> gnome-desktop-2.32.1_1.tbz.</code><hr />
</div>When I use my MacBook Pro and the &quot;Connect to Server&quot; I trace the directories and there is NO <tt style="color: #007a00;">packages-9.0-release</tt> let alone a <tt style="color: #007a00;">Latest</tt> directory within it.  <br />
<br />
When I connect to ftp.freebsd.org I go to the following directory to find <tt style="color: #007a00;">gnome-desktop-2.32.1_1.tbz</tt>: <tt style="color: #007a00;">/pub/FreeBSD/ports/powerpc/packages-9-stable/gnome</tt>. This is where <tt style="color: #007a00;">gnome-desktop-2.32.1_1.tbz</tt>. resides.<br />
<br />
I've worked with my mac and 'macports'  and when you install a package it auto detects dependencies and downloads them and installs during main package install.<br />
<br />
Question:  within the FreeBSD <tt style="color: #007a00;"><b>pkg_add -r</b></tt> function, is there a way to change the directory path it searches?<br />
<br />
Question 2:  is there an ftp <tt style="color: #007a00;">get</tt> command that will find and get all the dependencies for the relative gnome-desktop package I'm trying to install?<br />
<br />
Just trying to get a GUI running on my new FreeBSD install!<br />
<br />
Thanks for any help!<br />
<br />
Samuel.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=5">Installation and Maintenance of FreeBSD Ports or Packages</category>
			<dc:creator>macunkie</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32075</guid>
		</item>
		<item>
			<title>Cannot get ASUS USB-N13 to work on FreeBSD 9.0</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32071&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 22:04:00 GMT</pubDate>
			<description>I am trying to configure a USB wireless adapter (ASUS USB-N13) on my system: 
 uname -prsi 
 
Code: 
--------- 
FreeBSD 9.0-RELEASE-p1 amd64 GENERIC...</description>
			<content:encoded><![CDATA[<div>I am trying to configure a USB wireless adapter (ASUS USB-N13) on my system:<br />
<code style="background-color: #dee3e7; padding: .2px; margin: .1em; width: 99%; display: inline-block;"><samp>%</samp> <kbd> uname -prsi</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">FreeBSD 9.0-RELEASE-p1 amd64 GENERIC</code><hr />
</div>From the <a href="http://www.freebsd.org/releases/9.0R/hardware.html#WLAN" target="_blank">hardware notes</a>, this adapter is supported by the <a target="_blank" title="The FreeBSD run(4) manual page" href="http://man.freebsd.org/run/4">run(4)</a> driver. I followed the instructions in the man pages (<a target="_blank" title="The FreeBSD run(4) manual page" href="http://man.freebsd.org/run/4">run(4)</a>) and added the following lines in <tt style="color: #007a00;">loader.conf</tt>.<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">if_run_load=&quot;YES&quot;<br />
runfw_load=&quot;YES&quot;</code><hr />
</div>After system reboot, I plug-in the adapter in the USB hub/port. The following are the messages in <tt style="color: #007a00;">/var/log/messages</tt>:<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">kernel: ugen4.2: &lt;vendor 0x0b05&gt; at usbus4<br />
root: Unknown USB device: vendor 0x0b05 product 0x17ab bus uhub4</code><hr />
</div>I checked whether the <a target="_blank" title="The FreeBSD run(4) manual page" href="http://man.freebsd.org/run/4">run(4)</a> has been loaded or not.<br />
<code style="background-color: #dee3e7; padding: .2px; margin: .1em; width: 99%; display: inline-block;"><samp>%</samp> <kbd>kldstat</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">Id Refs Address&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Size&nbsp; &nbsp;  Name<br />
&nbsp;1&nbsp;  17 0xffffffff80200000 11d1d48&nbsp; kernel<br />
&nbsp;2&nbsp; &nbsp; 1 0xffffffff813d2000 203d98&nbsp;  zfs.ko<br />
&nbsp;3&nbsp; &nbsp; 2 0xffffffff815d6000 5c60&nbsp; &nbsp;  opensolaris.ko<br />
&nbsp;5&nbsp; &nbsp; 1 0xffffffff815f2000 2e28&nbsp; &nbsp;  runfw.ko&nbsp; &nbsp; &lt;&lt;-----------<br />
&nbsp;6&nbsp; &nbsp; 1 0xffffffff81812000 c19c&nbsp; &nbsp;  ipfw.ko<br />
&nbsp;7&nbsp; &nbsp; 1 0xffffffff8181f000 a2d&nbsp; &nbsp; &nbsp; fire_saver.ko</code><hr />
</div><code style="background-color: #dee3e7; padding: .2px; margin: .1em; width: 99%; display: inline-block;"><samp>%</samp> <kbd>ifconfig</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">ale0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu 1500<br />
&nbsp; &nbsp; &nbsp; &nbsp; options=c319a&lt;TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MCAST,WOL_MAGIC,VLAN_HWTSO,LINKSTATE&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; ether 48:5b:39:94:b2:16<br />
&nbsp; &nbsp; &nbsp; &nbsp; inet 172.26.146.109 netmask 0xffffff00 broadcast 172.26.146.255<br />
&nbsp; &nbsp; &nbsp; &nbsp; nd6 options=29&lt;PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; media: Ethernet autoselect (1000baseT &lt;full-duplex&gt;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; status: active<br />
plip0: flags=8810&lt;POINTOPOINT,SIMPLEX,MULTICAST&gt; metric 0 mtu 1500<br />
&nbsp; &nbsp; &nbsp; &nbsp; nd6 options=29&lt;PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL&gt;<br />
lo0: flags=8049&lt;UP,LOOPBACK,RUNNING,MULTICAST&gt; metric 0 mtu 16384<br />
&nbsp; &nbsp; &nbsp; &nbsp; options=3&lt;RXCSUM,TXCSUM&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; inet6 ::1 prefixlen 128 <br />
&nbsp; &nbsp; &nbsp; &nbsp; inet6 fe80::1%lo0 prefixlen 64 scopeid 0x8 <br />
&nbsp; &nbsp; &nbsp; &nbsp; inet 127.0.0.1 netmask 0xff000000 <br />
&nbsp; &nbsp; &nbsp; &nbsp; nd6 options=21&lt;PERFORMNUD,AUTO_LINKLOCAL&gt;<br />
ipfw0: flags=8801&lt;UP,SIMPLEX,MULTICAST&gt; metric 0 mtu 65536<br />
&nbsp; &nbsp; &nbsp; &nbsp; nd6 options=21&lt;PERFORMNUD,AUTO_LINKLOCAL&gt;<br />
tun0: flags=8051&lt;UP,POINTOPOINT,RUNNING,MULTICAST&gt; metric 0 mtu 1500<br />
&nbsp; &nbsp; &nbsp; &nbsp; options=80000&lt;LINKSTATE&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; inet6 fe80::4a5b:39ff:fe94:b216%tun0 prefixlen 64 scopeid 0xa <br />
&nbsp; &nbsp; &nbsp; &nbsp; inet 172.26.61.146 --&gt; 172.26.61.145 netmask 0xffffffff <br />
&nbsp; &nbsp; &nbsp; &nbsp; nd6 options=21&lt;PERFORMNUD,AUTO_LINKLOCAL&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Opened by PID 1532</code><hr />
</div>The WLAN device pertaining to <a target="_blank" title="The FreeBSD run(4) manual page" href="http://man.freebsd.org/run/4">run(4)</a> is not listed. Don't know how to proceed from here. Please help!</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=46">Peripheral Hardware</category>
			<dc:creator>penna</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32071</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] 8.2 -> 8.3 upgrade + gmirror = kernel panic]]></title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32069&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 21:29:41 GMT</pubDate>
			<description><![CDATA[Hello, 
 
Just got to my workplace (it*'*s midnight in Europe) because of a remote upgrade failed: after I upgraded my 8.2 to 8.3, my server didn't...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
Just got to my workplace (it<b>'</b>s midnight in Europe) because of a remote upgrade failed: after I upgraded my 8.2 to 8.3, my server didn't come back after reboot. So I'm here, messing around and I now see a situation, where my router falls in continuous reboots as soon as I use <tt style="color: #007a00;">gmirror</tt> (the line in <tt style="color: #007a00;">loader.conf</tt>). I can't even take a picture of the kernel panic message, but I can see it for 1-2 seconds. If I remove it (comment) and set booting directly from disk drive in <tt style="color: #007a00;">fstab</tt>, system boots up normally.<br />
<br />
What can I do? Any help is welcomed, as this is production router :(</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=4"><![CDATA[Installing & Upgrading]]></category>
			<dc:creator>romeor</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32069</guid>
		</item>
		<item>
			<title>Problem with Netbeans 7.1.2 on FreeBSD 9</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32064&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 19:21:22 GMT</pubDate>
			<description>So, 
 
I installed Netbeans on FreeBSD 9, but I have the following problem: 
 
When I started netbeans for first time, it was working OK, but after...</description>
			<content:encoded><![CDATA[<div>So,<br />
<br />
I installed Netbeans on FreeBSD 9, but I have the following problem:<br />
<br />
When I started netbeans for first time, it was working OK, but after that netbeans did not start again, only when I remove the <tt style="color: #007a00;">.netbeans</tt> directory on my user directory.<br />
<br />
How do I resolve this?<br />
<br />
Att,<br />
<br />
Paulo</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=5">Installation and Maintenance of FreeBSD Ports or Packages</category>
			<dc:creator>pauloperes</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32064</guid>
		</item>
		<item>
			<title>Problem with graphic desktop after fresh install</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32063&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 17:44:46 GMT</pubDate>
			<description><![CDATA[I've installed FreeBSD 9 and after the system came up it seems *I* can't use any graphic desktop.  *I* installed gnome/xfce/kde/gdm/kdm and Xorg. 
...]]></description>
			<content:encoded><![CDATA[<div>I've installed FreeBSD 9 and after the system came up it seems <b>I</b> can't use any graphic desktop.  <b>I</b> installed gnome/xfce/kde/gdm/kdm and Xorg.<br />
<br />
<b>W</b>hen <b>I</b> try to startx or gdm/kdm/startxfce4 all get the same result.<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">&quot;no screen was found&quot;</code><hr />
</div> (or something very similar)<br />
<br />
<b>T</b>ried <code style="background-color: #dee3e7; padding: .2px; margin: .1em; width: 99%; display: inline-block;"><samp>#</samp> <kbd>Xorg --configure</kbd></code><br />
<br />
Nothing<br />
<br />
<b>T</b>he <tt style="color: #007a00;">xorg.conf</tt> looks ok as far as <b>I</b> can tell.<br />
<br />
<b>W</b>hat did <b>I</b> forget and is there <b>an</b> easy solution? <b>S</b>omething like a <tt style="color: #007a00;">xorgsetup</tt> program maybe?</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=38">X.Org</category>
			<dc:creator>namshub</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32063</guid>
		</item>
		<item>
			<title>Nestopia (NES emulator)</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32062&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 15:46:09 GMT</pubDate>
			<description>Nestopia (http://nestopia.sourceforge.net/) is reputed to be the most accurate NES emulator. 
With three very minor modifications to the Linux port...</description>
			<content:encoded><![CDATA[<div><a href="http://nestopia.sourceforge.net/" target="_blank">Nestopia</a> is reputed to be the most accurate NES emulator.<br />
With three very minor modifications to the <a href="http://rbelmont.mameworld.info/?page_id=200" target="_blank">Linux port</a> it compiles and runs under FreeBSD 9. Everything seems to be working OK except that it dumps core when trying to save a movie of the gameplay. This happens right after closing the GTK dialog where the name of the movie file is selected. The file is created but it is empty.<br />
Using <tt style="color: #007a00;"><b>gdb</b></tt> on the core file gives the following:<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">(gdb) bt<br />
#0&nbsp; 0x0000000804a93b35 in sentry (this=0x7fffffffd190, __os=@0x80eaf6010) at ostream.tcc:221<br />
#1&nbsp; 0x0000000804a93c37 in std::ostream::write (this=0x80eaf6010, __s=0x7fffffffd1c0 &quot;NSV\032\b&quot;, __n=4) at ostream.tcc:221<br />
#2&nbsp; 0x00000000005a2272 in Nes::Core::Stream::Out::Write32 (this=Variable &quot;this&quot; is not available.<br />
) at basic_ios.h:114<br />
#3&nbsp; 0x000000000059c25e in Nes::Core::State::Saver::Begin (this=0x80eb15e58, chunk=Variable &quot;chunk&quot; is not available.<br />
) at source/core/NstState.cpp:71<br />
#4&nbsp; 0x00000000005bc347 in Nes::Core::Tracker::Movie::Record (this=0x80fffd9c0, stream=@0x80eaf6000, append=false)<br />
&nbsp; &nbsp; at source/core/NstTrackerMovie.cpp:68<br />
#5&nbsp; 0x00000000005abfe1 in Nes::Core::Tracker::RecordMovie (this=0x80903b030, emulator=@0x80903b000, stream=@0x80eaf6000, <br />
&nbsp; &nbsp; append=false) at source/core/NstTracker.cpp:51<br />
#6&nbsp; 0x00000000005c6b0e in Nes::Api::Movie::Record (this=Variable &quot;this&quot; is not available.<br />
) at source/core/api/NstApiMovie.cpp:47<br />
#7&nbsp; 0x000000000041a022 in auxio_do_movie_save () at source/linux/auxio.cpp:339<br />
#8&nbsp; 0x00000008fffffffd in ?? ()<br />
#9&nbsp; 0x0000000000000000 in ?? ()<br />
#10 0x73762f656d6f682f in ?? ()<br />
#11 0x706d6f632f6f746f in ?? ()<br />
#12 0x7473656e2f656c69 in ?? ()<br />
#13 0x7861462f6169706f in ?? ()<br />
#14 0x736e2e7564616e61 in ?? ()<br />
#15 0x000000080ed30076 in ?? ()<br />
#16 0x000000080eff6700 in ?? ()<br />
#17 0x000000080ed41200 in ?? ()<br />
#18 0x000000080ed41200 in ?? ()<br />
#19 0x00000000005c2500 in Nes::Core::Tracker::Rewinder::Execute (this=Variable &quot;this&quot; is not available.<br />
) at basic_ios.h:274<br />
#20 0x0000000000000002 in ?? ()<br />
#21 0x00000000ffffffff in ?? ()<br />
#22 0x0000000000000002 in ?? ()<br />
#23 0x0000000000000000 in ?? ()<br />
#24 0x0000000800d8d5fe in SDL_mutexV () from /usr/local/lib/libSDL-1.2.so.11<br />
#25 0x0000000800d4dd7c in SDL_PeepEvents () from /usr/local/lib/libSDL-1.2.so.11<br />
#26 0x0000000000000000 in ?? ()<br />
#27 0x0000000000000000 in ?? ()<br />
#28 0x000000000040a5e5 in main (argc=Variable &quot;argc&quot; is not available.<br />
) at gthr-default.h:199<br />
(gdb)</code><hr />
</div>I think it fails when trying to write the string &quot;<tt style="color: #007a00;">NSV\032\b</tt>&quot; to the movie file, maybe it is some kind of magic number to identify the movie files which have <tt style="color: #007a00;">.nsv</tt> as suffix. This failure happens when compiled with <tt style="color: #007a00;">g++</tt>, <tt style="color: #007a00;">g++46</tt>, and <tt style="color: #007a00;">clang++</tt>.<br />
Any ideas on how to fix this?<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=22">Porting New Software</category>
			<dc:creator>vsoto</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32062</guid>
		</item>
		<item>
			<title>Berkeley Packet Filter (BPF) info</title>
			<link>http://forums.FreeBSD.org/showthread.php?t=32061&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 14:15:53 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I'm interested in learning about BPF's. Can someone point me to info on the BPF's, its documentation, perhaps some examples of using it in...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I'm interested in learning about BPF's. Can someone point me to info on the BPF's, its documentation, perhaps some examples of using it in a program would help. Is this enabled by default in the kernel or do I have to configure and re-build the kernel? <br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.FreeBSD.org/forumdisplay.php?f=7">Networking</category>
			<dc:creator>asp5</dc:creator>
			<guid isPermaLink="true">http://forums.FreeBSD.org/showthread.php?t=32061</guid>
		</item>
	</channel>
</rss>

