diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2010-11-17 07:47:07 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-17 07:47:07 +0000 |
commit | dd9796375895752621cdcce103d1ad8d8a31d6cb (patch) | |
tree | dad0f4b6cae47339596b61e072dc0d30d26c557c | |
parent | b00c6c9640453bf1407c4e880ef0c171388197c7 (diff) | |
download | ikiwiki-dd9796375895752621cdcce103d1ad8d8a31d6cb.tar ikiwiki-dd9796375895752621cdcce103d1ad8d8a31d6cb.tar.gz |
ext4, default settings...
-rw-r--r-- | doc/bugs/aggregate_generates_long_filenames.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn index c38ad6c7b..33e7b743b 100644 --- a/doc/bugs/aggregate_generates_long_filenames.mdwn +++ b/doc/bugs/aggregate_generates_long_filenames.mdwn @@ -19,3 +19,16 @@ It would also appear this abrubtly terminates aggregate processing (if not ikiwi > that, in additional to having a rather antique long filename limit, your > system also doesn't properly expose it via pathconf. Not sure what > ikiwiki can do here. --[[Joey]] + +>> This is an ext4 filesystem with default settings (which appears to mean +>> 256 bytes for pathnames). Despite the error saying file name, it's +>> definitely a path issue since moving my test repo to `/tmp`from +>> `/home/jon/wd/mine/www` hides the problem. I note the following comment +>> in `aggregate.pm`: + + # Make sure that the file name isn't too long. + # NB: This doesn't check for path length limits. + +>> I don't fully grok the aggregate source yet, but I wouldn't rule out +>> a bug in the path length checking, personally. I'm happy to try and +>> find it myself though :) -- [[Jon]] |