Huh, sha1sum wouldn't have been my first suspect. Werc uses it as an
optimisation, it caches the markdown output for each input file to
avoid running perl after the first visit.

 Next step is to reproduce the problem outside werc. My first guess
would be "9 sha1sum
$WERC/sites/minecraft.gamma.galactickid2.info/index.md", if that
doesn't work you can turn on debug output by changing the first line
of your werc script:

-#!/usr/local/plan9/bin/rc
+#!/usr/local/plan9/bin/rc -x

-sqweek

On 28 June 2011 01:28, galactickid2 <[email protected]> wrote:
> Ok, logs for ubuntu and apache2 default to /var/log/apache2. The
> content is nearly indecipherable to me. I understand that this is a
> program getting killed because it is doing something disagreeable with
> memory and such, but I have no clue where to go from here.
>
>>minecraft.gamma.galactickid2.info/ - Mozilla/5.0 (Windows; U; Windows NT 5.1; 
>>en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729) - 
>>GET - md_handler sites/minecraft.gamma.galactickid2.info/index.md - 
>>lib/default_master.tpl
>>*** stack smashing detected ***: sha1sum terminated
>>======= Backtrace: =========
>>/lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x50)[0x986df0]
>>/lib/i386-linux-gnu/libc.so.6(+0xe5d9a)[0x986d9a]
>>sha1sum[0x8048b7b]
>>sha1sum[0x804a9ff]
>>sha1sum[0x80492a2]
>>sha1sum[0x804ad8c]
>>sha1sum[0x804ace0]
>>sha1sum[0x8048ac3]
>>sha1sum[0x8048c56]
>>sha1sum[0x804b49b]
>>/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x8b7e37]
>>sha1sum[0x8048961]
>>======= Memory map: ========
>>004a0000-004bc000 r-xp 00000000 08:01 656680     
>>/lib/i386-linux-gnu/ld-2.13.so
>>004bc000-004bd000 r--p 0001b000 08:01 656680     
>>/lib/i386-linux-gnu/ld-2.13.so
>>004bd000-004be000 rw-p 0001c000 08:01 656680     
>>/lib/i386-linux-gnu/ld-2.13.so
>>0076c000-00786000 r-xp 00000000 08:01 656684     
>>/lib/i386-linux-gnu/libgcc_s.so.1
>>00786000-00787000 r--p 00019000 08:01 656684     
>>/lib/i386-linux-gnu/libgcc_s.so.1
>>00787000-00788000 rw-p 0001a000 08:01 656684     
>>/lib/i386-linux-gnu/libgcc_s.so.1
>>008a1000-009fb000 r-xp 00000000 08:01 656657     
>>/lib/i386-linux-gnu/libc-2.13.so
>>009fb000-009fc000 ---p 0015a000 08:01 656657     
>>/lib/i386-linux-gnu/libc-2.13.so
>>009fc000-009fe000 r--p 0015a000 08:01 656657     
>>/lib/i386-linux-gnu/libc-2.13.so
>>009fe000-009ff000 rw-p 0015c000 08:01 656657     
>>/lib/i386-linux-gnu/libc-2.13.so
>>009ff000-00a02000 rw-p 00000000 00:00 0
>>00aad000-00aae000 r-xp 00000000 00:00 0          [vdso]
>>00da2000-00dc6000 r-xp 00000000 08:01 656679     
>>/lib/i386-linux-gnu/libm-2.13.so
>>00dc6000-00dc7000 r--p 00023000 08:01 656679     
>>/lib/i386-linux-gnu/libm-2.13.so
>>00dc7000-00dc8000 rw-p 00024000 08:01 656679     
>>/lib/i386-linux-gnu/libm-2.13.so
>>08048000-08050000 r-xp 00000000 08:01 2497390    /usr/lib/plan9/bin/sha1sum
>>08050000-08051000 r--p 00007000 08:01 2497390    /usr/lib/plan9/bin/sha1sum
>>08051000-08052000 rw-p 00008000 08:01 2497390    /usr/lib/plan9/bin/sha1sum
>>0888b000-088ac000 rw-p 00000000 00:00 0          [heap]
>>b7874000-b7876000 rw-p 00000000 00:00 0
>>b787a000-b787c000 rw-p 00000000 00:00 0
>>bfa83000-bfaaf000 rw-p 00000000 00:00 0          [stack]
>>4968: signal: sys: abort
>>rc: null list in concatenation
>
>
> On Jun 27, 11:43 am, sqweek <[email protected]> wrote:
>>  Check the error logs. I'm not exactly sure where apache puts them,
>> but you should be able to find werc's stderr in a logfile somewhere
>> which should give some hints as to what is going wrong.
>> -sqweek
>>
>> On 27 June 2011 13:13, galactickid2 <[email protected]> wrote:
>>
>> > I stumbled upon werc a few days ago and decided I liked it better than
>> > dokuwiki and wordpress, and would move my secondary namespace entirely
>> > to it. After setting it up on an ubuntu server box running apache2 I
>> > began running into some very strange issues. The gist of it is that
>> > some pages will render correctly but others stop while reading the
>> > markdown files (or so it seems because the footer does not show).
>>
>> >http://minecraft.gamma.galactickid2.info/
>> > the subpages work after changing the md until it decides to go
>> > through, but the index still refuses to show.
>>
>> > the md for the main page is:
>>
>> > index.md
>> >>Gamma Server
>> >>============
>>
>> >>Welcome to the wiki for GAMMA server. Here you will find information about 
>> >>the server. To begin with I suggest you read the rules. Next you should 
>> >>get the official texture pack for the server, DokuCraft Light.
>>
>> >>Things to do:
>>
>> >>+ Look at the rules you should follow
>>
>> >>+ Learn the commands you can use
>>
>> >>+ Meet the players you might see
>>
>> >>+ Look at a map of the server
>>
>> >>+ Find out where things are
>>
>> > Am I missing something basic?
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "werc" group.
>> > To post to this group, send email to [email protected].
>> > To unsubscribe from this group, send email to 
>> > [email protected].
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/werc9?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "werc" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/werc9?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"werc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/werc9?hl=en.

Reply via email to