<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>FreeBSD Forum RSS Feed (Replies Included)</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the 'FreeBSD' forum at Programmer's Heaven, including replies.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 26 May 2013 02:14:43 -0700</pubDate>
    <lastBuildDate>Sun, 26 May 2013 02:14:43 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Re: IPF, NAT or NIC problem</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/398186/431854/re-ipf-nat-or-nic-problem/#431854</link>
      <description>: I'm new in BSD, I installed FreeBSD 7.2 and want to use as gateway &lt;br /&gt;
: with IPF and NAT. I have 2 NIC's fxp0 and rl0. When i booted up my &lt;br /&gt;
: pc i got a message "gateway kernel: arp xxx.xxx.88.17 is on fxp0 but &lt;br /&gt;
: got reply from rl0". My configuration files looks like this:&lt;br /&gt;
: &lt;br /&gt;
: ----rc.conf----&lt;br /&gt;
: clear_tmp_enable="YES"&lt;br /&gt;
: hostname="gateway.fbsdfreeco.com"&lt;br /&gt;
: ifconfig_fxp0=" inet xxx.xxx.88.20 netmask 255.255.255.240"&lt;br /&gt;
: gateway_enable="YES"&lt;br /&gt;
: ipfilter_enable="YES"&lt;br /&gt;
: ipmon_enable="YES"&lt;br /&gt;
: ipmon_flags="-Ds"&lt;br /&gt;
: ipnat_enable="YES"&lt;br /&gt;
: ipnat_rules="/etc/ipnat.rules"&lt;br /&gt;
: ifconfig_rl0="inet 192.168.1.2 netmask 255.255.255.0"&lt;br /&gt;
: defaultrouter="xxx.xxx.88.17"&lt;br /&gt;
: ----resolv.conf----&lt;br /&gt;
: search xxx.xxx.88.17&lt;br /&gt;
: nameserver xxx.xxx.88.17&lt;br /&gt;
: nameserver xxx.xxx.xxx.xxx&lt;br /&gt;
: ----ipf.loadrules.sh----&lt;br /&gt;
: oif="fxp0"&lt;br /&gt;
: odns="xxx.xxx.88.17"&lt;br /&gt;
: myip="xxx.xxx.88.20"&lt;br /&gt;
: ks="keep state"&lt;br /&gt;
: fks="flags S keep state"&lt;br /&gt;
: &lt;br /&gt;
: /sbin/ipf -Fa -f - &amp;lt;&amp;lt; EOF&lt;br /&gt;
: &lt;br /&gt;
: pass out quick on $oif proto tcp from any to $odns port = 53 $fks&lt;br /&gt;
: pass out quick on $oif proto udp from any to $odns port = 53 $ks&lt;br /&gt;
: pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = 80 &lt;br /&gt;
: $fks&lt;br /&gt;
: pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = &lt;br /&gt;
: 443 $fks&lt;br /&gt;
: EOF&lt;br /&gt;
: ----ipnat.rules----&lt;br /&gt;
: map fxp0 192.168.1.0/16 -&amp;gt; xxx.xxx.88.20/32&lt;br /&gt;
: rdr fxp0 0.0.0.0/0 -&amp;gt; xxx.xxx.88.20&lt;br /&gt;
: map fxp0 192.168.0.0/16 -&amp;gt; 0/32 proxy port 21 ftp/tcp&lt;br /&gt;
: map fxp0 0.0.0.0/0 -&amp;gt; 0/32&lt;br /&gt;
: map fxp0 192.168.0.0/16 -&amp;gt; 0/32&lt;br /&gt;
: -----------------------------------&lt;br /&gt;
: &lt;br /&gt;
: ISP Gateway&amp;lt;-fxp0--ping-ok---&amp;gt;My &lt;br /&gt;
: Gateway&amp;lt;-rl0-LAN--&amp;gt;Switch&amp;lt;---ping-ok&amp;gt;---pc&lt;br /&gt;
: &lt;br /&gt;
: ISP IP - xxx.xxx.88.17 (static)&lt;br /&gt;
: My IP - xxx.xxx.88.20 (fxp0 static)&lt;br /&gt;
: My IP - 192.168.1.2 (rl0 private)&lt;br /&gt;
: pc IP - 192.168.1.x (private)&lt;br /&gt;
: &lt;br /&gt;
: Ican't open web pages&lt;br /&gt;
: where's the problem?&lt;br /&gt;
: &lt;br /&gt;
You have to point Your PC's Default Gateway IP to "My Gateway" (use the "My Gateway"'s IP address as a PC_behind_the_NAT's Default Gateway IP) and it shoould work!&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/398186/431854/re-ipf-nat-or-nic-problem/#431854</guid>
      <pubDate>Tue, 09 Apr 2013 09:14:24 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: IPF, NAT or NIC problem</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/398186/431853/re-ipf-nat-or-nic-problem/#431853</link>
      <description>: I'm new in BSD, I installed FreeBSD 7.2 and want to use as gateway &lt;br /&gt;
