Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web-proxy is interfering with the samba fileserver #5194

Closed
gsanchietti opened this issue Jan 13, 2017 · 3 comments
Closed

Web-proxy is interfering with the samba fileserver #5194

gsanchietti opened this issue Jan 13, 2017 · 3 comments
Labels
bug A defect of the software verified All test cases were verified successfully
Milestone

Comments

@gsanchietti
Copy link
Member

After installing and enabling the web proxy, shared folders are not accessible anymore.

Steps to reproduce

  • Install nethserver-samba and nethserver-ibays
  • Configure a shared folder
  • Try to access the shared folder
  • Install nethserver-squid and enable the proxy in manual mode

Expected behavior
The shared folder should be always accessible.

Actual behavior
The shared folder is not accessible since squid launches winbind which interferes with SSSD configuration.

Workaround

rm -f /usr/lib/systemd/system/squid.service.wants/winbind.service
systemctl stop winbind
systemctl daemon-reload

Reference: http://community.nethserver.org/t/web-proxy-is-interfering-with-the-samba-fileserver/5428
Thanks to @robb for pointing it out, and @dnutan confirm the issue.

@gsanchietti gsanchietti added the bug A defect of the software label Jan 13, 2017
@gsanchietti gsanchietti added this to the v7 milestone Jan 13, 2017
DavidePrincipi added a commit to NethServer/nethserver-squid that referenced this issue Jan 13, 2017
@DavidePrincipi
Copy link
Member

In nethserver-testing:
nethserver-squid-1.5.1-1.3.g2f509d3.ns7.noarch.rpm

@DavidePrincipi DavidePrincipi added the testing Packages are available from testing repositories label Jan 13, 2017
@gsanchietti
Copy link
Member Author

Verified both by @robb and @gerald_FS

@gsanchietti gsanchietti added verified All test cases were verified successfully and removed testing Packages are available from testing repositories labels Jan 16, 2017
@gsanchietti
Copy link
Member Author

Released:

  • nethserver-squid-1.5.2-1.ns7.noarch.rpm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect of the software verified All test cases were verified successfully
Projects
None yet
Development

No branches or pull requests

2 participants