Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#23124 - [woof] Cannot serve file

Attached to Project: Community Packages
Opened by Xavier (Rip-Rip) - Thursday, 03 March 2011, 14:55 GMT
Last edited by Chris Brannon (cmb) - Friday, 04 March 2011, 13:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Chris Brannon (cmb)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I can't serve file with woof. Here is the backtrace I get, when someone wget on my local web server:

Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 641, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 694, in finish
self.wfile.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe

Thanks for your help.
This task depends upon

Closed by  Chris Brannon (cmb)
Friday, 04 March 2011, 13:12 GMT
Reason for closing:  Upstream
Additional comments about closing:  Package moved to [unsupported], because I don't know how long it will be
before it works with python 2.7.
Comment by Chris Brannon (cmb) - Thursday, 03 March 2011, 15:50 GMT
I meant to move this package to [unsupported]. This bug is a duplicate.
For whatever reason, woof won't work with python 2.7.
Upstream knows about the issue, and he doesn't have a fix for it.

Loading...