I'm running the container via docker, to be able to configure my HP LaserJet P1005.
If I bind the entire /dev (BONUS QUESTION: is this approach the correct one?) I am able to add the printer - which is found.
This printer requires a proprietary plugin, which I am not able to download.
On the logs I can see some generic entries:
E [2026-01-06T08:16:47.338Z] Unable to open HPLIP plugin status file /var/lib/hp/hplip.state
E [2026-01-06T08:16:48.421Z] Unable to download file http://hplip.sf.net/plugin.conf
E [2026-01-06T08:16:48.421Z] Unable to download plugin index
E [2026-01-06T08:16:48.421Z] Unable to download plugin ...
Trying to replicate the download via shell:
% docker exec -it hplip-printer-app /bin/bash
root@mikfourteen:/# wget http://hplip.sf.net/plugin.conf
--2026-01-06 10:28:39-- http://hplip.sf.net/plugin.conf
Resolving hplip.sf.net (hplip.sf.net)... 104.18.21.237, 104.18.20.237
Connecting to hplip.sf.net (hplip.sf.net)|104.18.21.237|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://hplip.sf.net/plugin.conf [following]
--2026-01-06 10:28:39-- https://hplip.sf.net/plugin.conf
Connecting to hplip.sf.net (hplip.sf.net)|104.18.21.237|:443... connected.
ERROR: cannot verify hplip.sf.net's certificate, issued by 'CN=E8,O=Let's Encrypt,C=US':
Unable to locally verify the issuer's authority.
To connect to hplip.sf.net insecurely, use `--no-check-certificate'.
I don't know if it's related to the error in the printer app.
(Id "--no-check-certificate" is included, then wget completes the download just fine).
Should you need further details, please just let me know.
I'm running the container via docker, to be able to configure my HP LaserJet P1005.
If I bind the entire /dev (BONUS QUESTION: is this approach the correct one?) I am able to add the printer - which is found.
This printer requires a proprietary plugin, which I am not able to download.
On the logs I can see some generic entries:
Trying to replicate the download via shell:
I don't know if it's related to the error in the printer app.
(Id "--no-check-certificate" is included, then wget completes the download just fine).
Should you need further details, please just let me know.