: with IPF and NAT. I have 2 NIC's fxp0 and rl0. When i booted up my &lt;br /&gt;
: pc i got a message "gateway kernel: arp xxx.xxx.88.17 is on fxp0 but &lt;br /&gt;
: got reply from rl0". My configuration files looks like this:&lt;br /&gt;
: &lt;br /&gt;
: ----rc.conf----&lt;br /&gt;
: clear_tmp_enable="YES"&lt;br /&gt;
: hostname="gateway.fbsdfreeco.com"&lt;br /&gt;
: ifconfig_fxp0=" inet xxx.xxx.88.20 netmask 255.255.255.240"&lt;br /&gt;
: gateway_enable="YES"&lt;br /&gt;
: ipfilter_enable="YES"&lt;br /&gt;
: ipmon_enable="YES"&lt;br /&gt;
: ipmon_flags="-Ds"&lt;br /&gt;
: ipnat_enable="YES"&lt;br /&gt;
: ipnat_rules="/etc/ipnat.rules"&lt;br /&gt;
: ifconfig_rl0="inet 192.168.1.2 netmask 255.255.255.0"&lt;br /&gt;
: defaultrouter="xxx.xxx.88.17"&lt;br /&gt;
: ----resolv.conf----&lt;br /&gt;
: search xxx.xxx.88.17&lt;br /&gt;
: nameserver xxx.xxx.88.17&lt;br /&gt;
: nameserver xxx.xxx.xxx.xxx&lt;br /&gt;
: ----ipf.loadrules.sh----&lt;br /&gt;
: oif="fxp0"&lt;br /&gt;
: odns="xxx.xxx.88.17"&lt;br /&gt;
: myip="xxx.xxx.88.20"&lt;br /&gt;
: ks="keep state"&lt;br /&gt;
: fks="flags S keep state"&lt;br /&gt;
: &lt;br /&gt;
: /sbin/ipf -Fa -f - &amp;lt;&amp;lt; EOF&lt;br /&gt;
: &lt;br /&gt;
: pass out quick on $oif proto tcp from any to $odns port = 53 $fks&lt;br /&gt;
: pass out quick on $oif proto udp from any to $odns port = 53 $ks&lt;br /&gt;
: pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = 80 &lt;br /&gt;
: $fks&lt;br /&gt;
: pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = &lt;br /&gt;
: 443 $fks&lt;br /&gt;
: EOF&lt;br /&gt;
: ----ipnat.rules----&lt;br /&gt;
: map fxp0 192.168.1.0/16 -&amp;gt; xxx.xxx.88.20/32&lt;br /&gt;
: rdr fxp0 0.0.0.0/0 -&amp;gt; xxx.xxx.88.20&lt;br /&gt;
: map fxp0 192.168.0.0/16 -&amp;gt; 0/32 proxy port 21 ftp/tcp&lt;br /&gt;
: map fxp0 0.0.0.0/0 -&amp;gt; 0/32&lt;br /&gt;
: map fxp0 192.168.0.0/16 -&amp;gt; 0/32&lt;br /&gt;
: -----------------------------------&lt;br /&gt;
: &lt;br /&gt;
: ISP Gateway&amp;lt;-fxp0--ping-ok---&amp;gt;My &lt;br /&gt;
: Gateway&amp;lt;-rl0-LAN--&amp;gt;Switch&amp;lt;---ping-ok&amp;gt;---pc&lt;br /&gt;
: &lt;br /&gt;
: ISP IP - xxx.xxx.88.17 (static)&lt;br /&gt;
: My IP - xxx.xxx.88.20 (fxp0 static)&lt;br /&gt;
: My IP - 192.168.1.2 (rl0 private)&lt;br /&gt;
: pc IP - 192.168.1.x (private)&lt;br /&gt;
: &lt;br /&gt;
: Ican't open web pages&lt;br /&gt;
: where's the problem?&lt;br /&gt;
: &lt;br /&gt;
You have to point Your PC's Default Gateway IP to "My Gateway" (use the "My Gateway"'s IP address as a PC_behind_the_NAT's Default Gateway IP) and it shoould work!&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/398186/431853/re-ipf-nat-or-nic-problem/#431853</guid>
      <pubDate>Tue, 09 Apr 2013 09:10:43 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Need to test new patch for freebsd</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/431174/431174/need-to-test-new-patch-for-freebsd/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I saw a report that covers FreeBSD-related projects between October and December 2010 and I observe that it have new patch for Ethernet Switch Framework, I have also seen a little bit inside the code of patch(http://loos.no-ip.org/rspro/switch-1.diff).&lt;br /&gt;
&lt;br /&gt;
I downloaded fresh code of FreeBSD v9 and apply command &lt;strong&gt;git apply switch-1.diff&lt;/strong&gt; but it shows me these errors:&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
switch.diff:397: trailing whitespace.&lt;br /&gt;
		printf("\tphy %d ", ifmr.ifm_phy); &lt;br /&gt;
switch.diff:445: trailing whitespace.&lt;br /&gt;
	printb("options", ifswr.ifsw_flags, IFSWBITS); &lt;br /&gt;
switch.diff:486: trailing whitespace.&lt;br /&gt;
	printf("\tvlans: "); &lt;br /&gt;
switch.diff:869: trailing whitespace.&lt;br /&gt;
		} &lt;br /&gt;
