all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Streit <simon@netpanic.org>
To: guix-devel@gnu.org
Subject: WSDD Service Module
Date: Wed, 19 Jan 2022 10:29:34 +0100	[thread overview]
Message-ID: <ygumtjs9ipt.fsf@netpanic.org> (raw)

Hello!

I've been preparing WSDD [1] for Guix.  This is a Web Service Discovery
Daemon that replaces host discovery through SMBv1.  SMBv1 has been
disabled in Samba and Windows for some time now for security reasons.
Hence WSDD is a drop in replacement for host discovery.

I've packaged wsdd already, and while preparing this post I noticed that the
version is already outdated too.  That's next on the list now.

Unfortunately while preparing its service, there is this one part that
I'm having trouble trying to get working:
--8<---------------cut here---------------start------------->8---
#$(if interface
      #~(for-each (lambda (arg)
                    (display (string-append "--interface" arg))
                    ;; (format #t "--interface ~a " (list->string arg))
                    )
                  #$(interface))
      '())
--8<---------------cut here---------------end--------------->8---

Which is the main intention for this post: I'd really appreciate a little
hint on how to solve this small problem.  Everything else looks okay.

The documentation for this service module has not been completed yet.
I'm still working on it.  Once it is done I'll submit a patch.  This is
part of my ongoing work on working with samba.

The service declaration can be found at [2] and [3] is the package
itself.


Thanks in advance!
Simon


[1] https://github.com/christgau/wsdd
[2] https://git.steel-is-real.com/siguix/tree/siguix/services/wsdd.scm?h=wip-wsdd&id=f125d84ef57a555b389d7bafa54b7352bf8faa74
[3] https://git.steel-is-real.com/siguix/tree/siguix/packages/wsdd.scm?h=wip-wsdd


             reply	other threads:[~2022-01-21 16:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19  9:29 Simon Streit [this message]
2022-01-24 15:46 ` WSDD Service Module Ludovic Courtès
2022-01-25 12:56   ` Simon Streit
     [not found]   ` <ygu8rv4ouls.fsf@netpanic.org>
2022-01-25 13:56     ` Ludovic Courtès
2022-01-25 19:10       ` Simon Streit
  -- strict thread matches above, loose matches on Subject: below --
2022-01-21 11:51 Simon Streit

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=ygumtjs9ipt.fsf@netpanic.org \
    --to=simon@netpanic.org \
    --cc=guix-devel@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.