Displaying 20 results from an estimated 700 matches similar to: "Problem: Using timelimit (L) and Macro (M) in Dial from AGI"
2004 Apr 22
2
[PATCH] --timelimit and --stopat
Greetings,
Upon a suggestion to improve the --timelimit patch, I have also added a --stopat option.
You can get the patch from this URL and/or cut/paste it from below.
http://www.terry.uga.edu/~jft/rsync-timelimit-stopat.patch.gz
Here are the details...
--timelimit=T
This option allows you to specify the maximum number of minutes
rsync will run for. This time starts when
2004 Aug 06
1
PROBLEM REPORT (and example): EPIPE errors
This small example will make icecast unusable after few seconds. The problem
resides on EPIPE received when trying to send the first (58) bytes of the
vorbis predata.
Change the URL for your own, and try it in a LAN.
I have no idea on the reasons of these errors, altough I suspect it's related
to the fact that the headers are sent in blocking state and then we change to
non-blocking. I
2007 Mar 16
1
Warning LSP Low
All,
Am running asterisk on an Opteron 165 with 4GB RAM and 1x80GB and 1x320GB
SATA for a call center application (running VICIDIAL). Asterisk CLI
(accessed by screen logging asterisk on startup and entering the allocated
screen) gives me 'Warning LSP Low' and the voice quality goes down when this
message pops up!
That is, to start, we use:
`/usr/bin/screen -L -d -m -S asterisk
2006 Sep 08
3
URL authentication
In my case that's not needed, but yes it would be really nice if all
mount options could be retrieved from the database using an
authenticated URL.
KJ
Stefan de Konink wrote:
> On Fri, 8 Sep 2006, Klaas Jan Wierenga wrote:
>
>
>> I guess if the <authentication type="url> section could be used as a
>> top-level tag (instead of as a sub-tag of
2007 Mar 21
1
G729 'disappears' randomly
All,
I have around 10 opteron 165 servers all running Fedora Core 5 and Asterisk
1.2.x (mostly Asterisk 1.2.16) with 15-25 channels of g729 each. They
register without any problem but I had to use the codec_g729.so
corresponding to the i386 version in all of them (asterisk would not start
if i tried the opteron specific one).
The problem: In one of the servers, we seem to lose the registration
2017 Jun 30
3
asterisk.conf ignored?
Hi all
I'm trying to limit the maximum concurrent calls on my Asterisk to try and
mitigate another problem I posted about earlier.
I've edited
/etc/asterisk/asterisk.conf
And uncommented this line, and put a value of 60 in there:
maxcalls = 60
in an effort to limit my Asterisk to 60 simultaneous calls.
I did a
core reload
in the CLI after doing that.
2013 Feb 20
3
LDAP users/groups not showing up with nis, pam, & ldap
I am trying to configure NIS, PAM, & LDAP on a CentOS 6.2 host. I've
previously installed a similar configuration on RHEL4, but CentOS now
uses nss-pam-ldapd and nslcd instead of nss_ldap, so the configurations
are a little different.
Currently, local users and groups are showing up but not LDAP users.
When I do a /getent passwd/ and/getent group/ I don't get LDAP users.
When I do
2010 Jun 04
2
redundant ldap - client config
Hi all,
I have a few ldap servers slaved to a primary via syncrepl, all is well.
I've set my clients to auth against a few and there /etc/ldap.conf
looks like so;
uri ldap://primary.domain.com ldap://secondary.domain.com
However when either primary or slaves go down, while the clients can
log in, access is very slow, ls of any dir is painful.
The /var/log/messages shows several failed
2010 Dec 13
1
Specifying 2 LDAP Server for auth
Hi !
We are planing on deploying an ldap master and replica to serve as our new
authentication server for our soon to be RedHat cluster. But, we need to be
able to function if the master is down for whatever reason. So, I tried to
specify 2 servers in the setup-authentification servername section,
separated by a comma, but it doesn't seem to work.
So, is it possible to specifying 2 ldap
2006 Nov 06
1
Samba with AD
I am stuck with Samba -Active Directory communication. Trying to bring my SUSE 10.0 to speak with AD Domain.
net rpc testjoin - brings a unable to find suitable server message
net join - kerberos_kinit_password preauthentication failed and ads_connect preauthentication failed
wbinfo -u works fine
wbinfo -t works fine
getent passwd/group works too
smb is running
nmb is running
winbindd is
2006 Apr 05
15
How to restrict simultaneous phone registrations
Hello all,
I am looking for a way to restrict users from logging in two separate
phones with the same authorization name/password at the same time.
Meaning, I only want users to be able to place a call from one phone in
one location, but have the ability to move from computer to computer.
Has anyone found any sort of solution for this type scenario?
Thanks,
Bryan Mahin
Please visit us @
2006 Mar 07
5
Receiving Multiple calls on asterisk at home
All - I've been muddling around with this for a few days now.. and I'm
trying to figure out why I am not receiving more than one phone call on
each polycom 501 phone. I can make more than one phone call out, but not
receive another one in, while on a call. Has anybody seen this behaivior
before, or is there something simple in the config i'm missing, like..
maxcalls.. or
2015 Nov 03
2
S/MIME certificates in Samba 4 LDAP
On 30.10.2015 22:13, Jeremy Allison wrote:
> On Fri, Oct 30, 2015 at 11:27:55AM +0100, Stefan Pietsch wrote:
>> Dear Samba users and developers,
>>
>> we had the idea of storing S/MIME certificates in the Samba 4 LDAP.
>> In the Windows Active Directory Users and Computers tool I can use the
>> "Published Certificates" tab to add a certificate to a user
2004 Apr 19
3
[PATCH] time limit
Greetings,
I have written a patch for rsync-2.6.1pre-2 which adds a --time-limit=T
option. When this option is used rsync will stop after T minutes
and exit. I think this option is useful when rsyncing a large amount
of data during the night (non-busy hours), and then stopping when it is
time for people to start using the network, during the day (busy hours).
If this patch is accepted it may
2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
So I have this centos 5.10 box which authenticates network users
against ldap(authorizing)+kerberos(authentication). And I now would
like to have sudo be able to allow admins (netgroup chinbeards) to
sudo about. I am not using sssd though (yet).
Here is the output of me trying sudo (debug on):
[raub at centos5-x64 ~]$ sudo pwd
LDAP Config Summary
===================
uri
2013 Feb 15
1
Problem with User and Group Ownership listing
I am installing smb 3.5 on a CentOS 6.2 host using smbldap-tools. I've
previously installed a similar configuration on RHEL4 using smb 3.0 but
CentOS now uses nss-pam-ldapd and nslcd instead of nss_ldap, so the
configurations cannot be moved straight across.
When I do a listing of a share directory that should have user and group
ownership determined by LDAP, I get the uidNumbers and
2017 Dec 04
2
samba net ads join windows active directory with ldap ssl
Hi,
I have enabled ldap ssl on Windows 2008 server active directory and want to
join ads domain with net ads join command.
I am getting below error:-
net ads join -U Administrator
ldap_url_parse_ext(ldap://localhost/)
ldap_init: trying /etc/ldap/ldap.conf
ldap_init: using /etc/ldap/ldap.conf
ldap_init: HOME env is /root
ldap_init: trying /root/ldaprc
ldap_init: trying /root/.ldaprc
ldap_init:
2011 Jun 27
1
LDAP timeout
Hi,
we recently hit an issue where one (of the three configured) LDAP
servers dropped an index on an attribute due to a misconfiguration,
which caused all/most queries for passdb to take a very long time
(several 10s of seconds).
The other servers would have been fine, but it seems like Dovecot does
either not set a timelimit on the query or uses a very high one. I could
not find any place to
2006 Sep 18
2
mp3 stream instead of "icecast-auth-user: 0"
Hello,
just wanted to ask if there are any other headers icecast would understad apart
icecast-auth-user
icecast-auth-message
icecast-auth-timelimit ?
continuing my previous post "listener redirection to informational mount" i feel a big demand to respond to unsuccsessful authentification attempts by sending back short audio message to the listener in the form like this:
<?php
2013 Feb 22
6
Samba 4 and freeradius
Hi,
My goal is to make use of samba 4 and freeradius to authenticate user to use wifi network (WPA2 enterprise).
The setup is to setup Samba 4.0.3 in machine A and setup freeradius in machine B.
By reading:
Document A: http://wiki.samba.org/index.php/Samba4/beyond
Document B: https://wiki.samba.org/index.php/Samba4/HOWTO/Virtual_Private_Network
Document C: