similar to: Z-Stream?

Displaying 20 results from an estimated 10000 matches similar to: "Z-Stream?"

2005 Jun 15
6
Compressed maildir
Greetings, I noticed a while back someone posted a patch/plugin that allowed Dovecot to use compressed mbox files. I'm now wondering how far that would put us from having compressed maildir? I have a server with more CPU than disk space, and while I can buy more HDD space, my backup solution doesn't make that practical. It seems to me that when looking for a message file, if it
2017 Dec 24
3
zlib plugin producing errors on 2.3.0
Hello, I use the zlib and imap_zlib plugins on FreeBSD. As of 2.3.0, my logs are producing these errors every so often, but AFAICT the messages themselves aren't getting corrupted. Panic: file ostream-zlib.c: line 36 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || zstream->ostream.ostream.stream_errno != 0) Fatal: master: service(imap): child 80128 killed with
2018 Oct 02
2
2.3.3: Panic: file ostream-zlib.c: line 37 (o_stream_zlib_close): assertion failed
I see this in my logs after 2.3.3: using zlib plugin, ofc. Oct 02 10:01:39 imap(user at example.com)<50643></2k4Sjp3vMqC496W>: Panic: file ostream-zlib.c: line 37 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || zstream->ostream.ostream.stream_errno != 0 || zstream->ostream.error_handling_disabled) Oct 02 10:01:39 imap(user at
2018 Jan 06
2
zlib plugin producing errors on 2.3.0
On 5 Jan 2018, at 18.33, Carsten Uppenbrink <info at uppenbrink.net> wrote: > > On 24.12.2017 15:58, Adam Weinberger wrote: >> Hello, >> I use the zlib and imap_zlib plugins on FreeBSD. As of 2.3.0, my logs >> are producing these errors every so often, but AFAICT the messages >> themselves aren't getting corrupted. >> Panic: file ostream-zlib.c: line
2010 Mar 11
1
Plugin like zlib
Hi everyone. I rebuild a plugin, based on zlib plugin. The changes between this plugin and zlib, is the zlib stuffs is replaced by open, read, lseek, close. With "plain-text" files, its works ok. So, my file is encrypt, and the result from decrypt file is different from fread. Like zlib, i read from fread the size variable, but the value added in seek_offset and pos is the result from
2014 Jun 23
4
OOM in Dovecot 2.2.13 imap
Hi, we run Dovecot 2.2.13 on Debian Wheezy with a couple thousand mailboxes. We have two users that repeatedly trigger an OOM condition with IMAP. Jun 23 12:53:21 lxmhs74 dovecot: imap(USER): Fatal: pool_system_realloc(268435456): Out of memory Jun 23 12:53:21 lxmhs74 dovecot: imap(USER): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x6c15f) [0x7f11766cc15f] ->
2012 Jun 05
1
Mysql cluster vs. mysql-libs
Hi, it seems even a minimal install of Centos 6.2 now requires mysql-libs as a dependency for postfix and cronie. When I try to install the mysql cluster rpms from mysql.com I get a collision between the files. Since this is the first time I get into contact with mysql cluster I wonder if somebody has an idea how to resolve this or knows alternative packages that don't conflict with
2015 Dec 09
4
win2008r2 update on centos 6 host made system unbootable
On 09.12.2015 00:39, NightLightHosts Admin wrote: > On Tue, Dec 8, 2015 at 5:26 PM, Dennis Jacobfeuerborn > <dennisml at conversis.de> wrote: >> Hi, >> today we ran into a strange problem: When performing a regular Windows >> 2008r2 update apparently among other things the following was installed: >> "SUSE - Storage Controller - SUSE Block Driver for
2018 Feb 27
5
Any alternatives for the horrible reposync
Hi, I'm currently trying to mirror a couple of yum repositories and the only tool that seems to be available for this is reposync. Unfortunately reposync for some inexplicable reason seems to use the yum config of the local system as a basis for its work which makes no sense and creates all kinds of problems where cache directories and metadata gets mixed up. Are there any alternatives? Some
2013 May 02
4
Kickstart and volume group with a dash in the name
Hi, I'm trying to setup the provisioning of new OpenStack hypervisors with cinder volumes on them. The problem is that kickstart doesn't allow dashed in volume group names? I tried this: volgroup cinder-volumes --pesize=4096 pv.02 and this: volgroup cinder--volumes --pesize=4096 pv.02 but in both cases I end up with a volume group named "cindervolumes" on the system. Any
2012 Apr 22
5
Only write file if copy on master is present
Hi, I''m trying to find a way to configure the firewall on centos systems using puppet by copying the /etc/sysconfig/iptables file and restarting the iptables service. That part is simple to accomplish. The twist I need to add though is that I only want to do this if a copy of that file for the node exists on the server. If this file doesn''t exists then I want puppet to not
2007 Feb 25
5
Hostname problem
Hi, I''m trying to get puppetmasterd and puppetd to communicate properly with each other but there seems to be a problem with how puppet determines the hostname of the machine. Both daemons run on the same machine with the hostname "nexus" but when I start puppetmasterd with "puppetmasterd -v -d" I get the following output: ... info: Creating a new SSL key at
2014 Jul 31
1
Re: multicast traffic no longer working after reboot
On 31.07.2014 17:23, Dennis Jacobfeuerborn wrote: > On 31.07.2014 15:14, Dennis Jacobfeuerborn wrote: >> Hi, >> today a couple of Hypervisors got restarted due to a power outage. While >> the systems and the VMs on the are running fine multicast traffic >> between the guests is no longer working. >> >> I generate multicast udp packet using iperf in the guest
2011 Jul 21
3
Experience with Centos running off usb-stick(s)
Hi, I'm trying to build a redundant duo of firewalls/routers/gateways and I'm thinking about not putting any disks in them and instead using a usb-stick raid-1 as storage. Has anyone any experience with this? Since the machines will be running pretty much only iptables, conntrackd and keepalived there is not going to be a lot of disk activity going on and the plan is to do all the
2013 Nov 12
2
dovecot-2.2.7: Fatal: master: service(imap): child 49545 killed with signal 11 (core dumped)
Hi! After upgrade I'm noticing many coredummps, below is backtrace: $ echo "bt"|gdb .... #0 o_stream_zlib_flush (stream=0xc8be5b27640) at ostream-zlib.c:222 222 if (o_stream_zlib_send_flush(zstream) < 0) (gdb) #0 o_stream_zlib_flush (stream=0xc8be5b27640) at ostream-zlib.c:222 #1 0x00007a695e8f09cd in o_stream_flush (stream=stream at entry=0xc8be5b276d0) at
2014 Jul 31
2
multicast traffic no longer working after reboot
Hi, today a couple of Hypervisors got restarted due to a power outage. While the systems and the VMs on the are running fine multicast traffic between the guests is no longer working. I generate multicast udp packet using iperf in the guest and check on the host using tcpdump: tcpdump vnet0 => multicast packets are visible tcpdump vlanbr8 => multicast packets are visible tcpdump em1.8
2015 Dec 15
2
CentOS 7 (1511) is released
On 12/15/2015 02:23 PM, Dennis Jacobfeuerborn wrote: > On 15.12.2015 03:22, John R Pierce wrote: >> On 12/14/2015 3:46 PM, Wes James wrote: >>> I just updated to 7.2 from 7.1. I did lsb_release -a and it says >>> 7.2.1511. I haven?t rebooted yet, which items would run with new >>> binaries, anything that isn?t running yet? Ssay I had apache running,
2015 Dec 09
2
win2008r2 update on centos 6 host made system unbootable
On 09.12.2015 13:47, Patrick Bervoets wrote: > > > Op 09-12-15 om 01:00 schreef Dennis Jacobfeuerborn: >> On 09.12.2015 00:39, NightLightHosts Admin wrote: >>> On Tue, Dec 8, 2015 at 5:26 PM, Dennis Jacobfeuerborn >>> <dennisml at conversis.de> wrote: >>>> Hi, >>>> today we ran into a strange problem: When performing a regular
2018 Jan 18
1
Panic: file ostream-zlib.c: line 36 (o_stream_zlib_close): assertion failed:
Hi, after updating Dovecot to version 2.3 I get a lot of core-dumps like: > Jan 18 10:08:20 mail dovecot: imap(bob at tutech.de)<18200><CIPhNwljJcdYS/hg>: Panic: file ostream-zlib.c: line 36 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || > zstream->ostream.ostream.stream_errno != 0) > Jan 18 10:08:20 mail dovecot: imap(bob at
2015 Apr 21
4
C7 systemd and network configuration
On Tue, Apr 21, 2015 at 03:46:52PM +0200, Dennis Jacobfeuerborn wrote: > Networking isn't really controlled by systemd but by NetworkManager. I > usually just yum remove NetworkManager* and then everything works just > as it did in CentOS 6. Note: NetworkManager is in CentOS6 too, and is part of the default workstation install. The NM in CentOS7 is a bit more polished than the NM