(no commit message)
[ikiwiki] / doc / recentchanges / change_dd9796375895752621cdcce103d1ad8d8a31d6cb._change
1 [[!meta author="""http://jmtd.livejournal.com/"""]]
2
3 [[!meta authorurl="""http://jmtd.livejournal.com/"""]]
4
5 [[!meta title="""change to bugs/aggregate_generates_long_filenames on ikiwiki"""]]
6
7 [[!meta permalink="http://ikiwiki.info/recentchanges/#change-dd9796375895752621cdcce103d1ad8d8a31d6cb"]]
8
9 <div id="change-dd9796375895752621cdcce103d1ad8d8a31d6cb" class="metadata">
10 <span class="desc"><br />Changed pages:</span>
11 <span class="pagelinks">
12
13 <a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/bugs/aggregate_generates_long_filenames.mdwn;h=33e7b743bab78b6a38cf82d2cd7ced97a67de85f;hp=c38ad6c7b84bba739f7deea2e40519b65b56792a;hb=dd9796375895752621cdcce103d1ad8d8a31d6cb;hpb=b00c6c9640453bf1407c4e880ef0c171388197c7" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=bugs%2Faggregate_generates_long_filenames&amp;do=goto" rel="nofollow">bugs/aggregate generates long filenames</a>
14
15
16 </span>
17 <span class="desc"><br />Changed by:</span>
18 <span class="committer">
19
20 <a href="http://jmtd.livejournal.com/" rel="nofollow">jmtd [livejournal.com]</a>
21
22 </span>
23 <span class="desc"><br />Commit type:</span>
24 <span class="committype">web</span>
25 <span class="desc"><br />Date:</span>
26 <span class="changedate"><span class="relativedate" title="Wed, 17 Nov 2010 07:47:07 +0000">07:47:07 11/17/10</span></span>
27 <span class="desc"><br /></span>
28 </div>
29
30 <span class="revert">
31 <a href="http://ikiwiki.info/ikiwiki.cgi?rev=dd9796375895752621cdcce103d1ad8d8a31d6cb&amp;do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
32 </span>
33
34 <div class="changelog">
35
36
37 ext4, default settings...<br />
38
39
40 </div>
41
42 <div class="diff">
43 <pre>
44 diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn
45 index c38ad6c..33e7b74 100644
46 --- a/doc/bugs/aggregate_generates_long_filenames.mdwn
47 +++ b/doc/bugs/aggregate_generates_long_filenames.mdwn
48 @@ -19,3 +19,16 @@ It would also appear this abrubtly terminates aggregate processing (if not ikiwi
49  &gt; that, in additional to having a rather antique long filename limit, your
50  &gt; system also doesn&#39;t properly expose it via pathconf. Not sure what
51  &gt; ikiwiki can do here. --&#91;&#91;Joey&#93;&#93;
52 +
53 +&gt;&gt; This is an ext4 filesystem with default settings (which appears to mean
54 +&gt;&gt; 256 bytes for pathnames).  Despite the error saying file name, it&#39;s
55 +&gt;&gt; definitely a path issue since moving my test repo to `/tmp`from
56 +&gt;&gt; `/home/jon/wd/mine/www` hides the problem. I note the following comment
57 +&gt;&gt; in `aggregate.pm`:
58 +
59 +               # Make sure that the file name isn&#39;t too long. 
60 +               # NB: This doesn&#39;t check for path length limits.
61 +
62 +&gt;&gt; I don&#39;t fully grok the aggregate source yet, but I wouldn&#39;t rule out
63 +&gt;&gt; a bug in the path length checking, personally.  I&#39;m happy to try and
64 +&gt;&gt; find it myself though :) -- &#91;&#91;Jon&#93;&#93;
65
66 </pre>
67 </div>
68
69 <!-- dd9796375895752621cdcce103d1ad8d8a31d6cb -->