The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
15 views

Cron and FTP daemons crashing randomly in RHEL

Not sure where to start in troubleshooting this. I'm not finding anything indicating an issue in ProFTP logs or in /var/log/messages. So I do apologize for not having more information to give. ...
2
votes
2answers
67 views

Is it acceptable to use `grep` to check for the presence of a string in a file within an init script?

Is it okay for me to check the contents of a file for a given string with grep in an init script? I am concerned about introducing dependencies and general convention when it comes init scripts, and ...
0
votes
0answers
13 views

CryptSvc does not exists on my server

I have a Windows Server 2008 R2 hosting Sharepoint. In the configuration of Excel Services, I have to set the "Cryptography Service" a dependance of "Claims To Windows Token Service". However, ...
0
votes
0answers
29 views

Restart a windows service - “restart the service” didn't help me

I have a windows service which crashes sometimes. I have to restart once it happens. So I set "restart the service" on the tab titled "recovery" for first failure, second failure and subsequent ...
0
votes
1answer
50 views

Restart a service, and its dependents remotely in Windows

Normally after running Windows updates there are a few servers in our infrastructure that our monitoring software (SolarWinds) shows as having problems. Normally this is flagged as being the netman ...
1
vote
2answers
112 views

How to reset Services.msc console

After updating to Internet Explorer 9 on a Server 2008 R2 SP1 box, I noticed that my services.msc console looked a little off. If you check out the screenshot ...
0
votes
0answers
17 views

server infected with trojan, i cannot ping or use remote desktop,why? [duplicate]

i hope that i have arrived to the correct place where i can get help fixing the server. we have file server in our company which is used as sql database server, it has windows server 2003 installed ...
1
vote
1answer
37 views

How can I get my service dependencies to be parsed without restarting the server?

We had a service set up with HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\servicename\DependOnService of other services set to this one service. When I would shut down the one service, all ...
0
votes
0answers
31 views

Should restarting a daemontools job create a new process?

I have daemontools set-up to run a "worker.php" file. Looking at the output of ps aux I can see one instance of my php /path/to/worker/worker.php running. When I do an svc -d /etc/service/worker ...
0
votes
2answers
172 views

Disabling Windows Device Setup Manager Service

I have a Windows 2012 server that is running SQL and therefore doesn't have any internet connectivity at all (only access to the domain network). I have it configured to receive updates via a WSUS ...
2
votes
3answers
46 views

Running a service

I have a service that exports a file to a location on the server, however I need this service to be able to copy the file to another domain as well as the current one. I have attempted to run the ...
1
vote
2answers
60 views

CentOS won't present login menu after a new service was defined

Yesterday I was trying to install Ganglia in my virtual machine. After I defined Ganglia as a service I reboot the machine, but after that CentOS won't present the log in menu anymore. I think it's ...
0
votes
0answers
32 views

specifying dependencies in upstart

It seems as if the accepted way to specify a dependency of service A on service B in upstart is to work in the reverse dependency direction: give service B a start on starting A stanza. I'd like to ...
0
votes
1answer
114 views

Which one of these SVChost services could be causing problematic intermittent CPU usage,

I have an Amazon EC2 Windows server 2012 RTM, /w MSSQL 2012. I've finally got my Web application hosted and its slow. I canconfirm that IIS is not causing issues. I've noticed every 3-4 seconds my ...
0
votes
2answers
166 views

Running mono-based application on Centos Start

I am very new to Linux and I am currently switching my server from Windows to Centos 6.3. I have written a small UDP server. UDP server was written in C# and now I adopted it to work with Linux using ...
0
votes
0answers
41 views

Layout of reporting services site looks odd [closed]

Logged into our SQL Reporting Services 2012 site today and it is appearing like this This is an almost brand new install on Server 2008 R2 and it was working previously. Any ideas what might have ...
0
votes
0answers
334 views

Error 1053: The service did not respond to the start or control request in a timely fashion

When I try to start service via Services console I get the following error: Windows could not start the %servicename% service on %hostname%. Error 1053: The service did not respond to the start ...
0
votes
0answers
73 views

