Displaying 20 results from an estimated 3000 matches similar to: "IMAP timeout problem"
2008 Oct 03
4
Action Mailer >> Hiding Receipients in the email templates
Hi,
Anyone have any idea about hiding the receipients address in the email
template in "TO" field.
As am Example:
While sending an email to multiple users, the receipients email
addresses should not come in the "TO" field in the email template.
Thanks in Advance.
Piyush.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2012 Jun 22
2
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
Hi LLVM-Dev Team,
I am a graduate student working on compilation for heterogeneous multi-cores.
As a part of my project, I need to extend llvm by adding a new data
type for a commonly used data structure like queue.
Could you please mention if there been any prior work on extending the
llvm frontend to accommodate these kind of new data types and parse it
to get LLVM-IR.
Can you also advice on
2012 Jun 22
0
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
Narayan,
OpenCL has similar data type called Images. They can only be accessed through function calls and not directly.
Micah
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of NARAYAN HEGDE
Sent: Friday, June 22, 2012 10:24 AM
To: llvmdev at cs.uiuc.edu
Cc: Uday Reddy
Subject: [LLVMdev] Extending llvm with data types which can be accessible only through
2010 Oct 08
4
login_* options for 1.0.15
Hello all,
Although i'm aware that version 1.0.15 is rather old, that's what is
used in Lenny, so...
Either way, the setup is rather simple, regular dovecot install, with
maildirs residing on a "local" ext3 filesystem accessed through FC to a
SAN (2Gbps link). The server has 2 cores (with HT), so "almost" 4 cores
and 3GB of ram.
A couple weeks ago we had a major
2007 Aug 21
4
Formatting Sweave in R-News
Hi,
I am editing a document for submission to the R-news newsletter, and
in my article my Sweave code inserts a dynamically generated PDF
report that my R program generates.
However, when I insert the PDF using the following Sweave code:
\newpage
\includegraphics[scale=1.0]{\Sexpr{print(location)}}
\newpage
(in tex this looks like):
\newpage
\includegraphics[scale=1.0]{/home/arjun/sample.pdf}
2006 Aug 10
2
dovecot process dies
Hi to all.
I upgraded my dovecot from rc5 to rc6. Prior to upgrading, it was
working seamlessly. But now I couldn't start dovecot.
Here's what the log says:
Aug 10 10:39:17 proxy dovecot: Dovecot v1.0.rc6 starting up
Aug 10 10:39:18 proxy dovecot: Login process died too early - shutting
down
Aug 10 10:39:18 proxy dovecot: child 29033 (login) killed with signal 11
Aug 10 10:39:18 proxy
2009 Apr 20
2
ODBC in wine
Hi
I get the following when running an App on wine-1.1.18.
Does it mean the application can't access the odbc data base?
WINEDEBUG=+winhttp.dll wine tally9.exe fixme:winspool:EnumFormsA 0x1 1
(nil) 0 0x33f894 0x33f898
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:htmlhelp:HtmlHelpW HH
2010 Jul 28
2
unable to ./configure wine on FreeBSD 8
Hi
I am on commit 20f51c29a99299384e840e148f02aae66bfb45be.
FreeBSD freebsd.vaaraahi.com 8.0-RELEASE FreeBSD 8.0-RELEASE #0
freebsd# ./configure
checking build system type... i386-unknown-freebsd8.0
checking host system type... i386-unknown-freebsd8.0
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default
2006 Apr 06
2
deleting partition does not effect superblock?
Hi,
I am using kernel 2.6.15.4.
On my system, I first created a partition with EXT3 and put some data
on it. Later, I deleted the partition, and re-created another
partition with the same starting block number and a higher ending
block number. I intended to format it with another filesystem, but
surprisingly (or maybe just to me), the superblock of the partition
had not changed. I could still
2009 Jun 06
2
FXRuby Installation failing
Hi
Which is the most stable version of FXRuby that can be used with ruby
1.8.7 (2008-05-31 patchlevel 0)?
I am having lots of trouble installing fxruby using gem.
root at at91sam9263ek:~$ gem install fxruby-1.6.19.gem
Building native extensions. This could take a while...
ERROR: Error installing fxruby-1.6.19.gem:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby
2007 Apr 02
3
Man pages
Folks,
I''ve been looking at creating a set of man pages for puppet and I''m
trying to come up with a reasonable hierarchy. I''d appreciate any
suggestions.
So far, here''s what I''ve come up with:
- puppet(1)
- puppetca(1)
- puppetdoc(1)
- puppetrun(1)
- puppetca.conf(5)
- puppetd.conf(5)
- puppetmasterd.conf(5)
- puppetd(8)
-
2007 May 21
1
Passing R CMD Check without data
I have a package which passes R CMD check with the --no-vignettes option.
However, it does not pass the check without that, as the vignette relies on
some data files that I cannot distribute. However, I would like the package
to pass the check so that I can put it on CRAN, so that other people with
access to the dataset can put the data into the package, and then rebuild
the vignettes themselves.
2007 Sep 28
4
1.0.5: many pop3-login processes?
Hello,
We are running dovecot 1.0.5 on a test server, with FreeBSD 6.2
(though I have noticed the same problem since dovecot versions in the
0.99 range).
We don't have very many simultaneous pop/imap users, but we have a
proliferation of pop3-login processes.
Currently we have 128 such processes. We have 11 imap-login processes,
but only a few actual imap processes running.
Is this normal?
2010 Nov 19
1
call forward problem
Hi,
I tried to perform call forward in asterisk by writing the following in the
dial plan.The data base is getting updated with the caller ID number how
ever the call is not getting forwarded.
[apps]
exten => _*21*XX,1,Set(DB(CFIM/${CALLERID(number)})=${EXTEN:4})
exten => _*21*XX,2,Hangup
exten => #21#,1,DBDel(CFIM/${CALLERID(num)})=${EXTEN:4}
exten => #21#,2,Hangup
Regards,
Aparna
1999 Feb 28
1
nt4 workstation <--> samba slow login problem
hi folks,
a while ago i posted a question to the list asking for help with my problem:
the login process (while mapping a samba network drive on my nt4 system) was
really slow. someone suggested DNS and another person suggested to make sure
the TCP/IP protocols were at the top of my protocol list. using these tips,
i snooped around a bit more and i now have made the situation a lot better.
my fix
2007 Feb 21
4
Solaris/SSLonly/Lots of Users
Anyone running Dovecot on Solaris, requiring only SSL connections, and
servicing thousands of simultaneous users? Our past attempts to do so
have failed due to dovecot-auth using up all 256 of its file descriptors.
I say 256 since we are limited to that by the 32-bit libraries.
We are looking at either compiling Dovecot in 64-bit and letting dovecot-auth
file descriptors accumulate (not ideal),
2004 Jul 01
3
Samba w/Winbind HA cluster
We are planning to build an HA cluster of samba servers, using winbind to
authenticate against an Active Directory domain. The problem I see with
this, is that the Winbind uid mappings will not necessarily be the same on
both nodes in the HA cluster. Does anyone have any suggestions on how to
get the winbind uid and gid mappings to match on 2 separate servers?
Alex Laslavic
Havertys Tech
2008 Mar 18
1
regarding problem backgroundrb setup(new to ruby on rails)
Hi all
My problem is that:
With reference to
http://backgroundrb.rubyforge.org/
1---I have download backgroundrb from
http://opensvn.csie.org/ezra/rails/backgroundrb
to my vendor/plugin in my application folder.
2-- after that I used the command to run :-rake backgroundrb:setup --
trace
From my application
2011 Apr 27
0
Invalid key 0 given to dptr_close
can anyone tell me what these sorts of errors in log.smbd mean? my searches
thus far haven't uncovered anything at all recent
[2011/04/25 23:19:43, 0] smbd/dir.c:292(dptr_close)
Invalid key 0 given to dptr_close
we have samba 3.4.8 running under solaris10; the number of clients ranges
between 30-100 at any given time. all works flawlessly for months at a
time, yet every few months or
2007 Mar 28
8
Working on docs: PRM and modules
Hi all,
Now that (I hope) I''ve fixed the problems in 0.22.2 with 0.22.3, I''m
prioritizing on documentation, since that''s the biggest complaint
from people right now, from what I can tell.
I''m starting with the introduction, since, of course, that''s where
everyone else starts, and it has not kept pace with how I talk about
Puppet in