Displaying 20 results from an estimated 35 matches for "dougb".
Did you mean:
doug
1998 Mar 18
2
``nlm(.) with derivatives''
>>>>> "DougB" == Douglas Bates <bates@stat.wisc.edu> writes:
DougB> .......
DougB> ....... { time comparisons in testing lme(..) for R }
DougB> .......
DougB> This can be expected to run faster when a version of nlm that accepts
DougB> gradients and Hessians is...
1998 Jan 23
2
netscape to become freely redistributable
I presume by now that most everyone has heard that, starting later
this quarter with Netscape 5.0's developers' release, the Netscape
browser program and its source code will become freely
redistributable. They didn't say it would be GPL'd (GNU Public
License) but they said their source code would be available in the
spirit of the GPL.
Initially it bothered me that the
1998 Feb 24
2
Representation of data in libraries
At present the example data sets in R libraries are to be given as
expressions that can be read directly into R. For example, the acid.R
file in the main library looks like
acid <- data.frame(
carb = c(0.1, 0.3, 0.5, 0.6, 0.7, 0.9),
optden = c(0.086, 0.269, 0.446, 0.538, 0.626, 0.782), row.names = paste(1:6))
This is great when you have only a few observations. I have one
example data
1997 Nov 21
2
R-alpha: nlm and gradients
At present the documentation for nlm refers the reader to Dennis and
Schnabel for details on the algorithms. It also states that the
function is liable to change.
Can anyone tell me if the current version of nlm uses only function
values or if it can use gradients and Hessians when they are
available? I would like to get an idea of how difficult it would be
to port the development versions of
1997 Dec 26
1
"ifdef"'ing R/S code
I should have saved the messages about this but I didn't. Can someone
remind me of what function or object to check from within a function
to determine if you are running R? I need to make some changes in
code according to whether I am running it under R or under S and I
would prefer to keep one source tree.
Thomas Lumley: I read your web page on porting S code to R. It looks
very good.
2010 Feb 23
1
Plans for BIND and DNSSEC readiness
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
I've made a post to -arch regarding my plans for BIND in the base, along
with some information about getting ready for DNSSEC, including the
upcoming signing of the root zone. You can find the message at
http://lists.freebsd.org/pipermail/freebsd-arch/2010-February/009908.html.
If you have any feedback regarding any of these topics, please
2007 Aug 02
1
Fw: FreeBSD Security Advisory FreeBSD-SA-07:07.bind
> John Freeman wrote:
>
>> Same problem on AMD64 build. I'm too lazy to attach full text, this
>> system doesn't use bind and jail.
>
> What branch are you tracking?
>
> Doug
>
6.2 STABLE (RELENG_6 latest cvs) amd64
-
2017 Mar 15
4
Postfix Ignoring lmtp, delivering straight to maildir
...the username is
'myuser'. I have postfix configured to accept mail for several different
domains, and each domain has a lot of different mail usernames (I use
this for mailing lists and such). I use the virtual_maps feature of
postfix, and have a map file that looks like this:
abuse at dougbarton.us myuser
hostmaster at dougbarton.us myuser
dougb at dougbarton.us myuser
...
All of this works great, and mail for all the different usernames and
domains gets delivered into my one real user's Maildir, and I can see
the mail with my IMAP clients.
I've configured sieve in dovecot...
2016 Jul 15
5
Samba-4.3 on FreeBSD-10.3
...3. Can anyone provide me with such a reference or
authoratiavely state what the settings should be?
The default settings for FreeBSD-10.3 in /etc/nsswitch.conf are:
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.3/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
dougb $
#
group: compat
group_compat: nis
hosts: files dns
networks: files
passwd: compat
passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files
Any help with this is gratefully appreciated.
--
*** e-Mail is NOT a SECURE channel ***...
2017 Mar 15
0
Postfix Ignoring lmtp, delivering straight to maildir
...understand it is that you are editing the virtual transport map when you should be changing the local transport map because you are delivering to a normal, system user, not a virtual user. Try and see if that works for you.
? -- Yassine.
On Wednesday, March 15, 2017 6:12 PM, Doug Barton <dougb at dougbarton.us> wrote:
First I'd like to thank all the developers and contributors to dovecot.
I've been using it for many years, and deeply appreciate your fine work. :)
dovecot --version
2.2.22 (fe789d2)
I have a working installation with postfix and dovecot, and I want to
ad...
2017 Mar 15
1
Postfix Ignoring lmtp, delivering straight to maildir
...that you are editing the virtual transport map when you should be changing the local transport map because you are delivering to a normal, system user, not a virtual user. Try and see if that works for you.
> -- Yassine.
>
>
> On Wednesday, March 15, 2017 6:12 PM, Doug Barton <dougb at dougbarton.us> wrote:
>
>
> First I'd like to thank all the developers and contributors to dovecot.
> I've been using it for many years, and deeply appreciate your fine work. :)
>
> dovecot --version
> 2.2.22 (fe789d2)
>
> I have a working installation with...
2015 Jul 11
2
Problem with Samba 4.2/FreeBSD10.1
...d refresh tickets = Yes
log level = 10
[demoshare]
path = /srv/samba/test
read only = no
# wbinfo -u
administrator
krbtgt
guest
leeb
# cat /etc/nsswitch.conf
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.1/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z dougb
$
#
#group: compat
#group_compat: nis
hosts: files dns
networks: files
#passwd: compat
#passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files
group: files winbind
user: files winbind
# sockstat -4
USER COMMAND PID FD PROTO LOCAL ADDRESS...
2003 Aug 07
1
FreeBSD - Secure by DEFAULT ?? [hosts.allow]
...#39;ve seen OpenBSD Servers using hosts.deny and hosts.allow files, but based
on the new "Access Control File", it is all merged together in one file:
# hosts.allow access control file for "tcp wrapped" applications.
# $FreeBSD: src/etc/hosts.allow,v 1.8.2.7 2002/04/17 19:44:22 dougb Exp $
#
I take that I should allow the other Services, in this order:
sshd : myhomepc : allow
exim : ALL : allow
httpd : ALL : allow
ftpd : ALL : allow
ALL : ALL : deny
What kind of protection does FreeBSD need by Default? Since OpenBSD goes
around saying: "SECURE BY DEFAULT" !?
Just...
2015 Jul 11
1
Problem with Samba 4.2/FreeBSD10.1
...gt;> # wbinfo -u
>> administrator
>> krbtgt
>> guest
>> leeb
>>
>> # cat /etc/nsswitch.conf
>> #
>> # nsswitch.conf(5) - name service switch configuration file
>> # $FreeBSD: releng/10.1/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
>> dougb
>> $
>> #
>> #group: compat
>> #group_compat: nis
>> hosts: files dns
>> networks: files
>> #passwd: compat
>> #passwd_compat: nis
>> shells: files
>> services: compat
>> services_compat: nis
>> protocols: files
>> rpc: f...
2017 Apr 04
0
Unable to load roaming profiles samba-4.3 FreeBSD
...issues of which I write now are recent developments.
I modified /etc/nsswitch.conf to remove the compatibility options and
ended up with this:
cat /etc/nsswitch.conf
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.3/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
dougb $
#
group: files winbind
hosts: files dns
networks: files
passwd: files winbind
shells: files
services: files
protocols: files
rpc: files
Restarting the samba_server following this change seems to have
cleared up some of the problems. But that may be just co-incidental.
All of the previous users...
2007 Aug 27
0
BIND 8 is EOL as of 27 August 2008 (fwd)
...s who have heavily loaded BIND 8 installations and are concerned about
performance should seriously consider testing FreeBSD 7 and BIND 9.4. That
combination (which includes working threads) has demonstrated excellent
performance, especially on SMP systems. Please see
http://people.freebsd.org/~dougb/bind-resperf.png (a copy of work done by
Kris Kenneway) to get an idea of the improvements in performance.
The URL listed below has some excellent resources regarding how to ease
the transition from BIND 8 to 9. The named-checkconf and named-checkzone
utilities in BIND 9 will also go a long way...
2016 Jul 15
0
Samba-4.3 on FreeBSD-10.3
...reference or
> authoratiavely state what the settings should be?
>
> The default settings for FreeBSD-10.3 in /etc/nsswitch.conf are:
>
> #
> # nsswitch.conf(5) - name service switch configuration file
> # $FreeBSD: releng/10.3/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
> dougb $
> #
> group: compat
> group_compat: nis
> hosts: files dns
> networks: files
> passwd: compat
> passwd_compat: nis
> shells: files
> services: compat
> services_compat: nis
> protocols: files
> rpc: files
>
> Any help with this is gratefully appreciated....
2006 Aug 07
5
seeding dev/random in 5.5
I was doing some regression testing in 5.5: Specifically testing booting
up a 'virgin' hard disk from a clean install.
I was testing what happened if the 300 second timeout happened vs
hitting <return> for 'fast+insecure' startup and punching in a bunch of
random garbage.
I found that for some reason, on a 2.4Ghz Celeron, the 'sysctl -a' and
'date' seeding
2015 Jul 11
0
Problem with Samba 4.2/FreeBSD10.1
...th = /srv/samba/test
> read only = no
>
> # wbinfo -u
> administrator
> krbtgt
> guest
> leeb
>
> # cat /etc/nsswitch.conf
> #
> # nsswitch.conf(5) - name service switch configuration file
> # $FreeBSD: releng/10.1/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z dougb
> $
> #
> #group: compat
> #group_compat: nis
> hosts: files dns
> networks: files
> #passwd: compat
> #passwd_compat: nis
> shells: files
> services: compat
> services_compat: nis
> protocols: files
> rpc: files
>
> group: files winbind
> user: files...
2018 May 30
2
Winbind - NSS problem?
...the cache and even
bootstrapped my server, removed the *tdb files end rejoined
the domain.
Has someone else seen the same?
My relevant configuration:
nsswitch.conf
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.4/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z dougb $
#
#group: compat
group: winbind files
group_compat: nis
hosts: files dns
networks: files
#passwd: compat
passwd: winbind files
passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files
smb4.conf:
[global]
security = ADS
netbios name = HERMES
server str...