all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gary Johnson <lambdatronic@disroot.org>
To: Les Campbell <lesdelc@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Cups Web Interface is Disabled
Date: Tue, 26 Apr 2022 20:18:12 -0400	[thread overview]
Message-ID: <87wnfbml5i.fsf@disroot.org> (raw)
In-Reply-To: <73678883-a127-4dd3-b45a-39755eb7b7d9@gmail.com>

Les Campbell <lesdelc@gmail.com> writes:

> When I attempt to load cups at http://local host631/admin the
> following message is displayed:
>
>
>  Web Interface is Disabled
>
> The web interface is currently disabled. Run "cupsctl
> WebInterface=yes" to enable it.
>
> From the terminal I run "cupsctl WebInterface=yes" however I get
> "cupsctl: Internal Server Error".
>
> How can I correct this problem and access the cups menu?

Make sure you have set web-interface? to #t in the cups-service-type
definition in your operating-system record's services field.

```
(service cups-service-type
         (cups-configuration
          (web-interface? #t)))
```

-- 
GPG Key ID: 7BC158ED
Use `gpg --search-keys lambdatronic' to find me
Protect yourself from surveillance: https://emailselfdefense.fsf.org
=======================================================================
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Why is HTML email a security nightmare? See https://useplaintext.email/

Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


  reply	other threads:[~2022-04-27  0:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 21:38 Cups Web Interface is Disabled Les Campbell
2022-04-27  0:18 ` Gary Johnson [this message]
     [not found]   ` <fef8194d-cfad-81bd-2a08-23984379f4ba@gmail.com>
2022-05-04 13:28     ` Gary Johnson
2022-05-06 15:57       ` Les Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wnfbml5i.fsf@disroot.org \
    --to=lambdatronic@disroot.org \
    --cc=help-guix@gnu.org \
    --cc=lesdelc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.