6.0-STABLE slower than 6.0-RELEASE?

2006-01-01 Thread Dan Langille
For what reasons might 6.0-STABLE slower than 6.0-RELEASE?  I don't 
think it's debug code.  Under 6.0-STABLE, I'm using the GENERIC 
kernel, and have changed only the ident value.

I'm testing the speed of this command:

time psql freshports.org < freshports.sql

The average time under 6.0-RELEASE: 9m 5s
Under 6.0-STABLE: 10m 41s

That is quite a difference.  a few seconds I could understand, but 
not a difference of nearly 17% longer

Suggestions?  Ideas?
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-12-11 - 2005-12-31

2006-01-01 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

29-Dec : What RAID-1 setup should I use for FreeBSD 6.0?
 This is the desciption 
 http://freebsddiary.org/freebsd-6.0-disk-timings.php?2

28-Dec : FreeBSD 6.0-RC1 - yes, I know this is late
 The first step in cross-compiling
 http://freebsddiary.org/freebsd-6.0-rc1.php?2

22-Dec : Configuring IPsec on your XP Professional laptop
 You've done your FreeBSD, now do your XP 
 http://freebsddiary.org/ipsec-wireless-xp.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IPv6: routing on the local LAN

2005-12-27 Thread Dan Langille
On 25 Dec 2005 at 2:59, Ariff Abdullah wrote:

