Search found 10 matches
- Thu Jul 24, 2014 8:04 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Wdindows 2012r2 Taskkill not working
- Replies: 9
- Views: 3823
Re: Wdindows 2012r2 Taskkill not working
Ok, this has been happening for a while, and this is what happens each time: taskkill /t /f /fi "USERNAME eq xx\yy" /im * ERROR: The process with PID 2088 (child process of PID 1088) could not be terminated. Reason: There is no running instance of the task. When I look at the image, for pa...
- Mon Jul 07, 2014 10:11 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Wdindows 2012r2 Taskkill not working
- Replies: 9
- Views: 3823
Re: Wdindows 2012r2 Taskkill not working
I've always used: taskkill /t /f /fi "USERNAME eq DOMAIN\USER" /im * The only thing that user account does is run a batch file via runas that launches /restarts SRCDS. There's an administrator account that issues that taskkill command, and checks if the instance is hung or not. if I specif...
- Sat Jul 05, 2014 11:33 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Wdindows 2012r2 Taskkill not working
- Replies: 9
- Views: 3823
Re: Wdindows 2012r2 Taskkill not working
Seems this is still happening. I can use PSkill on all the image names, but it nukes all of the srcds processes, which isn't good since I have multiple. I tried to use a limited account to execute the kill command with runas, and also with the command switches, but it still kills all of them. Would ...
- Thu Jun 19, 2014 7:04 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Wdindows 2012r2 Taskkill not working
- Replies: 9
- Views: 3823
Re: Wdindows 2012r2 Taskkill not working
When I use taskkill, it doesn't find anything or the image name filter (using user /im * to kill all of that users proccesses), or it says the PID doesn't exist. I could try like PSKILL or something, but most of those utilities don't let me specify the user, so it will just kill all of my SRCDS inst...
- Thu Jun 19, 2014 9:41 am
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Wdindows 2012r2 Taskkill not working
- Replies: 9
- Views: 3823
Re: Wdindows 2012r2 Taskkill not working
Please right-click on the Windows start icon then choose System. Select the Advanced tab and then click Environment Variables. At the system variables panel, choose Path then click the Edit button. Ensure that the following is listed: %SystemRoot%\system32; That was one of the things I checked firs...
- Thu Jun 19, 2014 2:09 am
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Wdindows 2012r2 Taskkill not working
- Replies: 9
- Views: 3823
Re: Wdindows 2012r2 Taskkill not working
Also, it seems to crash often after updates/restarts. I don't know if this is due to the hypervisor, but it's pretty much just a stock install with updates. Never had this problem with 2008r2 on my other VDS.
- Thu Jun 19, 2014 1:09 am
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Wdindows 2012r2 Taskkill not working
- Replies: 9
- Views: 3823
Wdindows 2012r2 Taskkill not working
Using taskkill sometimes fails to end certain proccesses. This has never been a problem on 2008r2. This is annoying with SRCDS.exe hanging as it not only uses memory, but hogs the port. There's a KB article for it here: http://support.microsoft.com/kb/2798040 However, the update does not seem to fix...
- Sat Feb 15, 2014 2:40 pm
- Forum: Webhosting
- Topic: Maximum Connections
- Replies: 12
- Views: 3914
Re: Maximum Connections
This is something that would be customer-specific and which I would need to investigate. When the request came in last night about it, I told the staff to assign it to me so that I could take a look later in the morning, and a staffmember didn't read what I said and said to post here instead. I sti...
- Sat Feb 15, 2014 9:01 am
- Forum: Webhosting
- Topic: Maximum Connections
- Replies: 12
- Views: 3914
Re: Maximum Connections
This probably affects a lot of users, and probably has for a long time. We upgraded over a year ago to try to fix issues with pages not getting served to clients, but it still seemes to happen quite frequently when we are at or near capacity, which is exactly what we were trying to prevent. I'm gues...
- Sat Feb 15, 2014 2:39 am
- Forum: Webhosting
- Topic: Maximum Connections
- Replies: 12
- Views: 3914
Maximum Connections
Hi, we've been paying for the 100 connection limit web hosting plan for quite some while now, but still have problems with clients not getting served pages. Our administration panel reflects this connection limit. I looked at the our vhost conf file, and it says: <IfModule mpm_itk_module> AssignUser...