Displaying 20 results from an estimated 10000 matches similar to: "Loop for running several models and retrieving outputs"
2022 Sep 29
1
High cpu load on LDAP
On Mon, 2022-09-19 at 14:04 +0000, Heinz H?lzl via samba wrote:
> hello,
> I often have the problem of high load on the LDAP processes.
> 1-3 LDAP processes cause 100% cpu load for approx. 10 sec. This
> happens
> regularly in intervals of 2-3 minutes.
> How can I find out which client is causing this load and why?
> How can I configure the logging to see who/what is causing
2009 Sep 05
2
Anova over a list of models
I have a list object, in which I have stored n lme4-models. For example:
library(lme4);
myModels <- list();
myModels[1] <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)
myModels[2] <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject),
sleepstudy)
Now I would like to perform an anova over all models in the list. However,
the anova function requires that every model is inserted
2017 Nov 16
2
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
Return-path: <xxxxxx-xxxxxxxx-xxxxxxxxx-xxxxxxx-xxxxxxx-xxx at xxxxxx.xxxxxxxxx.xx.xxx>
Envelope-to: xxxxx at xxxxxxxxx
Delivery-date: xxx, xx xxx xxxx xx:xx:xx +xxxx
Received: xxxx [xxx.x.x.x] (xxxx=xxxxxxxxx)
xx xxxxxxxxx.xxxxxxxxxxxx.xx xxxx xxxxx (xxxx x.xx)
(xxxxxxxx-xxxx <xxxxxx-xxxxxxxx-xxxxxxxxx-xxxxxxx-xxxxxxx-xxx at xxxxxx.xxxxxxxxx.xx.xxx>)
xx xxxxxx-xxxxxx-xx
xxx xxxxx
2009 Sep 16
3
Music on Hold
Hi,
I have trouble getting MOH to work after an upgrade from asterisk 1.4 to
1.6.1.4. The call goes on hold, MOH is started, and then stops right away.
Here are the files both of type .raw:
Tsunami*CLI> moh show files
Class: default
File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-2
File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-1
These files
2010 Apr 08
1
reshape panel data
I have a data set with observations on 549 cities spanning an 18 year
period. However, some of cities did not report in one or more of the 18
years. I would like to implement the procedure suggested by Wooldridge
section 17.1.3 in his "Econometric analysis of cross section and panel data"
to correct for attrition. For example the table below indicates that the 3rd
and the 7th cities in
2015 Feb 10
1
Dial Plan Issue
I am trying to transition an application over from a FreePbx box to a Standard build Asterisk 11.6 box. I have a job that creates a call file and plays a sound file. If it detects a voicemail, then it plays it, waits 1 second and replays it.
The FreePbx box works fine but the Standard Asterisk build is dropping the call during the first Voicemail playback and it does not leave the voicemail.
2006 Feb 06
1
Will not authenticate incoming VOIP provider calls
I running Asterisk 1.1 on Mandriva 2006.
Everything works fine, can connect with softphone, send outgoing calls to VOIP
provider.
The only (and big) problem is that Asterisk refuses to authenticate incoming
calls with the message (in the log):
Failed to authenticate user "XXXXXXXXXX" <sip:XXXXXXXXXX@209.17.160.129>
From what I've read in the various docs I could access, I
2006 Apr 10
2
Outbound calls through Broadvoice
Hi all, a noob here, I am trying to get outbound calls through asterisk
working with Broadvoice.
I have consulted the following two online tutorials:
http://www.broadvoice.com/support_install_asterisk.html
http://www.voip-info.org/wiki/view/Asterisk+settings+Broadvoice
in an effort to make outbound calls.
My current settings are as follows:
sip.conf
register =>
2005 Aug 21
2
Broadvoice Issue
I did a quick google search of the lists site and couldn't find a
definitive answer, so if it's there, I apologize for asking again.
Starting about noon yesterday, I am no longer able to send/receive calls
via Broadvoice. When calling in, I get a fast busy, and when calling out
I get the following error:
-- Executing Dial("SIP/112-572a",
2008 May 26
2
mbox empty messages in Sent folder
I'm talking about mbox Sent folder, where some mailers append through
imap server
a copy of each message they send.
Sometimes, just three header lines got appended instead of the whole
mail message, such as:
>From xxxxxxxx at xxxxxx.xxxxxx.xxxxx.xx.xx Fri May 23 12:30:14 2008
X-UID: 2852
Status: RO
This happened in the past (dovecot-1.1-beta/rc with Evolution and with
Thunderbird), and
2013 Feb 26
1
set time zone in sip debug logs
Hello, Please suggest the way to change the time zone in below sip debug logs. INVITE sip:xxxxxxxxxx at xxx.xxx.xxx.xxx:5060 SIP/2.0Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5060;branch=z9hG4bK7bbd9;rportMax-Forwards: 70From: "xxxxxxxxxx" <sip:xxxxxxxxxx at xxx.xxx.xxx.xxx>;tag=as23a29r59To: <sip:xxxxxxxxxx at xxx.xxx.xxx.xxx:5060>Contact: <sip:xxxxxxxxxx at
2009 Aug 21
1
Queue Question
First off this is not my work for extensions.conf it is modified from
http://leifmadsen.wordpress.com/2009/07/15/migrating-from-agentcallbackl
ogin-to-standard-dialplan-methods-part-1/
So credit to Leif Madsen <http://www.leifmadsen.com>
But as to my question
[AgentLogin]
;A replaced version of AgentCallbackLogin() using a GoSub()
;
exten =>
2005 Mar 08
1
All Circuits are Busy Now
I have downloaded and installed Asterisk@home and I have installed X-Lite on my Windows machine and I am able to connect it to the Asterisk server. I went ahead an created an account on Broadvoice today and followed the directions on http://voip-info.org/wiki-Asterisk+settings+Broadvoice and http://foo.robotics.net/mediawiki-1.3.10/index.php/Asterisk_Setup but when ever I try and make a call from
2010 Mar 22
1
IDMAP_RID with Winbind works for groups but not users
Hi,
I've setup samba 3.4.7 to use idmap_rid as per the documentation:
idmap backend = rid:DOMAIN=500-100000000
idmap gid = 500-100000000
imap uid = 500-100000000
It seems to work for groups:
wbinfo --group-info="domain admins"
domain admins:x:100512
PsGetSid v1.43 - Translates SIDs to names and vice versa
Copyright (C) 1999-2006 Mark Russinovich
Sysinternals -
2005 Mar 09
2
Broadvoice latest changes and still not working-An
I've tried everything with the * box after this weekend. I have read
every document on the problems people are having with them after this
weekend as well, but none of them address my problem.
I checked my settings in my sips which I have below as well,
I have changed the host file a few times, but this was new to me and I
never had modified it before. I have and the same results
2014 Oct 14
2
nslcd samba 4.1 and FreeBSD 10
Hello list-
As a FreeBSD shop we've used Samba 3.x quite well for a couple years. With version 3.6 due to expire in due time, we've been experimenting with version 4.1 using winbindd with very limited success. We find that if we use the TDB backend instead of either RID or AD, we are able to enumerate our AD users via getent. I cannot enumerate AD users via either the AD or the RID
2013 Jan 03
1
samba-tool domain classicupgrade with LDAP backend
Hi
I am testing the migration from our actual Samba domain, based on Samba
3.3.8 and LDAP (389DS) to Samba 4. I have followed the Samba4 Howto, and I
have successfully compiled it. Now I am running the classicupgrade command,
but I am getting some errors.
First of them is that the script is ignoring the "ldap group suffix"
parameter in smb.conf, and is always searching in the
2009 Aug 12
1
sambaprimaryGroupSid
Hi all!
I'm configuring a samba PDC with an LDAP sam. Everything is working
great except that when I do pdbedit -Lv root (which is my "Domain
Administrator" account) I see that it's getting a Primary Group SID
value of S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXX-513 instead of the
S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXX-512 that is stored in my LDAP tree.
Does someone
2015 Jun 08
1
Two-way forest trust with selective authentication and SAMBA 3.6 as member
Hello Everybody,
we have authentication problems with the mentioned configuration.
Current situation:
We have two Windows 2008 R2 domains (currently on 2003 level) in
separate forests. Recently we created a two-way trust with selective
authentication between them.
A Debian Squeeze LTS machine running SAMBA 3.6.6 (latest Backports
version) is member of our primary domain and provides file
2010 Feb 02
2
Semi-Transfer
There are times when I need to call a client from my cell and I want a
recording of the call. I was trying to put into an * a way of doing
that. Below is what I'm using in my extensions.conf
exten=> X,1,Read(num,"/var/lib/asterisk/sounds/mtas/10digit",10,,,5)
exten=> X,2,SayDigits(${num})
exten=> X,3,Background(/var/lib/asterisk/sounds/mtas/verify)
exten=>