> On Sat, 24 Dec 2005 12:37:56 -0500
> "Dan Langille" <[EMAIL PROTECTED]> wrote:
> > Gidday folks,
> > 
> > I have an IPv6 routing problem within my LAN behind the gateway.
> > 
> > I have an IPv6 tunnel supplied by Hurricane Electric.  The tunnel is
> > 
> > setup and working.  From my gateway I can access various IPv6 
> > websites (e.g http://www.kame.net).  I have enabled rtadvd(8) on my 
> > gateway.  For the netstat, ifconfig, etc, see [1].
> > 
> > >From a computer inside my gateway, I cannot ping anything, not even
> > >
> > the gateway.  I suspect it's because the routing tables are not
> > being  set up on the gateway.  I expected the system to do that 
> > automatically.  I also expected fxp0 to get an IPv6 address out of 
> > this.  Did I guess wrong?  I suspect that if I can get fxp0 on the 
> > gateway, all will be well.  If not, I think Ineed to set up static 
> > routes.
> 
> Add a single 2001:470:1F00:1979::/64 address each for both fxp0/1. You
> don't even need rtadv.conf :)
> 
> rc.conf:-
> ipv6_ifconfig_fxp0="2001:470:1F00:1979::1/64"
> ipv6_ifconfig_fxp1="2001:470:1F00:1979::2/64"

Right you are!  I just renamed /etc/rtadvd.conf to something else, 
rebooted the gateway, confirmed rtadvd was running, then I rebooted 
the workstation.  It came back with:

$ ifconfig fxp0
fxp0: flags=8843 mtu 1500
inet 10.55.0.23 netmask 0xff00 broadcast 10.55.0.255
inet6 fe80::204:acff:fed3:7823%fxp0 prefixlen 64 scopeid 0x1
inet6 2001:470:1f00:1979:204:acff:fed3:7823 prefixlen 64 
autoconf
ether 00:04:ac:d3:78:23
media: Ethernet autoselect (100baseTX )
status: active
$

You suggested putting an IPv6 address on fxp0 (the NIC on my gateway 
that faces my ISP).  Why?  No IPv6 traffic should meet that NIC.  It 
should all go out the tunnel on gif0.  fxp1 is my LAN, so I can see 
why I need an IPv6 address there.

Thank you.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IPv6: routing on the local LAN

2005-12-25 Thread Dan Langille
On 25 Dec 2005 at 15:05, Ariff Abdullah wrote:

> On Sat, 24 Dec 2005 21:22:20 -0500
> "Dan Langille" <[EMAIL PROTECTED]> wrote:
> > On 25 Dec 2005 at 2:59, Ariff Abdullah wrote:
> > 
> > > On Sat, 24 Dec 2005 12:37:56 -0500
> > > "Dan Langille" <[EMAIL PROTECTED]> wrote:
> > > > Gidday folks,
> > > > 
> > > > I have an IPv6 routing problem within my LAN behind the gateway.
> > > > 
> > > > I have an IPv6 tunnel supplied by Hurricane Electric.  The
> > > > tunnel is
> > > > 
> > > > setup and working.  From my gateway I can access various IPv6 
> > > > websites (e.g http://www.kame.net).  I have enabled rtadvd(8) on
> > > > my  gateway.  For the netstat, ifconfig, etc, see [1].
> > > > 
> > > > >From a computer inside my gateway, I cannot ping anything, not
> > > > >even
> > > > >
> > > > the gateway.  I suspect it's because the routing tables are not
> > > > being  set up on the gateway.  I expected the system to do that 
> > > > automatically.  I also expected fxp0 to get an IPv6 address out
> > > > of  this.  Did I guess wrong?  I suspect that if I can get fxp0
> > > > on the  gateway, all will be well.  If not, I think Ineed to set
> > > > up static  routes.
> > > 
> > > Add a single 2001:470:1F00:1979::/64 address each for both fxp0/1.
> > > You don't even need rtadv.conf :)
> > > 
> > > rc.conf:-
> > > ipv6_ifconfig_fxp0="2001:470:1F00:1979::1/64"
> > > ipv6_ifconfig_fxp1="2001:470:1F00:1979::2/64"
> > 
> > Thanks.
> > 
> > I wanted to run rtadvd for the boxes inside the LAN.  That ensure 
> > they get an address in the right range (AFAIK).
> >
> For this simple configuration, you don't even need rtadvd.conf. Adding
> anyprefix/64 address to router interface and running rtadvd -D
> router_interface will do the job.

man rtadvd shows that -D is debugging.

$ grep rtad /etc/rc.conf
rtadvd_enable="YES" # let our LAN know the IPv6 
default route
rtadvd_interfaces="fxp1"# our private LAN

I can't try it yet, but it looks like removing /etc/rtadvd.conf may 
do the trick.

Merry Christmas.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-12-04 - 2005-12-24

2005-12-25 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

22-Dec : Configuring IPsec on your XP Professional laptop
 You've done your FreeBSD, now do your XP 
 http://freebsddiary.org/ipsec-wireless-xp.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IPv6: routing on the local LAN

2005-12-24 Thread Dan Langille
On 25 Dec 2005 at 2:59, Ariff Abdullah wrote:

> On Sat, 24 Dec 2005 12:37:56 -0500
> "Dan Langille" <[EMAIL PROTECTED]> wrote:
> > Gidday folks,
> > 
> > I have an IPv6 routing problem within my LAN behind the gateway.
> > 
> > I have an IPv6 tunnel supplied by Hurricane Electric.  The tunnel is
> > 
> > setup and working.  From my gateway I can access various IPv6 
> > websites (e.g http://www.kame.net).  I have enabled rtadvd(8) on my 
> > gateway.  For the netstat, ifconfig, etc, see [1].
> > 
> > >From a computer inside my gateway, I cannot ping anything, not even
> > >
> > the gateway.  I suspect it's because the routing tables are not
> > being  set up on the gateway.  I expected the system to do that 
> > automatically.  I also expected fxp0 to get an IPv6 address out of 
> > this.  Did I guess wrong?  I suspect that if I can get fxp0 on the 
> > gateway, all will be well.  If not, I think Ineed to set up static 
> > routes.
> 
> Add a single 2001:470:1F00:1979::/64 address each for both fxp0/1. You
> don't even need rtadv.conf :)
> 
> rc.conf:-
> ipv6_ifconfig_fxp0="2001:470:1F00:1979::1/64"
> ipv6_ifconfig_fxp1="2001:470:1F00:1979::2/64"

Thanks.

I wanted to run rtadvd for the boxes inside the LAN.  That ensure 
they get an address in the right range (AFAIK).

Now... I just have to find someone with services, such as cvsup, 
available only over IPv6 But what I've been reading indicates 
that cvsup is not IPv6 aware.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IPv6: routing on the local LAN

2005-12-24 Thread Dan Langille
Gidday folks,

I have an IPv6 routing problem within my LAN behind the gateway.

I have an IPv6 tunnel supplied by Hurricane Electric.  The tunnel is 
setup and working.  From my gateway I can access various IPv6 
websites (e.g http://www.kame.net).  I have enabled rtadvd(8) on my 
gateway.  For the netstat, ifconfig, etc, see [1].

>From a computer inside my gateway, I cannot ping anything, not even 
the gateway.  I suspect it's because the routing tables are not being 
set up on the gateway.  I expected the system to do that 
automatically.  I also expected fxp0 to get an IPv6 address out of 
this.  Did I guess wrong?  I suspect that if I can get fxp0 on the 
gateway, all will be well.  If not, I think Ineed to set up static 
routes.

The workstation inside the LAN has the config shown in [2].  

Checking via tcpdump on the gateway, I can see pings from the client 
hitting the internal NIC (fxp1) and going out the IPv6 tunnel (gif0).

In case I've missed something about setting up the tunnel, the 
details are [3].

Suggestions, comments, thanks.

[1] Gateway - <http://www.langille.org/tmp/ipv6-config-gateway.txt>
[2] Client - <http://www.langille.org/tmp/ipv6-config-client.txt>
[3] Tunnel - <http://www.langille.org/tmp/ipv6-config-tunnel.txt>
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-11-27 - 2005-12-17

2005-12-18 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-11-20 - 2005-12-10

2005-12-11 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-11-13 - 2005-12-03

2005-12-04 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-11-06 - 2005-11-26

2005-11-27 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-10-30 - 2005-11-19

2005-11-20 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-10-23 - 2005-11-12

2005-11-13 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-10-16 - 2005-11-05

2005-11-06 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

18-Oct : FreeBSD 6.0-RC1
 This is the desciption 
 http://freebsddiary.org/freebsd-6.0-rc1.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-10-09 - 2005-10-29

2005-10-30 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

18-Oct : FreeBSD 6.0-RC1
 This is the desciption 
 http://freebsddiary.org/freebsd-6.0-rc1.php?2

14-Oct : Cross compiling on AMD64 - the teaser
 Why let a big machine idle? 
 http://freebsddiary.org/index.html?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-10-02 - 2005-10-22

2005-10-23 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

18-Oct : FreeBSD 6.0-RC1
 This is the desciption 
 http://freebsddiary.org/freebsd-6.0-rc1.php?2

14-Oct : Cross compiling on AMD64 - the teaser
 Why let a big machine idle? 
 http://freebsddiary.org/index.html?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-09-25 - 2005-10-15

2005-10-16 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

14-Oct : Cross compiling on AMD64 - the teaser
 Why let a big machine idle? 
 http://freebsddiary.org/index.html?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-09-18 - 2005-10-08

2005-10-09 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-09-11 - 2005-10-01

2005-10-02 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

11-Sep : New York City BSD Conference
 Speakers have been finalized 
 http://freebsddiary.org/nycbsdcon-2005-speakers.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-09-04 - 2005-09-24

2005-09-25 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

11-Sep : New York City BSD Conference
 Speakers have been finalized 
 http://freebsddiary.org/nycbsdcon-2005-speakers.php?2

8-Sep : Moving your wireless gateway
 out with the new, in with the old! 
 http://freebsddiary.org/ipsec-wireless-move.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-08-28 - 2005-09-17

2005-09-18 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

11-Sep : New York City BSD Conference
 Speakers have been finalized 
 http://freebsddiary.org/nycbsdcon-2005-speakers.php?2

8-Sep : Moving your wireless gateway
 out with the new, in with the old! 
 http://freebsddiary.org/ipsec-wireless-move.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-08-21 - 2005-09-10

2005-09-11 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

8-Sep : Moving your wireless gateway
 out with the new, in with the old! 
 http://freebsddiary.org/ipsec-wireless-move.php?2

24-Aug : Get your BSDCan 2005 T-Shirt here!
 A second printing, get them now before them run out! 
 http://freebsddiary.org/bsdcan-2005-t-shirt.php?2

23-Aug : NYCBSDCon 2005
 A one day technical conference 
 http://freebsddiary.org/nycbsdcon-2005.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-08-14 - 2005-09-03

2005-09-04 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

24-Aug : Get your BSDCan 2005 T-Shirt here!
 A second printing, get them now before them run out! 
 http://freebsddiary.org/bsdcan-2005-t-shirt.php?2

23-Aug : NYCBSDCon 2005
 A one day technical conference 
 http://freebsddiary.org/nycbsdcon-2005.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-08-07 - 2005-08-27

2005-08-28 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

24-Aug : Get your BSDCan 2005 T-Shirt here!
 A second printing, get them now before them run out! 
 http://freebsddiary.org/bsdcan-2005-t-shirt.php?2

23-Aug : NYCBSDCon 2005
 A one day technical conference 
 http://freebsddiary.org/nycbsdcon-2005.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-07-31 - 2005-08-20

2005-08-21 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-07-24 - 2005-08-13

2005-08-14 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

26-Jul : Bacula fund raising for encryption
 Bacula raises funds 
 http://freebsddiary.org/bacula-encryption-project.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-07-17 - 2005-08-06

2005-08-07 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

26-Jul : Bacula fund raising for encryption
 Bacula raises funds 
 http://freebsddiary.org/bacula-encryption-project.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-07-10 - 2005-07-30

2005-07-31 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

26-Jul : Bacula fund raising for encryption
 Bacula raises funds 
 http://freebsddiary.org/bacula-encryption-project.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-07-03 - 2005-07-23

2005-07-24 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-06-26 - 2005-07-16

2005-07-17 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-06-19 - 2005-07-09

2005-07-10 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-06-12 - 2005-07-02

2005-07-03 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-06-05 - 2005-06-25

2005-06-26 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-05-29 - 2005-06-18

2005-06-19 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-05-22 - 2005-06-11

2005-06-12 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sendmail.mc modifications redefines OperatorChars

2005-06-09 Thread Dan Langille
On 9 Jun 2005 at 9:20, Dan Langille wrote:

> Hi folks,
> 
> I'm trying to implement some changes[1] to my sendmail setup.  I'm in
> /etc/mail and I've done a make.  This created my HOSTNAME.mc file.  I
> added my changes to the bottom of that file.  I did a make and a make
> install.  When I start sendmail, I see this:
> 
> # /usr/sbin/sendmail -L sm-mta -bd -q30m
> Warning: OperatorChars is being redefined.
> 
> I think this is related to the placement of my changes within 
> HOSTNAME.mc.  Is that theory correct?  If so, where should such 
> changes go?
> 
> Thanks.
> 
> [1] http://www.greatcircle.com/lists/majordomo-
> users/mhonarc/majordomo-users.200310/msg00028.html

Fixed.

I added LOCAL_RULESETS immediately about the code fragment found at 
the above URL.


-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sendmail.mc modifications redefines OperatorChars

2005-06-09 Thread Dan Langille
Hi folks,

I'm trying to implement some changes[1] to my sendmail setup.  I'm in 
/etc/mail and I've done a make.  This created my HOSTNAME.mc file.  I 
added my changes to the bottom of that file.  I did a make and a make 
install.  When I start sendmail, I see this:

# /usr/sbin/sendmail -L sm-mta -bd -q30m
Warning: OperatorChars is being redefined.

I think this is related to the placement of my changes within 
HOSTNAME.mc.  Is that theory correct?  If so, where should such 
changes go?

Thanks.

[1] http://www.greatcircle.com/lists/majordomo-
users/mhonarc/majordomo-users.200310/msg00028.html
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-05-15 - 2005-06-04

2005-06-05 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-05-08 - 2005-05-28

2005-05-29 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-05-01 - 2005-05-21

2005-05-22 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


correct instructions for building a 4.11 debugging kernel?

2005-05-17 Thread Dan Langille
Hi folks,

I'm trying to capture a dump from my 4.11 fatal trap 12.  Reading 
this URL:

   <http://www.freebsd.org/doc/en_US.ISO8859-
1/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING>

I'm finding that I'm not getting the expected results.  In 
particular, I'm not getting the kernel I promised by the docs:

  The make(1) process will have built two kernels. kernel and
  kernel.debug.

I have no kernel.debug despite having done this:

cd /usr/src/sys/i386/conf/
config -g BAST
cd ../../compile/BAST
make depend && make && make install

I know I have a new kernel:

[EMAIL PROTECTED]:/] # ls -l /kernel*
-r-xr-xr-x  1 root  wheel  4077437 May 18 18:41 /kernel
-r-xr-xr-x  1 root  wheel  3559066 Sep 18  2001 /kernel.GENERIC
-r-xr-xr-x  1 root  wheel  3559066 Sep 18  2001 
/kernel.GENERIC.original
-r-xr-xr-x  1 root  wheel  4033421 May  8 19:38 /kernel.nodebug
-r-xr-xr-x  1 root  wheel  3954128 Apr  4  2003 /kernel.pre.tcp.patch
[EMAIL PROTECTED]:/] #


NOTE: /kernel.nodebug was renamed from /kernel.old to keep it around.

What am I missing?

FreeBSD bast.unixathome.org 4.11-STABLE FreeBSD 4.11-STABLE #1: Wed 
May 18 18:39:50 EDT 2005 [EMAIL PROTECTED]:/usr
/src/sys/compile/BAST  i386

Thank you
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/
   NEW brochure available at http://www.bsdcan.org/2005/advocacy/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-04-24 - 2005-05-14

2005-05-15 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fatal trap 12

2005-05-08 Thread Dan Langille
On 4 May 2005 at 9:35, Lowell Gilbert wrote:

> "Dan Langille" <[EMAIL PROTECTED]> writes:
> 
> > Hi folks.  My gateway has been getting this a few times a day for the 
> > past few days.
> > 
> >   Fatal trap 12: page fault while in kernel mode
> > 
> > More detail at http://www.langille.org/tmp/fatal-trap-12.txt
> > 
> > Conversations to date indicate a hardware problem.  Any 
> > recommendations/suggestions?
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TRAP-12-PANIC

Well is this interesting... Another fatal trap 12.  On new 
hardware.  The HDD is the only item left over from the old box.

I think I'll cvsup and build world to get up to the latest stable 
from FreeBSD 4.11-STABLE (BAST) #5: Sun Mar 13 06:49:51 EST 2005


-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/
   NEW brochure available at http://www.bsdcan.org/2005/advocacy/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-04-17 - 2005-05-07

2005-05-08 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fatal trap 12

2005-05-05 Thread Dan Langille
On 4 May 2005 at 9:35, Lowell Gilbert wrote:

> "Dan Langille" <[EMAIL PROTECTED]> writes:
> 
> > Hi folks.  My gateway has been getting this a few times a day for the 
> > past few days.
> > 
> >   Fatal trap 12: page fault while in kernel mode
> > 
> > More detail at http://www.langille.org/tmp/fatal-trap-12.txt
> > 
> > Conversations to date indicate a hardware problem.  Any 
> > recommendations/suggestions?
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TRAP-12-PANIC

FYI, the HDD was transferred into a new computer today. It's been 
running for just under 24 hours.  No problems.  So at least we know 
it wasn't the drive...  ;)

The old machine is still around.  If I get eager, I'll try debugging 
the issue.

thanks

-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/
   NEW brochure available at http://www.bsdcan.org/2005/advocacy/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fatal trap 12

2005-05-04 Thread Dan Langille
On 4 May 2005 at 9:35, Lowell Gilbert wrote:

> "Dan Langille" <[EMAIL PROTECTED]> writes:
> 
> > Hi folks.  My gateway has been getting this a few times a day for the 
> > past few days.
> > 
> >   Fatal trap 12: page fault while in kernel mode
> > 
> > More detail at http://www.langille.org/tmp/fatal-trap-12.txt
> > 
> > Conversations to date indicate a hardware problem.  Any 
> > recommendations/suggestions?
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TRAP-12-PANIC

Thanks!  Perhaps after BSDCan I can get time to do this.

cheers
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/
   NEW brochure available at http://www.bsdcan.org/2005/advocacy/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fatal trap 12

2005-05-03 Thread Dan Langille
Hi folks.  My gateway has been getting this a few times a day for the 
past few days.

  Fatal trap 12: page fault while in kernel mode

More detail at http://www.langille.org/tmp/fatal-trap-12.txt

Conversations to date indicate a hardware problem.  Any 
recommendations/suggestions?
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/
   NEW brochure available at http://www.bsdcan.org/2005/advocacy/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-04-10 - 2005-04-30

2005-05-01 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

12-Apr : BSDCan 2005 - you are going?
 BSDCan 2005 - The Technical BSD Conference 
 http://freebsddiary.org/bsdcan-2005.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-04-03 - 2005-04-23

2005-04-24 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

12-Apr : BSDCan 2005 - you are going?
 BSDCan 2005 - The Technical BSD Conference 
 http://freebsddiary.org/bsdcan-2005.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-03-27 - 2005-04-16

2005-04-17 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

12-Apr : BSDCan 2005 - you are going?
 BSDCan 2005 - The Technical BSD Conference 
 http://freebsddiary.org/bsdcan-2005.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-03-20 - 2005-04-09

2005-04-10 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-03-13 - 2005-04-02

2005-04-03 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-03-06 - 2005-03-26

2005-03-27 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-02-27 - 2005-03-19

2005-03-20 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-02-20 - 2005-03-12

2005-03-13 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-02-13 - 2005-03-05

2005-03-06 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-02-06 - 2005-02-26

2005-02-27 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-01-30 - 2005-02-19

2005-02-20 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-01-23 - 2005-02-12

2005-02-13 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

26-Jan : Setting up a printer
 Introducing the HP LaserJet 2550L Colour Laser Printer 
 http://freebsddiary.org/hp-laserjet-2550l.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-01-16 - 2005-02-05

2005-02-06 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

26-Jan : Setting up a printer
 Introducing the HP LaserJet 2550L Colour Laser Printer 
 http://freebsddiary.org/hp-laserjet-2550l.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-01-09 - 2005-01-29

2005-01-30 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

26-Jan : Setting up a printer
 Introducing the HP LaserJet 2550L Colour Laser Printer 
 http://freebsddiary.org/hp-laserjet-2550l.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-01-02 - 2005-01-22

2005-01-23 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-12-26 - 2005-01-15

2005-01-16 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Dan Langille
On 13 Jan 2005 at 8:29, Jon Krause wrote:

> From: "Dan Langille" <[EMAIL PROTECTED]>
> Subject: anyone using Putty and ssh-agent?
> 
> 
> : I'm trying to get putty and ssh-agent working under 5.3-stable.  
> : Anyone succeeded?
> : 
> : I have plain ssh working with ssh-agent, but not putty. The issue is  
> : just putty, not ssh-agent.

> 
> What version of Putty are you using?  
> There are know issues with ssh2 on earlier versions of Putty.
> Try Putty Release 0.56

It is Putty 0.56.

And I have solved the issue.  I was getting prompted for my user 
name.  I assumed that indicated ssh-agent was not working.  I entered 
my user name, and I'm logged in.

I went to the configuration items and set "Auto-login username" to 
'dan'.  Now when I run putty, all I need to do is specify the 
hostname, and I'm logged in.

[for those trying to find out how to do this, the hosts I logged into 
already have my public ssh key in their ~/.ssh/authorized_keys2 file]


-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Dan Langille
On 13 Jan 2005 at 14:29, Daniel S. Haischt wrote:

> Dan Langille schrieb:
> > I'm trying to get putty and ssh-agent working under 5.3-stable.  
> > Anyone succeeded?
> > 
> > I have plain ssh working with ssh-agent, but not putty. The issue is  
> > just putty, not ssh-agent.

> If you are using PuTTY on Windows why don't you use
> pageant.exe on Windows as well?

I'm not using Windows.  I'm using FreeBSD 5.3-stable.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


anyone using Putty and ssh-agent?

2005-01-13 Thread Dan Langille
I'm trying to get putty and ssh-agent working under 5.3-stable.  
Anyone succeeded?

I have plain ssh working with ssh-agent, but not putty. The issue is  
just putty, not ssh-agent.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-12-19 - 2005-01-08

2005-01-09 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-12-12 - 2005-01-01

2005-01-02 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-12-05 - 2004-12-25

2004-12-26 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

6-Dec : Secure Your Wireless with IPsec
 WEP just isn't enough for me 
 http://freebsddiary.org/ipsec-wireless.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-11-28 - 2004-12-18

2004-12-19 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

6-Dec : Secure Your Wireless with IPsec
 WEP just isn't enough for me 
 http://freebsddiary.org/ipsec-wireless.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-11-21 - 2004-12-11

2004-12-12 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

6-Dec : Secure Your Wireless with IPsec
 WEP just isn't enough for me 
 http://freebsddiary.org/ipsec-wireless.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


lexar usb media failure to attach

2004-12-05 Thread Dan Langille
I purchased a USB memory device last week.   It looks like it won't
work with FreeBSD 4.10-STABLE #1: Sun Jul 25 00:53:29 EDT 2004

Nov 30 22:03:05 laptop /kernel: umass0: LEXAR MEDIA JUMPDRIVE ELITE, rev 
2.00/20.00, addr
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): got CAM status 0x4
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): fatal error, failed to 
attach to device
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): lost device
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): removing device entry

