tolax

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by tolax

  1. Upgraded to 6.2 from 6.1 today and it prompts me to upgrade SABnzbd. When I tell it to go ahead though it downloads the files and then errors out with... Error: layers from manifest does not match image configuration This is not the only docker to throw this error (plex, sonarr, mariadb have issues as well). Dolphin, AirVideo and CUPS have no problems though. FYI Sabnzbd is running fine despite failing the upgrade. That'll teach me to ignore my general plan of letting a major update sit for a week before updating. Tolax
  2. Bingo - updating the UI fixed it thank you (knew it was something stupid on my end)
  3. Probably doing something stupid here but AirVideo is the one docker I am struggling to get running. I've tried adding it via 'apps' and 'Add Container'. Error message is always the same.... root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="AirVideoServer" --net="host" --privileged="true" -e FOLDERS="Movies:/movies, TVShows:/tv" -e TZ="America/Los_Angeles" -p 45631:45631/tcp -v "/mnt/user/media/Movies/":"/movies":rw -v "/mnt/user/media/TV Shows/":"/tv":rw -v "/mnt/user/appdata/AirVideoServer":"/config":rw eroz/airvideo Unable to find image 'TVShows:/tv:latest' locally Error response from daemon: invalid registry endpoint https://TVShows:/v0/:'>https://TVShows:/v0/: unable to ping registry endpoint https://TVShows:/v0/ v2 ping attempt failed with error: Get https://TVShows:/v2/: dial tcp: lookup TVShows: file exists v1 ping attempt failed with error: Get https://TVShows:/v1/_ping: dial tcp: lookup TVShows: file exists. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry TVShows:` to the daemon's arguments. In the case of HTTPS, if you have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/TVShows:/ca.crt The command finished successfully! Docker never appears. Anything obvious I am missing? Tolax
  4. So after several attempts here are the steps I go through to get this to work.... I am running RC10 with SAB, SickBeard, mySQL (xbmc), AirVideo, SimpleFeatures. My server IP is 192.168.0.43 (so if following these steps change this as necessary). My phpVirtualBox is installed at /mnt/cache/appdata/www/phpvirtualbox-4.2-4/ Download files and save them as per the link in the first post (thanks Iainie) Connect to server via telnet and run... /boot/packages/installpkg vbox-4.2.6-unRAID-3.4.24.tgz VBoxManage setproperty websrvauthlibrary null VBoxManage setproperty vrdeauthlibrary default vboxwebsrv -b -H 192.168.0.43 --logfile /var/log/vbox.log VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.2.6-82870.vbox-extpack Open Web Browser and go to 192.168.0.43/settings Select Webserver icon and ensure Web Root Directory = /mnt/cache/appdata/www Listening Port = 8804 If this is a first install then edit /mnt/cache/appdata/www/phpvirtualbox-4.2-4/config.php and change var $location = 'http://127.0.0.1:18083/'; to var $location = 'http://192.168.0.43:18083/'; Start Webserver Open Browser and go to 192.168.0.43:8404 Login with admin (u) and admin (p) Once you have created your VM (XP in my case) install the Guest additions via the Settings-->Guest Additions... menu. It will greatly improve the remote mouse control and display responsiveness. Hope this helps. Tolax
  5. lainie - just wanted to thank you for putting this together. Works really nicely so thank you. One tip for the unwise- and no I did not do this and then struggle for 6 hours until I had one of those 'no it can't be that obvious moments', no siree bob - if you are creating a new virtual machine the default hd it creates writes out to the flash drive. So it tends to abort half way through any OS install when it runs out of space. Creating a new VM and manually adding a virtual HD to one of your user mnt's makes everything work. Wow glad I did not make that mistake..... Tolax