Displaying 20 results from an estimated 200 matches similar to: "dovecot/lmtp munmap()-ing a lot"
2001 Oct 01
1
envelope.c CVS vorbis compile error.
Just checked out the vorbis CVS branch a couple minutes ago and got an 
internal compiler error with gcc 2.95.4 on envelope.c 
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc2\" -DHAVE_DLFCN_H=1 
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 
-DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=1 -DHAVE_RINTF=1 -I. -I. 
-I../include -O20 -ffast-math
2010 Mar 16
1
bottlenecks in R script
hello *, im running into two major bottlenecks an R script.
1. going through a 40mb file and reading in via readLines() 1 line at
a time is almost an order of magnitude slow than the equivalent in
python, im wondering if there are alternatives to readLines(), doing
more lines at a time helps a bit
2. generating date sequences takes a long time, im basically doing
something like
2007 Mar 19
2
Debugging Bug 5253: How to find who owns address space range?
I am trying to debug a wine crash I am having when using GDI rendering for
Starcraft BNet (Bug 5253).  This bug does not happen in OpenGL mode, but my
purpose is to understand the source of the bug and not to workaround it.
(Bug link: http://bugs.winehq.org/show_bug.cgi?id=5253)
The crash is in some unrolled memcpy loop that writes to screen memory, and
as the bug description says, crashes after
2008 Apr 28
0
winbind v3.0.26a w. nss info = sfu; wbinfo fine, getent not
wbinfo can turn names into sids, sids into names, and sids into uids.
However, getent passwd only finds users in the local /etc/passwd file.
Same for getent group.  /etc/nsswitch.conf says this:
passwd:         files winbind
group:          files winbind
shadow:         compat
I strace'd the getent command.  It said it couldn't find /lib/libnss_winbind.so.2,
so I made that a symlink to
2008 Apr 23
0
Re: winbind v3.0.26a w. nss info = sfu; wbinfo fine, getent not
wbinfo can turn names into sids, sids into names, and sids into uids.
However, getent passwd only finds users in the local /etc/passwd file.
Same for getent group.  /etc/nsswitch.conf says this:
passwd:         files winbind
group:          files winbind
shadow:         compat
I strace'd the getent command.  It said it couldn't find /lib/libnss_winbind.so.2,
so I made that a symlink to
2001 Jul 23
0
mscomctl trouble
I'm trying to run a game application under wine.
When I run it, the splash screen comes up fine, but as soon as I hit a
key to go past that, I get:
	Run-time error '372'
	Failed to load control 'StatusBar' from
	MSCOMCTL.OCX.  Your version of
	MSCOMCTL.OCX may be outdated.  Make
	sure you are using the version of the control
	that was provided with your application.
I
2009 Jun 15
2
Dovecot v1.2 rawlog in dovecot.conf trouble
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
using Dovecot v1.2 changeset: 9126:b745911012bb
This line in dovecot.conf make trouble (wrapped in mail):
mail_executable = 
/usr/local/dovecot-1.2.rc5unpatched/libexec/dovecot/rawlog 
/usr/local/dovecot-1.2.rc5unpatched/libexec/dovecot/imap
# sbin/dovecot -F
Fio_loop_handle_add: epoll_ctl(1, 0): Operation not permitted
Error: imap
2019 Jun 19
2
Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
The 2 commands works :
# getent passwd MYDOMAIN\\usertest
MYDOMAIN\\usertest:*:10430:14513:user TEST:/home/usertest:/bin/bash
# getent group MYDOMAIN\\"Utilisateurs du domaine"
MYDOMAIN\utilisateurs du domaine:x:14513:
I have to put "Utilisateurs du domaine" instead of Domain\ Users because 
the Windows AD is a french AD.
Le 19/06/2019 ? 12:32, Rowland penny via samba a
2002 Aug 05
1
{long} smbd maxes CPU when returning user details and loops...
Hello all,
I've been using Samba for a few years now and have finally come across
a
problem that I can't seem to sort out myself so I thought I'd use your
intelligence
instead...  Heres the situation.
I've got a Linux box (2.4.17) acting as a PDC for some
dual boot
Linux/NT boxen.  Currently users have a single home directory (over NIS
to
Linux and Samba to Windows) with separate
2010 Mar 19
1
Sendmail + deliver; silent errors.
Hi all.
I've got a bit of a peculiar issue here.  I'm running dovecot 1.2.9 on
an Ubuntu 9.10 box using Sendmail 8.14.3.  I've set up Sendmail similar
to <http://wiki.dovecot.org/LDA/Sendmail> except that 
 *)  dovecot's deliver is configured as my default local mailer, so
some of the flags for the Mailer definition had to be adjusted
accordingly.
 *)  The setuid users
