Displaying 20 results from an estimated 1000 matches similar to: "Re: VM migration help required."
2018 Oct 02
0
Re: VM migration help required.
On Tue, Oct 02, 2018 at 11:05:40AM +0000, Roman Kagan wrote:
> On Tue, Oct 02, 2018 at 11:27:50AM +0100, Richard W.M. Jones wrote:
> > On Tue, Oct 02, 2018 at 12:27:54PM +0300, Arik Hadas wrote:
> > > On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane <Nitin.Rane@techmahindra.com>
> > > > I am looking to migrate VMs from Openstack Juno to Openstack Newton and
> >
2015 Jul 17
2
Dovecot - Telnet error
Hello All,
I have installed dovecot and started it.
However when I try to telnet getting below error means dovecot starting is not successful.
telnet localhost 10110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection to localhost closed by foreign host.
Please advise.
Thanks and Regards,
Sachin Kulkarni
2015 Jul 18
1
Dovecot - Telnet error
It was indeed successful. You should be worried if you don't get the
message.
On 17 Jul 2015 20:01, "Shane James" <shane at phpboy.co.za> wrote:
> Port 110 is what you want
>
> > On 17 Jul 2015, at 17:43, Sachin Kulkarni1 <SK00335601 at TechMahindra.com>
> wrote:
> >
> > Hello All,
> >
> > I have installed dovecot and started it.
2016 Jan 19
3
Configure the sendmail with the dovecot.
Hi Dovecot team/All,
First of all, I always appreciated your contribution & effort.
Can you please provide the step for configure sendmail with dovecot.
We could not understand the parameter which mention in sendmail.cf file. Please provide the parameter description as well as where need to change exactly in sendmail.cf file.
Thanks and Regards,
Lucky
2015 Jul 06
1
Dovecot - Config file details
Hello All,
We want to install / configure and test Dovecot.
We are doing it for the first time.
After installation we are now looking for configuration file and need to know significance of below params and what values we should provide ?
protocols =
listen =
base_dir =
login_greeting =
Please help.
Thanks and Regards,
Sachin Kulkarni
2011 Sep 12
1
[LLVMdev] llvm-gfortran problems
No, I am running the LLVM pass at the compilation step. So by the time I
reach the link step, the transformed bitcode has been generated.
Ashay
On Mon, Sep 12, 2011 at 4:12 PM, Dmitry N. Mikushin <maemarcus at gmail.com>wrote:
> I see. And what's the purpose for outputting bitcode into *.o and *.a
> files? Do you want to perform an LLVM pass on linking step?
>
> 2011/9/13
2011 Mar 17
0
[LLVMdev] Operating on contents of virtual registers
On Wed, Mar 16, 2011 at 9:33 PM, Ashay Rane <ashay.rane at asu.edu> wrote:
> Hi Eli,
> Thanks for the reply. The problem is that getOperand() returns an
> llvm::Instruction (that refers to the definition of the operand). What I am
> trying to find out is how to get the value of the operand. When you refer to
> bitcasting to i8*, do you mean casting the return value from
2011 Mar 17
1
[LLVMdev] Operating on contents of virtual registers
Thanks Eli, that worked!
For the record, I had to make one change though. I had to bitcast to i32*
(instead of i8*) otherwise I was seeing errors like:
Instruction referencing instruction not embedded in a basic block!
%retval = alloca i32
<badref> = bitcast i32* %retval to i8*
and sometimes:
Instruction does not dominate all uses!
That makes me curious to ask, what does the choice of
2011 Sep 12
0
[LLVMdev] llvm-gfortran problems
I see. And what's the purpose for outputting bitcode into *.o and *.a
files? Do you want to perform an LLVM pass on linking step?
2011/9/13 Ashay Rane <ashay.rane at tacc.utexas.edu>:
> Hmm.. I didn't explain the problem completely last time. I am creating a
> drop-in replacement for gcc and gfortran that runs an additional pass on the
> bitcode before generating the native
2019 Jul 08
2
Questions on libguestfs-java
Hi,
When using the libguestfs-java bindings, java.library.path should point to
the place the JNI stuff resides in. In [1] it was suggested to set it
to /usr/local/lib
but apparently, it is deployed elsewhere in other distributions, right? so
I wonder what is the recommended way of setting it in a Java application
that could execute on various distributions.
Additionally, the libguestfs-java
2011 Sep 12
2
[LLVMdev] llvm-gfortran problems
Hmm.. I didn't explain the problem completely last time. I am creating a
drop-in replacement for gcc and gfortran that runs an additional pass on the
bitcode before generating the native binary. Here's whats happening: If the
source code compilation process builds a static library (.a archive file), I
need a means to link the `.a' file statically into the application. So if
the
2015 Jul 10
1
Error while executing dovecot
Hello All,
I am trying to execute dovecot by below command
/opt/app/dovecot/latest/sbin/dovecot -c /opt/app/dovecot/latest/etc/dovecot/dovecot.conf
I am getting below error
doveconf: Fatal: Error in configuration file /opt/app/dovecot/latest/etc/dovecot/dovecot.conf: default_login_user doesn't exist: dovenull
please guide me to resolve this.
Thanks and Regards,
Sachin
2011 Sep 12
0
[LLVMdev] llvm-gfortran problems
Sorry, at what step do you need archive? llc emits binary, it does not
perform any linking, thus it does not need anything except the input
bytecode file. Then during linking you can link whatever archives of
binaries you want.
2011/9/13 Ashay Rane <ashay.rane at tacc.utexas.edu>:
> Thats correct. But using llc becomes a problem when I have archives (.a
> files). I could, in theory,
2011 Mar 17
2
[LLVMdev] Operating on contents of virtual registers
Hi Eli,
Thanks for the reply. The problem is that getOperand() returns an
llvm::Instruction (that refers to the definition of the operand). What I am
trying to find out is how to get the value of the operand. When you refer to
bitcasting to i8*, do you mean casting the return value from getOperand()
itself?
Ashay
On Wed, Mar 16, 2011 at 11:03 PM, Eli Friedman <eli.friedman at
2009 Jan 14
1
[Patch] a bugfix to the oprofile code
Keir,
The checks in the function passive_domain_do_rdmsr() were not
sufficient. Also the same checks were done in the function
passive_domain_do_wrmsr(). So these common checks are moved in a new
single function passive_domain_msr_op_checks().
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Please Apply,
Thanks &
2002 Jan 23
6
meaning of "IO Error: skipping the delete...."
On 23 Jan 2002, Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote:
> Hi,
> I am Nitin from India working with a leading Indian newspaper "The Times
>
> of India".
> We recently downloaded "rsync" and found it to be very useful and good
> utility.
> We tried to implement it between our main server and the DRS (Disaster
> Recovery System), located
2011 Aug 09
2
[LLVMdev] llvm-gcc with static libraries
`/usr/bin/ld -v' says it is not running gold and I suppose fixing that would
require place LLVMgold.so into /usr/lib/bfd-plugins. Is there any way to
make this work without requiring root access to the machine?
Also, just to confirm, is the gold plugin required even when all of the
files have been compiled/built using llvm-gcc and llvm-ar?
Ashay
On Tue, Aug 9, 2011 at 1:33 PM, Eli Friedman
2011 Sep 12
2
[LLVMdev] llvm-gfortran problems
Thats correct. But using llc becomes a problem when I have archives (.a
files). I could, in theory, extract its contents to a tempdir and then use
llc and link but just wondering if there is a more elegant solution.
Ashay
On Mon, Sep 12, 2011 at 3:00 PM, Dmitry N. Mikushin <maemarcus at gmail.com>wrote:
> Ashay,
>
> If I understand correctly, in hw.o you would have llvm
2011 Aug 09
0
[LLVMdev] llvm-gcc with static libraries
On Tue, Aug 9, 2011 at 12:03 PM, Ashay Rane <ashay.rane at asu.edu> wrote:
> `/usr/bin/ld -v' says it is not running gold and I suppose fixing that would
> require place LLVMgold.so into /usr/lib/bfd-plugins. Is there any way to
> make this work without requiring root access to the machine?
If you install your own version of binutils into the same prefix as llvm-gcc,
it should
2005 Dec 20
2
Extracting data from .zip file in WINDOWS version of package
Hello,
I am building a R-package for Genetics analysis. The accepted data is in pedigree (.ped) file format.
To load the data (say CAMP.ped) from "data" directory, I have a function "CAMP.R", which does the job.
The package builds successfully in Linux (.tar.gz) and the data loads successfully by "data(CAMP)".
However, when I build the package in WINDOWS, the data