christgau / wsdd

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

Debian Bookworm installation #182

Closed hemertje closed 11 months ago

hemertje commented 11 months ago

Is the 'others section' installation the correct way to install on the actual Debian Bookworm?

wget -O- https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key | gpg --dearmour > /usr/share/keyrings/wsdd.gpg
source /etc/os-release
echo "deb [signed-by=/usr/share/keyrings/wsdd.gpg] https://pkg.ltec.ch/public/ ${UBUNTU_CODENAME:-${VERSION_CODENAME:-UNKNOWN}} main" > /etc/apt/sources.list.d/wsdd.list
hemertje commented 11 months ago

I get the following error

root@DietPi:~# apt update
Hit:1 https://deb.debian.org/debian bookworm InRelease
Hit:2 https://deb.debian.org/debian bookworm-updates InRelease
Hit:3 https://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 https://deb.debian.org/debian bookworm-backports InRelease
Ign:5 https://pkg.ltec.ch/public bookworm InRelease
Err:6 https://pkg.ltec.ch/public bookworm Release
  404  Not Found [IP: 95.143.48.181 443]
Get:7 https://mirrors.xtom.de/armbian bookworm InRelease [53.3 kB]
Reading package lists... Done
E: The repository 'https://pkg.ltec.ch/public bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@DietPi:~#
christgau commented 11 months ago

Is the 'others section' installation the correct way to install on the actual Debian Bookworm?

No, it's not. See #181

hemertje commented 11 months ago

thx @christgau

so we have to wait for the approval? or do you know what the working workflows is?

christgau commented 11 months ago

so we have to wait for the approval?

No. The approval/merge of the PR has nothing to do with what is already available in Debian's official package repo. Just look for what apt search wsdd returns and act accordingly 😉

hemertje commented 11 months ago

`root@DietPi:~# apt search wsdd Sorting... Done Full Text Search... Done wsdd/stable,now 2:0.7.0-2.1 all [installed] Python Web Services Discovery Daemon, Windows Net Browsing

wsdd2/stable 1.8.7+dfsg-1.1 arm64 Web Services on Devices (WSD) daemon

root@DietPi:~#`

hemertje commented 11 months ago

It works out of the box :)