Cannot Access Network Share Through Windows 7 Service

I have a service in Windows 7 which in part executes a Perl script to copy a file out to a network share. The script runs fine via the command line however when run by the service Perl reports No ...
1
vote
1answer
47 views

File Permissions - Service vs Console

We have just setup a new build Windows 2008 R2 server for our Jenkins CI system. Our issue appears to be related to file permissions being different depending on whether a process is a service, or a ...
0
votes
1answer
244 views

How to list services/daemons started at boot _and_ check their loading order

I want to be sure in what order services are started during boot process in Debian based systems (Debian Squeeze in particular). Thanks in advance.
-1
votes
1answer
77 views

How do I start Telnet service in Windows XP? [closed]

How do I start up the Telnet Windows Service in Windows XP? If I right click on it, all options are grayed out.
0
votes
2answers
50 views

Locate all services running under a particular user account?

Suppose an old administrator left the organization. He left no documentation, and had many things set up "his way", while ignoring best practice. I want to delete his account, though this will ...
0
votes
0answers
23 views

What settings are needed so I can remotely control Services [closed]

I am using Remote Desktop Manag™ to access the list of services on several remote servers. They are all VMs with Win2008-R2. I am logging in with Administrative rights on all machines. On some, ...
0
votes
6answers
145 views

freebsd creating a script to check if service is active and start the service if not

Here's the deal: I'm running a freebsd webserver with apache solr on a jetty every now and then ( few times a month ) jetty quits and I have to restart it by typing: service jetty start I'm kinda ...
1
vote
1answer
51 views

Can't stop MySQL

When I try to restart MySQL using restart mysql I get restart: Rejected send message, 1 matched rules; type="method_call", sender=":1.7" (uid=1000 pid=18869 comm="restart mysql ") ...
0
votes
3answers
78 views

Server Lifecycle But Still Providing Unidentified Services [closed]

I have this older HP ProLiant server that needs to be lifecycled, but there are still some services that are apparently running on it. There are only a few workstations that are being serviced by this ...
1
vote
2answers
84 views

Deploying a windows service with SCCM

