Displaying 20 results from an estimated 1000 matches similar to: "high number of processes"
2010 Nov 16
1
local users and virtual users
Hi list,
I'm facing this problem:
I have a e few local (system) users and a bunch of virtual users (in
MySQL). To make it easy for the big group, I've set a default domain
which is not the domain of the server (which is just the servername). So
the big group logs in with there short name without @<domain>.
BUT the few system users (in passwd) cannot login to pop or imap because
2014 Jun 18
2
config best practice
Hi! We will soon start upgrading our Ubuntu mail server (running 2.0.19)
from 12.04.1 LTSto 14.04 LTS.
The dovecot config is still pretty much in 1.x style; one flat file
called dovecot.conf. I can easily switch to a dovecot.conf with the
"!include" lines and rename my flat config file to local.conf. I've
tested that and it works fine. I could also try to move all lines in
local.conf
2010 Aug 29
1
PAM authentication fails
Hi,
I'm fighting all weekend on with auth and pam to authenticate local
system users. testuser is such local user and is in passwd and shadow. I
want to have local system users (testuser is one of them) and virtual
users. The virtual part works fine but I cannot get the local user to
connect.
Still pam fails finding the user. The suggested password mismatch at the
end is, in my eyes,
2010 Oct 06
4
Convert plugin
Hi,
I'm trying to get old mail from /var/mail/<user>, where <user> is the
(sometimes) huge mailfile, not a directory, converted to the maildir
INBOX in ~/Maildir. Users have no ~/mail directory; they were supposed
to use pop3 only.
I'm trying the example from the wiki:
plugin {
convert_mail = mbox:~/mail:INBOX=/var/mail/%n
}
but have still not succeded. I tried
2017 Sep 18
0
Fwd: Seattle/King County based meetup
---------- Forwarded message ----------
From: keita abdoul-kader <abdoulk.keita at gmail.com>
Date: Mon, Sep 18, 2017 at 2:01 PM
Subject: Re: [llvm-dev] Seattle/King County based meetup
To: Sam Elliott <ashe2 at cs.washington.edu>
On Mon, Sep 18, 2017 at 1:53 PM, Sam Elliott <ashe2 at cs.washington.edu>
wrote:
> I would be interested. I'm at UW, doing a PhD.
>
>
2008 Sep 19
1
readRegistry function (PR#12937)
Full_Name: Zivan Karaman
Version: 2.7.2
OS: Windows XP
Submission from: (NULL) (195.6.68.214)
I'm puzzled by the readRegistry function.
Shouldn't the "hive" argument be something like
c("HLM", "HCR", "HCU", "HU", "HCC", "HPD") rather than
c("HLM", "HCR", "HCU", "HU",
2006 Sep 29
2
hcc not found, rcmd build
Working under Windows XP, I am compiling a package called 'pgirmess'
with the command
rcmd build --binary --auto-zip pgirmess
I have this message error after having listed: functions text html latex
example chm
....
zipping help file
hcc: not found
cp: cannot stat 'c:/TEMP/Rbuild365620874/pgirmess/chm/pgirmess.chm': No
such file or directory
make[1]: *** [chm-pgirmess] Error 1
2009 Mar 17
1
Adding labels to heatmaps from image()
Hi,
I have been trying to add labels to the rows of a heatmap produced using image() function. It is simply not working. Here is what I did.
A2Rplot.hclust(hcc,k=length(num),col.up="black",col.down=num,lty.up=2,lty.down=1,lwd.up=1,lwd.down=2,show.labels=FALSE)
#used the above external program to create a colored dendrogram
xsort <- x[1:nrow(x), hcc$labels[hcc$order]]
2017 Feb 07
2
Clang option to provide list of target-subarchs.
There are at least four clang frontends for offloading to accelerators:
1 Cuda clang 2 OpenMP 3 HCC and 4 OpenCL. These frontends will
want to embed object code for multiple offload targets into a single
application binary to provide portability across different subarchitectures
(e.g. sm_35, sm_50) and across different architectures (e.g nvptx64,amdgcn).
Problem: Different frontends
2005 Jan 04
0
Cisco 7200 One-Way Audio
Hi,
I am experiencing one-way audio from:
SIP Device ----> Asterisk -----> Cisco 7200
The Cisco 7200 has a VXE+ card that will allow you to do SIP. I can pass
audio from SIP Device to Asterisk through the Cisco 7200 to the other end,
but the Cisco 7200 does not return any audio back to the SIP Device or
Asterisk, it seems. I have tried upgrading to 12.3T IOS version, but no
2004 Dec 15
1
hclust and heatmap - slightly different dendrograms?
Good afternoon,
I ran heatmap and hclust on the same matrix x (strictly, I ran
heatmap(x), and hclust(dist(t(x))), and realized that the two
dendrograms were slightly different, in that the left-right
arrangement of one pair of subclusters (columns) was reversed in the
two functions (but all individual columns were grouped correctly).
Looking through the code for heatmap as a most definite
2005 Jan 10
1
Ramifications of Multiple Sip Reloads Within Minutes?
We have the ability to create random UID's on own system through a custom
CGI API. These UID's are written to individual sip configuration files based
on the account name, so for instance sip_TEST.conf, sip_TEST2.conf, and
sip_TEST3.conf, etc. Many of these UID's are created on the fly and at random
times throughout the day. Right now, I have it setup to do a reload every
night.
2004 Dec 24
3
Preventing Asterisk from sending 'h' across to SIP Provider
Hi,
I want to prevent Asterisk from sending the h extension across to the SIP
provider or to prevent it from hitting the script at all. The SIP Provider
does not know what to do with the h extensions once it receives it. My SIP
Provider takes all digits and forwards them off to a softswitch for
processing. Everytime a call hangs up, it complains about running AGI scripts
on hungup
2004 Dec 14
3
Problems with app_realtime
It seems that when setting qualify = 200 or qualify = yes in the database for
a sip friend/peer, RealTime does not update the registration status like it
should.
I also have several peers which have been offline and Asterisk still reports
them as registered, even though the registration seconds are only 200.
Asterisk Ver: CVS HEAD 12/1/2004
Layout of sip_buddies:
mysql> describe
2004 Nov 26
2
Execute a script upon registration
Is it possible to execute a script upon successful registration and
authentication of a SIP device in Asterisk? For instance, have a script log
all successful registrations in a database or authenticate users instead of
using the secret=password in the sip.conf file? Thanks -
--
Brian Wilkins
Software Engineer
brian@hcc.net
Heritage Communications Corporation
Melbourne, FL USA
2002 Aug 02
0
[Bug 378] New: sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
http://bugzilla.mindrot.org/show_bug.cgi?id=378
Summary: sshd does not update utmp/utmpx
records correctly when "UseLogin" feature on
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
2016 Oct 15
1
make tinc as a reusable lib possible?
2016-10-11 3:52 GMT+08:00 Mr.X <mrx at hcc.im>:
> Network extension apps are just like ordinary apps, only they can utilize
> the utun interface and create VPN entries. So I think, yes, tinc need to be
> linked from such apps.
link to and link from is mark as the main application's view, so, for
NE extension it's link to libtinc( if there is a libtinc lib), that's
2005 Aug 22
1
Problem with Hangups
Hello,
I am having an issue with hangups being handled within Asterisk. Right now, when an inbound call hits
the Asterisk box, Asterisk picks up the call just fine.
When the caller enters an extension to call, the Asterisk dials out on Zap/3 and rings the extension with
no problem. If the extension is answered, there is no problem.
If the caller hang's up before the phone is answered,
2004 Jun 30
7
Asterisk Causing Cisco 7200 Router to Crash?
Hi,
We are having an issue here. It seems that whenever we initialize Asterisk
on our network, the router that the Asterisk server is connected to (Cisco
7200) crashes and loses it configuration. This has happended five times and
each time we have tested it, it is always when Asterisk starts up. Has anyone
else seen this problem? It is very odd because this is a very good router and
we
2005 Jun 22
10
New Asterisk Implementation
Hello,
I've been planning to replace my aging CENTREX switch with a new PBX and am seriously
considering Asterisk as my solution.
I work at a college, and we currently support just under 300 regular analog lines to
the offices and whatnot.
I was wondering.. Is asterisk ready for such a job? Would I be making a mistake
to deploy this across the campus at this time?
It seems that