DokuWiki Segmentation Fault On Radius Auth
Posted
by
mrduclaw
on Server Fault
See other posts from Server Fault
or by mrduclaw
Published on 2012-07-11T08:35:43Z
Indexed on
2012/07/11
9:17 UTC
Read the original article
Hit count: 348
I'm running x64 Ubuntu 12.04. I did a simple apt-get install dokuwiki
to install DokuWiki. And I'm trying to follow the directions located here: http://www.dokuwiki.org/auth:radius to get Radius authentication working. Things seemed to install OK. Under Configuration Manager
I selected Authentication backend
to be "Radius" and filled in the Radius details at the bottom.
Now, however, whenever I try to log into the Wiki, my browser gives me the following error:
No data received
I checked /var/log/apache2/error.log
and see this:
[Tue Jul 10 22:22:14 2012] [notice] child pid 5270 exit signal Segmentation fault (11)
I'm fairly sure the Radius server is setup correctly as it correctly authenticates with my squid proxy and other stuff on the network.
But this is about the extent of my Linux troubleshooting skills. Can anyone suggest steps for me to follow to help track down what's causing apache2 to segfault short of attaching with gdb and issuing a set follow-fork-mode
? I'm also open to just hearing suggestions for simila
© Server Fault or respective owner