botez

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by botez

  1. I had the same exact symptoms when I tried with Xen and never did try with KVM. Is love to hear if anyone has a solution for this as well. Sent from my VS980 4G using Tapatalk
  2. bkastner -- When I used nacat78's instructions previously, I got the docker container to work. Also, anyone using my transmission docker should delete it. It's not as good as the gfjardem transmission docker, so I would recommend staying away from it.
  3. I'm wanting to edit a dockerfile that's used to create an image that I'm using. When you pull an image from the docker repo, does it include the dockerfile? I'm guessing that in order to build from a dockerfile I need to pull from the user's github first and then build from that source, but I wanted to check on that with the docker power users around here.
  4. What issue were you exactly seeing? I've been using this build for a while without issues.
  5. I saw others were using gfjardim/transmission container with success. However, when I start the container transmission does not start. The logs simply say: CRIT Supervisor running as root (no user in config file) Any ideas on this? I'm running it as: docker run -d -p 9091:9091 --name=transmission -v /mnt/cache/appdata/transmission:/config -v /mnt:/mnt -v /etc/localtime:/etc/localtime:ro gfjardim/transmission
  6. This did the trick for me -- now I can do the vfio-bind. Thanks for the tip.
  7. It's still there! Ah, found it. Donation made. Sent from my VS980 4G using Tapatalk
  8. Thanks gfjardim! Changing the docker.cfg file did the trick and I can now access the Owncloud container via bridged mode. You took that donate button down too soon
  9. No, but I do have a bridge setup in my unraid network settings from when I WAS using Xen. It's named "xenbr0". Is that going to cause an issue?
  10. Hmm, I changed "--net=bridge" to "--net=host" and now I'm able to connect to the owncloud server. I had to do this with some docker containers, while others have worked fine in bridge mode. I'm not enough of a networking guru to quite understand why one works and the other doesn't, so I guess I'll have to go look into that further. Thanks for the help guys.
  11. Haven't been able to run through the websetup yet, because when I go to http://tower:8000 I just get a "This Webpage is not Available" message. Does anyone have any other ideas on how I can troubleshoot this?
  12. I'm getting similar errors to billington.mark above -- root@Tower:/mnt/cache/appdata/owncloud# docker logs owncloud *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/config.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 323 nginx: [emerg] BIO_new_file("/opt/server.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/opt/server.pem','r') error:200 6D080:BIO routines:BIO_new_file:no such file) I tried deleting the config directory and restarting, but I had no such luck. My command used to start this container was: docker run -d --name="owncloud" --net="bridge" -e SUBJECT="/C=USA/ST=OR/L=SALEM/O=ORG/OU=UNIT/CN=troy.duckdns.org" -p 8000:8000/tcp -v "/mnt/cache/appdata/owncloud":"/var/www/owncloud/data":rw -v "/etc/localtime":"/etc/localtime":ro gfjardim/owncloud
  13. I just updated the docker to the latest Madsonic beta release.
  14. ls -altr /dev/vfio/ total 0 drwxr-xr-x 2 root root 60 Jul 7 20:48 ./ crw-rw-rw- 1 root root 10, 196 Jul 7 20:48 vfio drwxr-xr-x 13 root root 3640 Jul 7 20:51 ../ lspci -knv http://pastebin.com/Gvw3nLsA ls -altr /sys/bus/pci/drivers/vfio-pci/ total 0 drwxr-xr-x 20 root root 0 Jul 8 09:22 ../ --w------- 1 root root 4096 Jul 8 09:22 unbind --w------- 1 root root 4096 Jul 8 09:22 uevent --w------- 1 root root 4096 Jul 8 09:22 remove_id --w------- 1 root root 4096 Jul 8 09:22 new_id lrwxrwxrwx 1 root root 0 Jul 8 09:22 module -> ../../../../module/vfio_pci/ --w------- 1 root root 4096 Jul 8 09:22 bind drwxr-xr-x 2 root root 0 Jul 8 09:22 ./ dmesg | grep IOMMU Intel-IOMMU: enabled dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 IOMMU 0 0xfed90000: using Queued invalidation IOMMU 1 0xfed91000: using Queued invalidation IOMMU: Setting RMRR: IOMMU: Setting identity map for device 0000:00:02.0 [0x9f800000 - 0xaf9fffff] IOMMU: Setting identity map for device 0000:00:14.0 [0x9c0d2000 - 0x9c0defff] IOMMU: Setting identity map for device 0000:00:1a.0 [0x9c0d2000 - 0x9c0defff] IOMMU: Setting identity map for device 0000:00:1d.0 [0x9c0d2000 - 0x9c0defff] IOMMU: Prepare 0-16MiB unity mapping for LPC IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
  15. Peter -- I'm trying to follow along on this, but I'm getting the following when I use your vfio-bind script. vfio-bind 0000:01:00.0 0000:01:00.1 ./vfio-bind: line 11: /sys/bus/pci/drivers/vfio-pci/new_id: Read-only file system ./vfio-bind: line 11: /sys/bus/pci/drivers/vfio-pci/new_id: Read-only file system Any ideas on what's going on. I ran checkdisk on the USB stick and it came back fine. Troy
  16. I've got a madsonic docker here: botez/docker-madsonic https://registry.hub.docker.com/u/botez/docker-madsonic/
  17. docker rm -f <container_name> docker rmi botez/docker-madsonic docker run ...
  18. No -- I haven't posted it here yet due to the transcoder issue which I was working on yesterday. I just fixed that a few minutes ago, so now the latest x64 transcoders should be installed to your /config/transcode folder. I also updated to the latest beta build.
  19. That's my docker, so let me know if you run into any issues with it. Sent from my VS980 4G using Tapatalk
  20. I just set this up and have started using Crashplan -- one question I have. Do you guys back up your /mnt/user share or do you backup the individual /mnt/diskX drives instead?
  21. Add a -h localhost. This creates a connection over port 3306 and not over UNIX sockets. So it should look like this... mysql -u root -h localhost Hmm, that didn't work, but this did: mysql -u root -h 127.0.0.1 Someone can probably educate me on this one (I thought 'localhost' and '127.0.0.1' equated to the same thing)
  22. Maybe someone here will have an idea of how to fix this. I created a mariadb container using: docker run -d --name=mariadb -v /mnt/cache/appdata/mariadb:/db -v /etc/localtime:/etc/localtime:ro -p 3306:3306 needo/mariadb However, when I try to connect to it using mysql, I get the following: root@Tower:/mnt/cache/appdata# mysql -u root ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) Any ideas on how I can fix this? As an extra data point, here are the logs for the mariadb container: root@Tower:/mnt/cache/appdata# docker logs mariadb *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 93 Database exists. Starting MariaDB... 140626 10:50:24 mysqld_safe Logging to syslog. 140626 10:50:24 mysqld_safe Starting mysqld daemon with databases from /db
  23. Needo -- this is all such great work. Put me on the list of people who would gladly donate if the option is there. Also, I have a question for the group at-large -- has anyone found a good apache/php docker that they are using? It's the final thing I need to get everything up and running.
  24. Also -- just to check - what is the process to update the docker images to your latest changes? Do we just do: docker rm couchpotato docker run ... needo/couchpotato or do we need to do something like a "docker pull" first? Troy
  25. Two questions: First off, has anyone been able to get transmission working in docker as of yet? I've tried several containers with no luck. Second, if I install the sickbeard container like so: docker run -d -h Tower --name="sickbeard" -v /mnt/cache/appdata/sickbeard:/config -v /mnt/user/:/mnt/user -v /mnt/cache/:/mnt/cache -p 8081:8081 eschultz/docker-sickbeard Then when I'm browsing in Sickbeard for folders, I can access /mnt/user, but /mnt/cache doesn't show up. Any ideas on why this might happen?