GNU bug report logs - #32296
cups not started

Previous Next

Package: guix;

Reported by: Gnu Röoty <walidslack <at> gmail.com>

Date: Sat, 28 Jul 2018 13:11:02 UTC

Severity: normal

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Gnu Röoty <walidslack <at> gmail.com>
Cc: 32296 <at> debbugs.gnu.org
Subject: bug#32296: 
Date: Thu, 02 Aug 2018 10:45:01 +0300
[Message part 1 (text/plain, inline)]
Hello,

No, you had (services …) inside (operating-system …).  E.g. a line 47 in
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/examples/bare-bones.tmpl?h=master#n47

Gnu Röoty <walidslack <at> gmail.com> writes:

[…]

Should be like this:
--8<---------------cut here---------------start------------->8---
(use-modules (gnu) (gnu system nss))
(use-service-modules desktop networking dbus cups)
(use-package-modules certs mate wicd glib cups)
(operating-system
  (host-name "x200")
  (timezone "Europe/Paris")
  (locale "fr_FR.utf8")
  ;; Other configuration …
  (services (cons* (mate-desktop-service)
                   (service cups-service-type
                            (cups-configuration
                             (web-interface? #t)
                             (extensions
                              (list cups-filters htplip))))
                   %desktop-services))
  ;; Other configuration …
)
--8<---------------cut here---------------end--------------->8---

Oleg.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 6 years and 295 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.