all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris Marusich <cmmarusich@gmail.com>
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: help-guix@gnu.org
Subject: Re: udev-rules for my FST-01 gnuk security token
Date: Wed, 18 Jul 2018 23:57:05 -0700	[thread overview]
Message-ID: <87pnzjiugu.fsf@gmail.com> (raw)
In-Reply-To: cu7y3ee7p0q.fsf@systemreboot.net

[-- Attachment #1: Type: text/plain, Size: 1958 bytes --]

Arun Isaac <arunisaac@systemreboot.net> writes:

> I am trying to get my FST-01 gnuk security token working on
> GuixSD. According to their documentation
> (https://www.fsij.org/doc-gnuk/udev-rules.html), I need to add a custom
> udev-rule. I am trying to use the configuration shown below to achieve
> the same. But, I don't see any file by the name "60-gnupg.rules" created
> in my /run/current-system/profile/lib/udev/rules.d/. Am I doing
> something wrong or is my expectation incorrect? Has anyone successfully
> used a FST-01 gnuk security token in GuixSD?
>
> (use-modules (gnu))
>
> (define %gnuk-udev-rule
>   (udev-rule
>    "60-gnupg.rules"
>    "ATTR{idVendor}==\"234b\", ATTR{idProduct}==\"0000\", ENV{ID_SMARTCARD_READER}=\"1\", ENV{ID_SMARTCARD_READER_DRIVER}=\"gnupg\""))
>
> (operating-system
>  (host-name "adamantium")
>  (timezone "Asia/Kolkata")
>  (locale "en_US.utf8")
>  (bootloader (bootloader-configuration
> 	      (bootloader grub-bootloader)
> 	      (target "/dev/sda")))
>  (file-systems (cons (file-system
> 		      (device "my-root")
> 		      (mount-point "/")
> 		      (type "ext4"))
> 		     %base-file-systems))
>  (users %base-user-accounts)
>  (packages %base-packages)
>  (services
>   (modify-services %base-services
> 		   (udev-service-type
> 		    config =>
> 		    (udev-configuration
> 		     (inherit config)
> 		     (rules
> 		      (append (udev-configuration-rules config)
> 			      (list %gnuk-udev-rule))))))))
>

I was able to reproduce your issue by using "guix system build" and
inspecting the profile of the built system.  It's missing the udev rule
you added, like you said.  What's more concerning is the fact that it's
missing the file "90-kvm.rules", which are supposed to be part of the
default rules included in our udev service (see gnu/services/base.scm).

Maybe it's a bug.  Could you open a bug report by emailing bug-guix@?

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2018-07-19  6:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-13 22:24 udev-rules for my FST-01 gnuk security token Arun Isaac
2018-07-19  6:57 ` Chris Marusich [this message]
2018-07-25  5:09   ` Chris Marusich
2018-07-25 10:31     ` Pierre Neidhardt
2018-07-26  3:54       ` Chris Marusich
2018-07-27 14:37     ` Arun Isaac
2018-07-27 19:56       ` Pierre Neidhardt
2018-07-29 14:22         ` Arun Isaac
2018-07-29 15:07         ` Arun Isaac
2018-08-03 12:30           ` Arun Isaac

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=87pnzjiugu.fsf@gmail.com \
    --to=cmmarusich@gmail.com \
    --cc=arunisaac@systemreboot.net \
    --cc=help-guix@gnu.org \
    /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.