Skip to content

How to check wsdd status? #192

Answered by christgau
gitowiec asked this question in Q&A
Jan 3, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I already have wsdd installed (running apt install made it "set to manually installed")

Could be that a daemon was installed (and started) by doing so.

I don't use or know OMV, but since it is based on Debian you could check if a service is running using systemctl status wsdd. You can also run ss -tlnp | grep 5357 with root privileges. If there is non-empty output, an instance of wsdd (or another implementation) is already running. This would also explain the error messages ("address already in use") you see.

Then there is no more output, it looks like program is running in the foreground.

Yes, because it does not daemonize itself.

When I try to lookup my OMV server in Windows 10 Net…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gitowiec
Comment options

@christgau
Comment options

Answer selected by gitowiec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants