ちょいと解析をやっていて、 FreeBSD 環境の PAW でデータを読もうとして、ファイル名が大文字だけから構成されているのに PAW の方が case insensitive で引っかかる(ってゆーか、内部的に全部小文字に変換するようで小文字名ファイルしか open できない)。
んで、頭使わずに hoge -> HOGE な symlink を張って誤魔化す。
それはまぁいつもやることだが、解析後そのディレクトリ一帯を rsync で MacOS に持ってきて作業していてふと気が付くと
hoge -> HOGE の symlink だけ残っていて、データ本体の HOGE の方がない
そーだよなー、 MacOS の HFS は case insensitive だから hoge と HOGE は両立しないよなぁ、と納得したのはその数日後だったというのは秘密だ(貘)
[referer:
The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file.
]