Any ideas on what I can try?

Thanks.

Please CC me on this thread
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-11-14 - 2004-12-04

2004-12-05 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


lexar usb media failure to attach

2004-11-30 Thread Dan Langille
I purchased a USB memory device last night.   It looks like it won't
work with FreeBSD 4.10-STABLE #1: Sun Jul 25 00:53:29 EDT 2004

Nov 30 22:03:05 laptop /kernel: umass0: LEXAR MEDIA JUMPDRIVE ELITE, 
rev 2.00/20.00, addr
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): got CAM 
status 0x4
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): fatal error, 
failed to attach to device
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): lost device
Nov 30 22:09:20 laptop /kernel: (da0:umass-sim0:0:0:0): removing 
device entry

Any ideas on what I can try?

Thanks.

Please CC me on this thread
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-11-07 - 2004-11-27

2004-11-28 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-10-31 - 2004-11-20

2004-11-21 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-10-24 - 2004-11-13

2004-11-13 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-10-17 - 2004-11-06

2004-11-06 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-10-10 - 2004-10-30

2004-10-31 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-10-03 - 2004-10-23

2004-10-24 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-09-26 - 2004-10-16

2004-10-17 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-09-12 - 2004-10-02

2004-10-03 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-09-05 - 2004-09-25

2004-09-26 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-08-29 - 2004-09-18

