Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo.mosquitto.org: debian buster packages > 2.0.12 not available #2453

Open
momoskitto opened this issue Feb 7, 2022 · 6 comments
Open

Comments

@momoskitto
Copy link

the latest version of mosquitto available for debian buster on repo.mosquitto.org is 2.0.12.

It appears that an update of the repository did not complete on 2021-11-21, there are *.tmp.* files left in http:https://repo.mosquitto.org/debian/dists/buster/main/ and subdirectories. The Packages.tmp file references version 2.0.14, but it is not available in Packages. Also, the 2.0.14 deb packages actually exist (http:https://repo.mosquitto.org/debian/pool/main/m/mosquitto/mosquitto_2.0.14-0mosquitto1~buster1_amd64.deb), but are not found by apt.

@FergusGeorge
Copy link

N.B. Similar sounding problem on debian bullseye, when using http:https://repo.mosquitto.org/debian/mosquitto-bullseye.list on a Raspberry Pi.

fergus@sandbox:/usr/local/bin $ sudo apt install -y mosquitto mosquitto-clients
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
mosquitto is already the newest version (2.0.12-0mosquitto1bullseye1).
mosquitto-clients is already the newest version (2.0.12-0mosquitto1bullseye1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mosquitto (2.0.12-0mosquitto1~bullseye1) ...
Job for mosquitto.service failed because a fatal signal was delivered to the control process.
See "systemctl status mosquitto.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mosquitto, action "start" failed.
dpkg: error processing package mosquitto (--configure):
installed mosquitto package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
mosquitto
E: Sub-process /usr/bin/dpkg returned an error code (1)

@vasdee
Copy link

vasdee commented Mar 14, 2022

Had this problem for a docker build, checking the versions via apt-cache showed different version numbers

RUN wget http:https://repo.mosquitto.org/debian/mosquitto-repo.gpg.key && \
    apt-key add mosquitto-repo.gpg.key && \
    cd /etc/apt/sources.list.d/ && \
    wget http:https://repo.mosquitto.org/debian/mosquitto-bullseye.list

RUN apt-get update && \
    apt-cache show mosquitto | grep Version

Output

Reading package lists...
Version: 2.0.14-0mosquitto1~bullseye1
Version: 2.0.12-0mosquitto1~bullseye1
Version: 2.0.11-1

Workaround:

apt-get install -y mosquitto=2.0.14-0mosquitto1~bullseye1

Seems to work ok, so maybe there is a meta-data issue in the debian packages for the versoning?

@Moulde
Copy link

Moulde commented Aug 11, 2022

I had the same issue but was able to install it via http:https://repo.mosquitto.org/debian/mosquitto-buster.list, this seems to work fine, but it's pretty annoying having to add another repository to get the package.

@habdulwajid
Copy link

I am still observing 404, http:https://repo.mosquitto.org/debian/mosquitto-buster.list.

Same behavior on all the references from official doc, https://mosquitto.org/blog/2013/01/mosquitto-debian-repository/

sudo wget http:https://repo.mosquitto.org/debian/mosquitto-jessie.list
sudo wget http:https://repo.mosquitto.org/debian/mosquitto-stretch.lis
sudo wget http:https://repo.mosquitto.org/debian/mosquitto-buster.list

mos

@prav2019
Copy link

prav2019 commented Dec 19, 2023

What's the new path for mosquitto-buster.list. Still getting 404 and there are no files at all. None of the *-jessie.list, *-stretch.list and *-buster.list exists

@KoningWilly
Copy link

KoningWilly commented May 8, 2024

Try this link https://repo.mosquitto.org/debian/
And copy the link from the one you want from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants