Displaying 16 results from an estimated 16 matches similar to: "reloading NSD zone configuration"
2012 Mar 11
1
NSS ldap problems
One difference I ran into with samba authentication is in cent 5
/etc/pam.d/system-auth-ac is the file to change but in cent 6 its
/etc/pam.d/password-auth-ac. I found that changes I made only to
system-auth-ac in 5 had to be made to both system-auth-ac and
password-auth-ac in 6. This was to have authentication work for things
like ssh and sudo in centos 6.
Kristen Eisenberg
Billige Fl?ge
2019 Dec 28
2
tinydns to nsd
On Sat, 28 Dec 2019 17:02:09 +0100
richard lucassen via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote:
> The problem is (was) that I used "include:" statements in nsd.conf
> to load zone information. Apparently nsd does not reread the include
> files upon a SIGHUP. I scripted everything into 1 file and a HUP
> rereads the zone info now.
Wrong, I made a mistake it
2007 Feb 26
3
Yellow or Red alarm on TE110P ????
i get this message with a red signal on TE110P card:
*****************
TE110P: span configured for...
Calling startuo (flug is 4099)
wcte1xxp: Setting yellow alarm
*****************
what does mean ?
thank you :)
2007 Jul 10
1
nsdc update implementation details
Hi,
I have a query regarding running a manual update of nsd via:
# nsdc update
My NSD server is accepting notifications from two servers. From my
nsd.conf:
# master 1
allow-notify: X.X.X.X NOKEY
request-xfr: AXFR X.X.X.X NOKEY
# master 2
allow-notify: Y.Y.Y.Y NOKEY
request-xfr: AXFR Y.Y.Y.Y NOKEY
Are both servers sequentially queried each time
2008 Nov 12
5
function that uses a variable name as the parameter
Hello dear R people!
Several times it occurred to me that a function that uses a variable name as a parameter would be helpful, but I did not find out how to write such a function. I have experience in several programming language, but I did not come across a helpful trick...
What I want to have is...
a <- 12 # starting value
add <- function(variable,increment) {
variable <-
2020 Aug 20
5
Clang is a resource hog, the installers for Windows miss quite some files, and are defect!
Hi @ll,
BUGS #1 & #2:
~~~~~~~~~~~~~
The installer LLVM-10.0.0-win64.exe dumps the following DUPLICATE files
in "C:\Program Files\LLVM\bin", WASTING about 500MB disk space, which is
nearly a third of the disk space occupied by the whole package:
| DIR "C:\Program Files\LLVM\bin" /O:-S
...
| 25.03.2020 12:15 83.258.880 clang-cl.exe
| 25.03.2020 12:03
2003 Jan 31
1
MEMDISK: Image seems to have fractional end cylinder
Hi,
I created a 4 Meg Byte primanry DOS patition onto a hard disk. This partition
was formatted with
format /s.
The hard drive was able to boot DOS.
After that I connected the drive to a Linux machine and created and image
with the command
dd if=/dev/had1 of=hard.img
When I send this image to my PXE client I see on the screen:
MEMLINUX: Image seems to have fractional end cylinder
MEMLINUX:
2004 Apr 07
1
PSTN calls do NOT hang up
Hi all,
In my Asterisk setup, incoming calls through Cisco PSTN gateway to Asterisk extensions sounds work fine. All calls can be terminated properly after hangup. However, when calls were forwarded to voicemail, after recording & hangup the PSTN calls and cisco FXO port remained connected unless cisco port was manually shut/no shut. # key used to hang up the call did NOT help. Did anyone
2008 Dec 02
1
bit per bit copy! ext3
I have a flash memory stick that is formated with ext3 file system. NOw,
there is an application on it that I would like to copy to another memory
stick. I can copy it, but when I do so, that application does not work
properly (it won't start - boot problem???). Is there a tool that can copy
an entire content from one flash stick to another? Thanks!!!
-------------- next part --------------
2025 Apr 16
4
NSD 4.12.0rc1 pre-release
Dear all,
NSD 4.12.0rc1 pre-release is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.12.0rc1.tar.gz
sha256 b9085a3fd08b8318ac30715faf1c7698099781eb3520253774a46f74386342e9
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.12.0rc1.tar.gz.asc
This release introduces Prometheus metrics that can be compiled with
`--enable-prometheus-metrics` and configured with `enable-metrics` (see
2005 Feb 18
1
Is this a bug or by design? Workaround?
Hi,
I need to use the trailing 5 digits of a callerid. callerid may be anything
from a length of 4 to 10 digits in this case.
Using this:
-----------
SubString,cid=${CALLERIDNUM}|-5|5
Works great, BUT shows this message:
"The use of Substring application is deprecated. Please use ${variable:a:b} instead"
So, I try
---------
SetVar(cid=${CALLERIDNUM:-5:5})
The result is a empty
2005 Feb 21
0
bug? Unterminated comment detected beginning on line 0
Hi,
Using latest cvs.
A comment-line begins with semicolon ;
However - if the line contains
;--
or like this
; -- blabla bla --
You get this error and * stops reading that file:
Feb 21 13:47:12 WARNING[17393]: config.c:664 config_text_file_load: Unterminated comment detected beginning on line 0
Shouldn't Asterisk skip any line beginning with a semicolon?
Or should a comment now be
2004 Mar 31
2
RE: RxFax/spandsp: not disconnecting
Hi Steve,
I am having this problem in which RxFax is still holding the file after
receiving a complete fax. Somehow the zap channel is still active but on the
fax client it was sent successfully.
If you call the line it is still busy.
Changed from phase 3 to 4
>>> MCF: 8c
HDLC underflow in state 8
Changed from phase 4 to 3
Slow carrier up
<<< DCN: fb
DCN with final frame tag
2004 Jun 10
0
hide caller id
Hi,
We try ti hide the caller id at calls trought E1 in EuroISDN (Spain) using
restrictcid=yes and doesn?t work.
What can I do, thaks
Pedro
-----Mensaje original-----
De: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com]En nombre de
asterisk-users-request@lists.digium.com
Enviado el: mi?rcoles, 31 de marzo de 2004 12:00
Para: asterisk-users@lists.digium.com
2009 Nov 24
1
Cross compiling tinc for arm platform
Hello.
I managed to setup a cross compiler on my Gentoo system to compile for arm
platform.
I installed all nessecary tools and libs in /usr/arm-unknown-linux-uclibc/
like openssl lzo and so on over the cross emerge package manager.
But what command is nessecary to configure tinc to run on arm?
I used:
./configure --host=arm-unknown-linux-uclibc