Displaying 20 results from an estimated 4000 matches similar to: "Running POP3 with two different ports?"
2005 Feb 02
1
File isn't in mbox format - Couldn't open INBOX
I cannot reproduce this error everytime, but it seems to happen when
Outlook tries to delete the first message (the first message in the
file, message on top) in the /var/mail/user file.
I tried looking through the mailing list but came up blank. Is this a
known problem?
I can fix this problem by editing the file manually and fixing the file.
If I delete the first 2 lines (in the example below)
2005 Jul 22
3
pop3 authentication failure - password mismatch
I tried to run dovecot 1.0 built by myself but encountered the above problem.
See the error traces below. First of all, the password and user are
correct, as it worked with the 0.99 rpm version of dovecot. I also
hand verified with ssh.
I also attached the dovecot config file below. Any ideas?
Jun
fetchmail output on client:
-------------------------------------
fetchmail: POP3< +OK
2003 Dec 02
7
Meetme Recording
Hi,
Can anybody explain me in configuring Asterisk to record a conference?
Regards...
Girish
_________________________________________________________________
Add zing to Hotmail. Get FREE newsletters.
http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe
now!
2011 Dec 21
2
[LLVMdev] Stop MachineCSE on certain instructions
Hi, Jim.
In my case the target (Tilera) doesn't have a full 32-bit mult operation and to do so it has to accumulate results from three 16-bit mults, by retaining operands and the result across in the same registers. However the ISel DAG thinks its a CSE case. Please note this is not a MAdd/MSub triad.
How could I do this by defining such a sequence or the pattern in the .def file itself for
2011 Dec 23
1
[LLVMdev] Stop MachineCSE on certain instructions
Hi Jim.
I'm doing custom lowering but here I have a very basic issue and the situation is like this -
[Original Op]
Mul Dest, Src1, Src2
[Expanded from EmitInstrWithCustomInserter]
Step1 Dest, Src1, Src2 <=== BuildMI(..., Step1, Dest).addReg(Src1).addReg(Src2)
Step2 Dest, Src1, Src2 <=== BuildMI(..., Step2, Dest).addReg(Src1).addReg(Src2)
Step3 Dest, Src2, Src1 <===
2006 Oct 08
2
FreeBSD 6.1 OpenSSH broken
Hi,
I know this subject is better suited to the freebsd mailing list but I send it here bcoz this mail is further to the mail I sent a couple of weeks ago about weird DH problems with FreeBSD OpenSSH.
It turned out that reinstalling OpenSSL solved the issue.
For those of you working on FreeBSD this is the solution.
# cd /usr/ports/security/openssl
#make deinstall
#make reinstall
I will
2011 Dec 21
0
[LLVMdev] Stop MachineCSE on certain instructions
Ah, OK. I think I understand much better now. Thanks! You shouldn't need bundles for that sort of thing. A custom lowering or a fancy pattern should be sufficient, depending on the details of how your target is defined.
For patterns, looks at the various targets use of the Pat<>, Pattern<>, ComplexPattern<> and related classes in the .td files.
For examples of custom
2011 Dec 20
2
[LLVMdev] Stop MachineCSE on certain instructions
Hello Jim.
Just out of curiosity, won't such mechanism work via the patterns from instructions defs?
Thanks.
Girish.
>________________________________
> From: Jim Grosbach <grosbach at apple.com>
>To: Johannes Birgmeier <e0902998 at student.tuwien.ac.at>
>Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>Sent: Monday, 19 December 2011 10:33 PM
2003 Nov 25
4
* Configuration
Hi,
I am a beginner to Asterisk. Can anybody clear my following doubts regarding
the configuration needed?
1) What is the ideal system configuratin required?(like processer, RAM, h/d
space etc)
2) How many connections it can handle at a time?
3) How many Virtual PBXs it can handle?
4) Whether Postgres or Mysql is best suited?
5) How many IVR's it can handle simultaneously?
6) How many
2012 Jan 24
2
[LLVMdev] Resolving branch instr with label "$BB0_-1"
Hello All.
On a particular target the back-end generates an instruction like:
beqz r2, "$BB0_-1"
Is it a back-end specific issue? Could someone please help me figure out how this gets resolved? What confuses me is, all other branches are correctly labelled and resolved!
Thanks.
Girish.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Dec 20
0
[LLVMdev] Stop MachineCSE on certain instructions
Hi Girish,
Sorry, but I'm afraid I don't understand your question. Can you elaborate a bit?
-Jim
On Dec 19, 2011, at 9:12 PM, girish gulawani wrote:
>
> Hello Jim.
> Just out of curiosity, won't such mechanism work via the patterns from instructions defs?
>
> Thanks.
> Girish.
>
> From: Jim Grosbach <grosbach at apple.com>
> To: Johannes
2009 Jul 14
4
Help needed in identifying type of plot
Hi folks,
Can someone please help me in identifying the type of plot shown here?
Sample R code or specific package name would be of help as well.
Thanks,
-Girish
http://www.nabble.com/file/p24477714/example_plot.jpg
--
View this message in context: http://www.nabble.com/Help-needed-in-identifying-type-of-plot-tp24477714p24477714.html
Sent from the R help mailing list archive at Nabble.com.
2006 May 10
2
Patch to add resume feature to scp
Dear all,
I have enhanced scp to do the following.
1) Check the SHA1 checksums of the file fragments at the source and
destination and resume file transfer from where it left off last time
2) If the file checksums match and size also matches, then the file is
assumed to be identical and skipped, the user is also informed of the
same
3) If the destination file size is larger than the source,
2006 Sep 19
5
weird DH problems
Dear Damien and Darren,
I recently ran into a really weird and spooky ssh problem. My brain is going to mad trying to explain that it is a hardware issue since on two machines, one of which is a Celeon 2.8 Ghz with 1 GB RAM, another is a Xeon 4 CPU box with 3 Gig RAM and I guess 3 Ghz or something, both of which are running FreeBSD 6.1 with latest version of OpenSSH bundled with it. The version
2010 Dec 09
4
[lattice xyplot] Help needed in help in customizing the panel.abline() function
Hi folks,
I need some help in customizing the abline() function to be used in a
lattice plot. I have attached a reproducible example below.
I need help in the following snippet:
disc <- xyplot(cnt_gt50pct_disc ~ week_num|sku_num, data=DF,type =
"h",lwd=2,panel = function(...) {
panel.abline(v = 8, lty = 2)
panel.xyplot(...)
})
Is there a way I can give
2012 Jan 24
0
[LLVMdev] Resolving branch instr with label "$BB0_-1"
May be you have branched to a BB which has been deleted.
On 24 January 2012 20:16, girish gulawani <girishvg at yahoo.com> wrote:
>
> Hello All.
> On a particular target the back-end generates an instruction like:
> beqz r2, "$BB0_-1"
>
> Is it a back-end specific issue? Could someone please help me figure out
> how this gets resolved? What confuses me
2004 May 02
6
Simple SIP X-Lite Configuration Failing
I keep getting the following Auto-congesting message whenever I try to dial from an X-Lite SIP phone to another one within my LAN. It's a real basic configuration but I am unable to figure out what is happening:
localhost*CLI>
-- Executing Dial("SIP/jay-de1b", "SIP/jtest|20|tr") in new stack
-- Called jtest
May 2 11:47:58 NOTICE[1133742896]: chan_sip.c:1019
2010 Jan 02
3
Help needed on applying a function across different data sets and aggregating the results into a single data set
Hi folks,
Wish y'all a Happy New Year 2010!
I need some help with the following:
Say I have lots of data sets, on which I have to apply a certain function on
the same set of columns in each of the data set. Let's take, for ex, the
typical data set is:
df1 <- as.data.frame(cbind(rnorm(10),rnorm(10)))
names(df1)[1] <- "A"
names(df1)[2] <- "B"
There are many
2004 Jan 02
3
* Stresstool Help required
Hi all,
I am trying to write a program that sends SIP requests to asterisk. My aim
is to make asterisk record as many voicemails it can at a time. The design
of the program is like this:
There are two processes: One main process and a child process (No flames
pls. I have very little idea about pthreads and dl modules)
The main program asks the user to input the number of test instances. When
2009 Mar 19
2
Starting Xenbr0 looses connectivity
Hello,
I am installing xen-3.0.31 on debian-etch-r7 version (apt-get install
xen-linux-system-2.6.18-6-xen-686 screen ssh debootstrap python
python-twisted iproute bridge-utils libcurl3-dev libssl0.9.7). My eth0
is configured to get IP via dhcp (interfaces file attached). I am able
to boot into dom0, but starting xenbr0 causes loss of IP connectivity.
Here is what I do. Initially, my