Displaying 20 results from an estimated 3000 matches similar to: "Starting Dovecot Imap [FAILED]"
2003 Aug 13
1
stars graphs
Hi listers,
A few days ago I posted a question about the use of the stars function
on selected lines of a frame. Thanks to two helpers, a closer look at
the scale argument allowed to partially solve the problem. Yet I still
have a problem with stars.
Allow me to explain what I intend to do (sorry for my poor English and
the long post):
I want to graph an activity index of a fish during the day
2009 Jul 09
0
[LLVMdev] Source file information.
Thanks for your reply. Is it not possible to do with llvm-g++ -g?
and furthermore, where are SDNode and DebugLoc fields stored? are they in a
file which I have to parse myself? if so, is there any way that I use a
library to get the file/line information for each instruction? since, I am
writing a pass for opt tool that manipulates the callgraph and want to get
the line number information in
2009 Jul 09
1
[LLVMdev] Source file information.
Thanks for your reply. Is it not possible to do with llvm-g++ -g?
Yes
 
and furthermore, where are SDNode and DebugLoc fields stored?
They are probably classes in the Clang API
 are they in a file which I have to parse myself? if so, is there any way that I use a library to get the file/line information for each instruction?
Yes Clang API :-
    http://clang.llvm.org/doxygen/classes.html
   
2009 Jul 23
0
[LLVMdev] LLVM Module Pass problem!
Saman Zonouz wrote:
> Dear All,
>
> I am new to LLVM and try to write a Module pass. In the same .cpp file
> I am defining a class.
> The problem is that whenever I instantiate an object from the class I
> get the following error while running the pass:
>
> opt: symbol lookup error: ../llvm/Debug/lib/MyPass.so: undefined
> symbol: _ZN10Thread_MyPassC1Ev
>
> The
2009 Jul 07
1
[LLVMdev] LLVM Question.
Hi,
I am Saman, a UIUC PhD student working with LLVM. Would you please let me
know how I can extract CG and CFG for a given application?
Thanks a lot,
::Saman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090707/951958b6/attachment.html>
2019 Mar 18
4
LDAP users issue
Hi Team,
I have enabled LDAP authentication with webmail client and it works
successfully. But I found an error with LDAP user's mail. Email is not
loaded when I log with an LDAP user. Login phase is successful and mail box
is the issue. I created a mail user without including LDAP and that user
works fine.
Issue comes only with LDAP users.
*Anushka Bandara*
Research Engineer
Lanka Software
2009 Jul 09
0
[LLVMdev] Source file information.
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On
> Behalf Of Saman Aliari Zonouz
> Sent: Thursday, July 09, 2009 11:44 AM
> To: llvmdev at cs.uiuc.edu
> Subject: [LLVMdev] Source file information.
> 
> Hi,
> 
> I am new to LLVM, and need to find the line number and cpp source file
> name for each
2002 May 22
3
Openssh still logs in while passwd is locked
>Using OpenSSH 3.1p1 on a Sun Solaris 7 box, I disabled an account using the
>'passwd -l ...' command to lock the users password. However, the user can
>still access the system via ssh. Whilst I could do other things such as
>moving their .ssh directory, removing their account home directory, etc,
>etc, is there some 'nicer' way to inform ssh that the account is now
2005 Apr 14
2
maildir in NFS
How can I configure the dovecot for working with maildir's through NFS?
If I add option "index_mmap_invalidate = yes" (as in doc/nfs.t) then in log I 
have this message:
"Error: Error in configuration file /etc/dovecot.conf line 296: Unknown 
setting: index_mmap_invalidate"
If I try to get the mail without option "index_mmap_invalidate" then I have in 
log this
2014 Apr 11
1
VIRT SIG Meeting Minutes [11/04]
Will copy these to 
http://wiki.centos.org/SpecialInterestGroup/Virtualization, after intial 
discussion or just point to the e-mail/email thread from the wiki. Feel 
free to correct as needed.
Lars
== Attendees ==
SIG Members:
  * LarsKurth (LK)
  * GeorgeDunlap (GD)
  * KaranbirSingh (KB)
Travelling:
  * JohnnyHughes (JH)
Guest
  * EuanHarris