2004-09-19 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

3-Sep : Disk cloning with Acronis True Image 
 I wanted to use dd, but True Image did the job! 
 http://freebsddiary.org/disk-cloning.php?2

1-Sep : Using a jail as a virtual machine
 Sharing the hardware, without the risk 
 http://freebsddiary.org/jail.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-08-22 - 2004-09-11

2004-09-12 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

3-Sep : Disk cloning with Acronis True Image 
 I wanted to use dd, but True Image did the job! 
 http://freebsddiary.org/disk-cloning.php?2

1-Sep : Using a jail as a virtual machine
 Sharing the hardware, without the risk 
 http://freebsddiary.org/jail.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-08-15 - 2004-09-04

2004-09-05 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

3-Sep : Disk cloning with Acronis True Image 
 I wanted to use dd, but True Image did the job! 
 http://freebsddiary.org/disk-cloning.php?2

1-Sep : Using a jail as a virtual machine
 Sharing the hardware, without the risk 
 http://freebsddiary.org/jail.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-08-08 - 2004-08-28

2004-08-29 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-08-01 - 2004-08-21

2004-08-22 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-07-25 - 2004-08-14

2004-08-15 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-07-18 - 2004-08-07

2004-08-09 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-07-11 - 2004-07-31

2004-08-01 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

