search for: 2.2.17

Displaying 20 results from an estimated 182 matches for "2.2.17".

Did you mean: 2.2.13
2000 Oct 31
1
(no subject)
New EXT3 Packages have been uploaded to ftp.beta.redhat.com today. We have expanded the packages offering by popular request :-) You may download these packages via anonymous ftp, or via the web page at http://www.beta.redhat.com/. BUGS Bugs against these packages should still be posted at bugzilla.redhat.com Product: Red Hat High Availability Server Version: beta Component: ext3
2002 Oct 09
2
imq in 2.2.17 and ipchains?
Hi stef; imq patch of 2.2.17 form http://luxik.cdi.cz/~devik/qos/imq.htm diff against 2.2.17 Can you tell me how imq work with ipchains? thanks for your help regards, haipe _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2015 May 09
10
v2.2.17 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz.sig Quite a lot of changes, so here's a release candidate first. If no problems are reported I'll make v2.2.17 release early next week. Please test especially non-Linux systems as there are some larger configure/Makefile changes done since v2.2.16. * Dovecot no
2015 May 09
10
v2.2.17 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz.sig Quite a lot of changes, so here's a release candidate first. If no problems are reported I'll make v2.2.17 release early next week. Please test especially non-Linux systems as there are some larger configure/Makefile changes done since v2.2.16. * Dovecot no
2001 Feb 13
1
What ext3 release is in 2.2.17-14?
Anyone know? The just released RedHat 2.2.17-14 kernel has an ext3/kdb patch in it. Any idea which ext3 release it is? b. -- Brian J. Murrell
2005 Jan 20
1
compiling libldap error??
Samba experts, Ok, we are having so many problems getting ldap to work, we decided to start over with our compile. We are compiling Samba --with-ldap on our AIX 5.1 system which uses gcc. Openldap (for client support) exists in /usr/local/openldap/2.2.17. In order for Samba to find the ldap.h file, we had to configure with CPPFLAGS="-I/usr/local/openldap/2.2.17/include"
2015 May 14
1
v2.2.17 Segfault
Hi, I'm using libexec/dovecot/imap via a ssh tunnel. 2.2.17 segfaults while accessing a NULL pointer. The following change fixes it for me: --- dovecot-2.2.17/src/lib-imap/imap-keepalive.c 2015-05-03 11:12:11.000000000 +0200 +++ dovecot-2.2.17/src/lib-imap/imap-keepalive.c 2015-05-14 20:06:29.490617405 +0200 @@ -11,6 +11,8 @@ { unsigned int addr; + if (!ip) + return FALSE; if
2020 Jul 13
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi everyone, we just upgraded our mail server from Debian 8 to Debian 9, so our dovecot packages just got upgraded from version 2.2.13 to 2.2.17. Now we have a lot of errors in our dovecot.log about permission denied (our Mailboxes are on NFS remote server since years without problems) like these: Jul 13 12:39:23 Error: imap(XXXXXXXXX):
2020 Jul 13
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi Jochen, the ID has not changed, in addition the "permission denied" error is random, most of the time Dovecot works well. How can I check the mappings NFS uses? After the Debian upgrade I was using these NFS mount options: rw,user,rsize=8192,wsize=8192,timeo=30,intr Now trying to fix the problem I set "defaults" mount option, but nothing has changed. Thanks On
2020 Jul 13
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
On Mon, Jul 13, 2020 at 7:36 AM Claudio Corvino <ccorvino at trustitalia.it> wrote: > Thanks Jochen, > > no mixups present at all, file assigned to UID 501. > > Since this problem started few hours after the Debian upgrade, I think > it is related to it. > > I don't know if something has changed on the NFS client side on Debian, > but I don't think so as
2020 Jul 13
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Thanks Jochen, no mixups present at all, file assigned to UID 501. Since this problem started few hours after the Debian upgrade, I think it is related to it. I don't know if something has changed on the NFS client side on Debian, but I don't think so as aptlistchanges didn't notify me about it, nor if Dovecot 2.2.17 treat NFS in other way. I'm stuck. On 13/07/20 16:07,
2000 Dec 07
1
Bugreport: Lines swallowed in std_out redirection
Hi, we are using OpenSSH_2.3.0p1. When using non-interactive mode, sometimes lines are swallowed from standard output: root at hydra:~ # ssh anderson "ls -l /usr/sbin/sshd" -rwxr-xr-x 1 root root 612344 Nov 25 20:26 /usr/sbin/sshd root at hydra:~ # ssh anderson "ls -l /usr/sbin/sshd" root at hydra:~ # ssh anderson "ls -l /usr/sbin/sshd" -rwxr-xr-x 1
2011 Feb 18
2
Ubuntu10.10 + Wine + Apache(Win32) = Can't open html
I 've intall httpd-2.2.17-win32-x86-no_ssl.msi (from http://httpd.apache.org/download.cgi -> http://labs.renren.com/apache-mirror//httpd/binaries/win32/httpd-2.2.17-win32-x86-no_ssl.msi ) by Wine1.3.13 in Ubuntu 10.10 successfully. And Apache HTTP Server (httpd) 2.2.17 can run nromal, but I found that if size of html file is more than 255 bytes, web browser can't open this html from
2020 Jul 14
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Strange behavior but after a reboot of the Dovecot server, the error disappeared from logs (like Windows style! :-)). I'll monitor the situation and take you updated in case it should come back. Thanks all! On 13/07/20 20:27, John Stoffel wrote: >>>>>> "Mark" == Mark Moseley <moseleymark at gmail.com> writes: > > Mark> This is just me throwing
2020 Sep 24
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi, this sound correct, here is my fstab entry: /XXX.XXX.XXX.XXX:/mail-storage??? /mnt/mail-storage nfs defaults,timeo=30??? ??? ??? ??? 0?????? 0/ Here are my options when doing "mount":
2020 Sep 21
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi everyone, problem still occurring, I just noticed that if I do an "ls -l /mnt/mail-storage/<user>/Maildir/cur/" from the Dovecot server I can unblock the mailbox of the user and Thunderbird can receives all the e-mails. The problem occurs even with the gmail client on the smartphone. I just tried many things but can't find a solution. I just reinstalled a new server
2020 Jul 13
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
>>>>> "Mark" == Mark Moseley <moseleymark at gmail.com> writes: Mark> This is just me throwing things out to look at, but did the Mark> client mount on the old server use NFS3 and the new upgraded Mark> client uses NFS4? Sometimes that can cause weirdness with id Mark> mapping.? Another thing to check is selinux, is it enabled? It's one of those
2020 Sep 23
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
On 21 Sep 2020, at 01:48, Claudio Corvino <ccorvino at trustitalia.it> wrote: > problem still occurring, I just noticed that if I do an "ls -l /mnt/mail-storage/<user>/Maildir/cur/" from the Dovecot server I can unblock the mailbox of the user and Thunderbird can receives all the e-mails. > > The problem occurs even with the gmail client on the smartphone. >
2015 Apr 28
3
CVE-2015-3420
When can we expect 2.2.17 to resolve this?
2001 Mar 10
1
Two annoying problems
Hey all - Two problems, one mine, one a friend's: (1) I have a small three-machine network at my office. The server is running Mandrake 7.2 with either the 2.2.17-21mdk stock kernel or a custom-compiled 2.4.1 kernel. It's running Samba 2.0.7-18mdk, configured correctly (as everything works when it's booted to the 2.2.17 kernel). I've moved to the 2.4.1 kernel because the USB