Summary | Problem with PEAR package Net_Sieve 1.1.5 |
Queue | Ingo |
Queue Version | 1.1.2 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | ml (at) netzhaus (dot) ag |
Created | 01/31/2007 (6734 days ago) |
Due | |
Updated | 08/21/2008 (6166 days ago) |
Assigned | 02/02/2007 (6732 days ago) |
Resolved | 04/16/2007 (6659 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
a workaround is to edit Sieve.pm and comment out line
#947,e.g. change
$this->_recvLn();
to
#$this->_recvLn();
that fixed it.
(This is still recent because Centos 5 still ships Net_Sieve 1.1.5)
State ⇒ Not A Bug
versions.
Same behavior. Everythings fine with 1.1.3, but error-message with
1.1.4 und 1.1.5
the message you would get with an older broken Net_Sieve version.
Now i tried the other versions (1.1.3 and .4)
No problem with 1.1.3
Same error message with 1.1.4 but here the "Not currently in
TRANSACTION state" comes immediately and does not take a lot of time
like it does with 1.1.5.
I will test the other Net_Sieve versions with my other system where I
first had this problem (but different error message)
same configuration.
Suse 10.0 with Kernel 2.6.13-15.13-default PHP 4.4.0
Only the error message is different this time:
Not currently in TRANSACTION state
the message you would get with an older broken Net_Sieve version.
same configuration.
Suse 10.0 with Kernel 2.6.13-15.13-default PHP 4.4.0
Only the error message is different this time:
Not currently in TRANSACTION state
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ Ingo
Summary ⇒ Problem with PEAR package Net_Sieve 1.1.5
Type ⇒ Bug
Whenever we tried to save the filter rules, ingo ran into a timeout
while talking to timsieved with the error message "Failed to receive
from the socket".
Observing the connection with tcpdump showed, that authentication with
timsieved works but after that nothing more happens until it times out.
After installing Net_Sieve 1.1.2 everything works fine. (Versions
1.1.3 and 1.1.4 of Net_Sieve not tested).
Maybe this is more a problem of Net_Sieve and not a bug in Ingo.
This happened on a Suse 10.0 with Kernel 2.6.13-15.13-default
PHP 4.4.0