Anonymous | Login | 2024-11-21 01:57 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001509 | ClearOS | app-web-acl - Web Access Control | public | 2014-01-09 08:55 | 2014-01-21 07:48 | ||||
Reporter | bchambers | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.5.0 | ||||||||
Target Version | 6.5.0 Updates | Fixed in Version | 6.5.0 Updates | ||||||
Summary | 0001509: Web proxy dies if Web ACL using Group based identification is configured | ||||||||
Description | When configured, authentication dialog pops up...after entering credentials, the browser warns prxy is unavailable. Log file: 2014/01/09 10:37:44| helperOpenServers: Starting 5/5 'squid_unix_group' processes 2014/01/09 10:37:44| commBind: Cannot bind socket FD 70 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| commBind: Cannot bind socket FD 71 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| ipcCreate: Failed to create child FD. 2014/01/09 10:37:44| WARNING: Cannot run '/usr/lib64/squid/squid_unix_group' process. 2014/01/09 10:37:44| commBind: Cannot bind socket FD 72 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| commBind: Cannot bind socket FD 73 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| ipcCreate: Failed to create child FD. 2014/01/09 10:37:44| WARNING: Cannot run '/usr/lib64/squid/squid_unix_group' process. 2014/01/09 10:37:44| commBind: Cannot bind socket FD 74 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| commBind: Cannot bind socket FD 75 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| ipcCreate: Failed to create child FD. 2014/01/09 10:37:44| WARNING: Cannot run '/usr/lib64/squid/squid_unix_group' process. 2014/01/09 10:37:44| commBind: Cannot bind socket FD 76 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| commBind: Cannot bind socket FD 77 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| ipcCreate: Failed to create child FD. 2014/01/09 10:37:44| WARNING: Cannot run '/usr/lib64/squid/squid_unix_group' process. 2014/01/09 10:37:44| commBind: Cannot bind socket FD 78 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| commBind: Cannot bind socket FD 79 to [::1]: (99) Cannot assign requested address 2014/01/09 10:37:44| ipcCreate: Failed to create child FD. 2014/01/09 10:37:44| WARNING: Cannot run '/usr/lib64/squid/squid_unix_group' process. 2014/01/09 10:37:44| Accepting HTTP connections at 192.168.71.1:3128, FD 81. 2014/01/09 10:37:44| Accepting HTTP connections at 127.0.0.1:3128, FD 82. 2014/01/09 10:37:44| HTCP Disabled. 2014/01/09 10:37:44| Loaded Icons. 2014/01/09 10:37:44| Ready to serve requests. 2014/01/09 10:37:58| externalAclLookup: 'system_group' queue overload (ch=0x7fadbebf9cf8) 2014/01/09 10:40:04| externalAclLookup: 'system_group' queue overload (ch=0x7fadbebf9cf8) 2014/01/09 10:41:22| externalAclLookup: 'system_group' queue overload (ch=0x7fadbebf9cf8) : | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001126) bchambers (administrator) 2014-01-09 09:30 |
Seems helper is trying to use ipv6 and must specifically be set to use ipv4, as per: http://wiki.squid-cache.org/Features/IPv6#How_do_I_make_squid_use_IPv6_to_its_helpers.3F [^] Changing Squid.php library line 875: $lines .= "external_acl_type system_group %LOGIN $this->file_squid_unix_group -p\n"; to $lines .= "external_acl_type system_group ipv4 %LOGIN $this->file_squid_unix_group -p\n"; Solves the issue. |
(0001127) bchambers (administrator) 2014-01-10 08:59 |
Source Code Changelog --------------------------------------------------- - Fixed group-based authentication [fixed tracker 0001509] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6796 [^] U webconfig/apps/web_proxy/trunk/deploy/info.php U webconfig/apps/web_proxy/trunk/libraries/Squid.php U webconfig/apps/web_proxy/trunk/packaging/app-web-proxy.spec |
Issue History | |||
Date Modified | Username | Field | Change |
2014-01-09 08:55 | bchambers | New Issue | |
2014-01-09 09:30 | bchambers | Note Added: 0001126 | |
2014-01-10 08:59 | bchambers | Checkin | |
2014-01-10 08:59 | bchambers | Note Added: 0001127 | |
2014-01-10 08:59 | bchambers | Status | new => resolved |
2014-01-10 08:59 | bchambers | Resolution | open => fixed |
2014-01-21 07:48 | bchambers | Status | resolved => closed |
2014-01-21 07:48 | bchambers | Fixed in Version | => 6.5.0 Updates |
2014-01-21 07:48 | bchambers | Description Updated | View Revisions |