Jump to content

spotopolis

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by spotopolis

  1. Aaaah. I understand now. Thank you for the clarification. I see what you are saying. I hadn't considered it was listing it as 2 threads per core. I figured since it displayed the total number of cores, it would display the total number of threads. I was thinking my configuration was somehow corrupted and had mismatched information.
  2. Shouldn't it be 4 cores and 4 threads, not 2 with my above settings? I have 8 total selected. EDIT: I initially configured this though the "form view" and just happened to notice the way the xml was configured as 4 core and 2 thread. I was surprised by that cause I thought it should read 4 thread.
  3. Can someone please explain this to me? I have my VM set to 8 cores, but in the XML view under "cpu" , it looks like its set to use only 4 cores and 2 threads. <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='4' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> I dont understand why that is when just above that section I have this: <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='20'/> <vcpupin vcpu='1' cpuset='84'/> <vcpupin vcpu='2' cpuset='21'/> <vcpupin vcpu='3' cpuset='85'/> <vcpupin vcpu='4' cpuset='22'/> <vcpupin vcpu='5' cpuset='86'/> <vcpupin vcpu='6' cpuset='23'/> <vcpupin vcpu='7' cpuset='87'/> </cputune>
  4. I wanted to chime in here and I am having the same issue. My VM that is freezing is the latest version of PfSense (FreeBSD) that is locking up. No response from the console/ssh or the firewalls WebGUI. Nothing in the VMs logs or in UNRAIDS logs (even using the Enhanced Logs plugin). The only thing that kind of stood out to me was looking in the system processes in UNRAID, PfSense was recorded as using near half of my servers CPU resources (47% of my 24 total cores) . Im running a dual Xeon X5670 system but have VM CPU Pinning enabled for it ( cores/threads 8, 9, and 20, 21 ) Im not sure why its listed so high. In the VM, the PfSense WebGUI dash its only reporting 7%-10% CPU usage while the UNRAID Dashboard is reporting roughly the same for those cores. The update times look to be more frequent in the UNRAID dash, and I do see some quick jumps occasionally to around 40% on each of those 4 cores, but then falls right back down to single digit numbers. Is the 47% usage I'm seeing in the UNRAID logs reporting it as 47% of the 4 cores I have pinned, or is it reporting 47% of the 24 total cores in the system? I have another VM running Windows 8.1 Pro, with 4 cores pinned to it, and it has not frozen ever. I've only just had the PfSense VM freeze on me, and this is maybe the 2nd or 3rd time in 6 months to a year it has happened. The PfSense VM is my Firewall/Router for the whole house. When It freezes, I lose WAN connection, but my static LAN connections are all still working. I tried just restarting it from the VM popup menu in UNRAID and it didn't do anything. I had do Stop and Start the VM for it to come back up.
  5. Thats awesome. The downside is (for me anyway) Im running a vanilla dedicated server (without TShock). But the deeper I go into getting this server up and running it looks like I may have to start using it. Another issue is that you have to wait for TShock to be updated once an official Terraria patch has been released.
  6. Thanks for the info. I was wanting to only run the Dedicated Server software witch dose not require any graphics drivers at all. Its just a command prompt based server while the client still handles all the rendering. Steam is not even needed for it and there are Win/Mac/Linux versions of the Standalone Dedicated Server. Would it be possible to build one just for that? Maybe even a super light Ubuntu Docker just to run the server console?
  7. So I found this thread on the Official Terraria.org forums http://forums.terraria.org/index.php?threads/released-play-on-linux-docker-wine-steam.18742/ I wanted to know if it was possible to run something like this in UNRAID? Right now I am running a dedicated server through the UNRAID VM system. I have a full Windows 7x86 installed just to run the small dedicated server. I thought if I had a Docker that could run Terraria that it would use a lot less system resources. The link has the link to the GIT for the Docker file, but if I add it to the Docker list, it doesn't show up in the Templates. Am I just barking up the wrong tree here? Im new to Docker. So any input would be great.
  8. You might be able to come up with something using a boot cd ISO. I built one using http://www.plop.at/en/bootmanagers.html and use it on my server. It doesn't want to boot to the flash drive, so I have it boot to CD, it then runs a boot menu that allows me to boot to USB. Maybe you can make it work for you in someway that works for you?
  9. Thanks for suggestion, but I'm afraid this will not work, looking at the addition suggested to the GO file I checked around my file system and "/usr/local/emhttp/plugins/webGui/phaze.page" does not even exist on my system. Hopefully we will see native support of b12+ within this plugin soon, until then I'll wait! I just tried it on v6b14b and it worked for me! Thank you! Down side is even though the page is showing up, there hasn't been any compatible Virtualbox releases for it, so it still will not run. At least the page is showing up now.
  10. I am trying to remember if this was the same problem I had but for the heck of it try this: chgrp nobody /var/lib/php Now try to log into the web pgae I had to put that in my go file as it turned out to be a permissions issue as the root cause and the invalid username/pwd was just a side effect Go file? can I change this through a windows explorer page on the share, or do I have to do this command through putty?
  11. Yes on config.php rename. The VBOXWEBSRV is started. I am getting to the Vbox log on screen, it just wont accept a username and password. I tried admin/admin, but it says that combo is invalid. I tried the recovery.php file to reset the admin creds, but that didnt work either.
  12. I am currently running the latest UNRAID 6beta9, and trying to get virtualbox 64 running using the Apache plugin for the webserver (since there isnt another 64bit webserver that I could find) . I think I have everything setup correctly, but I keep getting invalid username and password errors when trying to log into the virtualbox webserver. I tried admin\admin, but its not working. Is there something else I need to change? If anyone could point me in the right direction that would be great.
  13. Username: admin Password: admin AWESOME! Thank you! up and running. Time to play around and see if I cant get this server imported.
  14. Now thats done and I'm getting a credentials error using default vbox and pass
  15. okay, so i dumped all of the contents of the phpvirtualbox.zip into my web root directory and renamed the config to config.php. now Im getting a SOAP error.
  16. Where exactly are you stuck? Have you downloaded phpvirtualbox and put it in the Dynamix webserver? Is phpvirtualbox still not part of the virtualbox package? I thought it was. I thought that was one of the items that it installed from the virtualbox gui. I see it mentioned a lot but dont see how to get it or install it. EDIT: okay I got phpvirtualbox from sourceforge, and have it extracted. what do I need from here? do I dump all of it into a location, or just a select few items?
  17. I have been trying to figure this out for 4 or 5 hours now. Im a slight noob with linux. I have had my unraid server running for about a year to run my plex media center. Now Im wanting it to run a VM as well. I have the latest virtualbox plugin installed and the Dynamix webserver installed... but I cant figure out how to launch the virtualbox web. I see people mention the config.php file but have no idea where it is. Im running unraid 5.0.4. Any help would be great. Im not one to normally ask because I like to figure things out for myself and I've Googled the hell out of this... but I'm stuck.
×
×
  • Create New...