[Support] for atribe's repo Docker images


Recommended Posts

Hi, I've had my flavor of the Ultimate Unraid Dashboard 1.6 working fault-free for about a year. Today I noticed that my array growth for day, week, month and year are all showing the same growth number - 55.55GB.

 

I'm not sure how to troubleshoot correctly. Every time in the past I've delved too deep into Grafana, I've ended up breaking things so badly I've had to start again, losing my historical data in the process.

 

Not sure what's gone wrong. Restarted grafana/telegraf to no avail. Any ideas?

Screen Shot 2022-08-11 at 9.41.37 PM.png

Link to comment
  • 5 weeks later...
On 7/28/2022 at 2:57 AM, sir_storealot said:

Hi,

in glances I used to see the stats for every docker container running under a "Containers" headings or similar, but it seems this funtionality stopped working some time ago and Im not sure why.

I wiped and reinstalled the glances docker but that didnt help, and my logs always show empty :(

Any ideas how to get this functionality back?

Unraid 6.10.3

glances latest container image from today

Thanks!

Ran into this same issue after finally updating Glances beyond 3.2.4.2 (was stuck there because of Home Assistant issue).

After much digging I got it working by loading using the latest-full tag.

  • Like 1
Link to comment

I am getting an error for grafana in the logs showing a userId=0

 

I dont have a user 0, I do have user 1, 2, and 3 though.  Here is the error message I am getting spammed with.  There is no username assiciated with it that i see either.

 

Quote

logger=context traceID=00000000000000000000000000000000 userId=0 orgId=1 uname= t=2022-09-14T14:13:12.293090603-04:00 level=error msg="Error from access control system" error="no resolver found"

 

I am using unraid 6.10.3

 

I dont understand this error message.  What can I do to correct it?   What is userId=0?  Thank you.

 

I also have this container installed, and under installed apps, it is there, but when I look for this container in CA, it says it isnt installed.  Just something else strange going on that I noticed.

Edited by danktankk
Link to comment
  • 2 weeks later...

Greetings, 

I am new  and I spent this morning trying to get this running. InfluxDB is running. When I try to start telefgraf, it won't start. I revisited the config file many times and even deleted it and uploaded a fresh one. It appears that it is not reading the config file. Im stuck. I must be missing the obvious. :)I followed these: https://technicalramblings.com/blog/how-to-setup-grafana-influxdb-and-telegraf-to-monitor-your-unraid-system/#installing-telegraf  and 

 

2022-09-24_13-52-50.png

telegraf page 1.png

telegraf page 2.png

telegraf.conf

Log.png

Edited by Sabot
added log file
Link to comment
On 9/24/2022 at 11:56 AM, Sabot said:

Greetings, 

I am new  and I spent this morning trying to get this running. InfluxDB is running. When I try to start telefgraf, it won't start. I revisited the config file many times and even deleted it and uploaded a fresh one. It appears that it is not reading the config file. Im stuck. I must be missing the obvious. :)I followed these: https://technicalramblings.com/blog/how-to-setup-grafana-influxdb-and-telegraf-to-monitor-your-unraid-system/#installing-telegraf  and 

 

2022-09-24_13-52-50.png

telegraf page 1.png

telegraf page 2.png

telegraf.conf 385.39 kB · 1 download

Log.png

I'm dealing with similar issues. Ive tried alpine and regular, multiple different versions. Just cant get it to run

Link to comment

I got mine to finally start by uncommenting some inputs. It appears the whole thing wont load if it has issues with any one item.

Quote

[[inputs.cpu]]
  ## Whether to report per-cpu stats or not
  percpu = true
  ## Whether to report total system cpu stats or not
  totalcpu = true
  ## If true, collect raw CPU time metrics
  collect_cpu_time = false
  ## If true, compute and report the sum of all non-idle CPU states
  report_active = false
  ## If true and the info is available then add core_id and physical_id tags
##  core_tags = false

Mine was the core tags. running telegraf:1.20.2

Link to comment

Hello, I am running into an issue trying to install Telegraf; getting a docker run error of "docker: invalid reference format".

 

I have the config file in the correct location and trying to run 1.20.2 with the following extra parameters (for UUD):

/bin/sh -c 'apt update && apt install -y smartmontools && apt install -y lm-sensors && apt install -y nvme-cli && telegraf' --user 0

 

Any thoughts? Running unraid 6.11

 

1034942082_ScreenShot2022-09-25at18_31_16.thumb.png.8a66ef9ba2ae55c23df5d6ca27e2e649.png

 

Edit 09/26/2022: I got it working with help from r/Unraid - I was putting these in the "extra arguments" field when I needed to put them in the "post arguments" field. But now I am back to my original problem of: 

 

Edited by Shu
Additional information
Link to comment

I'm having a problem installing Telegraf.  It pulls just fine, but when it goes to install it eventually gets to this:

 

Quote

docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/mnt/user/appdata/telegraf/telegraf.conf" to rootfs at "/etc/telegraf/telegraf.conf": mount /mnt/user/appdata/telegraf/telegraf.conf:/etc/telegraf/telegraf.conf (via /proc/self/fd/7), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.

 

 

Link to comment
On 9/28/2022 at 10:05 AM, Convington said:

I'm having a problem installing Telegraf.  It pulls just fine, but when it goes to install it eventually gets to this:

 

 

 

 

Have you manually placed a config file at /mnt/user/appdata/telegraf/telegraf.conf ? The container will not start without it.

Link to comment
On 4/16/2022 at 2:33 AM, Optimus1008 said:

Hi guys,

 

for some reason, Grafana won't start… at all.

It didn't create any log file or similar, so I don't really know where to start troubleshooting.

The system log also seems pretty normal (no kinds of error message etc.).

The Grafana folder in the appdata is, in general, completely empty (don't know if that's normal behavior).

When I tell the docker to start, it's just loading for a second and then stops doing anything.

I'm pretty new to this stuff, so there could be something obvious missing, which I just don't know yet.

 

Any kind of help is much appreciated! 🙂

 

edit:

found a fix in an old German forum post...

thx @Ford Prefect!

 

the permissions for the Grafana user isn't set correctly for some reason...

 

cd /mnt/user/appdata

chmod a+rwX grafana

 

I had this issue, this worked for me! Thanks!

Link to comment

Anyone else have an issue with grafana starting, after upgrading OS to 6.11.1?

Edit: got it starting again by removing --user 99:100 from extra parameters!

 

Now tho, grafana wont connect to influxdb.  All settings within grafana/ influx are the same as they were before upgrading unraid

Edited by bdydrp
Link to comment
  • 2 weeks later...
On 10/11/2022 at 9:18 PM, bdydrp said:

Anyone else have an issue with grafana starting, after upgrading OS to 6.11.1?

Edit: got it starting again by removing --user 99:100 from extra parameters!

 

Now tho, grafana wont connect to influxdb.  All settings within grafana/ influx are the same as they were before upgrading unraid

Downgraded unraid and all works normally again..

Something in the latest os breaks grafana.... need to try and sort out what!!

Link to comment

Hi friends. Trying to get grafana running on unraid 6.11.1 by following the instructions at Unraid | Unraid Data Monitoring with Prometheus and Grafana. I am stuck at step 10. Grafana container starts but when I try to launch the webui I get this error

 

This page isn’t working right now

192.168.1.24 redirected you too many times.

To fix this issue, try clearing your cookies.

ERR_TOO_MANY_REDIRECTS

 

The log repeats this....

logger=context userId=0 orgId=0 uname= t=2022-10-20T18:37:34.404787385-05:00 level=info msg="Request Completed" method=GET path=/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/192.168.1.24/login status=302 remote_addr=192.168.1.118 time_ms=0 duration=407.592µs size=783 referer= handler=notfound
logger=cleanup t=2022-10-20T18:41:45.061524809-05:00 level=info msg="Completed cleanup jobs" duration=7.659615ms

 

Just looking for a suggestion. Thanks.
 

Link to comment

first time install of the grafana docker, got this errors on 6.11.1:

 

Failed to start grafana. error: failed to connect to database: failed to create SQLite database file "/var/lib/grafana/grafana.db": open /var/lib/grafana/grafana.db: permission denied
failed to connect to database: failed to create SQLite database file "/var/lib/grafana/grafana.db": open /var/lib/grafana/grafana.db: permission denied
Failed to start grafana. error: failed to connect to database: failed to create SQLite database file "/var/lib/grafana/grafana.db": open /var/lib/grafana/grafana.db: permission denied
failed to connect to database: failed to create SQLite database file "/var/lib/grafana/grafana.db": open /var/lib/grafana/grafana.db: permission denied
GF_PATHS_DATA='/var/lib/grafana' is not writable.
You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migrate-to-v51-or-later
logger=settings t=2022-10-30T12:47:56.624988995+01:00 level=info msg="Starting Grafana" version=9.2.2 commit=78a3e64e4f branch=HEAD compiled=2022-10-25T13:10:01+02:00
logger=settings t=2022-10-30T12:47:56.625135894+01:00 level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini
logger=settings t=2022-10-30T12:47:56.625144001+01:00 level=info msg="Config loaded from" file=/etc/grafana/grafana.ini
logger=settings t=2022-10-30T12:47:56.62514775+01:00 level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana"
logger=settings t=2022-10-30T12:47:56.625151003+01:00 level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana"
logger=settings t=2022-10-30T12:47:56.6251541+01:00 level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins"
logger=settings t=2022-10-30T12:47:56.625157813+01:00 level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning"
logger=settings t=2022-10-30T12:47:56.625160836+01:00 level=info msg="Config overridden from command line" arg="default.log.mode=console"
logger=settings t=2022-10-30T12:47:56.625164002+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana"
logger=settings t=2022-10-30T12:47:56.625167692+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana"
logger=settings t=2022-10-30T12:47:56.625170546+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins"
logger=settings t=2022-10-30T12:47:56.625173493+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning"
logger=settings t=2022-10-30T12:47:56.625176421+01:00 level=info msg="Config overridden from Environment variable" var="GF_SERVER_ROOT_URL=http://192.168.10.25"
logger=settings t=2022-10-30T12:47:56.625179271+01:00 level=info msg="Config overridden from Environment variable" var="GF_SECURITY_ADMIN_PASSWORD=*********"
logger=settings t=2022-10-30T12:47:56.6251822+01:00 level=info msg="Path Home" path=/usr/share/grafana
logger=settings t=2022-10-30T12:47:56.625185256+01:00 level=info msg="Path Data" path=/var/lib/grafana
logger=settings t=2022-10-30T12:47:56.625188127+01:00 level=info msg="Path Logs" path=/var/log/grafana
logger=settings t=2022-10-30T12:47:56.625190845+01:00 level=info msg="Path Plugins" path=/var/lib/grafana/plugins
logger=settings t=2022-10-30T12:47:56.625193823+01:00 level=info msg="Path Provisioning" path=/etc/grafana/provisioning
logger=settings t=2022-10-30T12:47:56.625196785+01:00 level=info msg="App mode production"
logger=sqlstore t=2022-10-30T12:47:56.62537492+01:00 level=info msg="Connecting to DB" dbtype=sqlite3
logger=sqlstore t=2022-10-30T12:47:56.625505687+01:00 level=info msg="Creating SQLite database file" path=/var/lib/grafana/grafana.db
GF_PATHS_DATA='/var/lib/grafana' is not writable.
You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migrate-to-v51-or-later
logger=settings t=2022-10-30T12:48:02.3491785+01:00 level=info msg="Starting Grafana" version=9.2.2 commit=78a3e64e4f branch=HEAD compiled=2022-10-25T13:10:01+02:00
logger=settings t=2022-10-30T12:48:02.34931427+01:00 level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini
logger=settings t=2022-10-30T12:48:02.349344862+01:00 level=info msg="Config loaded from" file=/etc/grafana/grafana.ini
logger=settings t=2022-10-30T12:48:02.349351061+01:00 level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana"
logger=settings t=2022-10-30T12:48:02.349354943+01:00 level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana"
logger=settings t=2022-10-30T12:48:02.349358259+01:00 level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins"
logger=settings t=2022-10-30T12:48:02.349361549+01:00 level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning"
logger=settings t=2022-10-30T12:48:02.349366827+01:00 level=info msg="Config overridden from command line" arg="default.log.mode=console"
logger=settings t=2022-10-30T12:48:02.349370388+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana"
logger=settings t=2022-10-30T12:48:02.34937372+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana"
logger=settings t=2022-10-30T12:48:02.349376994+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins"
logger=settings t=2022-10-30T12:48:02.349380304+01:00 level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning"
logger=settings t=2022-10-30T12:48:02.349383479+01:00 level=info msg="Config overridden from Environment variable" var="GF_SERVER_ROOT_URL=http://192.168.10.25"
logger=settings t=2022-10-30T12:48:02.34938828+01:00 level=info msg="Config overridden from Environment variable" var="GF_SECURITY_ADMIN_PASSWORD=*********"
logger=settings t=2022-10-30T12:48:02.349392209+01:00 level=info msg="Path Home" path=/usr/share/grafana
logger=settings t=2022-10-30T12:48:02.349395477+01:00 level=info msg="Path Data" path=/var/lib/grafana
logger=settings t=2022-10-30T12:48:02.349398636+01:00 level=info msg="Path Logs" path=/var/log/grafana
logger=settings t=2022-10-30T12:48:02.349401783+01:00 level=info msg="Path Plugins" path=/var/lib/grafana/plugins
logger=settings t=2022-10-30T12:48:02.349405813+01:00 level=info msg="Path Provisioning" path=/etc/grafana/provisioning
logger=settings t=2022-10-30T12:48:02.349423475+01:00 level=info msg="App mode production"
logger=sqlstore t=2022-10-30T12:48:02.349652529+01:00 level=info msg="Connecting to DB" dbtype=sqlite3
logger=sqlstore t=2022-10-30T12:48:02.349774725+01:00 level=info msg="Creating SQLite database file" path=/var/lib/grafana/grafana.db

** Press ANY KEY to close this window ** 

Link to comment

I have an error I did not encounter before, and I don't have a solution for it:

 

logger=ngalert.multiorg.alertmanager t=2022-11-03T16:26:20.799011295+01:00 level=error msg="unable to create Alertmanager for org" org=1 err="error writing file notifications: unable to create the working directory \"/var/lib/grafana/alerting/1\": mkdir /var/lib/grafana/alerting/1: permission denied"
logger=cli t=2022-11-03T16:26:20.799745318+01:00 level=error msg="Critical error" reason="runtime error: invalid memory address or nil pointer dereference" stackTrace="goroutine 1 [running]:\nruntime/debug.Stack()\n\t/usr/local/go/src/runtime/debug/stack.go:24 +0x65\ngithub.com/grafana/grafana/pkg/cmd/grafana-server/commands.executeServer.func2()\n\t/drone/src/pkg/cmd/grafana-server/commands/cli.go:143 +0x94\npanic({0x3123440, 0x5c53a60})\n\t/usr/local/go/src/runtime/panic.go:884 +0x212\ngithub.com/grafana/grafana/pkg/services/ngalert/notifier.(*Alertmanager).ApplyConfig(0x0, 0xc001aa12f0?)\n\t/drone/src/pkg/services/ngalert/notifier/alertmanager.go:318 +0xae\ngithub.com/grafana/grafana/pkg/services/ngalert/notifier.(*MultiOrgAlertmanager).SyncAlertmanagersForOrgs(0xc001c6bbc0, {0x3f0eb60, 0xc00005a038}, {0xc0016c5d48, 0x1, 0x3f10108?})\n\t/drone/src/pkg/services/ngalert/notifier/multiorg_alertmanager.go:208 +0x772\ngithub.com/grafana/grafana/pkg/services/ngalert/notifier.(*MultiOrgAlertmanager).LoadAndSyncAlertmanagersForOrgs(0xc001c6bbc0, {0x3f0eb60, 0xc00005a038})\n\t/drone/src/pkg/services/ngalert/notifier/multiorg_alertmanager.go:140 +0xd8\ngithub.com/grafana/grafana/pkg/services/ngalert.(*AlertNG).init(0xc000a3ec60)\n\t/drone/src/pkg/services/ngalert/ngalert.go:138 +0x3ac\ngithub.com/grafana/grafana/pkg/services/ngalert.ProvideService(0xc0002a6000, {0x3f007f8?, 0xc0012d8330}, {0x3f2e020?, 0xc000cddae0}, {0x3f28140?, _}, _, {0x3f13dc0, 0xc0013328a0}, ...)\n\t/drone/src/pkg/services/ngalert/ngalert.go:73 +0x4a9\ngithub.com/grafana/grafana/pkg/server.Initialize({{0x7ffd7205bca6, 0x18}, {0x7ffd7205bc8a, 0x12}, {0xc0000520d0, 0x5, 0x5}}, {{0x0, 0x0}, {0x0, ...}, ...}, ...)\n\t/drone/src/pkg/server/wire_gen.go:366 +0x41cb\ngithub.com/grafana/grafana/pkg/cmd/grafana-server/commands.executeServer({0x7ffd7205bca6, 0x18}, {0x7ffd7205bc8a, 0x12}, {0x0, 0x0}, {0x7ffd7205bccb, 0x6}, 0x203000?, {{0x3ed8694, ...}, ...})\n\t/drone/src/pkg/cmd/grafana-server/commands/cli.go:188 +0x785\ngithub.com/grafana/grafana/pkg/cmd/grafana-server/commands.RunServer({{0x3ed8694, 0x5}, {0x3ed9948, 0xa}, {0x3ed868c, 0x4}, {0x3ed9938, 0xa}})\n\t/drone/src/pkg/cmd/grafana-server/commands/cli.go:111 +0x758\nmain.main()\n\t/drone/src/pkg/cmd/grafana-server/main.go:16 +0xb7\n"

 

 

I did try to reinstall the docker, without any success.

 

Link to comment

Glances now not working and I don't know what causes it. I just notice it today. My unraid version is 6.11.1. I already tried to re-install it but no avail.

 

Logs:

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 268, in _raise_for_status
    response.raise_for_status()
  File "/usr/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.41/images/3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c/json

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.10/site-packages/glances/__main__.py", line 19, in <module>
    glances.main()
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 179, in main
    start(config=core.get_config(), args=core.get_args())
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 108, in start
    mode = GlancesMode(config=config, args=args)
  File "/usr/lib/python3.10/site-packages/glances/webserver.py", line 31, in __init__
    self.stats.update()
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 216, in update
    self._plugins[p].update()
  File "/usr/lib/python3.10/site-packages/glances/plugins/glances_plugin.py", line 1114, in wrapper
    ret = fct(self, *args, **kw)
  File "/usr/lib/python3.10/site-packages/glances/plugins/glances_plugin.py", line 1131, in wrapper
    ret = fct(*args, **kw)
  File "/usr/lib/python3.10/site-packages/glances/plugins/glances_docker.py", line 255, in update
    container_stats['Image'] = container.image.tags
  File "/usr/lib/python3.10/site-packages/docker/models/containers.py", line 40, in image
    return self.client.images.get(image_id.split(':')[1])
  File "/usr/lib/python3.10/site-packages/docker/models/images.py", line 335, in get
    return self.prepare_model(self.client.api.inspect_image(name))
  File "/usr/lib/python3.10/site-packages/docker/utils/decorators.py", line 19, in wrapped
    return f(self, resource_id, *args, **kwargs)
  File "/usr/lib/python3.10/site-packages/docker/api/image.py", line 251, in inspect_image
    return self._result(
  File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 274, in _result
    self._raise_for_status(response)
  File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 270, in _raise_for_status
    raise create_api_error_from_http_exception(e) from e
  File "/usr/lib/python3.10/site-packages/docker/errors.py", line 39, in create_api_error_from_http_exception
    raise cls(e, response=response, explanation=explanation) from e
docker.errors.ImageNotFound: 404 Client Error for http+docker://localhost/v1.41/images/3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c/json: Not Found ("no such image: 3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c: No such image: sha256:3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c")

 

Edited by HHUBS
Link to comment
10 hours ago, HHUBS said:

Glances now not working and I don't know what causes it. I just notice it today. My unraid version is 6.11.1. I already tried to re-install it but no avail.

 

Logs:

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 268, in _raise_for_status
    response.raise_for_status()
  File "/usr/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.41/images/3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c/json

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.10/site-packages/glances/__main__.py", line 19, in <module>
    glances.main()
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 179, in main
    start(config=core.get_config(), args=core.get_args())
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 108, in start
    mode = GlancesMode(config=config, args=args)
  File "/usr/lib/python3.10/site-packages/glances/webserver.py", line 31, in __init__
    self.stats.update()
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 216, in update
    self._plugins[p].update()
  File "/usr/lib/python3.10/site-packages/glances/plugins/glances_plugin.py", line 1114, in wrapper
    ret = fct(self, *args, **kw)
  File "/usr/lib/python3.10/site-packages/glances/plugins/glances_plugin.py", line 1131, in wrapper
    ret = fct(*args, **kw)
  File "/usr/lib/python3.10/site-packages/glances/plugins/glances_docker.py", line 255, in update
    container_stats['Image'] = container.image.tags
  File "/usr/lib/python3.10/site-packages/docker/models/containers.py", line 40, in image
    return self.client.images.get(image_id.split(':')[1])
  File "/usr/lib/python3.10/site-packages/docker/models/images.py", line 335, in get
    return self.prepare_model(self.client.api.inspect_image(name))
  File "/usr/lib/python3.10/site-packages/docker/utils/decorators.py", line 19, in wrapped
    return f(self, resource_id, *args, **kwargs)
  File "/usr/lib/python3.10/site-packages/docker/api/image.py", line 251, in inspect_image
    return self._result(
  File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 274, in _result
    self._raise_for_status(response)
  File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 270, in _raise_for_status
    raise create_api_error_from_http_exception(e) from e
  File "/usr/lib/python3.10/site-packages/docker/errors.py", line 39, in create_api_error_from_http_exception
    raise cls(e, response=response, explanation=explanation) from e
docker.errors.ImageNotFound: 404 Client Error for http+docker://localhost/v1.41/images/3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c/json: Not Found ("no such image: 3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c: No such image: sha256:3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c")

 

I too had an issue with the new glances.  if you backrev to the previous tag as your repo, glances should start working again.  use: nicolargo/glances:3.3.0.2

 

 

  • Like 1
Link to comment
6 hours ago, JudasD said:

I too had an issue with the new glances.  if you backrev to the previous tag as your repo, glances should start working again.  use: nicolargo/glances:3.3.0.2

 

 

 

Thanks. It's now working again. I wonder what's wrong with the latest tag.

 

Link to comment
2 hours ago, HHUBS said:

 

Thanks. It's now working again. I wonder what's wrong with the latest tag.

 

I'm glad you are up and running again.  We will have to wait to see if the dev can address it.  It's python and beyond my scope of how to fix.

Edited by JudasD
Link to comment
  • 2 weeks later...

I'm getting following error on telegraf, updated from older version recently and for some reason it can't install needed binaries at start.

 

 

E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
Reading package lists...
Reading package lists...

** Press ANY KEY to close this window **

 

I have this in post arguments:

/bin/sh -c 'apt update && apt install -y smartmontools && apt install -y lm-sensors && apt install -y nvme-cli && telegraf' --user 0

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.