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

Issue Accessing CUPS Administration Page on Raspberry Pi from MacBook #6230

Open
Ariel-makerist opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@Ariel-makerist
Copy link

I am using a Raspberry Pi 3B with the latest Raspberry Pi OS and have installed CUPS to manage printing. I’ve ensured that all relevant configurations are set, including network access permissions, to allow access from my MacBook. Here’s a summary of my setup and the issue I’m facing:

1.	I installed CUPS and edited the configuration file (/etc/cups/cupsd.conf) to include:

WebInterface Yes

2.	I ensured that Allow directives are set under the <Location /admin> and <Location /admin/conf> sections and confirmed that network access lists are properly configured to enable access from my Mac.
3.	After setting WebInterface to Yes, I restarted the CUPS service.

However, when I access CUPS on my MacBook Air M1 via the IP address, I reach the CUPS home page, but clicking “Administration” returns a message saying to set WebInterface Yes in the config file — which is already set.

Troubleshooting Steps Taken:

•	Verified the configuration in /etc/cups/cupsd.conf, including WebInterface Yes and Allow settings.
•	Restarted the CUPS service (sudo systemctl restart cups).
•	Verified network permissions and confirmed access lists.
•	Checked firewall settings to ensure port 631 is open.
•	Cleared browser cache and used incognito mode.
•	Verified permissions with sudo chown -R root:lp /etc/cups.
•	Checked the CUPS error log, but didn’t find any relevant errors.

Environment:

•	Raspberry Pi 3B
•	Raspberry Pi OS (latest)
•	CUPS version: [insert version number]
•	Accessing from: MacBook Air M1

Question:
Is there anything I may have overlooked in the setup, or are there known compatibility issues with accessing CUPS from an M1 MacBook? Any guidance would be greatly appreciated.

Logs (if applicable):
Please let me know if more configuration or log details are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant