soana

Members
  • Posts

    242
  • Joined

  • Last visited

Everything posted by soana

  1. Create vm tab it's working now but you may have to read the instructions. got it Thx!
  2. Sorry, I tend to ignore reading the manuals...
  3. Keep getting this error while creating a VM Message: internal error: process exited while connecting to monitor: 2014-10-20T20:54:27.932239Z qemu-system-x86_64: -drive file=/var/lib/libvirt/images/,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /var/lib/libvirt/images/: Could not refresh total sector count: Invalid argument I checked /var/lib/libvirt/images and the image is there, but in the storages area the image does not have an extension. I used the option of creating the image rather than selecting an existing image.
  4. There are a lot of news on the forum just not in this thread ... For example just the sneak peeks from Jon in regards to VM's makes up for it n fold. Cheers.
  5. Thanks! Can't wait to get back to my unraid and try it out.
  6. Running beta 10a, created a connection in WebVirtMgr but then I get this error: "Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory " Not sure what am I missing.
  7. Just want to add to the "it's that easy" statement from couple post before. I needed to change the cache drive after switching to beta8, all I had to do is copy the apps folders and the docker.img to a remote computer, install and format the new cache drive, start the array and copy the apps and docker.img back to cache drive. After starting the docker by pointing to docker.img everything was running as before. It's that easy!!!
  8. Please also add power outages to system notifications.
  9. Hmm. My sickbeard does notify the xbmc server running in a container but the library is not always being updated. I suspect that this is more a xbmc server issue that a sickbread one.
  10. Thanks for the tip. I managed to add cron to needo's image like this: Dockerfile: FROM needo/mariadb:latest MAINTAINER soana <[email protected]> ENV DEBIAN_FRONTEND noninteractive # Add our crontab file ADD crontab.txt /config/crontab.txt ADD cronjob /config/cronjob #Use the crontab file RUN crontab /config/crontab.txt # Start cron RUN cron VOLUME /backup cronjob file: #!/bin/bash ##backup databases mysqldump -u root MyMusic46 > /backup/MyMusic_$(date +%Y-%m-%d).sql mysqldump -u root MyVideos78 > /backup/MyVideos_$(date +%Y-%m-%d).sql ##Delete files "My*" older than 5 days find /backup/My* -mtime +4 -exec rm {} \; Reminder don't forget to chmod +x this file before building the image crontab.txt 00 3 * * * /config/cronjob Now I'm looking into a way to be able to edit the crontab.txt and cronjob files while the container is running eliminating the need to rebuild the image every time one of these files have to change. I'm sure someone will come up with a much more elegant solution eventually but until then I have my sql backups and I'm happy with my Linux noob solution.
  11. How can one add a cron job to a docker container in particular the mariadb container. I would like to be able to backup the xbmc databases in case of something, most of it I care for the watched status. Thank you.
  12. Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ? I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test. Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile. NOTE: I am not going to support this long term so one of you will have to take it and own it. Looking forward for your new PXE Server, I'm using the tftp one based on your instructions posted several months ago and I'm very happy with it. Thank you!
  13. Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ?
  14. Is that maintained by you? I'm not willing to add anything that have no support. No
  15. my-calibre.xml just remove the .txt extension my-calibre.xml.txt
  16. Until nano is in can we (noobs) use the editor from mc? I think unRaid comes with mc by default.
  17. Just want to confirm that I got the beta 3 working per Tom's instructions. Hardware on my test server per the picture attached, I had to upgrade to 4Gb of RAM since the initial 2Gb were not enough for Xen. Thank you Tom for making the VM's possible.
  18. Check this out for regular backups of the cache drive: http://lime-technology.com/forum/index.php?topic=31246.0
  19. no problem, I just happened to be online.
  20. I'm running 5.0.4 and I can confirm it is there.
  21. http://lime-technology.com/forum/index.php?topic=31496.0
  22. In case of a reboot what will be the default option unRaid OS or Xen unRaid Os or maybe the last option used before reboot?