Opened 16 years ago

Closed 15 years ago

#5652 closed patch (fixed)

README FAQ update for 'zero-length thumbnails' from CIFS

Reported by: shawn@… Owned by: xris
Priority: minor Milestone: 0.22
Component: mythweb Version: head
Severity: low Keywords: thumbnail pixmap cifs smb samba
Cc: Ticket locked: no

Description

The attached diff adds a FAQ entry into the mythweb README file as follows...

Q: I can't see any thumbnail images of the recordings on my CIFS/SMB share. A: There is a bug in the Linux CIFS driver that is triggered by Apache when

it uses 'sendfile' to send an image. To work around it, add the following line to your Apache configuration (httpd.conf) file...

EnableSendfile? Off

See http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile for info.

Attachments (1)

README.diff (828 bytes) - added by shawn@… 16 years ago.
README update for missing thumbnails on CIFS/SMB

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by shawn@…

Attachment: README.diff added

README update for missing thumbnails on CIFS/SMB

comment:1 Changed 15 years ago by Rob Smith

Resolution: fixed
Status: newclosed

(In [19014]) Fixes #5652, Updates the README about CIFS and apache

Note: See TracTickets for help on using tickets.