soana

Members
  • Posts

    242
  • Joined

  • Last visited

Everything posted by soana

  1. The USB over network is about $6 on ebay search for item 361191909906. I got it and it works for me on a 50 ft CAT6 network cable. http://www.ebay.com/itm/361191909906?ru=http%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_sacat%3D0%26_nkw%3D361191909906%26_rdc%3D1
  2. Thanks for the new plugin! For some reason the minus/underscore key on an US keyboard is not working, all the other keys are working OK.
  3. Per http://lime-technology.com/download/ only three attached devices are allowed during the trail period.
  4. I agree that a plugin makes more sense since it will also give the option/interface for restoring a backup. The docker created will do regular backups but for restoring one has to use a command line.
  5. Updated to RC6a and I can confirm no more DNS issues with the dockers on my system. Waiting patiently for 6.0. Thanks LT team and all the whole LT community that helped to bring the 6.0 home.
  6. RDP OS ? Does something like that even exist - where I can have a small/quiet computer in the living room that boots to this OS and then RDP's into the Unraid Windows VM?
  7. Agreed the userid and password fields need to be available for input. Will update
  8. I created this little docker to keep a backup of my SQL database for Kodi. It starts from a phusion base image, installs mariaDB and then launches a cron job. It requires a location for the backed-up files, cron parameters, IP address of the SQL server, the pushbullet token if you want notifications and the number of backup files to keep. All of these are environment variables and can be input after selecting Advanced view. I'm using it for some time now with no issues. Link to the docker-template is in my signature. EDIT 1: Right now only one backup a day is supported due to the naming convention of the backup file. But then I was not expecting to need more than one backup a day. EDIT 2: Obviously this docker needs more error proofing - I would like to change it into beta until all the fixes are in place EDIT 3: Added variable for userid, implementing the password is giving me a little headache. Pushbullet notification modified for successful backup and to show error code if the backup command failed. EDIT4: In order to restore a backed-up file use: gunzip < MyDatabase_DATE.sql.gz | mysql -uroot -h 192.168.99.99
  9. I created a very simple docker to backup my kodi sql database every night take a look in my signature. After a lot of trail and error I ended up having a phusion container to test all the commands - same as sparklyballs suggests - and that made it work much faster. It took me some time until I figured out I can use a script that runs when the container starts (firstrun.sh) that helped a lot with passing variables from the template to the docker.
  10. You need to connect the two in order to find your server's IP, you can also figure it out by using your router or the Fing app on Android phones.
  11. Did you try typing the server ip in a Web browser? Can you acces the server this way?
  12. Working for me!!! For some reason I had to start stop the container before it started working. Back to the yard work and listening music streamed by Serviio. Thank you sparklyballs.
  13. Did a fresh install on the docker but still cannot get to the webui. Network type is bridge but IP:8895 does not bring up the webui.
  14. Thanks for the clarification, I was using the second option where preclear runs on a separate machine, not yet comfortable to do a hot swap on the production server.
  15. How about preclear? I would like to be able to preclear on a trail unraid installation and not keep the production server offline for the long preclear cycles.
  16. In my case it turns out the motherboard was not fully AMD-Vi capable. I since replaced the MB with an Intel one.
  17. VM's don't survive a reboot. The img files are present on the disk but the cfg files are gone (edit: if they even existed in rc1) after a reboot.
  18. What other dockers are you using? in my case I suspect the urBackup since the issue started shortly after trying this docker out.
  19. I had the same symptoms, try to restart docker and see if the MariaDb database is still working OK. In my case the docker.img file got corrupted and the MariaDb container was one of the ones corrupted, luckily I had a back-up and all is running OK now.
  20. Tried again with the drives detected by the AMD website with the same results. With Win8.1 the system was even more unstable than with Win10, even a clean shutdown from withing the VM passthrough or VNC would trigger a reset for the whole system. Next step will be to try another graphics card this time Nvidia.
  21. Finally I got one GPU to pass through the only issue is that I cannot install the display drivers in a Win10 VM in order to get the full resolution this card can provide. Right now I'm stuck with a generic windows driver. If I try to install the drivers from the provided CD the VM is freezing and eventually the whole system will restart. Am I doing something wrong here or should I start looking maybe at a different motherboard. Thank you.
  22. Any suggestions on the graphics card? Ahould I just try a new card, if yes can somebody recommend a graphic card that would work with my system?
  23. Parity check finished. I did reboot the system and now the flash drive looks OK - read and write - but parity check started again.
  24. Installed the latest version and everything seems to work OK - did uninstall the VM manager before the required reboot. The only one thing I cannot figure out is how to pass a graphics card for a Win10 VM. I used both SeaBIOS and OVMF w/ and w/o "ACS overrides" but I cannot get anything out of my GeForce 210 PCIE card. The card has VGA, HDI and DVI outputs - is rather old and maybe here lies the issue. The mouse and keyboard attached to the system do pass trough it's just the graphics card that doesn't seem to cooperate. Before I go about and get a new card I need to make sure that I did try all the options. Thanks. Edit: Did try again with the configuration shown in the picture attached and the system did reboot Now the flash drive seems to be read only, will check the drive after ~ 8 hours when the parity check finishes. syslog.zip