similar to: Script consumes memory

Displaying 20 results from an estimated 90 matches similar to: "Script consumes memory"

2009 Dec 07
1
Automon -> Voicemail
Hi all, What's the best method to send automon call recordings (*1) to the voicemail box of the Asterisk user? Do you have to trap hangups, etc, or is there some global variable that can be set? Thanks! S.
2010 Jan 26
5
Auto exit lftp on bash script
Hello again! I have this piece od code: ##################### #lftp will make the backup lftp -u user,password -e "mirror --reverse --delete --only-newer --verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE # end log file date >> $LOGFILE echo "Backup Completo!" >> $LOGFILE ##################### Everything is fine, but the bash scrip dosn't complete
2016 Jun 22
0
Problem executing VM backups
Hi everyone, we are suddenly having a problem with executing our backup jobs. For a long time, we have used a shell script which contains the following code to backup all our virtual machines: for domain in Testserver Faktura Fileserver Gitolite Jenkins Nexus SimpleHelp VpnGateway Wiki; do echo -n "$(date +"%Y-%m-%d %H:%M:%S") starting backup for vm
2004 Jun 28
2
AGI->Exec Problem
Hello, I am having some trouble with the Asterisk::AGI perl library. It seems that the AGI->Exec() command is causing me a problem. Here's the line in my AGI code: $AGI->exec('Record',"$vmfile:wav, 30"); I'm trying to record voicemail to the file name stored in $vmfile with a silence timeout of 30. However, this is not being parse by AGI or Asterisk correctly,
2013 Jun 07
2
Microsoft Hyper-V over SMB 3.0
We have a project about Microsoft Hyper-V by using our storage. We want to use Samba to share our storage to Hyper-V. And we know from Microsoft homepage hyper-v(windows 2012) only support smb3.0 protocol, but right now the newest version of Samba don?t? fully support SMB3.0 protocol. I tried the version of Samba4.0.6, Samba3.6.9, but both failed to create virtual hosts using Hyper-V.
2013 Jun 18
0
language specific email templates
Hi, I am new to Asterisk. I'm using it behind a kamailio sip-router to provide voicemail boxes to sip-users. I followed these instruction: http://www.voip-info.org/wiki/view/Realtime+Integration+Of+Asterisk+1.4+With+Kamailio+1.5.x to set everything up, using ARA with a MySQL DB. After a few tweaks "everything" is basically working, however, a few questions remain that I could not
2009 Nov 26
2
little "r" cannot find packages
Dear All I want to use R, Rscript und r alternately under one common configuration. The problem is that \"r\" can't find the package \"Rmpi\" and other packages whereas \"R\" has no problem to find. $ R --vanilla < mpiHelloWorld.r #!/usr/bin/env r library(Rmpi) # calls MPI_Init rk <- mpi.comm.rank(0) sz <- mpi.comm.size(0) name <-
2014 May 01
1
Terminal settings
So this has been bugging me for a few years now and I can always "fix" the problem, but I don't know if that's actually the correct way. So the issue is terminal emulation. I use Secure CRT (vandyke.com) to connect to any and all of my servers through SSH. Whether the terminal is set to 'linux' or 'xterm' makes no difference, I always get this output when I run a
2006 Jun 14
2
DUNDi Users
I have three Asterisk boxes. Each has the following in dundi.conf: 180net => dundi_local,0,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial 180q => dundi_q_pbx1,1,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial 180q => dundi_q_pbx2,2,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial 180q => dundi_q_pbx3,3,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial My iax.conf on all three
2005 Dec 23
6
SIP permit/deny
I have the following in sip.conf. It was my understanding that this configuration (ie with deny/permit) would only allow connections from hosts 192.168.10.4 and 192.168.10.5. That doesn't seem to be the case. Asterisk is accepting INVITE's from other addresses. [a00090101] type=friend context=Company1 username=a00090101 ;secret=180 ;insecure=very host=dynamic mailbox=company1@vmusers
2007 Sep 13
2
: Re: Mongrel hangs, consumes all CPU on shutdown
> We see this on all of our Mac''s here as well. We''ve tried it with > different versions of Ruby (1.8.4, 1.8.5, and 18.6), and the problem > happens with all of them. > We run macs w/ compiled adaptors on local mysql instances and there are no issues. F -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 13
0
Mongrel hangs, consumes all CPU on
Maybe just monitor it with monit and kill+restart it when it gets out of control, as a stop gap :) -Roger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070912/6a56fd3c/attachment.html
2004 Jun 07
0
Smbd consumes all resources and hangs machine
Hi all! I have recently installed samba-3.0.2a-1 on my RedHat 9.0, Kernel 2.4.20-8 box. The box has a 300GB RAID5 array, 4GB of memory, and dual 2.4Ghz P4 processors with hyper threading enabled. When I copy a massive amount of files (~50GB) to the Samba server from a Windows 2K client, somewhere during that process (seemingly around 2 hours into the copy each time), my Linux box COMPLETELY
2009 Jun 10
0
Mechanize consumes ~11 mb
I''ve got a little test script that just sleeps, calls `free -m` and sleeps again for a while. Adding "require ''mechanize''" to the top of the script increases the resident memory (as reported by top) from about 5mb to about 16mb. That 11mb jump seems a little crazy to me. The initial 5mb is rubygems, which also seems a little crazy to me. Am I way off track?
2015 Jan 21
0
[Bug 2339] New: openssh consumes stdin even if command isn't interactive
https://bugzilla.mindrot.org/show_bug.cgi?id=2339 Bug ID: 2339 Summary: openssh consumes stdin even if command isn't interactive Product: Portable OpenSSH Version: 5.9p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component:
2006 Sep 05
1
yum consumes machine (load average soars to 47)
I was using yum to update packages a few nights ago on one of my servers. The update of rpm packages appeared to die. Since then, commands like 'yum check-update' will consume the system. This is a dual-core Pentium-D, with X64 (and I'm running 64 bit). One CPU pegs at 100% running yum, but whatever it's doing on disk really is the bigger issue. It so consumes the disk
2004 Jun 03
0
Samba consumes all resources and hangs machine
Sir or Ma'am: I have recently installed samba-3.0.2a-1 on my RedHat 9.0, Kernel 2.4.20-8 box. The box has a 300GB RAID5 array, 4GB of memory, and dual 2.4Ghz P4 processors with hyper threading enabled. When I copy a massive amount of files (~50GB) to the Samba server from a Windows 2K client, somewhere during that process (seemingly around 2 hours into the copy each time), my Linux box
2006 Oct 31
0
6292950 getsockname consumes pending ECONNREFUSED errors
Author: blu Repository: /hg/zfs-crypto/gate Revision: f0d84e66bf3b67624b5681ccf78a3435e40e1ea5 Log message: 6292950 getsockname consumes pending ECONNREFUSED errors Files: update: usr/src/uts/common/fs/sockfs/socktpi.c
2006 Jun 12
2
in_place_editor consumes html tags?
I''ve got a bog-standard view which displays textilized data. In the same view, I have an in_place_editor which uses load_text_url to bring in non-textilized data when editing. Now, if I have html tags in the data loaded from load_text_url, they appear to go missing. I can see the tags in the output from my controller method using the console, but the tags are not shown in the
2010 Dec 30
2
memdisk + grub2 consumes lot of memory
Hi all, I think I have asked about this before but I do not know whats happening. I have problems booting syslinux in my GPT disk which I have asked in a separate topic "Boot Error GPT partition" . I loaded https://github.com/skodabenz/Tianocore_DUET_memdisk_compiled (append options - floppy ro nopass) . Using syslinux when it was booting properly, did not lead to loss of RAM.