unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* WSDD Service Module
@ 2022-01-19  9:29 Simon Streit
  2022-01-24 15:46 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Streit @ 2022-01-19  9:29 UTC (permalink / raw)
  To: guix-devel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread
* WSDD Service Module
@ 2022-01-21 11:51 Simon Streit
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Streit @ 2022-01-21 11:51 UTC (permalink / raw)
  To: guix-devel

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 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-25 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19  9:29 WSDD Service Module Simon Streit
2022-01-24 15:46 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).