switch.diff:1826: trailing whitespace.&lt;br /&gt;
		} &lt;br /&gt;
warning: sbin/ifconfig/Makefile has type 100755, expected 100644&lt;br /&gt;
error: patch failed: sbin/ifconfig/Makefile:23&lt;br /&gt;
error: sbin/ifconfig/Makefile: patch does not apply&lt;br /&gt;
error: patch failed: sys/mips/atheros/ar71xx_machdep.c:144&lt;br /&gt;
error: sys/mips/atheros/ar71xx_machdep.c: patch does not apply&lt;br /&gt;
error: patch failed: sys/mips/atheros/if_arge.c:565&lt;br /&gt;
error: sys/mips/atheros/if_arge.c: patch does not apply&lt;br /&gt;
I am very interested to test this patch, can anyone help me out to do this...&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/431174/431174/need-to-test-new-patch-for-freebsd/</guid>
      <pubDate>Sun, 03 Feb 2013 23:44:21 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Need to test new patch for freebsd</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/431173/431173/need-to-test-new-patch-for-freebsd/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I saw a report that covers FreeBSD-related projects between October and December 2010 and I observe that it have new patch for Ethernet Switch Framework, I have also seen a little bit inside the code of patch(http://loos.no-ip.org/rspro/switch-1.diff).&lt;br /&gt;
&lt;br /&gt;
I downloaded fresh code of FreeBSD v9 and apply command &lt;strong&gt;git apply switch-1.diff&lt;/strong&gt; but it shows me these errors:&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
switch.diff:397: trailing whitespace.&lt;br /&gt;
		printf("\tphy %d ", ifmr.ifm_phy); &lt;br /&gt;
switch.diff:445: trailing whitespace.&lt;br /&gt;
	printb("options", ifswr.ifsw_flags, IFSWBITS); &lt;br /&gt;
switch.diff:486: trailing whitespace.&lt;br /&gt;
	printf("\tvlans: "); &lt;br /&gt;
switch.diff:869: trailing whitespace.&lt;br /&gt;
		} &lt;br /&gt;