2019 Jun 19
2
Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
So I re run the test with domain users gid 14513
Still not working (sssd stopped, nsswitch.cnf with? "files winbind" for 
passwd group, # net cache flush + restart winbindd smb)
On the samba server :
# wbinfo -i MYDOMAIN\usertest
MYDOMAIN\usertest:*:10430:*14513*:user TEST:/home/usertest:/bin/bash
In log, I have :
myw7worstation.log
/[2019/06/19 12:04:29.496822,? 1] 
2012 Aug 21
1
Trace values in the function ca.jo()
Hi all R users,
I'm trying to replicate the same results that are given in a published
article after been granted
the same data that the authors use.
I'm having problems to determine the cointegration rank of my data set using
the Johnasen's trace test.
This trace test is already programmed in the package ur.ca and can be found
in the function 
ca.jo().
After I run the ca.jo()
2001 Jul 12
1
ext3fs crash with lots of mmap/munmap/unlink activity
Hi all!
It seems the current ext3 code has some problems; my machine is running
2.4.6-ac1 with ext3-0.9 patches on top of it. This afternoon, I was doing
some testing of a little piece of code on my machine, and I was able to
crash it.
What this program does is, in effect something like (pseudo-code)
for(i=0; i<100; i++) {
  fd=creat file-i
  truncate fd, 50M
  mmap fd
  close fd
  fill the
2025 Jan 21
3
ggplot with major and MINOR tick marks on a log scale
I have used ggplot to create a graph on which the y-axis is on the log scale. (see data and code, below.) I would like to add minor tick marks, which will also be on the log scale. The data and code are below. I hope somone can tell me how I can modify the ggplot code so it produces minor tick marks on a log scale.
Thank you,
John
?
PopByDayByAQIminus <- dget(
  structure(list(Day =
2005 Apr 25
3
BUG: xend oopses on munmap of /proc/xen/privcmd
This is with last night''s Xen snapshot (apr 24th), on kernel
2.6.12-rc3 - but the mess is so horrid that I''m not quite sure
how to fix it...
This oops prevents xen from starting xenU domains.
Basically xend does the following:
1) mmap /proc/xen/privcmd
2) call an ioctl to populate the mmap
3) munmap the mapping created in (1)
During the munmap, the dom0 kernel oopses, as
2014 Jun 10
3
OT - Finding/removing duplicate emails - WAS: Re: dovecot/lmtp munmap()-ing a lot
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 10 Jun 2014, Charles Marcus wrote:
> On 6/9/2014 5:44 PM, Ralf Hildebrandt <r at sys4.de> wrote:
>> That's probably the problem here. The user had LOTS of (duplicate!)
>> mails in his inbox.
>
> Anyone ever found a reliable way to do this?
>
> It sure would be nice if dovecot could perform this on a per
2004 Dec 15
2
using Hmisc and Design library
Hi, I encountered a weird problem when using the
Design and Hmisc problem. I have 2 data frame called
"a" and "b", both have 3 columns: "time", "status" and
"scores", a sample of the data frame is like:
data frame "a":
  time status scores 
1   21      1  99.61
2   38      0 101.11
3   51      0 100.62
4   48      0  87.52
5   78      0 
2014 Jun 10
3
OT - Finding/removing duplicate emails - WAS: Re: dovecot/lmtp munmap()-ing a lot
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 10 Jun 2014, Reindl Harald wrote:
> Am 10.06.2014 15:17, schrieb Steffen Kaiser:
>> On Tue, 10 Jun 2014, Charles Marcus wrote:
>>> On 6/9/2014 5:44 PM, Ralf Hildebrandt <r at sys4.de> wrote:
>>>> That's probably the problem here. The user had LOTS of (duplicate!)
>>>> mails in his inbox.
2005 Mar 20
2
Wine 20050310 / Linux 2.6.11 crashes on munmap()
I have an application ("The Rosetta Stone" 2.0.7a) which segfaults
during the startup splash screen.  According to strace() it is trying
to munmap() an address (0x7a6b3000) which was never mmap()'d.  I get
identical behavior with Wine 20050111 and kernels 2.6.9 / 2.6.10 (I
use gentoo-sources).  I noticed some people had similar issues
upgrading from 2.6.9 to 2.6.10.
2013 Nov 23
1
Bug#730254: xen: CVE-2013-6375: Insufficient TLB flushing in VT-d (iommu) code
Package: xen
Version: 4.0.1-5.11
Severity: important
Tags: security, patch, fixed-upstream
http://www.openwall.com/lists/oss-security/2013/11/21/2
Description:
An inverted boolean parameter resulted in TLB flushes not happening
upon clearing of a present translation table entry.  Retaining stale
TLB entries could allow guests access to memory that ought to have
been revoked, or grant greater