Displaying 20 results from an estimated 2000 matches similar to: "Trouble getting lda to gzip incomming mails (zlib plugin)"
2011 May 09
1
Renaming maildir files, UIDs and mail clients
Hi!
First a little background:
I'm thinking of compressing my Maildir's using dovecot's zlib support, and have run into a couple of problems.
First of all, my files use the following formats:
1. 1260386673.000002.mbox:2,S
2. 1304920966.M241434P17342.mail,W=3152:2,S
As you can see, both lack the S=<size> "basename flag", but the latter does have W=.
Reading
2003 Jan 07
2
Generating .R and .Rd files with Sweave/noweb?
I'm writing a couple of related functions, and I'd like to generate a
(single) .R file (containing the function definitions), and separate .Rd
files (documenting each function).
Would this be possible with Sweave/noewb? Has anyone tried something
along this idea?
--
Regards,
Bj?rn-Helge Mevik
2017 Jul 05
0
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
> On July 5, 2017 at 6:38 PM Anton Yuzhaninov <citrin at citrin.ru> wrote:
>
>
> Hello,
>
> I use mbox compressed by gzip as read-only folder (using zlib plugin).
>
> I have errors in logs:
> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
> failed: (ret == -1)
> and can't read messages in MUA.
>
> IMAP commands to
2017 Jul 05
0
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
> On July 5, 2017 at 9:24 PM Anton Yuzhaninov <citrin at citrin.ru> wrote:
>
>
> On 07/05/17 13:25, Aki Tuomi wrote:
> >> I use mbox compressed by gzip as read-only folder (using zlib plugin).
> >>
> >> I have errors in logs:
> >> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
> >> failed: (ret == -1)
> ...
2010 Oct 09
1
disable zlib via config to allow per mailbox compression level
Hello
Dovecot v2.0.5
zlib_save_level = 6 # 1..9
zlib_save = gz # or bz2
Is there a config option to disable zlib, even if above config are in
place? If so please provide an example.
If no, would it be possible to add one? Like if zlib_save_level = 0
disable zlib. So one can configure per mailbox compression level via
sql database.
KuiZ
Thanks
2009 Jan 10
2
webdav timeout
Hi,
I tried to sync two files (50 MB and 100 MB) with my webdav folder
using rsync 3.0.5 with Mac OS X (10.4.11) Terminal and X11. With the
Terminal application the sync always failed with both files. With X11
I once was successful synchronizing the 50 MB file. The error message
is always like this (also when I set the timeout to eg. 7200 seconds):
io timeout after 1003 seconds --
2003 Aug 16
7
sharing an ext3-partition with windows?
Hello,
is anyone successfully sharing a ext3 partition between windows and linux?
Which software do you use under (which) windows? Was it easy to setup?
TIA and Regards,
Helge
2017 Jul 05
2
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
Hello,
I use mbox compressed by gzip as read-only folder (using zlib plugin).
I have errors in logs:
Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
failed: (ret == -1)
and can't read messages in MUA.
IMAP commands to reproduce a bug:
1 SELECT "compressed.gz"
2 UID fetch 2 BODY.PEEK[]
# sleep 5
3 UID fetch 2 BODY.PEEK[]
# repeat sleep/fetch until assert (a
2010 Aug 06
5
[LLVMdev] PTX backend, BSD license
Hi,
finally we changed the license of the PTX-backend from GPL to BSD(license of llvm). You can get the latest version here: https://sourceforge.net/projects/llvmptxbackend/
It should be compatible to the current llvm svn trunk. (revision 110329, Thu 05 Aug 2010)
The backend now uses the address space attribute of LLVM for local, global, ... and constant address space. However the clang frontend
2012 Apr 19
1
Trust UPS Oxxtron 1300VA (17679)
Hi,
are this UPS supported by any other driver than "richcomm_usb". The
device works with richcomm_usb, but only signals online, offline etc.
Not voltage, batterylevels etc.
Bus 006 Device 009: ID 0925:1234 Lakeview Research
Bus 006 Device 009: ID 0925:1234 Lakeview Research
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
2024 Feb 19
9
[PATCH v3 0/9] fbdev: Clean up include dependencies in header
Remove unnecessary dependencies in the include statements of the
header file <linux/fb.h>. Several files throughout the kernel include
the fbdev header, so reducing dependencies positively affects other
subsystems as well. Also fix up corgi-lcd, nouveau and fbtft, which
need backlight.h in some of their source files.
v3:
* include backlight.h in corgi-lcd (kernel test robot)
* grammar
2009 Dec 19
10
[Bug 1687] New: scp/sftp is not working when using key based (authorized_keys2) authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=1687
Summary: scp/sftp is not working when using key based
(authorized_keys2) authentication
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp
2017 Jul 05
2
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
On 07/05/17 13:25, Aki Tuomi wrote:
>> I use mbox compressed by gzip as read-only folder (using zlib plugin).
>>
>> I have errors in logs:
>> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
>> failed: (ret == -1)
...
>> The bug appeared in 2.2.26 and still can be reproduced (in 2.2.31)
>>
>> Using 'git bisect' was not
2009 Aug 07
3
bug with subset and plot?
Hi!
I have the following problem that I beleive is a bug:
I have a dataframe with one categorical and one numerical vector. The
categorical vector has three levels (uc, up and vc). A plot of the
vectors with the categorical vector on the x-axis gives a boxplot with
three boxes - exactly as expected.
If I then use the subset function to make a dataset that only includes
two of the levels of
2010 Aug 10
4
[LLVMdev] PTX backend, BSD license
Helge Rhodin <helge.rhodin at alice-dsl.net> writes:
>> But I didn't study their code thoroughly, so I might be wrong about this.
>>
> Yes, we don't use the target-independent code generator and the
> backend is based on the CBackend. We decided to not use the code
> generator because PTX code is also an intermediate language. The
> graphics driver
2012 Aug 07
2
dovecot+LDAP/AD encoding issue
Hello everybody,
i have a problem with dovecot+Active Directory as Authentication-Service. I am not able to use special characters (???? (german umlaut)) within a password. Normally I would suggest that the ldap-query is done in UTF-8 but as I debugged the auth-process, I have seen that the password is ISO-8859-1 encoded.
The "original" query (from roundcube for example) is UTF-8
2015 Aug 24
3
Build optimized R : openblas, MKL, ATLAS
On Mon, Aug 24, 2015 at 11:29 AM, Bj?rn-Helge Mevik
<b.h.mevik at usit.uio.no> wrote:
> arnaud gaboury <arnaud.gaboury at gmail.com> writes:
>
>> - Intel MKL: this is part of Intel Parallel Studio and is a paid
>> software. Now, there is the MKL package distributed by
>> Revolutionanalytics, but I am not certain how this can be distributed
>> for free. Is
2020 Sep 01
2
[PATCH 07/28] 53c700: improve non-coherent DMA handling
On 01.09.20 17:22, James Bottomley wrote:
> On Tue, 2020-09-01 at 16:05 +0100, Matthew Wilcox wrote:
>> On Tue, Sep 01, 2020 at 07:52:40AM -0700, James Bottomley wrote:
>>> I think this looks mostly OK, except for one misnamed parameter
>>> below. Unfortunately, the last non-coherent parisc was the 700
>>> series and I no longer own a box, so I can't test
2010 Aug 10
1
[LLVMdev] PTX backend, BSD license
On Tue, 10 Aug 2010 14:21:43 -0500
"Villmow, Micah" <Micah.Villmow at amd.com> wrote:
>
> > -----Original Message-----
> > From: llvmdev-bounces at cs.uiuc.edu
> > [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of David A. Greene
> > Sent: Tuesday, August 10, 2010 12:05 PM
> > To: Helge Rhodin
> > Cc: llvmdev at cs.uiuc.edu
> >
2009 Feb 13
4
PCA functions
Hi All, would appreciate an answer on this if you have a moment;
Is there a function (before I try and write it !) that allows the input of a
covariance or correlation matrix to calculate PCA, rather than the actual
data as in princomp()
Regards
Glenn
[[alternative HTML version deleted]]