The services tag has no wiki summary.
0
votes
0answers
8 views
Disabling excess services on Windows Web Server 2008 R2 [migrated]
I'm running a development VM on my notebook with Windows Web Server 2008 R2 operating system. To save some resources and gain some speed I'm thinking about disabling some services:
Microsoft ...
1
vote
1answer
54 views
How to find out the .exe running behind a service with cmd.exe?
If I see svchost.exe having the PID 840, how do I get the information which .exe runs behind the service with cmd.exe on Windows Server 2003? If possible without Sysinternals tools.
0
votes
1answer
57 views
windows server 2003 - how to give rights for PowerUser for Services
I have 6 windows servers 2003. However only 2 of them - when I connect to them as PowerUser - let me to open Services and manage them.
When I would log in to the server as Administrator, what I ...
2
votes
2answers
67 views
With powershell, how do I find out which user is running a service?
As mentioned in the title, how to find out which user is running a service with powershell?
0
votes
1answer
27 views
SQL Server reporting services shutting down without log info
Using SQL Server 2008 Reporting services. Finding that the service is shutdown without anything in the windows event log or in SQL Server events. I see the log entry for the service starting when I ...
0
votes
2answers
74 views
Need to install windows service across a domain
Our IT dept wants to roll out a windows service across all machines
on its domain. The machines are running Windows XP. Is this possible? Also, is it possible to have targetted
rollout to a subset of ...
1
vote
1answer
83 views
Windows Services don't automatically start after reboot?
We've got some Windows services written in .NET. They start fine manually within the services mmc, but despite being set to Automatic, they never start when powering on (or rebooting) the machine.
...
1
vote
1answer
125 views
init.d script worked OK on Ubuntu 10.10 but not on 11.10 despite LBS header correction
On Ubuntu 11.10, if I run /usr/bin/cserver -c /etc/cserver.conf & it'll work fine.
But if I run service cserver start or /etc/init.d/cserver start as I did on 10.10, it won't. It just says ...
0
votes
3answers
51 views
Pointing local machine to itself through internet
I'm very inexperienced with networking, so bear with me.
I'm trying to connect to a windows service using soapclient in php, but I'm getting this error.. I believe the machine running the service is ...
2
votes
1answer
38 views
LicenseService changes itself from disabled to automatic and starts up service
I have Windows SBS 2003 which has LicenseService (llssrv.exe) in services running. As per Microsoft recommendation I disabled this service and stopped it just to notice it's Started again and set to ...
0
votes
1answer
246 views
How to create systemd.service in Fedora 16 (x86_64)?
I have big problem with creating service in new way - by systemctl (systemd.service) in Fedora 16.
I wonna to create very simple service for minidlna server. I have created new file called ...
2
votes
2answers
49 views
Start/stop Windows Service A also Start/stop Windows service B
I created two Windows services A and B, and would like to add dependency between them
so that I can:
Start service A (service B starts automatically)
Stop service A (service B stops automatically)
...
0
votes
1answer
39 views
What can cause a service to switch from 'automatic' startup to to 'manual' startup?
We had some problem with the Windows Time Service a while ago. It was set to 'manual' startup and was not started. We set this to 'automatic' startup on every server and configured it properly to sync ...
2
votes
2answers
101 views
LSASS - Directory Services could not start - 0xc000006a
LSASS - Directory Services could not start - 0xc000006a
This is the error message I am getting after restoring an old registry backup. I read somewhere that this has to do with the backup being more ...
0
votes
1answer
95 views
What could make a service STOP on win32?
A service (Python 2.7) on XP which is supposed to never stop, stops for an unkwown reason at midnight every day, so I have to restart it every morning.
The service worked well for a year, but ...
0
votes
1answer
34 views
What daemons should or can be disabled on a Linux VM, especially hardware related ones?
What daemons should or can be disabled on a Linux VM, especially hardware related ones? I want to develop VMs using KVM and transfer them to coLinux after I finish with them.
Are there some daemons ...
0
votes
2answers
81 views
shell script to start multiple Java programs from a directory at boot
I'm not sure if this is the best approach to this, It's my first time doing all of this (including writing shell scripts).
OS:
Centos
My problem:
I want to start multiple shell scripts at boot.
One ...
2
votes
3answers
90 views
Windows Service Management from the Command Line: correct start type?
Services can be disabled using msconfig, and then enabled at a later time.
I found that they can also be enabled or disabled using sc config commands, by setting the start option as disabled or one ...
1
vote
3answers
101 views
How do I stop IIS7.5 starting by default?
I am doing a lot of work using the XAMPP stack, but every time I restart my machine, I have to manually stop IIS before I can start Apache. I can't find a service for IIS to configure not start ...
0
votes
1answer
29 views
Add blazeds as a service on Windows
I have a BlazeDS server and I'd like to add it as a system service, how can I do it?
0
votes
2answers
38 views
A service disabled on startup, but manually started, raises an error on shutdown
So here is the context. I have a Debian Squeeze (solely command-line) installed as a guest in VirtualBox. I installed MySQL, but decided to disable it on startup. So i found out that I can use ...
1
vote
0answers
58 views
How can I track down why starting a Windows service fails immediately with error 1053?
I'm trying to start a Windows service by right-clicking on it in Services and choosing Start.
Immediately (less than a second) a dialog comes up with error 1053. Odd because I thought services were ...
6
votes
1answer
112 views
Make a program un-uninstallable by Local Admin
I have a system monitoring tool/service, that runs on individual desktops in the network. On the network each user is Local Admin. I would like to make it so that only Domain Admin can uninstall this ...
1
vote
1answer
82 views
After server reboot SQL Server 2008 agent won't start sometimes
Our server hosting SQL Server 2008 is set to reboot nightly. Recently it developed following problem: after server reboot SQL Server 2008 agent won't start sometimes. Doesn't happen all the time but ...
1
vote
1answer
102 views
Stopping the WinPcap Packet capture service
I just installed WireShark, which also installed WinPcap.
During the installation it said "do you want xxx to start automatically", which I answered yes.
Now I would like to stop the service when I ...
1
vote
0answers
27 views
Creating a Service on Cent OS / Parallels Power Panel [System Services]
I'm having a problem,
I can start up the service by hand easily check out this screenshot
No repu
Those S80policyserver and S80chatserver are the symbolic links. I don't know what those S80's ...
0
votes
1answer
48 views
Service to receive email to any address *@mydomain.com [closed]
I want to implement a feature like Facebook's "reply to messages in email", which basically adds a unique identifier to the reply-to address of any message, allowing them to parse the reply content's ...
0
votes
1answer
22 views
Want to move windows sharepoint services 2 database from sql server 2005 to sql server 2008
I Want to move windows sharepoint services 2 database which is currently running on sql server 2005 (Same server for WSS and sql server) to a separate Sql Server 2008 r2 (Clustered servers). The ...
0
votes
3answers
155 views
Windows Server 2008 Remote Desktop Problems
I've got an installation of Windows Server 2008 (not R2), and I was previously running Remote Desktop via the Terminal Services 120 day free license. That has since expired, and I un-installed the ...
0
votes
1answer
83 views
Mule ESB reinstall
I am trying to reinstall Mule ESB on my Windows Server machine and noticed something odd:
When I had previously installed it, the service used to be listed under the Administrative Tools -> Services ...
2
votes
3answers
71 views
TaskKill very slow
I have a batch file which uses taskkill to stop several services. The commands look like this:
taskkill /s \\myServer /f /fi "Services eq MyService"
The problem is that each command takes a really ...
0
votes
1answer
57 views
Group policy define new services with install them in main server
I have Active Directory with Windows Server 2003 64-bit. One of my users asked me if it is possible if he can start and stop Oracle and MYSQL services from start --> control panel --> services. From ...
1
vote
2answers
114 views
Permissions for Start/Stop Services on Windows (2008R2)
where on a Windows Server (2008R2 or before) can I find the permissions (allow/deny) who can actually start/stop services? Not to change the credentials which should be used by the service - just ...
0
votes
1answer
89 views
IIS Admin Service stuck at “Starting” status
I'm having some trouble restarting IIS, and I took a look and see that the IIS Admin Service is in the "Starting" status. I'm not able to Start/Stop it manually. All of the context menu options for ...
0
votes
1answer
51 views
dhcp and dns client services not starting in XP
The error I get when I try to start them via Codestuff Starter is "1068" - could not start the depending service".
I know that these services have no dependencies...
I guess something is wrong with ...
0
votes
3answers
30 views
Just installed vsftpd but it isn't showing in services
I have installed vsftpd and configured as per several tutorials (just the very basic, standard setup) but when I run cat /etc/services there is nothing appearing for Port 21.
What steps do I need to ...
0
votes
2answers
69 views
Open-source Service Management Software
I seem to remember (but can't recall the name) a piece of open-source software that provided a web-based interface for some server processes. What is the name of that software? It manages a lot of ...
0
votes
2answers
62 views
how to stop a starting windows service?
Is there a way to stop a windows service that its status is "Starting"?
I'm working on Windows 7/Server 2008 and the service is running under an admin user.
1
vote
0answers
44 views
Services do not appear in sc list
We have a couple of application services that are registered and appear in the MMC Service list, but when I use the sc command they do not appear.
sc query type= all
Are there restrictions on what ...
1
vote
1answer
56 views
Stopping/Starting Windows services
I have four Windows services which start up automatically when the machine starts. Thereafter, I want to restart those services every 8 hours in a particular order.
e.g. Stop s1,s2,s3,s4 and than ...
0
votes
0answers
20 views
Any way to speed up the Services Management Console remote connection?
I want to manage the Windows Services running on a server from my machine, so I do the following:
open my local Services Management Console (services.msc)
right click the machine node and click ...
1
vote
1answer
107 views
Is it possible to add a Windows service dependency using powershell?
I know there is this sc.exe where you can add and set Windows service dependencies, but I was wondering if the same thing can be done using Powershell.
1
vote
1answer
51 views
Windows XP vs Windows Server 2008 for server components
My team is developping a number of windows services in .net. These services communicate through a messaging solution and some of them have an expected response time that is well below 100ms.
The ops ...
1
vote
2answers
93 views
Printing cuts off part of the page with redirected printers in terminal services
I have looked this issue up extensively and have i have came across a hot fix, KB959442. Where i am having an issue is trying to apply this hotfix. It says this is for Windows XP SP3 machines but i ...
1
vote
2answers
50 views
windows administration - setting up alerts/emails for failed windows services
What are some best practices, tools sets within the Windows 2003 server that I can utilize to monitor failed application services?
We basically have some 3party software that has a few services that ...
4
votes
4answers
255 views
Why can a user grant themselves the Log On As A Service right?
This article describes the (relatively laborious) steps you should go through to grant an Active Directory user the Log On As A Service right. However, if I install a service and manually specify my ...
1
vote
1answer
83 views
Recommended settings and setup for Windows Server 2008 R2 Terminal Services
What are the recommended settings for a terminal server?
I have a group of up to 300 persons (they are working shifts, so I guess 100-120 on at same time is unthinkable) who is going to access a ...
0
votes
0answers
65 views
ASP.NET Web Service Definition over HTTPS incorrect URLs
I am struggling to deploy a web service to run exclusively over HTTPS.
When I access the ServiceName.svc I am presented with the URL to the WSDL definition schema but the URL is incorrect.
The URL ...
7
votes
1answer
193 views
Services: Is there any real different between “Manual” and “Disabled”?
I was just looking at our server, thinking about disabling any Services that we're not using, and it got me wondering:
Provided a Service is never called by anything to start, and it's just sat on ...
0
votes
1answer
151 views
Crontab on Solaris 10
I was trying to execute the following:
root@sol10 # /lib/svc/method/svc-cron
root@sol10 # /usr/sbin/cron: GenMacKey: not found
I would like to know how to generate GenMacKey.
Better still my ...