Re: Deterministic builds?

2010-10-11 Thread Kostik Belousov
On Sun, Oct 10, 2010 at 10:51:20PM +0200, Erik Cederstrand wrote: Hi hackers As a followup to the Timestamps in static libraries thread which resulted in a '-D' option to ar(1), I'd like to discuss if it is a worthy goal of the Project to create deterministic builds. By that I mean for two

Re: Deterministic builds?

2010-10-11 Thread Erik Cederstrand
Den 11/10/2010 kl. 10.47 skrev Kostik Belousov: My personal opinion that the feature is nice to have. Unless the changes to get this working are too large, and, more importantly, unless the maintenance cost of having this in good shape is too high, sure we would better have deterministic

Fwd: HEADSUP: Call for FreeBSD Status Reports - 3Q/2010

2010-10-11 Thread Daniel Gerzo
Hello, this is a reminder to anyone who's planning on sending a status report to us. The submission deadline is 15th Sept 2010. I know that many of you guys have spent last few days in Karlsruhe (and I hope to receive some additional reports covering the EuroBSDCon/DevSummit events), so

Re: sysconf -- a sysctl(8)-like utility for managing /etc/rc.conf et. al.

2010-10-11 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Unfortunately $LIFE is preventing me from an in-depth review of this script at this time, but I wanted to lodge a comment or two. Please forgive me for the brevity. 1. I applaud any effort in the realm of making things easier for users. 2. I like

Re: sysrc -- a sysctl(8)-like utility for managing /etc/rc.conf et. al.

2010-10-11 Thread Doug Barton
On 10/8/2010 7:12 AM, Daniel Gerzo wrote: On 7.10.2010 15:42, Warren Block wrote: Consider also the docs that tell the user to echo 'something_enable=YES' /etc/rc.conf which can produce duplicate and possibly differing entries. Or non-working entries if there was no ending \n present, or even

Re: generic_stop_cpus: prevent parallel execution

2010-10-11 Thread John Baldwin
On Thursday, October 07, 2010 1:53:46 pm Andriy Gapon wrote: Here is patch that applies the technique from panic() to generic_stop_cpus() to prevent its parallel execution on multiple CPUs: http://people.freebsd.org/~avg/generic_stop_cpus.diff In theory this could lead to two CPUs

Re: anyone got advice on sendmail and TLS on 8.1?

2010-10-11 Thread John Baldwin
On Sunday, October 10, 2010 5:22:01 pm Julian Elischer wrote: When I last did sendmail there wasn't any TLS/SSL stuff. has anyone got an exact howto as to how to enable a simple sendmail server? all I want is: TLS and authenticated email submission by me and my family able to

Re: generic_stop_cpus: prevent parallel execution

2010-10-11 Thread Jung-uk Kim
On Monday 11 October 2010 12:11 pm, John Baldwin wrote: On Thursday, October 07, 2010 1:53:46 pm Andriy Gapon wrote: Here is patch that applies the technique from panic() to generic_stop_cpus() to prevent its parallel execution on multiple CPUs:

Re: sysconf -- a sysctl(8)-like utility for managing /etc/rc.conf et. al.

2010-10-11 Thread Devin Teske
On Mon, 2010-10-11 at 10:40 -0700, Doug Barton wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Unfortunately $LIFE is preventing me from an in-depth review of this script at this time, but I wanted to lodge a comment or two. Please forgive me for the brevity. 1. I applaud any

Re: sysconf -- a sysctl(8)-like utility for managing /etc/rc.conf et. al.

2010-10-11 Thread Russell Jackson
On 10/06/2010 01:45 PM, Devin Teske wrote: Hello fellow freebsd-hackers, Long-time hacker, first-time poster. I'd like to share a shell script that I wrote for FreeBSD system administration. The attached shell script works similar to sysctl(8), but rather than querying or working on sysctl

Re: sysrc -- a sysctl(8)-like utility for managing /etc/rc.conf et. al.

2010-10-11 Thread Russell Jackson
On 10/07/2010 05:19 AM, Douglas K. Rand wrote: I think that this script might also fill a void with using Puppet as a configuration tool. Currently Puppet, as its default behaviour, uses files in /etc/rc.conf.d to set variables. This is no longer the case. Current versions edit /etc/rc.conf.

Re: sysconf -- a sysctl(8)-like utility for managing /etc/rc.conf et. al.

2010-10-11 Thread Devin Teske
On Mon, 2010-10-11 at 13:33 -0700, Russell Jackson wrote: On 10/06/2010 01:45 PM, Devin Teske wrote: Hello fellow freebsd-hackers, Long-time hacker, first-time poster. I'd like to share a shell script that I wrote for FreeBSD system administration. The attached shell script works

Re: sysconf -- a sysctl(8)-like utility for managing /etc/rc.conf et. al.

2010-10-11 Thread Russell Jackson
On 10/11/2010 05:38 PM, Devin Teske wrote: $ uname -spr FreeBSD 8.1-RELEASE-p1 amd64 $ which augtool $ type augtool -bash: type: augtool: not found Not like I'm running bare... $ pkg_info -Ia | wc -l 399 Unfortunately, augtool doesn't even appear to be packaged for FreeBSD: Try