switch.diff:1826: trailing whitespace.&lt;br /&gt;
		} &lt;br /&gt;
warning: sbin/ifconfig/Makefile has type 100755, expected 100644&lt;br /&gt;
error: patch failed: sbin/ifconfig/Makefile:23&lt;br /&gt;
error: sbin/ifconfig/Makefile: patch does not apply&lt;br /&gt;
error: patch failed: sys/mips/atheros/ar71xx_machdep.c:144&lt;br /&gt;
error: sys/mips/atheros/ar71xx_machdep.c: patch does not apply&lt;br /&gt;
error: patch failed: sys/mips/atheros/if_arge.c:565&lt;br /&gt;
error: sys/mips/atheros/if_arge.c: patch does not apply&lt;br /&gt;
I am very interested to test this patch, can anyone help me out to do this...&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/431173/431173/need-to-test-new-patch-for-freebsd/</guid>
      <pubDate>Sun, 03 Feb 2013 23:42:30 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/253024/414390/this-post-has-been-deleted/#414390</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/253024/414390/this-post-has-been-deleted/#414390</guid>
      <pubDate>Wed, 10 Mar 2010 01:59:58 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>IPF, NAT or NIC problem</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/398186/398186/ipf-nat-or-nic-problem/</link>
      <description>I'm new in BSD, I installed FreeBSD 7.2 and want to use as gateway with IPF and NAT. I have 2 NIC's fxp0 and rl0. When i booted up my pc i got a message "gateway kernel: arp xxx.xxx.88.17 is on fxp0 but got reply from rl0". My configuration files looks like this:&lt;br /&gt;
&lt;br /&gt;
----rc.conf----&lt;br /&gt;
clear_tmp_enable="YES"&lt;br /&gt;
hostname="gateway.fbsdfreeco.com"&lt;br /&gt;
ifconfig_fxp0=" inet xxx.xxx.88.20 netmask 255.255.255.240"&lt;br /&gt;
gateway_enable="YES"&lt;br /&gt;
ipfilter_enable="YES"&lt;br /&gt;
ipmon_enable="YES"&lt;br /&gt;
ipmon_flags="-Ds"&lt;br /&gt;
ipnat_enable="YES"&lt;br /&gt;
ipnat_rules="/etc/ipnat.rules"&lt;br /&gt;
ifconfig_rl0="inet 192.168.1.2 netmask 255.255.255.0"&lt;br /&gt;
defaultrouter="xxx.xxx.88.17"&lt;br /&gt;
----resolv.conf----&lt;br /&gt;
search xxx.xxx.88.17&lt;br /&gt;
nameserver xxx.xxx.88.17&lt;br /&gt;
nameserver xxx.xxx.xxx.xxx&lt;br /&gt;
----ipf.loadrules.sh----&lt;br /&gt;
oif="fxp0"&lt;br /&gt;
odns="xxx.xxx.88.17"&lt;br /&gt;
myip="xxx.xxx.88.20"&lt;br /&gt;
ks="keep state"&lt;br /&gt;
fks="flags S keep state"&lt;br /&gt;
&lt;br /&gt;
/sbin/ipf -Fa -f - &amp;lt;&amp;lt; EOF&lt;br /&gt;
&lt;br /&gt;
pass out quick on $oif proto tcp from any to $odns port = 53 $fks&lt;br /&gt;
pass out quick on $oif proto udp from any to $odns port = 53 $ks&lt;br /&gt;
pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = 80 $fks&lt;br /&gt;
pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = 443 $fks&lt;br /&gt;
EOF&lt;br /&gt;
----ipnat.rules----&lt;br /&gt;
map fxp0 192.168.1.0/16 -&amp;gt; xxx.xxx.88.20/32&lt;br /&gt;
rdr fxp0 0.0.0.0/0 -&amp;gt; xxx.xxx.88.20&lt;br /&gt;
map fxp0 192.168.0.0/16 -&amp;gt; 0/32 proxy port 21 ftp/tcp&lt;br /&gt;
map fxp0 0.0.0.0/0 -&amp;gt; 0/32&lt;br /&gt;
map fxp0 192.168.0.0/16 -&amp;gt; 0/32&lt;br /&gt;
-----------------------------------&lt;br /&gt;
&lt;br /&gt;
ISP Gateway&amp;lt;-fxp0--ping-ok---&amp;gt;My Gateway&amp;lt;-rl0-LAN--&amp;gt;Switch&amp;lt;---ping-ok&amp;gt;---pc&lt;br /&gt;
&lt;br /&gt;
ISP IP - xxx.xxx.88.17 (static)&lt;br /&gt;
My IP - xxx.xxx.88.20 (fxp0 static)&lt;br /&gt;
My IP - 192.168.1.2 (rl0 private)&lt;br /&gt;
pc IP - 192.168.1.x (private)&lt;br /&gt;
&lt;br /&gt;
Ican't open web pages&lt;br /&gt;
where's the problem?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/398186/398186/ipf-nat-or-nic-problem/</guid>
      <pubDate>Thu, 17 Sep 2009 09:13:22 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/253024/390609/this-post-has-been-deleted/#390609</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/253024/390609/this-post-has-been-deleted/#390609</guid>
      <pubDate>Thu, 07 May 2009 23:51:40 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: Free bsd network stack</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/354524/390343/re-free-bsd-network-stack/#390343</link>
      <description>Well, i don't have any idea but just need to ask some experienced progmmer.maybe it will works.&lt;br /&gt;
