Bug 82454
| Summary: | [patch] smbspool error reporting | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Tim Waugh <twaugh> | ||||
| Component: | samba | Assignee: | Jay Fenlason <fenlason> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0 | CC: | jfeeney | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-02-13 19:57:51 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 89515 [details]
samba-2.2.7a-error.patch
I've included this in the 2.2.7a-3 and later, and passed it upstream. With luck it'll make it into 2.2.8 |
Description of problem: When smbspool reports errors it sometimes uses perror() even in contexts where errno has nothing to do with the error being reported. For example, try: smbspool smb://blah/blah 1 user title 1 ''</dev/null Version-Release number of selected component (if applicable): 2.2.7a-1 How reproducible: 100% Steps to Reproduce: 1. smbspool smb://blah/blah 1 user title 1 ''</dev/null Actual results: ERROR: Unable to connect to SAMBA host, will retry in 60 seconds...: Success Expected results: ERROR: Unable to connect to SAMBA host, will retry in 60 seconds... Additional info: Patch attached.