Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

pokmiuhy

Members
  • Joined

  • Last visited

Everything posted by pokmiuhy

  1. Well that worked too. Container is running. Nothing is being sent to influxdb though. edit: nevermind...I was looking in the wrong spot. Still doesn't get me all info I was wanting, but at least it's working. Now to figure out why the other container doesn't work.
  2. I don't have any others. Just tried apache with no luck. Any suggested app's to try? Try watchtower, its a simple app that updates your other docker images to the latest versions. That worked. It's running.
  3. I don't have any others. Just tried apache with no luck. Any suggested app's to try?
  4. Did exactly as you said...still won't start. Here is a screenshot of me trying to add the container
  5. Here is the output... root@Hollywood:/mnt/user/appdata/telegraf/telegraf.conf# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9019198678bf telegraf:1.0-alpine "/entrypoint.sh tele About an hour ago telegraf root@Hollywood:/mnt/user/appdata/telegraf/telegraf.conf# and here is the docker.log file root@Hollywood:/var/log# tail docker.log time="2017-01-22T17:11:51.820267584-05:00" level=error msg="Handler for POST /containers/create returned error: No such image: telegraf (tag: latest)" time="2017-01-22T17:11:51.820317841-05:00" level=error msg="HTTP Error" err="No such image: telegraf (tag: latest)" statusCode=404 time="2017-01-22T17:15:38.295712969-05:00" level=error msg="Handler for POST /images/create returned error: Invalid repository name (telegraf:1.0-alpine), only [a-z0-9-_.] are allowed" time="2017-01-22T17:15:38.295769839-05:00" level=error msg="HTTP Error" err="Invalid repository name (telegraf:1.0-alpine), only [a-z0-9-_.] are allowed" statusCode=500 time="2017-01-22T17:15:38.344527428-05:00" level=error msg="Handler for POST /containers/create returned error: No such image: telegraf:1.0-alpine (tag: 1.0-alpine)" time="2017-01-22T17:15:38.344576266-05:00" level=error msg="HTTP Error" err="No such image: telegraf:1.0-alpine (tag: 1.0-alpine)" statusCode=404 time="2017-01-22T17:15:44.748237211-05:00" level=error msg="Handler for POST /containers/{name:.*}/start returned error: Cannot start container 9019198678bfbb19bd9845604a9260cb5d3ac2a68631cdd42a0d284cba81a465: [8] System error: not a directory" time="2017-01-22T17:15:44.748287605-05:00" level=error msg="HTTP Error" err="Cannot start container 9019198678bfbb19bd9845604a9260cb5d3ac2a68631cdd42a0d284cba81a465: [8] System error: not a directory" statusCode=500 time="2017-01-22T17:22:10.525209560-05:00" level=error msg="Handler for POST /containers/{name:.*}/start returned error: Cannot start container telegraf: [8] System error: not a directory" time="2017-01-22T17:22:10.525254243-05:00" level=error msg="HTTP Error" err="Cannot start container telegraf: [8] System error: not a directory" statusCode=500 root@Hollywood:/var/log#
  6. Here is a picture when I tried to re-create the telegraf container root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="telegraf" --net="host" --privileged="true" -e HOST_PROC="/rootfs/proc" -e HOST_SYS="/rootfs/sys" -e HOST_ETC="/rootfs/etc" -e HOST_MOUNT_PREFIX="/rootfs" -e TZ="America/New_York" -v "/var/run/utmp":"/var/run/utmp":ro -v "/var/run/docker.sock":"/var/run/docker.sock":ro -v "/":"/rootfs":ro -v "/sys":"/rootfs/sys":ro -v "/etc":"/rootfs/etc":ro -v "/proc":"/rootfs/proc":ro -v "/mnt/user/appdata/telegraf/telegraf.conf":"/etc/telegraf/telegraf.conf":rw telegraf:1.0-alpine
  7. I've got another thread specific to my issue, but was suggested to post here. https://lime-technology.com/forum/index.php?topic=55847.0 Issue: Docker will not start. the .conf file is in the appropriate location. Not sure what the below logs are telling me. I've deleted and tried to add again with same issue. Contents of docker.log: time="2017-01-22T07:59:54.001220628-05:00" level=error msg="Handler for POST /containers/{name:.*}/start returned error: Cannot start container telegraf: [8] System error: not a directory" time="2017-01-22T07:59:54.001267923-05:00" level=error msg="HTTP Error" err="Cannot start container telegraf: [8] System error: not a directory" statusCode=500 time="2017-01-22T08:00:04.392312922-05:00" level=error msg="Handler for POST /containers/create returned error: No such image: telegraf (tag: latest)" time="2017-01-22T08:00:04.392361541-05:00" level=error msg="HTTP Error" err="No such image: telegraf (tag: latest)" statusCode=404 time="2017-01-22T08:00:39.574439066-05:00" level=error msg="Handler for POST /containers/create returned error: Conflict. The name \"telegraf\" is already in use by container a52ecba4b5fc. You have to delete (or rename) that container to be able to reuse that name." time="2017-01-22T08:00:39.574495067-05:00" level=error msg="HTTP Error" err="Conflict. The name \"telegraf\" is already in use by container a52ecba4b5fc. You have to delete (or rename) that container to be able to reuse that name." statusCode=409 time="2017-01-22T08:22:01.441279607-05:00" level=error msg="Handler for POST /containers/{name:.*}/start returned error: Cannot start container telegraf: [8] System error: not a directory" time="2017-01-22T08:22:01.441326640-05:00" level=error msg="HTTP Error" err="Cannot start container telegraf: [8] System error: not a directory" statusCode=500 time="2017-01-22T08:36:19.265370324-05:00" level=error msg="Handler for POST /containers/{name:.*}/start returned error: Cannot start container telegraf: [8] System error: not a directory" time="2017-01-22T08:36:19.265415682-05:00" level=error msg="HTTP Error" err="Cannot start container telegraf: [8] System error: not a directory" statusCode=500

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.