Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2011 06:20:11 GMT
From:      Yar Tikhiy <yar@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/133563: security/cfs rc script needs "mntudp" option on 8-CURRENT
Message-ID:  <201105050620.p456KBCm025487@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/133563; it has been noted by GNATS.

From: Yar Tikhiy <yar@freebsd.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/133563: security/cfs rc script needs "mntudp" option on 8-CURRENT
Date: Thu, 5 May 2011 15:50:59 +1000

 FWIW, there is a simple workaround to this issue.  Just set cfsd_port
 in rc.conf as follows:
 
 cfsd_port="3049,udp"
 
 This argument will be passed to cfsd as well as to mount_nfs, but cfsd
 doesn't seem to care about the `,udp' trailer.  Cfsd expects a port
 number as its only argument but it doesn't seem to check if the
 argument is entirely numeric -- a bug very common to older code using
 atoi() or strtol(foo, NULL, ...).
 
 Yar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105050620.p456KBCm025487>