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

[PATCH] remote ssl-administration is not possible if /etc/cups/ssl does not exist #1788

Closed
michaelrsweet opened this issue Jun 22, 2006 · 3 comments
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.2.1
CUPS.org User: genstef

every time when i attempted to access the cups-webinterface (only https, not
http) from a remote host cups hangs.

/var/log/cups/error_log:
D [21/Jun/2006:01:12:24 +0200] cupsdAcceptClient: 6 from 192.168.0.2:631 (IPv4)
I [21/Jun/2006:01:12:24 +0200] Generating server key...

creating /etc/cups/ssl helps. I have attached a patch to do so by default.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Thanks, will apply later today...

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Fixed in Subversion repository.

@michaelrsweet
Copy link
Collaborator Author

"cups-1.2.1-ssldir.patch":

--- cups-1.2.1/scheduler/Makefile.orig 2006-06-22 08:11:44.000000000 +0200
+++ cups-1.2.1/scheduler/Makefile 2006-06-22 08:13:21.000000000 +0200
@@ -127,6 +127,9 @@
echo Creating $(SERVERROOT)/ppd...
$(INSTALL_DIR) -m 755 $(SERVERROOT)/ppd
-chgrp $(CUPS_GROUP) $(SERVERROOT)/ppd

  • echo Creating $(SERVERROOT)/ssl...
  • $(INSTALL_DIR) -m 755 $(SERVERROOT)/ssl
  • -chgrp $(CUPS_GROUP) $(SERVERROOT)/ssl
    echo Creating $(STATEDIR)...
    $(INSTALL_DIR) -m 755 $(STATEDIR)
    echo Creating $(STATEDIR)/certs...

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

No branches or pull requests

1 participant