christgau / wsdd

A Web Service Discovery host daemon.
MIT License
808 stars 97 forks source link

Service - Assignment outside of section. Ignoring. #180

Closed dexter74 closed 11 months ago

dexter74 commented 12 months ago

OS: Debian 12 Release: Bookworm Application: Proxmox PVE

image

image

christgau commented 12 months ago

Do you use the wsdd package from the official Debian repo or did you installed wsdd and its service file on your own?

JedMeister commented 11 months ago

If you installed from default Debian, then you have a (buggy/incomplete) drop in service file (in /etc) that is overriding the default.

I say that because the Debian wsdd package doesn't have /etc/systemd/system/wsdd.service (where the errors are, according to your log output) - instead it provides /lib/systemd/system/wsdd.service. If a file exists at /etc/systemd/system/wsdd.service, that will override the default provided by the package.

I'd recommend just trying to disable it and see if that solves your issues?:

sudo mv /etc/systemd/system/wsdd.service /etc/systemd/system/wsdd.service.disabled
sudo systemctl daemon-reload
sudo sysmtemctl restart wsdd

(Or something like that ... - that's OTTOMH and untested)

dexter74 commented 11 months ago

I was used this:

Source list:

echo "deb [signed-by=/usr/share/keyrings/wsdd.gpg] https://pkg.ltec.ch/public/ bullseye main" > /etc/apt/sources.list.d/wsdd.list;
apt update;
apt install wsdd;

I was look a file service, is script python and not service systemd.

JedMeister commented 11 months ago

I suggest that you remove the third party repo and package, then just install the version from the official Debian repositories.

I.e. something like this (as root):

apt purge wsdd
mv /etc/apt/sources.list.d/wsdd.list /etc/apt/sources.list.d/wsdd.list.disabled
apt update
apt install -y wsdd
christgau commented 11 months ago

If you installed from default Debian, then you have a (buggy/incomplete) drop in service file (in /etc) that is overriding the default.

Given that and since I don't see any issue the unit file in this repo, I'm closing this issue.

dexter74 commented 10 months ago

WSDD is not available for Bullseye on debian repository

christgau commented 10 months ago

@dexter74, your original post was on Bookworm. For older distros, please follow the guide in the Readme