Beverly

2014-02-12 Thread Sarah Z
OzzyRebdowt, do you live near Beverly ?



___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/186614: Update htdocs/features.html to include 10.x

2014-02-12 Thread wblock
Synopsis: Update htdocs/features.html to include 10.x

Responsible-Changed-From-To: freebsd-doc->wblock
Responsible-Changed-By: wblock
Responsible-Changed-When: Wed Feb 12 15:57:00 UTC 2014
Responsible-Changed-Why: 
Take.

http://www.freebsd.org/cgi/query-pr.cgi?pr=186614
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/186537: [patch] removing obsolete vnode (9) man page references

2014-02-12 Thread wblock
Synopsis: [patch] removing obsolete vnode (9) man page references

Responsible-Changed-From-To: freebsd-doc->wblock
Responsible-Changed-By: wblock
Responsible-Changed-When: Wed Feb 12 16:38:54 UTC 2014
Responsible-Changed-Why: 
Take.

http://www.freebsd.org/cgi/query-pr.cgi?pr=186537
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Possible typo on doc/handbook/ports-using.html ?

2014-02-12 Thread Jason Helfman
On Mon, Feb 10, 2014 at 11:20 PM, Taras Korenko  wrote:

> On Mon, Feb 10, 2014 at 08:54:49PM -0800, Jason Helfman wrote:
> >
> > > On Feb 9, 2014, at 4:49 PM, Lampros Chaidas 
> wrote:
> > >
> > > Hi there,
> > >
> > > I was just reading through the documentation for getting the ports
> collection with the subversion method and noticed the following in
> "Procedure 5.2. Subversion Method" - the link is
> http://www.freebsd.org/doc/handbook/ports-using.html
> > >
> > > "If the ports tree is not available,  Subversion can be installed
> as  a package:
> > > # pkg install subversion
> > > If pkgng is being used to  manage packages, Subversion can  be
> installed with it instead:
> > > # pkg install subversion"
> > >
> > > It looks like it's the same command in both situations - this looks
> redundant to me, is there a difference here that maybe I'm missing?
> > >
> > > Thanks,
> > > - Lampros
> >
> > Both statements are true, however I believe this can be reworded and
> condensed.
> >
> > I'll put together a patch.
>
>   That was introduced in [1] as an attempt to clear texts from mentioning
> our old package management system (aka pkg_install).
>
> 1.
> http://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/books/handbook/ports/chapter.xml?r1=43693&r2=43747
> --
>   WBR, Taras Korenko
>

I've just committed a fix for this. Thanks for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/186464: Online-Documentation for carp(4) is outdated

2014-02-12 Thread Allan Jude
The following reply was made to PR docs/186464; it has been noted by GNATS.

From: Allan Jude 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: docs/186464: Online-Documentation for carp(4) is outdated
Date: Wed, 12 Feb 2014 18:03:38 -0500

 This is a multi-part message in MIME format.
 --020801060300060708020404
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Attached is a diff to bring the carp(4) section of the handbook up to date.
 
 It pulls the conceptual stuff out into a section before the
 instructions, and provides separate instructions for 9.x and prior, and
 10.x and later.
 
 Also adds some of the newer markup, like 
 
 -- 
 Allan Jude
 
 --020801060300060708020404
 Content-Type: text/plain; charset=windows-1252;
  name="docs.carp_10x.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="docs.carp_10x.diff"
 
 Index: advanced-networking/chapter.xml
 ===
 --- advanced-networking/chapter.xml(revision 43884)
 +++ advanced-networking/chapter.xml(working copy)
 @@ -5589,15 +5589,16 @@

  

 -Common Address Redundancy Protocol
 -  (CARP)
 +
 +  Common Address Redundancy Protocol
 +  (CARP)
 +


TomRhodesContributed
 by 
 +  
AllanJudeUpdated
 by 

  
  
 -
 -
  
CARP
  
 @@ -5607,135 +5608,280 @@
  
  The Common Address Redundancy Protocol
(CARP) allows multiple hosts to share the
 -  same IP address.  In some configurations,
 -  this may be used for availability or load balancing.  Hosts
 -  may use separate IP addresses, as in the
 -  example provided here.
 +  same IP address(es) and can be used to
 +  achieve high availability.  Hosts should also have a unique
 +  IP address for management and configuration,
 +  as in the example provided here.
  
 -To enable support for CARP, the &os;
 -  kernel can be rebuilt as described in  
with the following option:
 +
 +  Using CARP for High
 +  Availability
  
 -devicecarp
 +  One use of CARP is to provide server
 +  high availability for one or more services.  This example
 +  configures failover support for three hosts, all with
 +  unique IP addresses and providing the same
 +  web content.  These machines are load balanced with a Round
 +  Robin DNS configuration.  The master and
 +  backup machines should be configured identically other than
 +  their hostnames and management IP
 +  addresses.  These servers need to run the same services, such
 +  as the web server, with the same configuration so that when
 +  the failover happens, requests to that service will be
 +  answered correctly and with the same content.  The failover
 +  machine has two additional CARP interfaces,
 +  one for each of the master content server's
 +  IP addresses.  When a failure occurs, the
 +  failover server will pick up the failed machine's
 +  IP address.  This means that the failure
 +  should go completely unnoticed by the user.  This example has
 +  two different masters named
 +  hosta.example.org and
 +  hostb.example.org respectively, with
 +  a shared slave named
 +  hostc.example.org.
  
 -Alternatively, the if_carp.ko module
 -  can be loaded at boot time.  Add the following line to
 -  /boot/loader.conf:
 +  Each virtual address has a unique
 +  identification number known as a Virtual Host IDentification
 +  (VHID) which is used to distinguish the
 +  virtual address across the various failover machines that
 +  share the address on the network.
  
 -if_carp_load="YES"
 +
  
 -CARP functionality should now be
 -  available and may be tuned via several &man.sysctl.8;
 -  variables:
 +
 +  Using CARP on &os; 10 and
 +  Later
  
 -
 -  
 -  
 -
 -  OID
 -  Description
 -
 -  
 +  To enable support for CARP, load the
 +  carp.ko kernel module by adding the
 +  following line to
 +  /boot/loader.conf:
  
 -  
 -
 -  net.inet.carp.allow
 -  Accept incoming CARP packets.
 -Enabled by default.
 -
 +  carp_load="YES"
  
 -
 -  net.inet.carp.preempt
 -  This option downs all of the
 -CARP interfaces on the host when one
 -goes down.  Disabled by default.
 -
 +  Alternatively, the &os; kernel can be rebuilt as
 +  described in  with the following
 +  option:
  
 -
 -  net.inet.carp.log
 -  A value of 0 disables any
 -logging.  A value of 1 enables
 -logging of bad CARP packets.  Values
 -greater than 1 enable logging of
 -state changes for the CARP
 -  

Re: docs/186464: Online-Documentation for carp(4) is outdated

2014-02-12 Thread wblock
Synopsis: Online-Documentation for carp(4) is outdated

Responsible-Changed-From-To: freebsd-doc->wblock
Responsible-Changed-By: wblock
Responsible-Changed-When: Thu Feb 13 00:52:35 UTC 2014
Responsible-Changed-Why: 
Take.

http://www.freebsd.org/cgi/query-pr.cgi?pr=186464
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"