Displaying 7 results from an estimated 7 matches for "ndh".
Did you mean:
nd
2010 Nov 04
0
certdnsnames question
...hostcert = /local/puppet/etc/ssl/certs/puppet.example.com.pem
2. Generate a new cert
/opt/local/sbin/puppetca --config /local/puppet/etc/puppetca.conf --generate
--certdnsnames puppet.bfm.com:puppet-ca.bfm.com:puppet-ca2.bfm.com:
puppet-lab.bfm.com:puppet-svn.bfm.com:puppet-del.bfm.com:puppet-ndh.bfm.com:
puppet-prn.bfm.com:puppet-nyc.bfm.com:puppet-smw.bfm.com:puppet-tkm.bfm.com:
puppet-ewd.bfm.com:puppet-lva.bfm.com:puppet-rmc.bfm.com:puppet-rdc.bfm.com:
puppet-sfo.bfm.com puppet.bfm.com
3. Confirm we have all our DNS names in the alternate DNS names:
openssl x509 -text -noout -in
/loca...
2001 Nov 03
2
error: map_image
hi,
can you tell we what this error means:
$ wine Dr\ Goo\ 2.exe
err:module:map_image Could not map section .text, file probably truncated
wine: can't exec '"Dr Goo 2.exe"': error=21
Some programs work fine, most give me the error above.
Programs using winelib also work fine.
thanks,
--
Felix Natter
2003 Dec 01
0
No subject
...- Sting "Message in a Bottle" ( 1979 )
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: http://lists.samba.org/mailman/listinfo/samba
Return-Path: <Robert@msia.org>
Delivered-To: samba@samba.org
Received: from smtp.msia.org (smtp.ndh.org [208.233.1.36]) by
lists.samba.org (Postfix) with ESMTP id 31D9945A8 for
<samba@samba.org>; Thu, 7 Jun 2001 20:11:38 -0700 (PDT)
To: "Dan Browning" <danb@cyclonecomputers.com>
Cc: samba@samba.org
Subject: RE: Samba over WAN
MIME-Version: 1.0
X-Mailer: Lotus Notes Rele...
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
...$what = "server"
$remote = ""
$localip = "$network.1"
$remoteip = "$network.2"
$tun = "$client"
$tls = "tls-server"
$keys = "cert keys/server.crt\nkey keys/server.key\ndh keys/dh2048.pem"
# Service based upon name for Debian based systems
openvpn_service { "$client": }
openvpn_file { "$client.conf":
tunnel => $client,
path => "/etc/openvpn/$client.conf",
content => templat...
2003 Dec 01
0
No subject
...cessful for some is to have some program read or
write a file every 5 minutes or so. Something like this (untested)
#!/bin/sh
while [ 1 ]; do
date > /mnt/smb/dummy.txt
sleep 300
done
/Urban
Return-Path: <Robert@msia.org>
Delivered-To: samba@samba.org
Received: from smtp.msia.org (smtp.ndh.org [208.233.1.36]) by
lists.samba.org (Postfix) with ESMTP id CCC3547EB for
<samba@samba.org>; Thu, 7 Jun 2001 14:03:00 -0700 (PDT)
To: "Dan Browning" <danb@eocwa.org>, david.lovett@eur.crowncork.com
Cc: samba@samba.org
Subject: Samba over WAN
MIME-Version: 1.0
X-Mailer:...
2023 Jul 11
1
Base R Stats Package - quantile function
Hi,
In Base R Stats Package, the quantile function has 9 Type's:
?quantile
I'd be very grateful if simple numerical examples (ideally from members
of the R core team), for each of the 9 methods, both for EVEN and ODD
numbered length's of series, be provided.
thanks,
Amarjit
[[alternative HTML version deleted]]
2001 Nov 11
1
can I use _beginthread and _endthread in winelib ?
hi,
how can I use _beginthread with winelib (I get "undefined reference") ?
thanks,
--
Felix Natter