On 3/13/07, martin f krafft <[EMAIL PROTECTED]> wrote:
> ls -l <musicindex data directory> please? total 32 lrwxrwxrwx 1 madduck music 39 2006-10-25 02:35 directory.png -> /usr/share/mod_musicindex/directory.png lrwxrwxrwx 1 madduck music 35 2006-10-25 02:35 fetch.png -> /usr/share/mod_musicindex/fetch.png lrwxrwxrwx 1 madduck music 37 2006-10-25 02:35 general.png -> /usr/share/mod_musicindex/general.png -rw-r-----+ 1 madduck music 2438 2004-02-02 18:14 loveRss.gif lrwxrwxrwx 1 madduck music 40 2006-10-25 02:35 musicindex.css -> /usr/share/mod_musicindex/musicindex.css lrwxrwxrwx 1 madduck music 41 2006-10-25 02:35 right_arrow.gif -> /usr/share/mod_musicindex/right_arrow.gif lrwxrwxrwx 1 madduck music 33 2006-10-25 02:35 rss.png -> /usr/share/mod_musicindex/rss.png lrwxrwxrwx 1 madduck music 37 2006-10-25 02:35 shuffle.png -> /usr/share/mod_musicindex/shuffle.png lrwxrwxrwx 1 madduck music 35 2006-10-25 02:35 sound.png -> /usr/share/mod_musicindex/sound.png -rw-r-----+ 1 madduck music 69 2006-07-16 16:01 tunes.css -rw-r-----+ 1 madduck music 1842 2006-07-14 03:43 valid-xhtml11 -rw-r-----+ 1 madduck music 1547 2005-01-18 21:23 vcss (ACLs are in use)
Ha. Could you try chmod a+r on the icons and see if it does any better? It works for me, I really don't understand why it wouldn't work for you, except maybe if your use of ACLs makes the access() tests in html.c fail, which I suspect, in which case I'll have to figure out another test that works everywhere, and I have the feeling that it is not going to be funny :( Note that we use access() checks in many places, so I suspect that if you're using ACLs elsewhere and it doesn't work with ACLs, you're likely to experience breakage in other places. Thanks -- Thibaut VARENE http://www.parisc-linux.org/~varenet/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

