Bug 1134291

Summary: *** Fatal error: Error in the pull function.
Product: [Fedora] Fedora Reporter: Ali Akcaagac <aliakc>
Component: gnutlsAssignee: Nikos Mavrogiannopoulos <nmavrogi>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: nmavrogi, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-23 20:05:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ali Akcaagac 2014-08-27 08:59:24 UTC
-bash-4.2$ rpm -q gnutls-utils
gnutls-utils-3.1.26-1.fc20.i686

-bash-4.2$ cat /etc/bin/pop3.sh 
#!/bin/bash --login
# Begin pop3.sh

gnutls-cli -d 1 -p 995 pop3.web.de

exit
# End pop3.sh

;--- within the mailserver
top 339 20
*** Fatal error: Error in the pull function.
*** Server has terminated the connection abnormally.
;--- within the mailserver

Any changes to the code that causes this ? Downgraded version works perfectly.

Comment 1 Nikos Mavrogiannopoulos 2014-08-27 10:41:37 UTC
Nothing related with such an error. What was the previously used version? Could you try gnutls-cli -d 99 -p 995 pop3.web.de

and send the output?