similar to: Issue dialing out

Displaying 20 results from an estimated 200 matches similar to: "Issue dialing out"

2016 Mar 09
4
Setting up public mailboxes - user not found
Hi all, This is the first time I use the dovecot mail list so I?m sorry if I forget something. My problem is that for some reason I can get public mailboxes to work. I have setup the directory Public, the folders and the cur,tmp and new folder in them: Public | |- .office3 | |- cur |- tmp |- new |- dovecot-acl Here is my dovecot conf: # 2.2.13: /etc/dovecot/dovecot.conf # OS:
2009 Mar 05
1
verbose_proctitle doesn't work?
How is verbose_proctitle supposed to work? I set it in the config but I don't see anything particularly verbose while the mailbox is connected. This is while the connection is open, immediately after deleting a message, before closing the connection. Same for IMAP and POP tests. # `ps axu | grep dove` # root 20392 0.0 0.0 1888 540 ? Ss 12:45 0:00 /usr/sbin/dovecot #
2005 May 26
1
export the graphical result of bwplot()
Dear all, Maybe somebody can help me to understand my problem: Inside a R script, I try to export the graphic results of 'bwplot' in some jpeg files. The data source ('main') is a mix of numeric and factor values the "analysis_bwplot()" contains the loops (i and j) and calls the "analysis_var_var_bwplot()" method. "analysis_var_var_bwplot()" uses
2006 Jan 20
0
Cisco 7912G SIP phone and Asterisk double RTP packets
Hi there, i did some tests with two Cisco 7912G phones (SIP stack) yesterday. With both ethereal and tcpdump listening on the Asterisk-Server's NIC, it came up that all RTP packets were doubled, with some small but almost constant delay (~460 us). The setup is 7912G <--> ASTERISK <--> 7912G The tcpdump output shows RTP traffic ASTERISK --> 7912G: 000000 IP $ASTERISK.17944
2007 Oct 18
0
Mongrel-users Digest, Vol 21, Issue 16
According to the mongrel_cluster.yml file you provided, you''re starting only 14 mongrels, but in your proxy balancer config you have 30 mongrels listed on ports 21000 - 21029. In this scenario, if apache tries to proxy to any ports higher than 21014 then you''ll get a proxy error as a mongrel doesn''t exist on that port. Or am I missing something? -----Original
2009 Nov 28
1
Sending signals to current R process from R running under MS Windows (c.f. Esc)
I am using RGtk2 for a simple GUI (rattle). I start rattle from the RGui and I remain able to interact with the RGui while rattle runs. Under MS/Windows, when rattle has initiated some other underlying R command the rattle GUI remains responsive (unlike under GNU/Linux where it is not responsive until the underlying command completes). I can interrupt the running command with a press of the Esc
2007 Jun 11
3
groups with spaces in their name
I''m trying to set puppet up to manage users and groups on an OpenBSD Samba server, but puppet doesn''t want to handle group names with spaces. I know this horribly ugly, but compatibility with windows clients seems to demand groups like "Domain Users" and "Domain Computers", and puppet chokes on them even though the underlying OS handles them at least well
2005 Jul 18
1
Stale nonce received from
Hi Guys, I am using the latest stable version of asterisk which I updated yesterday, but I keep getting this error message for some of my accounts. Can anyone explain to me what does this mean? "WARNING[3032]: chan_sip.c:4832 check_auth: Stale nonce received from". Thanks Joel
2010 Mar 12
3
defining columns in a matrix
Hi all, I have the following 7 x 7 matrix. ?I am trying to figure out how to label the columns to something more descriptive other than [,1], [,2], etc. I have tried the c(x,y,z,) function, but I get a error returned stating that my vectors need to be the same length. Do I need to convert this to something else such as a list and then repack it? Thanks, Kindra ?? ? ? ? Volume Time ? ? ? ?[,1]
2010 Apr 28
2
[LLVMdev] Schedule for poolalloc/DSA
Hi all, is there any plan when poolalloc and DSA will be adapted to compile and run with LLVM 2.7? I'm currently about to start a bigger project using DSA and it would be nice if I could use LLVM 2.7 instead of porting everything I do now from 2.6 to 2.7 later. Cheers, Kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type:
2002 Dec 08
1
color of plot axes involving POSIX types
I am attempting to plot frequency of occurrence against (calendar) time. As the output is to be produced as a Powerpoint picture on a dark background I wish to make the plot output yellow > par(col="yellow", col.axis="yellow", col.lab="yellow", col.main="yellow") > plot(t2, t1, ylim=c(0,40), main="Episynlestes run 2",
2007 Jan 15
1
ANY ADVICE ON THIS????
Hello List, I am stuck with this problem for several days... anybody can give me a hint on this?? I know many of you dealt with problems similar to this, how did you address this?? Thanks in advance!!! -lars ---------- Forwarded message ---------- From: Lars Knopf <lars.knopf@gmail.com> Date: Jan 11, 2007 1:12 PM Subject: realtime sipusers and rtcachefriends... big headache!! To:
2008 Jul 23
2
prevent runaway PID taking down server (RAM/swap)
Is there a way I can prevent processes from taking up all the ram then swap until the box crashes/freezes? I'm using IEs4Linux and the wineserver seems to start taking up RAM until my box dies, it happens slowly. I am able to kill the sucker now, but I'd like to not have to worry about that. sar -r 01:00:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbswpfree kbswpused
2007 Oct 03
2
Windows OS, R and unicode
I'm trying to use the biological female and male signs in R2.5.1 under Windows XP. I can access and insert these symbols using word-processors. In general these should be available as \u2640 and \u2642 but I can't make them happen in R using (say) text(5,5, "\u2640") message "invalid \uxxxx sequence" I've replaced Arial with Arial unicode MS in Rdevga and
2009 Jun 13
4
Source RPM issues. Mismatched Libs?
Hello, I am having some issues with the installation of the Icecast2 software on my CentOS 5.3 x64 machine. I am attempting to install from a source RPM provided by the developer. Upon executing: # rpmbuild --rebuild icecast-2.3.2-0.src.rpm Normal compilation takes place until the following error is thrown out: /usr/lib64/libxslt.so: undefined reference to `xmlXPathContextSetCache'
2007 Jan 01
4
if ... problem with compound instructions
I am having problems with the 'if' syntax. I have an n x 4 matrix, X say. The first two columns hold x, y values and I am attempting to fill the second two columns with the quadrant in which the datapoint (x, y) is and with the heading angle. So I have two problems 1) how to do this elegantly (at which I've failed as I can't seem to vectorize the problem) and 2) how to
2007 Apr 04
6
transition matrices
I am working with transition matrices of sequences of animal behaviours. What I would like to do is parse the original matrices, adjusting row/column order so that the matrix has its main values in blocks surrounding the diagonal. This would cause behaviours involved in functional groupings (e.g. grooming, resting, foraging etc) to appear as blocks. This can be done manually by applying
2007 Jun 28
0
Is anyone using ferret on Solaris/SPARC?
Ferret throws a bus error in the unit tests under Solaris, sun4u architecture. http://ferret.davebalmain.com/trac/ticket/272 Bug reporter appears to be on Solaris 8 with Ruby 1.8.4. I''ve tried on Solaris 10 (first release and 10/06, first without and then with the most recent patch set), both with Ruby 1.8.6, and get exactly the same error in the same spot. Tried with 0.11.4 and also
2001 Jun 11
1
Hanging SSH1 client (fwd)
installing openssh on irix is hard? -------------- next part -------------- An embedded message was scrubbed... From: Miguel Jardine <mcj2 at georgetown.edu> Subject: Re: Hanging SSH1 client Date: Mon, 11 Jun 2001 11:09:38 -0700 Size: 4832 Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010611/c665c85d/attachment.mht
2007 Jan 11
1
realtime sipusers and rtcachefriends... big headache!!
hi folks, I am using asterisk 1.2.13 (debian etch). My customer's sip accounts are stored in realtime sipusers. I have enabled in sip.conf rtcachefriends=yes and ignoreregexpire=yes Each account has nat=yes Now, I have lot of problems. for example, when I change the 'secret' field of a user in the database, it doesn't get reflected in Asterisk, who is still expecting the old