Bug#198941: bittorrent: downloader opens too many files and doesn't close

2008-11-13 Thread Anton Chernev
Hello, everyone, Looks like my previous patch has a serious error which causes files to never get closed/flushed/whatever. After a couple of days of testing, the attached patch seems to be working OK. I'm sorry for any inconvenience I might have caused. Best regards, Anton Index: BitTorrent/

Bug#198941: bittorrent: downloader opens too many files and doesn't close them

2008-10-29 Thread Anton Chernev
Hi, everyone, I ran into this bug today and after an hour of searching the Internet, I came up with nothing. It seems I was able to fix the issue with a minor change in Storage.py. Basically, instead of holding a dictionary of open file handles, the Storage class would keep only the file mode,

Bug#437841: Postfix SASL configuration file smtpd.conf is placed in the wrong directory

2007-08-16 Thread Anton Chernev
LaMont Jones wrote: On Wed, Aug 15, 2007 at 12:39:06PM +0300, Anton Chernev wrote: >> $ strings -a /usr/lib/postfix/smtpd | grep "sasl:/usr/lib/sasl2" >> /etc/postfix/sasl:/usr/lib/sasl2 > Does that mean it looks for the file in both places? That is the path that

Bug#437841: Postfix SASL configuration file smtpd.conf is placed in the wrong directory

2007-08-15 Thread Anton Chernev
LaMont Jones wrote: On Tue, Aug 14, 2007 at 06:23:59PM +0300, Anton Chernev wrote: LaMont Jones wrote: I am also using x86. Indeed, I have recompiled Postfix to add a trash quota patch, by using the dpkg-build routine. dpkg-buildpackage should result in the patches that you need

Bug#437841: Postfix SASL configuration file smtpd.conf is placed in the wrong directory

2007-08-14 Thread Anton Chernev
LaMont Jones wrote: tags 437841 + moreinfo On Tue, Aug 14, 2007 at 04:23:46PM +0300, Anton Chernev wrote: The configuration file for Postfix SASL (smtpd.conf) is placed in the /etc/postfix/sasl/ directory. However, it is never read by the daemons. As a result, the authentication falls back

Bug#437841: Postfix SASL configuration file smtpd.conf is placed in the wrong directory

2007-08-14 Thread Anton Chernev
Package: postfix Version: 2.3.8-2 The configuration file for Postfix SASL (smtpd.conf) is placed in the /etc/postfix/sasl/ directory. However, it is never read by the daemons. As a result, the authentication falls back to the default, using the file /etc/sasldb2 (sasldb mechanism) and offering