16-Jul : 5.* on an IBM ThinkPad T41
 Fun and games getting things installed 
 http://freebsddiary.org/ibm-thinkpad-t41.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-07-04 - 2004-07-24

2004-07-25 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

16-Jul : 5.* on an IBM ThinkPad T41
 Fun and games getting things installed 
 http://freebsddiary.org/ibm-thinkpad-t41.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-06-27 - 2004-07-17

2004-07-18 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

16-Jul : 5.* on an IBM ThinkPad T41
 Fun and games getting things installed 
 http://freebsddiary.org/ibm-thinkpad-t41.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-06-20 - 2004-07-10

2004-07-11 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

23-Jun : USENIX'04 ATC
 I'll be there! 
 http://freebsddiary.org/usenix-atc-2004.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-06-13 - 2004-07-03

2004-07-04 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

23-Jun : USENIX'04 ATC
 I'll be there! 
 http://freebsddiary.org/usenix-atc-2004.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-06-06 - 2004-06-26

2004-06-27 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

23-Jun : USENIX'04 ATC
 I'll be there! 
 http://freebsddiary.org/usenix-atc-2004.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: The FreeBSD Diary: 2004-05-30 - 2004-06-19

2004-06-20 Thread Dan Langille
On 20 Jun 2004 at 15:50, Jim Trigg wrote:

