Displaying 20 results from an estimated 44 matches for "miskiewicz".
2009 Mar 27
7
multiple sql servers - loadbalancing and failover
Hi,
Is there a way for dovecot to use a pool of sql (mysql) servers and load
balance queries between these?
Also fallback to next available sql server if connection to previous one
fails.
Can dovecot do such things currently? (If not this is feature request).
--
Arkadiusz Mi?kiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
2014 Jun 13
7
[Bug 79971] New: 3.15.0-11819-gc1fdb2d: oops
https://bugs.freedesktop.org/show_bug.cgi?id=79971
Priority: medium
Bug ID: 79971
Assignee: nouveau at lists.freedesktop.org
Summary: 3.15.0-11819-gc1fdb2d: oops
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: arekm at maven.pl
Hardware: Other
2008 Jul 25
2
stopping dovecot
This may be a silly question but how to correctly stop dovecot and be sure
that it's possible to start it again?
kill -TERM `cat /var/run/dovecot/master.pid` doesn't work well.
I have imap-login processes staying arround and occupying port which leads to
Fatal: listen(0.0.0.0, 993) failed: Address already in use
when trying to start again 2s after stopping.
--
Arkadiusz Mi?kiewicz
2010 Mar 02
2
1.2.10 and questions
Hi,
1) Why dovecot -n doesn't display default values? At least it didn't display
mail_max_userip_connections(default): 20
mail_max_userip_connections(imap): 20
mail_max_userip_connections(pop3): 10
if I had set ONLY mail_max_userip_connections (to be =10)
2) "Maximum number of connections from user+IP exceeded
(mail_max_userip_connections): "
Could it be enhanced to
2001 Feb 17
2
Important fix (sshd && binding). Portable version only.
If bind() fails we _always_ should close socket. I sent this patch while ago
to djm but I still don't see this fix in openssh_cvs.
diff -urN openssh-2.3.0p1.org/sshd.c openssh-2.3.0p1/sshd.c
--- openssh-2.3.0p1.org/sshd.c Sat Jan 6 19:54:11 2001
+++ openssh-2.3.0p1/sshd.c Sat Jan 6 19:55:48 2001
@@ -782,10 +782,10 @@
debug("Bind to port %s on %s.", strport, ntop);
/*
2007 Mar 28
2
ignoring some subfolders [potential wishlist]
Hello
I'm looking at migration path from my current setup (tpop3d/courier-imap) and
I seem to miss one feature - ability to ignore some subfolders for pop3.
tpop3d allows me to say:
maildir-ignore-folders: Spam Trash trash Sent sent-mail POP3-Invisible
(would be stupid to fetch own sent-mail via pop3 again 8-)
In recent tpop3d cvs version I can also use regexps like
2008 Dec 15
2
1.1.7: quota problem, unable to delete mails when quota exceeded
Hi,
When user exceeds it's quota then dovecot can't create it's files and it's
showing zero mails :( This also means that user is unable to delete it's own
mails. Sounds like kind-of bug, right?
Dec 15 08:28:37 mbox1 dovecot: IMAP(xxx):
open(/var/mail/xxx/dovecot-uidlist.lock) failed: Disk quota exceeded
Dec 15 08:28:37 mbox1 dovecot: IMAP(kdudus):
2011 Jul 27
9
[PATCH 0/5] Collected vdso/vsyscall fixes for 3.1
This fixes various problems that cropped up with the vdso patches.
- Patch 1 fixes an information leak to userspace.
- Patches 2 and 3 fix the kernel build on gold.
- Patches 4 and 5 fix Xen (I hope).
Konrad, could you could test these on Xen and run 'test_vsyscall test' [1]?
I don't have a usable Xen setup.
Also, I'd appreciate a review of patches 4 and 5 from some
2011 Jul 27
9
[PATCH 0/5] Collected vdso/vsyscall fixes for 3.1
This fixes various problems that cropped up with the vdso patches.
- Patch 1 fixes an information leak to userspace.
- Patches 2 and 3 fix the kernel build on gold.
- Patches 4 and 5 fix Xen (I hope).
Konrad, could you could test these on Xen and run 'test_vsyscall test' [1]?
I don't have a usable Xen setup.
Also, I'd appreciate a review of patches 4 and 5 from some
2011 Jul 27
9
[PATCH 0/5] Collected vdso/vsyscall fixes for 3.1
This fixes various problems that cropped up with the vdso patches.
- Patch 1 fixes an information leak to userspace.
- Patches 2 and 3 fix the kernel build on gold.
- Patches 4 and 5 fix Xen (I hope).
Konrad, could you could test these on Xen and run 'test_vsyscall test' [1]?
I don't have a usable Xen setup.
Also, I'd appreciate a review of patches 4 and 5 from some
2009 Jul 22
1
Released Sieve v0.1.9 for Dovecot v1.2.1
...success (bug
reported by Ron Lee)
- Fixed extension conflict checks during validation. It could
sometimes produce useless errormessages. This is currently only used
by the deprecated extensions.
- Forgot to remove old explicit storage library dependency (patch by
Arkadiusz Miskiewicz).
- Fixed compiler warnings on certain platforms regarding the use
fwrite for outgoing message construction
--
The releases are available as follows:
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.9.tar.gz
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.9.tar.gz.sig...
2009 Jul 22
1
Released Sieve v0.1.9 for Dovecot v1.2.1
...success (bug
reported by Ron Lee)
- Fixed extension conflict checks during validation. It could
sometimes produce useless errormessages. This is currently only used
by the deprecated extensions.
- Forgot to remove old explicit storage library dependency (patch by
Arkadiusz Miskiewicz).
- Fixed compiler warnings on certain platforms regarding the use
fwrite for outgoing message construction
--
The releases are available as follows:
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.9.tar.gz
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.9.tar.gz.sig...
2011 Aug 03
10
[PATCH v2 0/6] Collected vdso/vsyscall fixes for 3.1
This fixes various problems that cropped up with the vdso patches.
- Patch 1 fixes an information leak to userspace.
- Patches 2 and 3 fix the kernel build on gold.
- Patches 4 and 5 fix Xen (I hope).
- Patch 6 (optional) adds a trace event to vsyscall emulation. It will
make it easier to handle performance regression reports :)
[1]
2011 Aug 03
10
[PATCH v2 0/6] Collected vdso/vsyscall fixes for 3.1
This fixes various problems that cropped up with the vdso patches.
- Patch 1 fixes an information leak to userspace.
- Patches 2 and 3 fix the kernel build on gold.
- Patches 4 and 5 fix Xen (I hope).
- Patch 6 (optional) adds a trace event to vsyscall emulation. It will
make it easier to handle performance regression reports :)
[1]
2011 Aug 03
10
[PATCH v2 0/6] Collected vdso/vsyscall fixes for 3.1
This fixes various problems that cropped up with the vdso patches.
- Patch 1 fixes an information leak to userspace.
- Patches 2 and 3 fix the kernel build on gold.
- Patches 4 and 5 fix Xen (I hope).
- Patch 6 (optional) adds a trace event to vsyscall emulation. It will
make it easier to handle performance regression reports :)
[1]
2005 Sep 22
2
repeatable disconnections when rsyncing over ssh
Hi,
I have a problem with rsyncing large data sets (consisting bunch of small
files) over ssh.
rsync 2.6.6 on both sides. Linux 2.6.10 on receiving side, 2.6.12.6 on sending
side.
This strace is from rsyncing over 2Mbit link but I can repeat it over 100Mbps
lan, too (while testing on lan 2.6.11.3 was on sending and 2.6.12.6 on
receiving side).
I wonder what can be problem here? Some
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi,
After some recent merge to Linus tree resume from ram on my thinkpad t400
stopped working. My latest test was done on today Linus git master tree.
I'm closing lid, it suspends according to "moon" led. When I open lid I see
that LCD backlight is on (not sure if it turns on when I open lid or maybe it
never turns off), black screen with cursor blinking in upper corner but...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi,
After some recent merge to Linus tree resume from ram on my thinkpad t400
stopped working. My latest test was done on today Linus git master tree.
I'm closing lid, it suspends according to "moon" led. When I open lid I see
that LCD backlight is on (not sure if it turns on when I open lid or maybe it
never turns off), black screen with cursor blinking in upper corner but...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi,
After some recent merge to Linus tree resume from ram on my thinkpad t400
stopped working. My latest test was done on today Linus git master tree.
I'm closing lid, it suspends according to "moon" led. When I open lid I see
that LCD backlight is on (not sure if it turns on when I open lid or maybe it
never turns off), black screen with cursor blinking in upper corner but...
2008 Dec 11
1
W= fixup feature
Hi,
When there are maildir mail files without W= tag in name then dovecot opens
them, read data inside to calculate W= size, cache that information etc.
Would be it sensible to have option where dovecot would fix names of such
files?
Like if no W= then after calculating size rename file to actually contain W= ?
--
Arkadiusz Mi?kiewicz PLD/Linux Team
arekm / maven.pl