> I get the following error: > > utils/ntlm_auth.c: manage_squid_request(1042) > fgets() failed! dying..... errno=0 (Erfolg) > > after that squid dies.
This looks like the "error" the ntlm_auth helpers give when Squid closes the connection between them. > Is there a way to redirect the stdout to a file so I can get > the whole start process of squid logged? Squid writes everything to cache.log (see your squid.conf for details). It it can't write to the configured cache.log, I believe it dumps everything to stderr (which you would see). Look in your squid.conf for the location of the cache.log file. You could also check your system's messages file. Adam