We have just begun experimenting with and using SCCM for software deployments. I have recently written a new Windows Service (in C#) to be deployed to our lab machines. I am wondering what the best ...
0
votes
1answer
73 views

Make logwatch reports more interesting?

Is it possible to improve the quality of reports from logwatch? Like make it not just report disk usage which doesn't even change much in daily operation, but report significant changes in usage or ...
0
votes
1answer
343 views

Proxy with netcat forever

I am proxying a VNC TCP server port with netcat. The proxy machine runs linux. This is the comand I use: mkfifo backpipe nc -l 5902 0<backpipe | nc 10.1.1.116 5902 1>backpipe 10.1.1.116 is ...
2
votes
0answers
100 views

Deploying a ASP.Net WebAPI website and DMZ

I have a set of RESTful services developed using ASP.Net WebAPI which is a single project. I handle authentication via ASP.Net's built in Forms Authentication (cookie based) mechanism which is also ...
-3
votes
2answers
72 views

How do i check if a service is running in the Server? [closed]

What is the easist way to find (in Linux Centos6) 1. check if a service is running ? i.e if i need to check the openfire is running or not how do i check it ? 2. how do i find-out the PID of a ...
0
votes
1answer
119 views

Secure socket tunneling protocol service fails to start

I'm trying to start Secure socket tunneling protocol service on my VPS. My VPS has 1GB RAM, 1 CPU and Windows Server 2008 R2 Datacenter edition. I've tried using Services Application, and net start ...
4
votes
1answer
131 views

Documenting servers [closed]

I work for a relatively small software development firm that grew pretty quickly over the last few years. This hoewever caused a lot of growing pains, especially infrastructure-wise. It is currently a ...
1
vote
1answer
144 views

sc command with wildcard

I have a commercial software that installed a lot of service started with the same prefix, i.e Product Service A, Product Service B ... Now I need to stop all these services, but sc doesn't seem to ...
4
votes
1answer
179 views

What does a question mark mean when listing all services?

After executing the command service --status-all I get a listing of all the services on my machine. I get an output like this. [ ? ] acpi-fakekey [ ? ] acpi-support [ + ] acpid [ - ] anacron [ + ...
0
votes
1answer
61 views

How to reach a Linux desktop in private subnet [closed]

I have created a network with three subnets. One public subnet and two private subnets. I would like to connect to the Linux desktop (not just the prompt) running on servers in the private subnets ...
4
votes
1answer
81 views

Running a service with a user from a different domain not working

I've been stuck on this for a while, not sure what permission I'm missing. I've got domain A and domain B, A trusts B, but B does not trust A. I'm trying to run a service in domain A with a user ...
4
votes
1answer
426 views

Granting service control manager access permission to user outside of administrator group

I have a user outside of administrator group. How can I grant service control manager access permission for that (specific) user? It's like SC_MANAGER_ALL_ACCESS from the following link: ...
5
votes
2answers
428 views

What can cause ALL services on a server to go down, yet still responding to ping? and how to figure out

It has happened to me already twice within very few days that my server goes down completely, meaning http, ssh, ftp, dns, smtp, basically ALL services stop responding, as if the server had been ...
-2
votes
2answers
59 views

How can I put together services bettwen differents servers? [closed]

I have to run differents services in a lab enviroment where I'll have 6 computers working as servers, what services can I put together, and what cannot be, in order to prevent security risks, and ...
0
votes
1answer
214 views

Best practive to verify IIS or a ISS website is up?

We have an internal IIS server that hosts several websites that redirects to external hosted web applications. Occasionally people will do nutty things like restart servers, stop services, unplug ...
0
votes
3answers
613 views

How do you run a NodeJS app in the background without it ending when you log out?

I'm trying to keep an application on my ubuntu server running so that Google has time ping it, but the app keeps shutting down when I log out. I start the Nodejs app with supervisor to monitor ...
0
votes
2answers
600 views

Services stopping on domain joined Windows 8 machines (Security Center, VMM)

We have been seeing an issue in Windows 8 RP and Windows 8 RTM that is stumping us. The first time each day, when the machines come up, the Security Center service (always), and sometimes other ...
2
votes
1answer
264 views

How can I systematically shut down Windows services in order?

We have this open source application that has three (3) services. For the purpose of this question, let's call them A, B, and C. Now, they have to be shut down in a specific order. That order would ...
1
vote
1answer
99 views

NET START command not passing parameters in Windows Server 2008

My application calls a Stored Procedure, through the stored procedure I am calling a Windows Service using the NET START command as follows: SELECT @Cmd = 'Net Start ServiceName /"' + @param1 + '" ...
-1
votes
1answer
129 views

GUI tool to manage windows services remotely? [closed]

I have a number of Windows services spread across several servers, and I want to start and stop them in a certain sequence, without having to scroll through umpteen unrelated services in a humongous ...
0
votes
2answers
231 views

Windows Sharepoint Services 3 PDF Search Not Indexing All Words

We have Windows Sharepoint Services 3 installed on a Server 2003 R2 Enterprise SP2 machine. I have Adobe Reader 8 with the iFilter installed, configured and working. I kicked off a Full crawl and I am ...
2
votes
2answers
69 views

Using PowerShell Restart-Service cmdlet with a service that has an instance name

I want to restart a service on a remote machine using PowerShell. The service has both a displayname and an instancename. Can I use the Restart-Service cmdlet to do this? I don't see an instancename ...
1
vote
2answers
238 views

CentOS 5 cron error when stopping/starting a service in crontab

What's the best way to stop/start a particular service on a schedule using cron? I tried running service servicename stop in a cron job but that didn't appear to work so switched to ...
1
vote
1answer
263 views

Service modules_dep on CentOS 6.3

I'm trying to determine the minimum services for correct server operation and I am getting annoyed by the modules_dep daemon. What is this service used for? Thank you in advance EDIT: ps ax output ...

1 2 3 4 5 6