Displaying 20 results from an estimated 1000 matches similar to: "[MCDisassembler] Identifying instructions that definitely access memory"
2005 Dec 06
1
about partial correlation (again)
Hello everyone
I tried to install the library GeneNT in order to use the command
pcor.confint because I want to construct confidence intervals for
partial correlations but among other demanding the specific library
needs the library "Graph" which I don't have it and I cannot find it at
this site. Is there any other site that I can download this library?
Thanks
Kind regards
2005 Dec 06
1
about partial correlation
Hello everyone
My name is Vangelis and I want to ask a question about partial
correlation. I have used the command "pcor.shrink" to evaluate the
partial correlations of a data.frame but the problem is that in the
output results I cannot see whether these correlations are significant
or not. Is there any command which can show me if these correlations are
significant at 95% level or
2017 Nov 30
2
PPC64 Disassembler
The `isBranch` flag is already set on the branch instructions. Furthermore,
we do use the `isBranch()` query in a few places in the PPC back end, so
this does work. Perhaps there's something specific about the lldb usage? Is
it somehow possible that the `isBranch()` query is called on the wrong
instruction?
Would you be able to provide a test case that reproduces the issue?
On Thu, Nov 30,
2017 Nov 30
2
PPC64 Disassembler
> But where is the flat set? Maybe I can debug and check what is going on.
The MCInstrDesc are in a table in lib/Target/PowerPC/PPCGenInstrInfo.inc
of your build directory.
> Some additional information:
>
> MCInst opcode: 0x7cb
> Decode Index: 0x1e
I had assumed this would have dissembled to '// Inst #234 = BC' which does
have the branch flag set, but I think that
2017 Sep 05
1
rsync got stuck
On 08/30/2017 05:39 PM, Paul Slootman wrote:
> On Wed 23 Aug 2017, Vangelis Katsikaros via rsync wrote:
>
>> abc 3797 3796 0 01:12 ? 00:03:14 /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=/.* /SRC_PATH/ DEST_____IP:/DEST_PATH/
>
> Try running rsync without the --compress option, that has been
2017 Sep 07
2
Should I worry about the "vanished files" warning?
Hi
I would like to ask, when the "vanished files" warning is a sign that something bad is happening somewhere. I know that the `rsync-no-vanished` script can silence the warning, but I am wondering whether this is a sane thing to do.
My guess based on https://bugzilla.samba.org/show_bug.cgi?id=3653#c26 and https://bugzilla.samba.org/show_bug.cgi?id=10356 is that it's fine, but
2010 Nov 23
2
Trying to populate dovecot with outlook contacts
Hello,
What the subject says.
I am trying, that is.
OK, here's the story.
Users very lazy. Don't want to write down their contact details
from scratch.
Here's what I thought :
migrate (export?) contacts from outlook to mozilla thunderbird.
Then find a way to make thunderbird "talk" to dovecot, so that
the latter can import the contact details from mozilla tb.
Any ideas ?
2011 Oct 28
1
adding dovecot to webmin list of services
Hello ,
I am playing with webmin these days and find it
really fun to install and use everyday.
However, on the services option, amongst other
services, the dovecot service is not shown.
Does anyone out there have similar experience
with webmin and dovecot and know how to make
it appear there ?
I am using CentOS (5.5/5.6/5.7) 32-bit
Dovecot was installed manually and not from
yum (.rpm)
2018 Mar 01
9
[RFC] llvm-mca: a static performance analysis tool
Hi all,
At Sony we developed an LLVM based performance analysis tool named
llvm-mca. We
currently use it internally to statically measure the performance of code,
and
to help triage potential problems with target scheduling models. We
decided to
post this RFC because we are interested in the feedback from the community,
and
we also believe that other people might be interested in a tool like
2012 Apr 01
3
Mail migration troubles
Hello all,
OK, I would really appreciate your help on this.
I managed to do a pretty straight-forward and flawless migration
on dovecot from one domain to another.
However, I have this nagging problem with most of the thunderbird
MTAs. When I try to delete some "test" messages I sent to make sure
that everything works, it comes back with the following message on
the bottom of the
2010 Dec 02
1
Have inbox at the same place
Hello again,
I have an installation with dovecot and I am accessing it through
linux mint and thunderbird v3.0.10
As thunderbird "subscribes" to dovecot, it does the following :
Inbox
Trash
MyName at Mydomain.gr
Local Folders
Local Folders
MyName at Mydomain.gr
subfolder A
Subfolder B
Subfolder C
Subfolder D
Subfolder E
Local Folders
Outbox
OK, I have to admit a have
2017 Aug 23
2
rsync got stuck
Hi
I rsync from 4 machines to a single destination one, and I am certain the filenames they sync do not overlap. But from time to time rsync from a source machine gets stuck (not always the same source machine).
I followed https://rsync.samba.org/issues.html and I gathered strace, lsof and netstat when the freeze occurred. I'd like to ask for any further debug info or ideas!
General info
2011 May 09
2
dovecot user lost entire folder
Hello kind people,
OK, today is a bad day for me.
A user from a clients' site called early in the morning to inform
me that she lost an entire folder on thunderbird with (naturally)
important stuff in it.
I am trying to find the lost folder, but there is nowhere to be
found.
Any ideas would greatly appreciated.
Regards,
Spyros
"dovecot -n" :
2012 Aug 09
3
dovecot rpm packages for CentOS ?
Hello all again,
Has anyone any idea how to get the latest dovecot version for CentOS
5.8 or 6.2 32-bit OS ?
I did a quick search and found out that the official version of dovecot
for CentOS v5.8 is 1.0.2 (!!).
Any repos ? Any ideas :-) ?
Thank you all,
spyros
?
----
"I merely function as a channel that filters
music through the chaos of noise"
- Vangelis
2013 Jan 19
1
anti-spam
Chaps,
What's the story with anti-spam on dovecot ?
Do we have something working out of the box, so to speak ?
Any guidance / ideas ?
s.
?
----
"I merely function as a channel that filters
music through the chaos of noise"
- Vangelis
2017 Aug 16
1
Clarifications on getting debug information when rsync freezes
Hi
I am having a problem with rsync freezing and I would like to collect the proper information while the problem happens. However, I would like to ask some clarifications.
rsync-debug
===========
I see references of using rsync-debug but I cannot figure out how to use it *while* the rsync is stuck. If I understand from various replies in this email list it must be given as an argument to rsync
2018 Mar 02
0
[RFC] llvm-mca: a static performance analysis tool
> On Mar 1, 2018, at 9:22 AM, Andrea Di Biagio <andrea.dibiagio at gmail.com> wrote:
>
> Hi all,
>
> At Sony we developed an LLVM based performance analysis tool named llvm-mca. We
> currently use it internally to statically measure the performance of code, and
> to help triage potential problems with target scheduling models. We decided to
> post this RFC because
2016 Mar 21
3
New intrinsic property IntrOnlyWrite
On 19.03.2016 16:25, Mehdi Amini wrote:
> Hi,
>
> Can you elaborate what is the impact at the IR level?
> If the point is just about how you lower for you target, why are you needing an IR level attribute? You backend if free to specialize the lowering for any intrinsic regardless the IR level attributes.
As I explained in my reply to Philip, what I really need is a way to get
2012 Oct 05
4
horde sync status ?
Hello all,
I had a quick look at the horde site and noticed that
horde is being advertised as, let's say, "smartphone friendly".
Does anyone know if the newest horde version can "talk" to?
smart phones in regards to e-mails ?
In other words, can a user owning a smartphone get his/her
e-mails on it apart from the webpage ?
Thank you,
spyros
?
----
"I merely
2012 Sep 24
11
76Gb to 146Gb
Hello all,
I have a DL360 G4 1U server that does a wonderfull job with dovecot horde,
Xmail and OpenLDAP for a company and serving about 40 acouunts.
The machine is wonderful. I am very happy with it.
However, I am running out of disk space.
It has two times 76Gb Drives in RAID1 (disk mirroring) and the capacity
has reached 82%.?
I am starting of getting nervous.
Does anyone know of a painless