____________________________&lt;br /&gt;
Engraved &lt;a href="http://www.executivegiftshoppe.com/zippo-lighters.html"&gt;zippo lighters&lt;/a&gt; and accessories.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/354524/390343/re-free-bsd-network-stack/#390343</guid>
      <pubDate>Sun, 03 May 2009 22:49:02 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: Crazy Idea</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/271233/387916/re-crazy-idea/#387916</link>
      <description>There have been some self learning robotics labs that have been working on a robot named Cog for a long time now.  I'm not sure what state it's development is at.  In the early stages it was just a head two simple camera's and they had to "train it" to follow a light.&lt;br /&gt;
&lt;br /&gt;
If you really want to learn about this stuff, go to MIT.  &lt;a href="http://www.ai.mit.edu/projects/humanoid-robotics-group/cog/current-projects.html"&gt;http://www.ai.mit.edu/projects/humanoid-robotics-group/cog/current-projects.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I remember another where the robot did have the code to learn to walk, but the creators would spend 6-7 hours at a time helping 'teach' the robot to walk while it learned and adapted slowly like a child.  Unfortunately at the time hard drive sizes were much smaller and the amount of data the robot learned in order to walk was so much that they didn't have storage for it and the robot would "forget" everything when they turned it off and they would have to train the robot from scratch the next time.  This was 5-10 years ago so things have likely advanced quite a bit since then.&lt;br /&gt;
&lt;br /&gt;
In terms of doing this with an operating system or a watchdog program that runs beside the operating system as a user and is allowed to make changes to it... well, that's a big task to get a program to understand the context of it's safety and the consequences of it's choices.&lt;br /&gt;
&lt;br /&gt;
Personally I would start with game AI and pathfinding AI.  And with getting your programs to make decisions based on weighing several educated assumptions as opposed to specific facts and static rule based decision making.  You'll want to read up on Fuzzy Logic.  To over simplify it, it's how to get a binary system that only understands yes and no to understand a 'maybe' or to get the computer to take an educated guess.&lt;br /&gt;
CodyBane++,&lt;br /&gt;
&lt;a href="http://www.moonrisedesign.com/web_application_development.htm"&gt;web application development&lt;/a&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/271233/387916/re-crazy-idea/#387916</guid>
      <pubDate>Tue, 24 Mar 2009 10:33:13 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Bordeaux for FreeBSD coming soon</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/374280/374280/bordeaux-for-freebsd-coming-soon/</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Over the last couple day's I have been working on the Bordeaux for FreeBSD 7 port. We now have everything compiling and running but a lot more testing needs to be done before it's ready for a final release. Internet Explorer, Steam and Office 2003 are the only applications ive gotten around to testing thus far. The good news is everything that I have tested works fairly well on FreeBSD.&lt;br /&gt;
