kphaas

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

kphaas's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I had been running Unraid v6.8 for over a year on this server. My USB stick was corrupted. I can still see all the files when I insert it into my Mac. I have used the Unraid USB creator to create new USB on an 8GB Verbatim and 16GB PNY USB stick. Everything shows it was created successful; however, when I insert it into the server it always comes back with this is not a bootable drive. I have used these USB sticks before for Unraid. Any suggestions how to get my server back up? Let me know what logs or files you need.
  2. I have updated the docker container to the correct repo and other parameters... However I am having issue passing through devices ttyACMO for my system. I see it in my unraid file system under /dev/ttyACM0... Thoughts? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="openhab-online" --net="host" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "TCP_PORT_8080"="8080" -e "TCP_PORT_8443"="8443" -e "TCP_PORT_5555"="5555" -e "TCP_PORT_8101"="8101" -v "/etc/localtime":"/etc/localtime":ro -v "/mnt/user/appdata/openhab/conf/":"/openhab/conf":rw -v "/mnt/user/appdata/openhab/userdata/":"/openhab/userdata":rw -v "/mnt/user/appdata/openhab/addons":"/openhab/addons":rw --device="/dev/ttyACM0/" openhab/openhab:2.2.0-amd64-debian 118c218f1697c1762e93809b5d4ad347af3e05cfc3d3544db86b069e710bc121 /usr/bin/docker: Error response from daemon: linux runtime spec devices: error gathering device information while adding custom device "/dev/ttyACM0": not a device node. The command failed.
  3. I purchased two pro keys but only got one email with one key. How do I get the second key?
  4. I was running a plex contain great for a year. Then my Docker went crazy and ran out of space and shut down. I tried to bring back my docker after clearing space and adding it but all my images came up as orphans.So I clear my entire docker container. Removed everything thing from my cache and started new. So when i install the new plex container everything shows a successfully deployment of my plex container but when i click done it shows up as a orphan image. I have complete cleared my cache drive and installed a fresh Unraid instance but everytime it shows up as an orphan. I must be missing something. Help me please. I have pictures if needed.
  5. I am running UnRaid 6.1.4 and i cant seem to figure out why i cant get owncloud working. I get a successful install through the docker page but when i try to reach owncloud webgui by MyTowersIP:8000 i get an unable to connect error. Please help... From what i can see it created a directory in my cache owncloud with a config folder and a couple of files dhparam.pem, server.key and server.pem Where can i find the logs to post?
  6. Thank you!!! I just wanted to make sure I did not have to use a certain port
  7. Question: I am trying to configure my Docker Container for Piwigo and I get an error when trying to install. Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Piwigo" --net="bridge" -e PUID="99" -e PGID="100" -e TZ="America/New_York" -p 80:80/tcp -v "/mnt/cache/appdata/piwigo":"/config":rw -v "/mnt/user/Photos/":"/photos":rw linuxserver/piwigo 05b333f9abfc0d65b7763c9ddbbc8734a0afd9a29e0f1051e3f684d2c9ee514a Error response from daemon: Cannot start container 05b333f9abfc0d65b7763c9ddbbc8734a0afd9a29e0f1051e3f684d2c9ee514a: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use The command failed. I am running UnRaid 6.1.4 I am guessing that UnRaid is already using this port because none of my other Docker Containers are using this port. How can I get around this?