Opened 17 years ago
Closed 17 years ago
#5652 closed patch (fixed)
README FAQ update for 'zero-length thumbnails' from CIFS
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.

README update for missing thumbnails on CIFS/SMB