&lt;br /&gt;
More info here:&lt;br /&gt;
&lt;a href="http://www.wine-reviews.net/wine-reviews/bordeaux/bordeaux-for-freebsd-coming-soon.html"&gt;http://www.wine-reviews.net/wine-reviews/bordeaux/bordeaux-for-freebsd-coming-soon.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Tom</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/374280/374280/bordeaux-for-freebsd-coming-soon/</guid>
      <pubDate>Tue, 19 Aug 2008 06:24:00 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Shared Linux Library converted to FreeBSD one</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/374124/374124/shared-linux-library-converted-to-freebsd-one/</link>
      <description>Hi there,&lt;br /&gt;
I was wondering if one could do the following. I have some shared library mylib.so compiled natively in 64bit Linux with the gfortran compiler. I new this was not going to work but I took that library and try to write a simple code which calls it in FreeBSD. Then compile the main.cpp natively in FreeBSD and tried to link the main.o with the mylib.so which was compiled in Linux and it is a native Linux library. I could not link. I got errors.&lt;br /&gt;
&lt;br /&gt;
Do not please tell me to compile the executable in Linux and run it in FreeBSD through the Linux compatibility ABI. I do not want to run a Linux executable in FreeBSD. I do not care. I want to be able to compile code in FreeBSD and link it with this Linux library. In order to do this I should be able to remove any code related to Linux  and replace it with the corresponding code (from the object file) a freebsd library should have.&lt;br /&gt;
&lt;br /&gt;
Anyways I could achieve that?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/374124/374124/shared-linux-library-converted-to-freebsd-one/</guid>
      <pubDate>Wed, 13 Aug 2008 06:24:17 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: Crazy Idea</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/271233/374123/re-crazy-idea/#374123</link>
      <description>Hello crazy man. I think you watch a lot of movies. Maybe Terminator 2 and 3? How old are you by the way. If you want people to take you seriously then they should know to whom they are talking to. &lt;br /&gt;
&lt;br /&gt;
Your idea is not that crazy. In fact, Solaris 10 has implemented some of your ambitious self-healing and self-learning mechanisms. However, although the filesystem of Solaris (I am referring to the new one) ZFS, has more than 40 patents related to its development Solaris 10 is far away of being a trustworthy platform for everyday development. It has bad compatibility with Laptops and wireless drivers. Bad compatibility with NVIDIA. Parallel performance in Multicore systems is worse than Linux. I have tested that with my own codes. Now take into account the people working on Solaris their number and the effort and the years. &lt;br /&gt;
&lt;br /&gt;
You will change your mind.&lt;br /&gt;
&lt;br /&gt;
If you want to work on something nice, take a look here:&lt;br /&gt;
www.menuetos.net&lt;br /&gt;
&lt;br /&gt;
It is a new OS for 64bit and 32bit systems written entirely in Assembly. It is less or about 2 MB and includes too many applications. It is by far the best idea I have came across lately and it keeps evolving. What is missing from there to help it become a widespread is compatibility with the GNU compilers. If you want start working on that.&lt;br /&gt;
 &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/271233/374123/re-crazy-idea/#374123</guid>
      <pubDate>Wed, 13 Aug 2008 06:19:39 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>ABout Faithd Daemon And Access Control</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/372195/372195/about-faithd-daemon-and-access-control/</link>
      <description>Does anybody know how to setup access control for faithd daemon...&lt;br /&gt;