=== Meeting time and cadence ===
Meetings  will be
2012 Jun 22
1
Fedora 17 GlusterFS 3.3.0 problmes
When I do a NFS mount and do a ls I get:
[root at ovirt share]# ls
ls: reading directory .: Too many levels of symbolic links
[root at ovirt share]# ls -fl
ls: reading directory .: Too many levels of symbolic links
total 3636
drwxr-xr-x   3 root root 16384 Jun 21 19:34 .
dr-xr-xr-x. 21 root root  4096 Jun 21 19:29 ..
drwxr-xr-x   3 root root 16384 Jun 21 19:34 .
dr-xr-xr-x. 21 root root  4096
2006 May 29
4
Install Other OS under DOMU
Hello,
Anbody has already installed one version fedora 3 or 2 under DomU ?
I have dom0 kernel xen vesion 3 under fedora core 4 and i would like install other version on domU.
Thanks by avance
Eric
-------------- ALICE HAUT DEBIT : TRIPLE PLAY A 29,95 EUR/MOIS -------------- 
Découvrez vite ALICEBOX : avec le modem WIFI, profitez de l''ADSL, de la TELEPHONIE et en exclusivité de la
2005 Jan 30
3
trellis graphics in loops
I have this awkward problem with trellis (lattice). I am trying to
generate some plots through loops but the .eps file is empty. When I
generate them in a list and print them outside the loop all is fine. this
is an example below:( nothing shows up in foo.eps, but all show up in
foo1.eps)
R vesion 2.0.1, lattice version  0.10-16, on a debian 2.6.8-1 kernel.
X <- data.frame(x=rnorm(10000),
2006 Oct 18
2
Error: subscript out of bounds (PR#9305)
Full_Name: Steven King
Version: 1.16
OS: OSX vesion 10.4.8
Submission from: (NULL) (71.126.161.149)
Setting a matrix is a function - the failure occurs only on 2 X 2 matrices.
x<-matrix(1:4,nrow=2)
> x
     [,1] [,2]
[1,]    1    3
[2,]    2    4
> x[x]<-2
Error: subscript out of bounds
2016 Feb 17
2
How to define data for X86 assembler?
Hi,
Is there any documentation on the syntax accepted by X86 assembler?
I have this code in my .asm file to define data:
    text db "127.1.1.1 google.lk"
But X86 assembler fails to understand it, with error:
    error: unexpected token in argument list
    text db "127.1.1.1 google.lk"
                ^
Any ideas how to fix this problem?
I tried to find some
2018 Apr 09
2
Gluster cluster on two networks
Hi all!
I have setup a replicated/distributed gluster cluster 2 x (2 + 1).
Centos 7 and gluster version 3.12.6 on server.
All machines have two network interfaces and connected to two different networks,
10.10.0.0/16 (with hostnames in /etc/hosts, gluster version 3.12.6)
192.168.67.0/24 (with ldap, gluster version 3.13.1)
Gluster cluster was created on the 10.10.0.0/16 net, gluster peer
2016 Mar 04
3
Samba4 Homes share
Hi guys
I have configured a samba4 ADDC. It working well but users homes share did
not display. How can we solve this problem.
Please  help me.
2010 Jun 09
1
counting across leves of factors
I have dataframe with 17factors variables (for example every factor have
3levels)
I have maybe 5000 observation.
And i need to do table where is in every raw 1 of possible combination of
this factors and the numbur how many time is this combination in my dataset.
I wrote one code, but this is very slow and dumb.
it looks like this:
i<-0
for(i1 in levels(hivdat$pohl)){ 
2009 Jul 23
2
[LLVMdev] LLVM Module Pass problem!
Dear All,
I am new to LLVM and try to write a Module pass. In the same .cpp file I am defining a class.
The problem is that whenever I instantiate an object from the class I get the following error while running the pass:
opt: symbol lookup error: ../llvm/Debug/lib/MyPass.so: undefined symbol: _ZN10Thread_MyPassC1Ev
The pass is compiled correctly but does not run.  Could you someone please let
2016 Oct 05
2
Re: libvirt-v2v error
Hi Richard,
That didn't resolve the issue. Now I'm getting the following error. Please
advice.
*[root@kvm16 ~]#* virt-v2v -ic esx://10.16.32.13/?no_verify=1 yardqakvm -o
rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm
libvirt error code: 42, message: Domain not found: No domain with name
'yardqakvm'