pinion

Community Developer
  • Posts

    506
  • Joined

  • Last visited

Everything posted by pinion

  1. Very similar to the principle of Money, Time, Kids... Pick only two. You are mistaken, you can have the first two together but the latter stands alone.
  2. What I'd really like is for someone to take over the templates altogether All someone needs to do is fork all the template repos on github
  3. What is this bitrot you speak of? Is there a road map to have it fixed?
  4. This concept is my preferred way also, keep the categories fairly high level and generic, last thing you want is to frustrate the user because they can't find something because it didn't quite fit into a specific category. I echo this sentiment
  5. If it pleases you mark it debunked. I didn't know there were so many noobs that used the VM manager to create their instances I kid I kid! I moved to the VM manager too
  6. Thanks for your response. And I'm certainly much less worried about it now. I think there are some convoluted ways I could still be vulnerable but I don't think it's anything that necessitates an emergency LimeTechs part. It still seems like if I were to create a KVM Ubuntu server for friends to host websites I would be vulnerable if one of them chose to play around and see if they could exploit me. That's just one example. I'm personally not doing that and I'm not hosting anything on my server that friends or anyone else should have access to. But that's not to say no one here is doing that. So no... I don't think this is debunked. I think there are use cases where there is a credible threat to some users depending on how they use the software LimeTech has officially blessed and I think they should be made aware how they are or aren't at risk with examples. I think your response goes a long way to answer that but I also believe there are ways people could make themselves vulnerable and they should be made aware.
  7. http://arstechnica.com/security/2015/05/extremely-serious-virtual-machine-bug-threatens-cloud-providers-everywhere/ So there's no way for me to patch this myself right? I'm basically at the mercy of the unraid team when KVM will be patched?
  8. Yeah, I totally know its the fault of WordPress. I bet you need an add-on that let's you put code inline without dorking it up
  9. Yes, last time I was trying to copy/paste from archedraft's guide some of the single quotes were formatted weirdly and didn't work.
  10. I was trying to edit a windows 10 vm last night and when I hit save it took forever. Maybe 10 minutes. How long did you wait?
  11. I agree on the RDP part. Focus on what the container does instead. Other than that I think it's a pretty good idea as long as I can still sort by all. I'm still behind on whatever I was supposed to do to update my template a month ago so I'm probably not the best docker "developer" to weigh in on anything Is there an xml template I can work of off?
  12. Based upon gfjardim's original modifications (his 1st commit) to the Community Repositories plugin. i probably shouldn't mention about them being in reverse order alphabetically.... Since my last name starts with a "Z", I always felt that reverse alphabetical is the way to do things. That way I wind up on top of the list. i used to work with someone whose girlfriend's name was zaber zia quoreshi Possibly more interesting is that is an anagram for A Bizarre Shoe Quiz
  13. Searched the thread for KVM and I didn't see this but I noticed on a reboot I lost all my KVM configs and had to set everything back up. The images themselves were still there but it's a pita to have to set up everything again in the VM tab. Anyone else see this?
  14. You just had to prove you're better than me and my crappy command line handbrake docker didn't you?!
  15. Any more luck getting your cpu to work? I was reading another forum about this and read that not all AMD CPU's will work even with the extra flags to trick OS X... Nope. Still not sure what's up. It boots up via the command line and not with the xml. I was poking in my bios and I'm wondering if I'm not enable to enable some AMD-virt features cause I couldn't find it for my HD8ME-2 mobo. The command line I'm running is like: /usr/bin/qemu-system-x86_64 -enable-kvm -m 2048 -cpu core2duo,vendor=GenuineIntel \ -machine q35 \ -usb -device usb-kbd -device usb-mouse \ -device isa-applesmc,osk="REDACTED" \ -kernel /mnt/cache/Mac_Files/chameleon_svn2510_boot \ -smbios type=2 \ -device ide-drive,bus=ide.1,drive=MacDVD \ -drive id=MacDVD,if=none,file=/mnt/cache/Yosemite.iso \ -device ide-drive,bus=ide.2,drive=MacHDD \ -drive id=MacHDD,if=none,file=/mnt/cache/kvmStorage/yosemite/Yosemite.img \ -vga std \ -vnc 0.0.0.0:15 \ edit: words...punctuation...grammar....etc...
  16. Just updated it. Changes should propagate soon.
  17. That guide is relevant and recently updated. If you're copying and pasting and have issues check the single quotes copied right.
  18. Answering myself here... in the log (/var/log/libvirt) I found 2015-04-30 02:58:24.773+0000: 17162: error : qemuBuildCpuModelArgStr:6650 : unsupported configuration: guest and host CPU are not compatible: Host CPU does not provide required features: ssse3 Although I'm not sure that's true. And why would it work fine starting from command line? EDIT: This is my proc and it says it has ssse3. I have 2 of them but unraid acts like I only have one. I should check they're both enabled in the bios I guess... http://www.cpu-world.com/CPUs/K10/AMD-Six-Core%20Opteron%202419%20EE%20-%20OS2419NBS6DGN.html
  19. Trying to run through this (the AMD version) and I'm at a point where the xml validates and saves but when I hit run i just get back "error". Is there anyway to see what the error is? For fun I created that test file and ran qemu from command line and connected and it runs. Seems to be booting up the iso and everything as well just fine. Just can't start it from my xml.
  20. As BRiT said. The container is already running so you can just run 'docker exec -i -t handbrake bash' Or you just need to start the container and then run that command. 'docker start handbrake'
  21. I looked into this a few weeks ago and I don't think its feasible. Going to need to run it in a VM.
  22. Keep in mind that when you go to do an upgrade of his container that what you did will be wiped out. Heck, it might be wiped out if you stop the container. I can't remember now if it will persist.
  23. RE: Adding Apps. I think the long term solution is to ask really nice if gfjardim will add the /var/www/owncloud/apps directory to a Volume in the DockerFile. Or you could fork it yourself and do that pretty easily. However, what will probably be easiest for you guys if you're comfortable with the command line is to get a shell in the docker and wget the app you want and place it in the apps folder yourself. To connect to the docker run docker exec -i -t OwncloudDockerName bash replacing OwncloudDockerName with whatever you named the Docker. Doing a docker ps should list it if it's running and a docker ps -a will list all of the ones you have running or not. You can also see the name in the configuration page of the gui.