&lt;br /&gt;
It is a Transport Relay Translation method for IPv6 to IPv4...&lt;br /&gt;
&lt;br /&gt;
Thanks...&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/372195/372195/about-faithd-daemon-and-access-control/</guid>
      <pubDate>Mon, 26 May 2008 22:52:34 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>PPP oe trick</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/371278/371278/ppp-oe-trick/</link>
      <description>Dear All&lt;br /&gt;
&lt;br /&gt;
We(An ISP) have already established PPPoe internet connection and have many users. &lt;br /&gt;
I want my users to view our web site very first time of their web cruzing progress.&lt;br /&gt;
Is there any possibility of it?&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Thanx for your concern&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/371278/371278/ppp-oe-trick/</guid>
      <pubDate>Wed, 16 Apr 2008 20:40:34 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Free bsd network stack</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/354524/354524/free-bsd-network-stack/</link>
      <description>hi,&lt;br /&gt;
i'm curious to know the network stack implementation in free bsd.&lt;br /&gt;
can somebody help me in finding some good docs on it?&lt;br /&gt;
Thanks,&lt;br /&gt;
Adityaa&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/354524/354524/free-bsd-network-stack/</guid>
      <pubDate>Fri, 23 Feb 2007 11:40:40 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: Equivalent of Linux's sysctl</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/310533/351500/re-equivalent-of-linuxs-sysctl/#351500</link>
      <description>Yes oddly enough its called sysctl and has a manual page in section 8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
rstf@Vectra-$ man 8 sysctl&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/310533/351500/re-equivalent-of-linuxs-sysctl/#351500</guid>
      <pubDate>Mon, 01 Jan 2007 15:33:05 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>one doubt</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/351036/351036/one-doubt/</link>
      <description>can anybody tell me..&lt;br /&gt;
how can we append a line at the end of file thru unix shell script..&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/351036/351036/one-doubt/</guid>
      <pubDate>Wed, 20 Dec 2006 05:36:17 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: Introduction to FreeBSD</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/261247/341437/re-introduction-to-freebsd/#341437</link>
      <description>: Hallo!!&lt;br /&gt;
: I wanted to ask whether i could be helped with introduction notes to FreeBSD. I recently installed the system and wanted to learn more about using the OS to edit programs and so on.&lt;br /&gt;
: &lt;br /&gt;
: I will appreciate any replies&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
two years later try... try &lt;a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/"&gt;http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/261247/341437/re-introduction-to-freebsd/#341437</guid>
      <pubDate>Tue, 18 Jul 2006 16:10:06 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: Crazy Idea</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/271233/341436/re-crazy-idea/#341436</link>
      <description>: : i was just having some thoughts... have you ever came across of a very small *nix/BSD like OS that should fit in a 3.5FD like DOS? or would fit in a 800mb HDD? with all the basic accessories like wordprocessors/spreadsheet/simple graphics like windows3.0?&lt;br /&gt;
: : &lt;br /&gt;
: : it has some connection with your idea; but im still toying with the idea on my head, i just want to be sure first if its feasible.&lt;br /&gt;
: : &lt;br /&gt;
: : &lt;br /&gt;
: : &lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: Hi,&lt;br /&gt;
: &lt;br /&gt;
: Most nix/BSD can fit into a 800mb hdd if you install only necessary applications. There are many word processors/spreadsheet apps for nix/BSD. Just go down to freshmeat or sourceforge and search around and you will find something.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
Any idea as how to make such a thing?, no one in the world has ever made a viable A.I.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/271233/341436/re-crazy-idea/#341436</guid>
      <pubDate>Tue, 18 Jul 2006 16:08:05 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: PID of kernel</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/282860/324548/re-pid-of-kernel/#324548</link>
      <description>: : Hello,&lt;br /&gt;