> --On Sunday, June 20, 2004 12:10 AM -0700 Dan Langille <[EMAIL PROTECTED]> 
> wrote:
> 
> > These are the articles posted during this period:
> >
> > 15-Jun : IBM ThinkPad T41
> >  Installing and configuring FreeBSD and XFree86
> >  http://freebsddiary.org/ibm-thinkpad-t41.php?2
> 
> 'Tain't there, McGee...

And it's just as well too.  That article is not completed.  I've 
repaired the script so that this error does not occur again.

Thanks.
-- 
Dan Langille : http://www.langille.org/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-05-30 - 2004-06-19

2004-06-20 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

15-Jun : IBM ThinkPad T41
 Installing and configuring FreeBSD and XFree86 
 http://freebsddiary.org/ibm-thinkpad-t41.php?2

4-Jun : Stolen laptop - used on MSN?
 Did someone use my laptop on MSN? 
 http://freebsddiary.org/laptop-stolen-msn.php?2

1-Jun : Bacula - Sony SDT 1
 New DAT drive, new tests 
 http://freebsddiary.org/bacula-sony-sdt-10000.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-05-23 - 2004-06-12

2004-06-13 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

4-Jun : Stolen laptop - used on MSN?
 Did someone use my laptop on MSN? 
 http://freebsddiary.org/laptop-stolen-msn.php?2

1-Jun : Bacula - Sony SDT 1
 New DAT drive, new tests 
 http://freebsddiary.org/bacula-sony-sdt-1.php?2

25-May : BSDCan - my photos
 My photos 
 http://freebsddiary.org/bsdcan-2004.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2004-05-16 - 2004-06-05

2004-06-06 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 

These are the articles posted during this period:

4-Jun : Stolen laptop - used on MSN?
 Did someone use my laptop on MSN? 
 http://freebsddiary.org/laptop-stolen-msn.php?2

1-Jun : Bacula - Sony SDT 1
 New DAT drive, new tests 
 http://freebsddiary.org/bacula-sony-sdt-1.php?2

25-May : BSDCan - my photos
 My photos 
 http://freebsddiary.org/bsdcan-2004.php?2

22-May : Laptop stolen
 It's gone.  Nothing I can do about it. 
 http://freebsddiary.org/laptop-stolen.php?2

21-May : Xplanet - improve your background
 Provide a dynamic and interesting background for X 
 http://freebsddiary.org/xplanet.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


<    1   2   3   4   5   >