> In trying to create some new web stuff, apache seems to be > complaining about shishi (which I see from research is the gnu > kerberos stuff). Why is it doing this? I know I could just create > the directory, but I want to understand WHAT it is trying to do and > WHY. > > Port 12345 is one of my apache ports.... > > telnet localhost 12345 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > libshishi: warning: /home/dan/.shishi/tickets: No such file or > directory > > It also seems to me to be an apache error to have something come > out on stderr.
Why do you think that this is apache? This is probably a kerberos enabled telnet that is giving the warning. Try using a different telnetĀ· Cheers, Stefan