Results 1 to 2 of 2
Sorry for duplicating this topic.
I have very strange problem . I set my FC 3 1667 box joined to Windows 2000 domain, winbindd works fine, wbinfo - no problems, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-09-2005 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 8
Squid does not start
Sorry for duplicating this topic.
I have very strange problem . I set my FC 3 1667 box joined to Windows 2000 domain, winbindd works fine, wbinfo - no problems, ntlm_auth in command line - no problems.
Now I am setting my squid to be able to authenticate users to go on internet depending on PDC groups restrictions.
auth part of squid is usual :
cache_effective_user squid
cache_effective_group squid
auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
#auth_param ntlm use_ntlm_negotiate off
auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
/etc/pam.d is modified according manuals ( system-auth, samba, squid files adjusted to winbind ).
ls -asl /var/cache/samba/winbindd_privileged
total 20
8 drwxr-x--- 2 root squid 4096 Feb 7 21:39 .
8 drwxrwx--- 4 root root 4096 Feb 8 19:17 ..
4 srwxr-x--- 1 root squid 0 Feb 7 21:39 pipe
[root@samba]# ls -asl
total 256
8 drwxrwx--- 4 root root 4096 Feb 8 19:17 .
8 drwxr-xr-x 9 root root 4096 Jan 12 18:20 ..
12 -rw------- 1 root root 8192 Jan 14 16:59 account_policy.tdb
8 -rw-r--r-- 1 root root 696 Feb 7 21:47 brlock.tdb
8 -rw-r--r-- 1 root root 213 Feb 8 19:17 browse.dat
12 -rw-r--r-- 1 root root 8192 Feb 7 21:47 connections.tdb
12 -rw-r--r-- 1 root root 8192 Jan 14 17:00 gencache.tdb
12 -rw------- 1 root root 8192 Jan 14 16:59 group_mapping.tdb
8 -rw-r--r-- 1 root root 696 Feb 7 21:47 locking.tdb
8 -rw------- 1 root root 696 Feb 7 21:39 messages.tdb
8 -rw-r--r-- 1 root root 3702 Jan 25 04:02 namelist.debug
12 -rw------- 1 root root 8192 Feb 6 11:02 netsamlogon_cache.tdb
12 -rw------- 1 root root 8192 Jan 12 20:08 ntdrivers.tdb
8 -rw------- 1 root root 696 Jan 12 20:08 ntforms.tdb
12 -rw------- 1 root root 8192 Jan 12 20:08 ntprinters.tdb
8 drwxr-xr-x 2 root root 4096 Jan 12 20:08 printing
12 -rw------- 1 root root 8192 Jan 12 20:08 registry.tdb
8 -rw-r--r-- 1 root root 696 Feb 7 21:47 sessionid.tdb
12 -rw------- 1 root root 8192 Jan 12 20:08 share_info.tdb
12 -rw-r--r-- 1 root root 8192 Feb 7 21:47 unexpected.tdb
36 -rw------- 1 root root 32768 Feb 8 04:16 winbindd_cache.tdb
12 -rw-r--r-- 1 root root 8192 Jan 14 17:17 winbindd_idmap.tdb
8 drwxr-x--- 2 root squid 4096 Feb 7 21:39 winbindd_privileged
But when I start squid Fedora comes up with the following :
[root@]# /etc/init.d/squid start
Starting squid: /etc/init.d/squid: line 53: 7256 Aborted $SQUID $SQUID_OPTS >>/var/log/squid/squid.out 2>&1
[FAILED]
[root@]# tail /var/log/squid/squid.out
FATAL: authparam ntlm program /usr/bin/ntlm_auth: (13) Permission denied
Squid Cache (Version 2.5.STABLE6): Terminated abnormally.
CPU Usage: 0.024 seconds = 0.013 user + 0.011 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
FATAL: authparam ntlm program /usr/bin/ntlm_auth: (13) Permission denied
Squid Cache (Version 2.5.STABLE6): Terminated abnormally.
CPU Usage: 0.023 seconds = 0.011 user + 0.012 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
Anybody knows whatelse should be done? I am lost because all permissions are set.
Was I Helpful? - Yes / No
View user's profile Send private message
- 02-09-2005 #2
double post, I already replied to your other post
no need to doublepost the forum


Reply With Quote
