Displaying 20 results from an estimated 3000 matches similar to: "Help Please"
2002 Jan 28
4
commands to see Entire Configuration
Hi all,
This may sound strange, but i have a question..
is there any commands which we can use to see the entire TC configurations..
iam new to this TC ,
thanks,
Rajesh
Rajesh Revuru,
Res:105 smith lane,#33,
Syracuse-NY 13210.
Ph.315-422-8908(R)
Ph.315-443-9120(O)
---------------------------------
Do You Yahoo!?
Yahoo! Auctions Great stuff seeking new owners! Bid now!
2005 Jul 12
3
Help Configuring TDM04B
Hi:
I had an fxo card from Digitnetworks and it was
working fine on my Asterisk box. I then replaced it
with TDM04B. I changed the zaptel and zapata to
include the four channels. When I run ztcfg, I get
configuration errors:
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04:
2004 Aug 06
1
Is CVS repository up?
Does anyone know if the CVS repository is on-line? I
am getting:
NEW CVSROOT:
:pserver:anoncvs@xiph.org:/usr/local/cvsroot (password
authentication)
cvs login
(Logging in to anoncvs@xiph.org)
cvs [login aborted]: connect to xiph.org:2401 failed:
Connection timed out
*****CVS exited normally with code 1*****
Thanks for any help.
JOnathan.
__________________________________________________
Do
2005 Jul 10
1
destination directory problems
I am having a problem getting my files backed up to
the location I want
to from a WinXP client going to a Debian rsync server.
The following is sending asm/ to /home/robert/backup
folder.
rsync -avz /cygdrive/d/asm
robert@192.168.1.102:backup/
My understanding of the rsync man page is that this is
supposed to send
asm/ to what the path that is defined in rsyncd.conf,
mine is defined
as /backup.
2007 Nov 18
2
Obtaining x-values from ECDF
Dear Group,
I am using the ecdf function as follows:
cawa.cdp <- ecdf(cawaocc$LEFF80)
summary(cawa.cdp)
Empirical CDF: 223 unique values with summary
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.07918 1.35700 1.68600 1.61000 1.91200 2.70000
I can see by the summary that the y-value for the 3rd quartile is 1.912.
How can I obtain the x-value for a specified y-value (e.g., 0.8)?
2001 Dec 19
0
Lots of ERRbadfile and Expected SMBtrans2 responses with smbclient
Hi all,
I am using Amanda and smbtar for backing up Windows machines.
However, in addition to the errors I get on open files (which is to be
expected), I am getting errors on files that should be fine to access.
Here is a snippet from the Amanda log which contains smbclient errors:
? code 0 opening remote file \ebsco-1064\cueanalysisnew.zip
(\ebsco-1064\)
? Expected SMBtrans2 response, got
2005 Jul 09
2
how to edit ring time
i dont how to edit the time for ringing "30000ms" to
"40000ms" when it displayed on console "Nobody picked
up in 30000 ms" and its very short time for ringing .
please if anyone can help me do it please.
____________________________________________________
Sell on Yahoo! Auctions ? no fees. Bid on great items.
http://auctions.yahoo.com/
2005 Jul 12
1
how to debug perl agi
hello
i am trying to develop perl application for asterisk
with radius accounting how can i debug that weather
callback is working when call is stoped.
how can i check this
syslog('info', 'hello Asterisk!');
thanks
Kamran
____________________________________________________
Sell on Yahoo! Auctions ? no fees. Bid on great items.
http://auctions.yahoo.com/
2005 Jul 12
0
Returning values from macro inside Dial command
I'd like to set some variables inside the macro called
from Dial(). As far as I can tell, though, if you
just do a SetVar inside the macro, it's set in a
different context and isn't available to the code that
calls the macro.
Am I missing something? What's the right way to
return data from the macro call? (Other than the
MACRO_RESULT feature.)
I'm using the
2005 Jul 10
0
(no subject)
I have just setup a Linux box (Suse 9.0) to act as an
internet gateway
and file server. The installation has gone very well,
but I am having
a problem with my Samba server. (I have a small
network with about 4
client computers, all Windows boxes.)
Problem 1: I set "Share Homes" in the Samba
configuration, but none of
the user folders or even the Home directory could be
seen from the
2005 Jul 12
1
Samba3, ldap and password expiry
Hi all!
We are using 1 Samba PDC and 2 bdc (Version
3.0.15pre3-SVN-build-UNKNOWN-PS-SuSE) with openldap2-2.2.6-37.38 on
SLES 9.
New users setup ok and first logon password change works. Because of
HIPAA we need the passwords to change every 30 days however this isn't
happening.
I thought that I had this working once upon a time while I was testing
and getting ready for production but
1999 Aug 30
1
1 hour delay between Samba and date
Hi!
I have Samba 2.0.5a on HP/UX 11.00 (it compiled great!!). When I try
"net time \\mysambaservermachine" it replies with one hour more than
"date" on the unix shell. I have already checked timezone vars in my
unix box but I cannot find anything wrong. Should I setup something in
my samba server config? I have changed "time offset" and "nmbd as a
time
2005 Jul 06
3
asterisk perl radiusclient
hello
how to solve these errors
/var/lib/asterisk/agi-bin/agi-rad-auth.pl line 10
use Asterisk::AGI;
vi /etc/asterisk/extensions.conf
exten =>
_X.,1,agi,agi-rad-auth.pl|Routing=SIP&AuthorizeBy=SIP
vi /etc/asterisk/modules.conf
load => res_agi.so
<---------------errors------------------------>
*CLI> Can't locate Asterisk/AGI.pm in @INC (@INC
contains:
2001 Dec 12
2
Output from the multinom-function
Hello folks,
Let me first apologize: I'm not a professional nor a
mathematician, just an ordinary guy, fooling around
with the excellent R-package. I know the basic
principles behind statistics, but haven't read
anything more advanced than the ordinary first
probability and statistics courses.
Enough disclaimers? Good! I was examining the
multinom-function (in the nnet-package) the other
2007 Aug 07
2
Y-intercept Value
Hello everyone,
Quick question...is there a way of specifying a y-intercept value
within a lm statement. For example, if I wanted to specify the
regression to pass through the origin I would enter lm(y~0+x). But
can I specify an actual term such as 1,2,3,4, etc. as an intercept
value? Thank you!
--
Benjamin Zuckerberg
Doctoral Candidate
State University of New York
College of
2007 Nov 16
1
Extracting x-values from an ecdf
Dear R users,
Quick question on the use of ecdf for producing a cumulative
distribution function.
After having produced a cumulative distribution using ecdf, I would
like to extract the exact x-value for a given percentile. For example
I can ascertain the 1st and 3rd quartile using the summary function:
cawa.cdp <- ecdf(cawaocc$LEFF80)
plot(cawa.cdp, ylab="Fn(x)")
2012 Oct 09
1
car::linearHypothesis Sum of Sqaures Error?
I am working with a RCB 2x2x3 ANCOVA, and I have noticed a difference in the calculation of sum of squares in a Type III calculation.
Anova output is a follows:
> Anova(aov(MSOIL~Forest+Burn*Thin*Moisture+ROCK,data=env3l),type=3)
Anova Table (Type III tests)
Response: MSOIL
Sum Sq Df F value Pr(>F)
(Intercept) 22.3682 1 53.2141 3.499e-07 ***
Forest
2005 Jul 06
0
I was mistaken about Areski: he does relply to mails and help people.
Cher Areski,
Je m'excuse si je me suis tromp? sur vos intentions. Cependant j'aimerais souligner que je ne suis pas le seul a avoir trouv? l'installation de votre application un peu trop compliqu?e et les instructions du "Idiots Guide" impr?cises. Il faut dire que Linux n'est dej? pas facile pour un ancien de Microsoft comme moi. Par cons?quent lorsque les instructions
1999 Oct 15
0
Can't delete read-only files on Linux
Hi,
I am mounting an NT share from a linux(RH6.0) box using smbmount (samba
v2.05a).
smbmount //machine/cvsrepository /home/user/cvsrepository -U user
I am trying to delete a read-only file in the mounted directory. The directory
has proper write permissions:
cd /home/user/cvsrepository
mkdir blah
cd blah
chmod +w .
touch test
chmod -w test
rm test
rm: remove write-protected file `test'? y
1999 Oct 26
1
Varying user when submitting print job
I have Samba installed and successfully running on RH
6.1, in a WinNT domain. Here is the part I haven't
been able to figure out or find documented after
reading the SMB How-To and the Samba manpages:
I need Samba to submit print jobs to a WinNT print
server, automatically using the user's account and
password who is sending the print job to access the NT
shared printer. That is, if my