Displaying 20 results from an estimated 30 matches for "dah".
Did you mean:
ah
2015 Sep 04
3
AD order of installation
...ive_Directory_Domain_Controller
There is an 'order' of installation for an AD. Some things must come
before others, some things can come when you may. Here is my take based
on what I have learned over the past weeks:
OS installation (listed for completeness, even though this is a 'dah' item).
NTP time services
CUPS (seems to go anywhere, though)
Samba provisioning (this includes ldap and kerberos setup)
DNS with DLZ
Kerberos
DHCP/DHCP6
Adjust Samba configuration
Start Samba
Do I have the order right? Have I left anything out?
For a file server (which I have not tackled ye...
2004 Aug 18
0
my iaxy makes a strange noise...
...is why I'm not sure if the behaviour of the iaxy is
normal.
I am a newbie with digium hardware and asterisk, so forgive me if this
is a stupid question.
I've got the iaxy provisioned and authenticated with asterisk, but when
I pick up the receive it sounds like a mini machine gun - 'dah dah dah
dah dah... ' with some static thrown in - note quite close to
dialtone....
Any help appreciated. I'd prefer it to be a configuration issue than a
hardware fault...
Many thanks.
Conrad
2015 Sep 04
1
AD order of installation
...There is an 'order' of installation for an AD. Some things must come
>> before others, some things can come when you may. Here is my take based
>> on what I have learned over the past weeks:
>>
>> OS installation (listed for completeness, even though this is a 'dah' item).
>> NTP time services
>> CUPS (seems to go anywhere, though)
>> Samba provisioning (this includes ldap and kerberos setup)
>> DNS with DLZ
>> Kerberos
>> DHCP/DHCP6
>> Adjust Samba configuration
>> Start Samba
>>
>> Do I have th...
2015 Sep 04
0
AD order of installation
...ler
>
> There is an 'order' of installation for an AD. Some things must come
> before others, some things can come when you may. Here is my take based
> on what I have learned over the past weeks:
>
> OS installation (listed for completeness, even though this is a 'dah' item).
> NTP time services
> CUPS (seems to go anywhere, though)
> Samba provisioning (this includes ldap and kerberos setup)
> DNS with DLZ
> Kerberos
> DHCP/DHCP6
> Adjust Samba configuration
> Start Samba
>
> Do I have the order right? Have I left anything out...
2009 Jun 11
3
deSolve question
...Ch *Qh/Kpbh + Cli*Qli/Kpbli + Ck*Qk/Kpbk +
Cm*Qm/Kpbm + Csk * Qsk /Kpbsk + Cad*Qad/Kpbad - Cve*Qve
dAlu <- (Cve-Clu/Kpblu)*Qlu
dAli <- ((Qli - Qgi- Qpa-Qsp)*Car + Cgi*Qgi/Kpbgi + Csp*Qsp/Kpbsp +
Cpa*Qpa/Kpbpa - Cli*Qli/Kpbli) - Vmax*Cli/Kpfli/(Km + Cli/Kpfli)
dAbr <- (Car - Cbr/Kpbbr)*Qbr
dAh <- (Car - Ch/Kpbh)*Qh
dApa <- (Car - Cpa/Kpbpa)*Qpa
dAsp <- (Car - Csp/Kpbsp)*Qsp
dAgi <- (Car - Cgi/Kpbgi)*Qgi
dAk <- (Car - Ck/Kpbk)*Qk
dAm <- (Car - Cm/Kpbm)*Qm
dAad <- (Car - Cad/Kpbad)*Qad
dAsk <- (Car - Csk/Kpbsk)*Qsk
return(list(dy = c(dAar, dAve, dAlu, dAli, dAbr, d...
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
...(v) - CaSm)/CaStaum(v);
dNapm <- (Napminf(v) - Napm)/taumna(v);
dNaph <- (Napminf(v) - Naph)/tauhna(v);
dhm <- (hminf(v) - hm)/htaum(v);
dKm <- (Kminf(v) - Km)/Ktaum(v);
dKCam <- (KCaminf(v, Ca2) - KCam)/KCataum(v);
dAm <- (Aminf(v) - Am)/Ataum(v);
dAh <- (Ahinf(v) - Ah)/Atauh(v);
list(c(dv,
dCaTm, dCaTh,
dCaSm,
dNapm, dNaph,
dhm,
dKm,
dKCam,
dCa2,
dAm, dAh))
})
}
parms = c(gCaT=22.5, gCaS=60, gNap=4.38, gh=0.219,
gK=1576.8, gKCa=251.85, g...
2005 Mar 25
0
Calls from analog/FXS phone?
I've got a 400P, with a couple FXO's and and FXS. I've got an analog
plugged into the FXS, and it gets dialtone fine. However, whenever I
press any digits, I get the doo-dah, doo-dah "unhappy" sound. I've got a
functioning FXS system at home, but I was trying to plug this into an
AMP-created configuration, and having no luck. Can someone -- especially
if they used AMP -- e-mail me the pertinent part of their configs to get
FXS working?
Thanks!
-Ken
2009 Jun 25
1
check stats fail | part III
For grins, tried rebuilding R 2.9.0 without using ACML 4.3.0. Config
goes fine, make runs without any errors.
make check - and - ta-dah! - no errors for stats. Everything seems to
check out just fine.
So, it seems as if R 2.9.0, ACML 4.3.0, and perhaps one/more things
under CentOS don't play nice.
Will trying unloading 4.3.0, installing 4.2.0 (which worked before on
the Fedora box), and see what happens.
2008 Jan 08
1
Need input on DB/table design
I''m building a site.. Dah!! and it requires different skills for
different jobs in different states. the site will start off in only
one state but I want to make sure I''m ready for many states. I''m
thinking of a generic skills table with columns skill1 .... skillN.
then another table with columns state,...
2009 Jan 06
1
Social Networks - how to get the same network layout every time when I plot the network?
...s an example:
n<-6
dat <- rbinom(n*(n-1)/2,1,.6)
net<-diag(n)
net[lower.tri(net)] <- dat
net[upper.tri(net)] <- t( net )[upper.tri(net)]
net #the network
library(network)
g<-network(net,directed=FALSE)
plot.network(g)
and if I run
plot.network(g)
again, I get the same network (dah!) but rotated.
Any suggestions?
Thank you,
Despina
[[alternative HTML version deleted]]
2010 Jul 08
1
Junghanns QuadBRi not really recognized in Dahdi
Hi,
I'm using Asterisk 1.6.1.18 with latest Dahdi Linux and Tools (rev 8854) and
libpri 1.4.10.2.
During installation, I'm facing this :
# dahdi_genconf -v system
Default parameters from /etc/dahdi/genconf_parameters
Empty configuration -- no spans
Of course, I've got span descriptions in /etc/dahdi/genconf_parameters :
....
pri_termty...
2009 Jan 12
1
problem with dahdi and meetme
Hi to all.
I'm trying to use meetme on asterisk 1.4.22.1.
On a debian i've compiled (as i need h323 support)
openh323_v1_18_0
pwlib_v1_10_0
dahdi-linux-2.1.0.3
dahdi-tools-2.1.0.2
asterisk-1.4.22.1
All works fine, dahdi status is:
asterik:/data/programmi# /etc/init.d/dahdi status
### Span 1: DAHDI_DUMMY/1 "DAHDI_DUMMY/1 (source: RTC) 1" (MASTER)
asterik:/data/programmi# lsmod | grep dah
dahdi_dummy 5224 0
dahdi...
2020 Feb 11
1
R with Squid proxy - invalid requests ??
...1581432497.445????? 0 10.5.8.17 TAG_NONE/400 4570 NONE
error:invalid-request - HIER_NONE/- text/html
1581432497.552????? 0 10.5.8.17 TAG_NONE/400 4570 NONE
error:invalid-request - HIER_NONE/- text/html
1581432497.659????? 0 10.5.8.17 TAG_NONE/400 4320?
Fi%E3@%04%D3%97o0%23%13%1B%C1%08%082%E8%A5%1B%DAh%F3%18%E1%DB%A1%1E%FET%01%DD
- HIER_NONE/- text/html
1581432497.766????? 0 10.5.8.17 TAG_NONE/400 4452?
%01%D4%F7%8AB%CA%AE%A5%D7.%BE%C4I%B5%D4%10c%0F%9D%9B%D9%C7%BA%15%FF%A2JO%B3%60%D0%86%B8lY%8F%97%B5%BC%15%C9
- HIER_NONE/- text/html
1581432557.005????? 0 10.5.8.17 TAG_NONE/400 4346?
%CC6%F3%CA%F4...
2001 Apr 17
4
Samba 2.2.0 - glossy press release :-).
In the interests of full disclosure, here's the glossy press
release (with html as well ! :-).
Jeremy.
---------------------------------------------------------------------
Samba 2.2.0 - Powering the next generation of Network Attached
--------------------------------------------------------------
Storage.
--------
17
2011 Oct 06
1
dahdi show status command not avilable in CLI
Hi All,
I have installed asteriskNow with Asterisk 1.6.2.11 and FreePBX
2.7.0.10. I have configured x100p fxo card in my asterisk box. But in my
cli mode i am not getting the command *"dahdi show status"*
Output of CLI :
astrisks*CLI> *dahdi show status*
No such command 'dahdi show status' (type 'core show help dahdi show' for
other possible commands)
I really not understand why this command is not avilable in CLI mode. Please
help me to resolve this issu...
2018 Apr 23
4
Alias for country in indications.conf
...what BT claim
it
; is and I've not used a payphone for years)
creditexpired = 400/125,0/125
; These two are used to confirm/reject service requests on exchanges that
; don't do voice announcements.
confirm = 1400
switching = 400/200,0/400,400/2000,0/400
; This is the three rising tones Doo-dah-dee "Special Information Tone",
; usually followed by the BT woman saying an appropriate message.
info = 950/330,0/15,1400/330,0/15,1800/330,0/1000
; Not listed in SIN350
record = 1400/500,0/60000
stutter = 350+440/750,440/750
The CLI shows Asterisk definitely understood the 'alias...
2007 Apr 23
0
Centos 5 FTP install failure
...network.
It seems to me that with the Centos 4 ftp install, I got a warning about
not being able to reach the ftp server BEFORE the graphical install started.
It was a real time-wasting pain, going all the way through to the abort
point until I finally looked down at the switch and said, "DAH!"
2008 Aug 08
4
vncserver on IPv6
http://www.realvnc.com/products/enterprise/4.1/ipv6.html
IPv6 support in VNC Server E4.1.7/P4.1.2
VNC Server E4.1.7 & P4.1.2 are fully IPv6-aware, but is shipped with
IPv6 support disabled by default, for security reasons. IPv6 can be
enabled by setting "InTransports=IPv6,IPv4" (the default being IPv4
only), either on the command-line when starting vncserver under Unix
Ok.
2006 Aug 27
2
perl script part eval help please?
Greetings
Im am not a perl programmer yet I am trying to learn and am debugging
someone elses perl run script for use on a centos production box I have and
I came across this
elif [ -z "${SMTP_CDB:-}" ]
Can someone please shed some light on what this eval means in English
please?
im mainly concerned with the stuff between the two " yet I need all the help
I can get
what does
2014 Oct 24
1
Error renaming folders with spaces
Hi All,
I am getting frequent errors of the form below. In most
cases the path has spaces in it.
Oct 24 07:27:08 mailstore03 dovecot:
imap(sam at userdomain.com.au): Error:
rename(/home8/rs7-username/mail/xyzmortgages.com.au/sam/.Valuations -
ABC, /home8/rs7-username/mail/xyzmortgages.com.au/sam/.Valuations -
ABC/Subfolder) failed: Invalid argument
The user home directories are
on NFSv3 and