Displaying 20 results from an estimated 22 matches for "chech".
Did you mean:
check
2005 Jun 17
2
ASTCC Rate Calculation
...looked closely at the call cost calculation in ASTCC?
Can you duplicate the way the cost of a call is calculated? I believe
that there is an error in the code. I have fixed it, I think and
submitted a patch but we need user comments. I would appreciate if
anybody involved would slip over to chech out this link on the
bugtracker and provide feedback. http://bugs.digium.com/view.php?id=4480
I may well be wrong but I believe the issue needs visiting. Somebody
was asking me how it calculates costs as they thought they knew what a
call should cost. I said "I'll show you". Mi...
2005 Oct 14
5
sip accounts
hi, i facing a problem here. in my sip.conf, i specify a account like this,
[1234]
type=friend
context=from-sip
username=1234
secret=1234
nat=no
canreinvite=yes
dtmfmode=info
mailbox=1234@default
disallow=all
allow=ulaw
so i am able to login with username 1234 and password 1234
but ther weird part is, i can also register as any number (account)
without having to specify in sip.conf. thus
2011 Mar 28
1
[LLVMdev] [RC3] FreeBSD status.
Hello. I've built and `make chech-all` rc3 tarballs using CMake build on
FreeBSD 8-STABLE system. Here are results:
Failing Tests (10):
Clang :: Index/crash-recovery-code-complete.c
Clang :: Index/crash-recovery-reparse.c
Clang :: Index/crash-recovery.c
LLVM :: BugPoint/crash-narrowfunctiontest.ll
LLVM :: BugPo...
2008 Sep 26
1
Exim+dovecot and quota check in exim's ACL before real message routing.
...ssability to do such callouts. I tried to turn on quotas in the dovecot.
Message was taken by the exim placed into exim's queue but cannot be delivered to dovecot with "local_delivery
transport output: Quota exceeded" and message stays in queue for a long time.
Is any possability to chech quota usage in the exim's ACL befor taking message body ?
--
Anton [WARM-RIPE]
Stack ltd division head
tel. 8 (3822) 555-797
2004 May 18
1
username map break in 3.0.4 ?
...says what ! should stop processing the list of username maps,
but looks like it doesn't. If I have second line with nobody = * when it maps Administrator account to nobody
if I remove nobody = * then it gives root access to administrator account. With version 3.0.2 this way was working fine.
I chech the debuging output, first it maps administrator account to root, and after for some reason to nobody...
If it's matters I have security = domain and OS is freebsd 5.2.1
Do I miss something or this is a bug ?
Regards,
Putinas Piliponis
2011 Aug 23
4
Network problems (Xen 4 +Debian Squeze 64bits).
...CSI service, where the virtual machines are loaded.
The problem is, when i try to create/shutdown/destroy a HVM virtual
machine, i lost connection with the Dom0 (via ssh) for a few seconds, in
very rare cases, for couple of minutes.
The virtual machines (HVM) have a mac-address (already cheched that
they are totally different) attached to them.
The access that i lose when executing the create/shutdown/destroy
command is with the Dom0 (connected with ssh) but sometimes, a few
virtual machines (HVM) lose its connection too, machines that i wasn''t
even working with....
2019 Apr 12
3
Sudo rules in samba with winbind
Hello All,
I am currently changing my samba linux clients (Debian) from sssd binding
to winbind.
With sssd I had all sudo rules within the samba active directory.
The configuration was based on:
https://lists.samba.org/archive/samba/2016-April/199402.html
Is there some guideline like the one mentioned available/has someone
already experience with this for winbind based clients?
Within the
2005 Aug 12
8
Incompatible destination (88) Error Message
I have connected asterisk 1.0.7 with Avaya Definity via E1 with a
TE100P Digium Card.
Inbound calls are working perfectly and I dont have any problem. But
when I try to make an outgoing call with my softphone (xlite) I am
getting the following messages.
Hungup 'Zap/13-1'
Executing Dial("SIP/IZ-bc0a", "Zap/g1/3118") in new stack
Called g1/3118
Channel 0/1, span 1 got
2008 Mar 31
1
Find the index for min of a matrix
Hi,
My example is as the following,
W<-matrix(c(2,4,2,8,1,3),ncol=3)
which(W==min(W))
I would like to find the index for min of the matrix W, i.e. (1, 3) instead of 5 as the output. What command could I use?
Thanks,
Kate
[[alternative HTML version deleted]]
2010 Sep 20
1
support for caron (hacek) symbol
I am creating a Slovak translation of an interactive website (
http://mazamascience.com/OilExport/index_sk.html ) and am running into
problems with R's lack of support for the caron found in the following
letters: Č/č, Š/š and Ž/ž.
I am using R 2.6.1 running on a recent version of CentOS.
Any information about whether these characters are supported or any possible
workarounds would be
2010 Mar 15
1
Installing cdr_pgsql on asterisk 1.6.0.26
Hi folks,
I am struggling to install cdr_pgsql in asterisk 1.6.0.26. When I do the
./configure, it complains about the function PQescapeStringConn not
existing in -lpq, so when I do a make menuconfig, I can't select the
cdr_pgsql module.
I am using CentOS 5.4 with the yum PGDG repository for 8.4 version. Some
of the installed packages are postgresql-libs, compat-postgresql-libs,
1998 Nov 09
1
Need help with 'Cannot find setup.exe Windows needs this file
> I have a CD we (Candle) created. It installs one of our products by
> executing the setup.exe program. I am able to execute the
> program off the
> CD with no problems.
>
> I then copied the contents of the CD to the Samba share. I
> try and execute
> the setup.exe file and get this error.
>
> If I then copy the files from the Samba share to /temp, I can
>
2013 Jan 17
1
Samba 4 vs UNIX password
Ok, now I'm stuck...
We have several stand-alone UNIX (AIX) systems that we need to share a few SMB shares from. None of these are joined to our domain.
We want the end-users to be able to map these shares to their Windows systems using the username in the form of AIXSERVER\username, and using the password from their local AIX account on the server.
Asking the end-users to understand that
2007 Apr 30
0
check_box
I am sure this is a trivial problem for a rails guru!
all I want to do is display an appropriately cheched check_box in a
table, so:
instead of
<% for t in @patient.histories%>
<tr>
<td><%= t.ihd %></td>
</tr>
<%end%>
I want something like:
<% for t in @patient.histories%>
<tr>
<td><%=check_box_tag"diabetes", t.i...
2007 Jan 28
1
Permission error (Mantis bugtracker)
...e is available from
phpMyAdmin and from mysql client.
* I've check the httpd.conf file and it includes the line
Include conf.d/*.conf
so the /etc/httpd/conf.d/mantis.conf is available.
* I've created the config_ini.php file and modified it with correct
database parameters.
* I've cheched (and fixed) the mantis.conf file sintaxis.
More info:
[root at localhost ~]# rpm -qi mysql | grep Version
Version : 5.0.22 Vendor: http://centos.org
[root at localhost ~]# rpm -qi httpd | grep Version
Version : 2.0.52 Vendor: CentOS
[...
2017 Aug 08
1
wiki change request. page missing in index.
...f you did not define dedicated keytab file, the keytab file is in /var/lib/samba/private/secret.keytab (on debian)
! Tip, if you add UPN/SPN's an account, ( for example HOSTNAME$ )
the recreated the keytab now also contains you new SPN/UPN.
check again if all encryptions are there.
and chech you rights on the keytab file.
chmod 640 /etc/krb5.keytab ( its created on debian with 600, i need 640 )
Greetz,
Louis
2014 Mar 09
1
Access shares from DNS alias
Hello,
I have setup a Samba 4 ADDC following the tutorial in the wiki. I
need it to be a DC and a fileserver.
Everything works fine and dandy except that I cannot access the
file shares via a DNS alias, instead of the original hostname/DNS
name. And I need this for various reasons, enough to halt going live
with it if it doesn't work. :-(
When accessing via the machine's fqdn
2012 Sep 21
1
Login batch file not working for Win7
HI
I'm running samba3x-3.5.10-0.110.el5_8.x86_64 on a fully updated
CentOS-5.8 system as PDC.
We upgraded our lab machines to Win7 over the summer
The logins work ok and the homes share is being mounted from a
separate fileserver. However the login batch command script is not
running. It's just a simple script which syncs the system time and
mounts another share.
Part of smb.conf
2013 Jan 06
0
wrong authentication for local delivery
...111
+++
I have configured my thunderbird to have a username to authenticate
against ldap.
In the first steps above the authentication of the sender works.
But then, when delivering to the receiver, dovecot uses the e-Mail
address of the receiver to check the password.
I do not know why dovecot chechs the password of the receiver before
delivery.
I do neither know where to switch that off or set some changes in the
configuration to avoid that process. Probably it is correct?
But anyhow, the setup ldap-procedure just checks the username and no
e-Mail address.
Dovecot konfig:
+++
# 2.0.19: /et...
2003 Mar 29
1
cupsaddsmb -v, Warning: PPD file not found?!
Hello all,
I am running a Debian testing/unstable system with samba 2.2.3a-6 and
cupsys 1.1.15-4 as a member server in a samba domain. I have used CUPS to
add a networked HP8100N printer and it works fine locally, but I'm having
difficulty adding it to samba for Win98 domain clients to use.
I ran cupsaddsmb to add the printer and drivers to samba, but it cannot
find the PPD file... where is