: : I am appreciater of UNIX.I love UNIX.&lt;br /&gt;
: : I want to know the process ID of kernel.&lt;br /&gt;
: : Thanks in advance,&lt;br /&gt;
: : Regards&lt;br /&gt;
: : Omveer&lt;br /&gt;
: : &lt;br /&gt;
: Because the kernel is the fist thing to start after the bootloader, it always got process id 0.&lt;br /&gt;
: &lt;br /&gt;
: regards&lt;br /&gt;
: &lt;span style="color: Black;"&gt;SaThaRiel&lt;/span&gt;&lt;br /&gt;
: &lt;br /&gt;
: &lt;span style="font-size: xx-small;"&gt;&lt;span style="color: Blue;"&gt;Any time things appear to be going better, you have overlooked something.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
u can find the process id of any process by using the command ps.that is process status.u can also find it out by navigating into the /proc file system.&lt;br /&gt;
Regards,&lt;br /&gt;
Harsha&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/282860/324548/re-pid-of-kernel/#324548</guid>
      <pubDate>Mon, 19 Dec 2005 03:19:16 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: three main components of the SunOS[tm] operating system</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/282133/314546/re-three-main-components-of-the-sunostm-operating-system/#314546</link>
      <description>: i m intending to take a training on sun solaris.in the course contents&lt;br /&gt;
: i found the following question.can any one answer the question?&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: Describe the three main components of the SunOS[tm] operating system.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
1 BSD Based&lt;br /&gt;
2 Trademarked&lt;br /&gt;
3 Unix Clone&lt;br /&gt;
??????????&lt;br /&gt;
hehe (probably not)&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/282133/314546/re-three-main-components-of-the-sunostm-operating-system/#314546</guid>
      <pubDate>Wed, 07 Sep 2005 10:59:58 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Equivalent of Linux's sysctl</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/310533/310533/equivalent-of-linuxs-sysctl/</link>
      <description>hi,&lt;br /&gt;
&lt;br /&gt;
  Is there an equivalent command of /sbin/sysctl in linux on solaris 10. If it's "ndd" then please answer the next question below.&lt;br /&gt;
&lt;br /&gt;
  Also what are the equivalents parms for linux's tcp_rmem and tcp_wmen&lt;br /&gt;
  in Solaris 10.&lt;br /&gt;
&lt;br /&gt;
  Thanks for you time and response.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Chakra&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/310533/310533/equivalent-of-linuxs-sysctl/</guid>
      <pubDate>Fri, 29 Jul 2005 08:01:28 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Re: PID of kernel</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/282860/282867/re-pid-of-kernel/#282867</link>
      <description>: Hello,&lt;br /&gt;
: I am appreciater of UNIX.I love UNIX.&lt;br /&gt;
: I want to know the process ID of kernel.&lt;br /&gt;
: Thanks in advance,&lt;br /&gt;
: Regards&lt;br /&gt;
: Omveer&lt;br /&gt;
: &lt;br /&gt;
Because the kernel is the fist thing to start after the bootloader, it always got process id 0.&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
&lt;span style="color: Black;"&gt;SaThaRiel&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: xx-small;"&gt;&lt;span style="color: Blue;"&gt;Any time things appear to be going better, you have overlooked something.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/282860/282867/re-pid-of-kernel/#282867</guid>
      <pubDate>Sat, 27 Nov 2004 01:13:23 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>PID of kernel</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/282860/282860/pid-of-kernel/</link>
      <description>Hello,&lt;br /&gt;
I am appreciater of UNIX.I love UNIX.&lt;br /&gt;
I want to know the process ID of kernel.&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Regards&lt;br /&gt;
Omveer&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/282860/282860/pid-of-kernel/</guid>
      <pubDate>Fri, 26 Nov 2004 23:18:52 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>three main components of the SunOS[tm] operating system</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/282133/282133/three-main-components-of-the-sunostm-operating-system/</link>
      <description>i m intending to take a training on sun solaris.in the course contents&lt;br /&gt;
i found the following question.can any one answer the question?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Describe the three main components of the SunOS[tm] operating system.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/282133/282133/three-main-components-of-the-sunostm-operating-system/</guid>
      <pubDate>Sun, 21 Nov 2004 00:12:48 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
  </channel>
</rss>