<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>BSD Guides Recent Comments</title>
		<link>http://www.bsdguides.org/</link>
		<copyright>Copyright 2008, BSD Guides</copyright>
		<managingEditor>support@bsdguides.org (BSD Guides Recent Comments)</managingEditor>
		<language>en-US</language>
		<item>
			<title>FreeBSD Splash Screen</title>
			<link>http://www.bsdguides.org/guides/freebsd/misc/splash_screen.php#comment_518</link>
			<description><![CDATA[Should you like to use more than one splash image, you may find the following port useful -- <a href="http://www.freshports.org/sysutils/bsd-splash-changer/" target="_blank">http://www.freshports.org/sysutils/bsd-splash-changer/</a> -- It will randomly choose from as many boot splash images as you provide it with.&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Fri, 25 Apr 2008 13:28:25 GMT</pubDate>
		</item>
		<item>
			<title>Making Your IDE CD Burner Work On FreeBSD</title>
			<link>http://www.bsdguides.org/guides/freebsd/beginners/cdburning.php#comment_517</link>
			<description><![CDATA[&lt;Freebsd 6.3&gt;

Well. . . cdrecord reports 1,1,0. And camcontrol reports pass0,cd0. However, dmesg reports the following:

acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00
(cd0:ata1:0:1:0): READ(10). CDB: 28 0 0 0 0 0 0 0 2 0
(cd0:ata1:0:1:0): CAM Status: SCSI Status Error
(cd0:ata1:0:1:0): SCSI Status: Check Condition
(cd0:ata1:0:1:0): ILLEGAL REQUEST asc:64,0
(cd0:ata1:0:1:0): Illegal mode for this track
(cd0:ata1:0:1:0): Unretryable error
(cd0:ata1:0:1:0): cddone: got error 0x6 back

It's an older PlexWriter CDRW (PX-W2410A). I've used it before on Freebsd 4.11 & 5.3 with great success. Any ideas?

-Thanks :-)&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Mon, 14 Apr 2008 04:42:00 GMT</pubDate>
		</item>
		<item>
			<title>Build a Home-Office Router Using FreeBSD and PF</title>
			<link>http://www.bsdguides.org/guides/freebsd/networking/ho_router_pf.php#comment_516</link>
			<description><![CDATA[Shaolin,

Not sure if you already found the answer, but...

Use a macro to specify your bittorrent port(s):

bittorrent = "{ 6881, 6882 }"

Then create a rule to allow the bittorrent macro:

pass in on $ext_if inet proto tcp from any to ($ext_if) port $bittorrent flags S/SA keep state

You may have to experiment some with the port ranges.

John&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Mon, 18 Feb 2008 16:12:58 GMT</pubDate>
		</item>
		<item>
			<title>Build a Home-Office Router Using FreeBSD and PF</title>
			<link>http://www.bsdguides.org/guides/freebsd/networking/ho_router_pf.php#comment_515</link>
			<description><![CDATA[any ideas how I would go about opening ports in pf.conf for bittorrent?
thanks for your help in the past jdferrell!&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Fri, 01 Feb 2008 05:13:09 GMT</pubDate>
		</item>
		<item>
			<title>djbdns dnscache</title>
			<link>http://www.bsdguides.org/guides/freebsd/networking/djbdns_dnscache.php#comment_514</link>
			<description><![CDATA[neomaximus2k: You can empty the cache by restarting the services. Nothing is ever written to disk.&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Sat, 29 Dec 2007 22:59:36 GMT</pubDate>
		</item>
		<item>
			<title>Virtual FTP Users + SSL</title>
			<link>http://www.bsdguides.org/guides/freebsd/networking/pure-ftpd_virtual_users.php#comment_513</link>
			<description><![CDATA[I'm having a very starnge problem.
Every thing is working very well, it is just that I can loginto my server using my web browser(firefox, IE). Even when I try "ftp://localhost" on BSD box nothing happens.

Any suggestions&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Sun, 23 Dec 2007 07:17:08 GMT</pubDate>
		</item>
		<item>
			<title>Setting Up .screenrc</title>
			<link>http://www.bsdguides.org/guides/freebsd/misc/screenrc#comment_512</link>
			<description><![CDATA[I would also add:

<code># general
autodetach on
vbell&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; off
shelltitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sh

# enable SHIFT-PGUP / SHIFT-PGDOWN scroll
termcapinfo rxvt ti@:te@

# change window with ALT-Q and ALT-W
bindkey "^[q" prev
bindkey "^[w" next

# status // change first %{= M} --&gt; %{= kM} to display status on black background
hardstatus alwayslastline '%{= M} %H%{= G} %l %= %{= w}%-w%{+b r}%n*%t%{-b r}%{w}%+w %= %{c}%d %D %{B}%c '</code>

how does it looks:
<b>http://vermaden.go.pl/gfx/shots/vermaden-2007.10.14.png</b>

if you also want the status:
<code>user: 1.5% | nice: 1.5% | system: 0.0% | interrupt: 0.0% | idle: 97.0%</code>

add this to <b>~/.screenrc</b>:
<code># add CPU idle/sustem/user/interrupt stats
backtick 100 5 5 tail -1 /var/tmp/vermaden-stats-top
caption always '%{= wk} %= %100` %='</code>

and use <b>uniload.sh</b> script to generate <b>/var/tmp/vermaden-stats-top</b>:
<code>
#! /bin/sh

STATS_FILE=/var/tmp/vermaden-stats-top

bsd_top_stats () {
&nbsp;&nbsp;top -s 1 -d 2 0 
&nbsp;&nbsp;| grep -m 1 CPU 
&nbsp;&nbsp;| tr -d ','&nbsp;&nbsp;&nbsp;&nbsp; 
	| awk '{ print $4": "$3" | "$6": "$5" | "$8": "$7" | "$10": "$9" | "$12": "$11 }'
}

lin4_top_stats () {
&nbsp;&nbsp;top -n 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;| grep -i cpu 
&nbsp;&nbsp;| head -1&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;| sed s/,//g&nbsp;&nbsp;
&nbsp;&nbsp;| awk '{ print $4": "$3" | "$6": "$5" | "$8": "$7" | "$10": "$9 }'
}

lin6_top_stats () {
&nbsp;&nbsp;top -n 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;| grep -i cpu 
&nbsp;&nbsp;| head -1&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;| sed s/,//g&nbsp;&nbsp;
&nbsp;&nbsp;| awk '{ print $3": "$2" | "$5": "$4" | "$7": "$6" | "$9": "$8" | "$11": "$10" | "$13": "$12" | "$15": "$14 }'
}

case $( uname ) in
&nbsp;&nbsp;FreeBSD) OS=bsd ;;
&nbsp;&nbsp;Linux)&nbsp;&nbsp; VERSION=$( uname -r | awk -F. '{ print $1"."$2 }' )
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case ${VERSION} in
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.4) OS=lin4 ;;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.6) OS=lin6 ;;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *) OS=lin4 ;;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; esac ;;
&nbsp;&nbsp;*)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OS=bsd ;;
esac

while true; do
&nbsp;&nbsp;for I in $( jot 128 ) ;do
&nbsp;&nbsp;&nbsp;&nbsp;eval ${OS}_top_stats &gt;&gt; ${STATS_FILE} 2&gt;&1
&nbsp;&nbsp;&nbsp;&nbsp;sleep 4
&nbsp;&nbsp;done
&nbsp;&nbsp;sleep 1
&nbsp;&nbsp;:&gt; ${STATS_FILE}
done
</code>

&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Mon, 26 Nov 2007 06:50:48 GMT</pubDate>
		</item>
		<item>
			<title>Qmail with smtp-auth, vpopmail, binc-imap and qmailAdmin</title>
			<link>http://www.bsdguides.org/guides/freebsd/mailserver/qmail+vpopmail+qmailadmin.php#comment_510</link>
			<description><![CDATA[20071009:
&nbsp;&nbsp;AFFECTS: users of mail/vpopmail
&nbsp;&nbsp;AUTHOR: roam@FreeBSD.org

&nbsp;&nbsp;The vpopmail port has been upgraded to version 5.4.20.&nbsp;&nbsp;There are several
&nbsp;&nbsp;important changes that may affect your vpopmail installation and may need
&nbsp;&nbsp;you to handle manually:

&nbsp;&nbsp;- THE MYSQL CONNECTION INFORMATION IS NO LONGER DEFINED AT COMPILE-TIME!
&nbsp;&nbsp;&nbsp;&nbsp;The WITH_MYSQL_{USER,PASSWD,SERVER,DB} variables should NOT be defined
&nbsp;&nbsp;&nbsp;&nbsp;when you build the port; place that information in the vpopmail.mysql
&nbsp;&nbsp;&nbsp;&nbsp;file after vpopmail has been installed!
&nbsp;&nbsp;- the default domain is also no longer defined at compile time - you need
&nbsp;&nbsp;&nbsp;&nbsp;to place it in the defaultdomain file after the installation.
&nbsp;&nbsp;- the defaultdomain and vpopmail.mysql files are no longer blindly removed
&nbsp;&nbsp;&nbsp;&nbsp;on deinstallation, they are only removed if they have not been modified
&nbsp;&nbsp;- in vpopmail 5.4.18, the database schema was changed - some fields were
&nbsp;&nbsp;&nbsp;&nbsp;extended from 64 to 96 characters.&nbsp;&nbsp;If you do not apply those changes
&nbsp;&nbsp;&nbsp;&nbsp;to your database, as explained in the vpopmail/doc/UPGRADE file, your
&nbsp;&nbsp;&nbsp;&nbsp;vpopmail installation may silently fail or lose the trailing portions
&nbsp;&nbsp;&nbsp;&nbsp;of domain names and usernames.
&nbsp;&nbsp;- in vpopmail 5.4.19, the upstream authors integrated large parts of
&nbsp;&nbsp;&nbsp;&nbsp;Alex Dupre's SpamAssassin support, without the SPAM_THRESHOLD part.
&nbsp;&nbsp;&nbsp;&nbsp;If you use vpopmail along with the SpamAssassin FreeBSD port support,
&nbsp;&nbsp;&nbsp;&nbsp;take extra care to ensure that your installation still processes
&nbsp;&nbsp;&nbsp;&nbsp;e-mail messages in the same way.
&nbsp;&nbsp;- vpopmail 5.4.19 added support for maildrop as a mail delivery agent.
&nbsp;&nbsp;&nbsp;&nbsp;This is available in the FreeBSD port if WITH_MAILDROP is defined.
&nbsp;&nbsp;&nbsp;&nbsp;There is also a new user-limit flag for maildrop delivery.
&nbsp;&nbsp;- vpopmail 5.4.19 added support for MySQL connections via Unix sockets
&nbsp;&nbsp;&nbsp;&nbsp;instead of TCP sockets to the server.&nbsp;&nbsp;To do that, change the second
&nbsp;&nbsp;&nbsp;&nbsp;value (the port number) in vpopmail.mysql to the full pathname of
&nbsp;&nbsp;&nbsp;&nbsp;the MySQL socket (e.g. /tmp/mysql.sock).
&nbsp;&nbsp;- vpopmail 5.4.20 extended the LDAP support; please see README.ldap for
&nbsp;&nbsp;&nbsp;&nbsp;more information, and specify the LDAP connection information in
&nbsp;&nbsp;&nbsp;&nbsp;the vpopmail/etc/vpopmail.ldap file after the installation.
&lt;p&gt;Posted by: ]]></description>
			<author>support@bsdguides.org</author>
			<pubDate>Tue, 20 Nov 2007 11:43:21 GMT</pubDate>
		</item>
	</channel>
</rss>
