similar to: zlib plugin weirdness

Displaying 20 results from an estimated 2000 matches similar to: "zlib plugin weirdness"

2010 Aug 19
1
2.0 migration weirdnesses: logs and hang
Hello, I'm testing out an upgrade to dovecot 2.0 from 1.2.11, and I've stumbled across two weirdnesses that I need help with. First, I'm only getting one log message: master: Info: Dovecot v2.0.0 starting up After that, while I can connect, log in, read mail, etc., no further log messages are created. I have log_path set to /dev/stderr, and no syslog_facility setting,
2007 Apr 18
1
help with static userdb
Hey, This may be a dumb question... I'm trying to set up 1.0 with a static userdb, and I'm getting stuck. I have: userdb static { args = uid=500 gid=500 home=/domains/%d/%n } When I attempt to log in as, say, kyle at memoryhole.net (via telnet, so I *know* I'm logging in as that user), the debug log says that it thinks my home directory is
2007 May 02
2
wierd ssl-parameters.dat regeneration error
I just had a strange problem with my Dovecot 1.0 installation. After about two weeks, it logged these messages: dovecot: Error: ssl-build-param: rename(/usr/local/var/lib/dovecot/ssl-parameters.dat.tmp, /usr/local/var/lib/dovecot/ssl-parameters.dat) failed: No such file or directory dovecot: Error: child 30689 (ssl-build-param) returned error 89 And thereafter, all
2013 Apr 25
2
Lucene and Zlib with 2.2.1
Hello, I have an "archive" folder in my inbox, where I manually stick old mails into a compressed mbox format. Since upgrading to Dovecot 2.2.1, I've started seeing messages like the following in my log files: imap(...): Error: lucene: Failed to sync mailbox INBOX: Mailbox isn't selectable indexer-worker(...): Error: lucene: Failed to sync mailbox INBOX: Mailbox
2007 Aug 14
0
dovecot Digest, Vol 52, Issue 52
From the digest: On Aug 14, 2007, at 1:04 PM, dovecot-request at dovecot.org wrote: other messages cut out? > > > Message: 9 > Date: Tue, 14 Aug 2007 19:03:58 +0200 > From: martin f krafft <madduck at madduck.net> > Subject: Re: [Dovecot] use of deliver from procmail advisable? > To: dovecot at dovecot.org > Message-ID: <20070814170358.GA17390 at
2012 Mar 15
1
Compiler warnings in dovecot-2.1.2 and pigeonhole 0.3.0
I'm seeing a few warnings emitted when building for x86. They're pretty obvious, but if you want the configure options etc, I can provide those. In Dovecot 2.1.2 (I also see some of these in 2.1.1): 1) src/lib-index/mail-cache-fields.c (comparison between two last_used fields) mail-cache-fields.c: In function 'mail_cache_header_fields_read': mail-cache-fields.c:406: warning:
2020 Aug 15
0
2.3.11.3: dsync failure
Hello! dovecot 2.3.11.3 fails to backup/sync my mailbox. The mailbox is currently in mdbox format and is (mostly) lz4-compressed. See the trace below (I've added newlines to the output): # doveadm -v backup -u username mdbox:/var/vmail/username_new/mdbox dsync(username): Panic: file istream.c: line 332 (i_stream_read_memarea): assertion failed: (!stream->blocking) dsync(username): Error:
2017 Feb 07
0
how can I know the version of my zlib checked by R
On Tue, 2017-02-07 at 08:39 +0000, nw?? wrote: > Hi, professors > > ?????????I'd like to install R-3.3.2 from .tar.gz on my linux > system(CentOS 6.4). When installing, R told me that the version of > zlib was too old. Do you really need to install from source? The EPEL RPMs by Tom Callaway from Redhat contain a bundled version of zlib for platforms that do not have an
2017 Feb 07
0
答复: how can I know the version of my zlib checked by R
On Tue, 2017-02-07 at 10:13 +0000, nw?? wrote: > Dear Martyn, > > Thank you so much for your suggestion. Can I install R by rpm > WITHOUT Internet? This Linux server cannot connect to web. The same mechanism you used to transfer the source tarball to the server can be used for the EPEL RPMs and then you can do a local install with yum. You will have to go through a long iterative
2010 Feb 03
2
[BUG] problem with zlib plugin
Hi, i think i've the same problem as described here: http://www.dovecot.org/list/dovecot/2009-June/040687.html when opening a folder without an index (?) and bzip-compressed files i get following error message: 2010-02-03T14:12:10.026452+01:00 server dovecot: IMAP(user): gzread() failed: PARAM_ERROR 2010-02-03T14:12:10.026477+01:00 server dovecot: IMAP(user): FETCH for mailbox folder
2017 Feb 07
2
答复: how can I know the version of my zlib checked by R
Dear Martyn, Thank you so much for your suggestion. Can I install R by rpm WITHOUT Internet? This Linux server cannot connect to web. Best Regards Wei Ning Ctrip, Shanghai -----????----- ???: Martyn Plummer [mailto:plummerm at iarc.fr] ????: 2017?2?7? 17:17 ???: r-sig-fedora at r-project.org; nw?? <wning at Ctrip.com> ??: Re: [R-sig-Fedora] how can I know the version of my zlib checked
2008 Jun 24
4
1.1 and the zlib plugin
Hello, I've been playing around with using namespaces to change the way messages are stored. My idea was to use mbox for archival stuff, like this: namespace private { separator = . hidden = no inbox = yes prefox = location = maildir:%h/Maildir } namespace private { separator = . hidden = no prefix =
2017 Jul 31
0
[PATCH net] virtio_net: fix truesize for mergeable buffers
Seth Forshee noticed a performance degradation with some workloads. This turns out to be due to packet drops. Euan Kemp noticed that this is because we drop all packets where length exceeds the truesize, but for some packets we add in extra memory without updating the truesize. This in turn was kept around unchanged from ab7db91705e95 ("virtio-net: auto-tune mergeable rx buffer size for
2017 Jul 31
0
[PATCH net] virtio_net: fix truesize for mergeable buffers
Seth Forshee noticed a performance degradation with some workloads. This turns out to be due to packet drops. Euan Kemp noticed that this is because we drop all packets where length exceeds the truesize, but for some packets we add in extra memory without updating the truesize. This in turn was kept around unchanged from ab7db91705e95 ("virtio-net: auto-tune mergeable rx buffer size for
2012 Feb 11
3
Counting occurences of variables in a dataframe
Hi everybody, I have a large dataframe similar to this one: knames <-c('ab', 'aa', 'ac', 'ad', 'ab', 'ac', 'aa', 'ad','ae', 'af') kdate <- as.Date( c('20111001', '20111102', '20101001', '20100315', '20101201', '20110105', '20101001', '20110504',
2013 Apr 01
0
ggplot2 label
Hello all! I have a problem to plot label (Year) only for significant values (in this case spoz and sneg). I use this code, but don't work with labels. library(ggplot2) ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+ geom_bar(stat="identity",position="identity")+ scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+ theme_bw() the data used is:
2013 Apr 01
0
ggplot label problem
Dear R users, I have a problem to plot label (Year) only for significant values (in this case spoz and sneg). I use this code, but don't work with labels. library(ggplot2) ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+ geom_bar(stat="identity",position="identity")+ scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+ theme_bw() the data used
2002 Oct 17
4
Newbie Time Series Questions
I have a data set of monthly river flows from 1960-2000, which are similar in structure to the nottem data: > klam.flow Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep 1961 1461 1716 2524 1773 1906 2005 1756 1575 1387 983 1094 1382 1962 1907 2253 1985 1907 1769 1676 2634 1386 929 766 968 1309 ... I tried plotting with > ts.plot(klam.flow) Which quickly led me to
2014 Nov 26
0
CEBA-2014:1907 CentOS 7 selinux-policy BugFix Update
CentOS Errata and Bugfix Advisory 2014:1907 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1907.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: d74b5e836e648e18acac3df8cfa94b13e2f774ef7400f9bbe1b83751fa3c4f66 selinux-policy-3.12.1-153.el7_0.12.noarch.rpm
2010 Aug 04
0
Nvidia GeForce 9400M supported card ?
Hello, I have a Mac Mini model "late 2009" running a Debian Testing/Squeeze and I have some difficulties with the nouveau driver. I don't know if my video card (Nvidia GeForce 9400M) is supported or not by the nouveau driver ? I have the dreaded black screen with the message in my syslog: "TMDS table revision 2.0 not currently supported". So it seems that my video card