Skip to main content

Questions tagged [services]

On Windows, services are processes running regardless of users logging in. They provide access and features to different programs or processes. On Mac OS X, services are menu bar and context menu items available from any application that can act on a user's selection, like text or files.

17 votes
2 answers
34k views

systemd-timesyncd.service start fails

I try to start systemd-timesyncd.service service but it fails: root@xxxx:~# systemctl start systemd-timesyncd.service root@xxxx:~# systemctl status systemd-timesyncd.service ● systemd-timesyncd....
patryk.beza's user avatar
  • 1,591
16 votes
3 answers
66k views

How to check whether a specific service exists using Powershell?

Introduction According to this documentation it is possible to check which services have been stopped on Windows by executing the following command: Get-Service | Where-Object {$_.status -eq "...
030's user avatar
  • 2,718
16 votes
8 answers
39k views

Is there a way to determine which service (in svchost.exe) does an outgoing connection?

I'm redoing my firewall configuration with more restrictive policies and I would like to determine the provenance (and/or destination) of some outgoing connections. I have an issue because they come ...
fluxtendu's user avatar
  • 7,179
16 votes
1 answer
7k views

Remove services on OS X

I'm looking to remove some services completely, or at least from the list in the Keyboard preference pane. I've tried: Service Scrubber. It only removes services from the menu — something you've been ...
Lri's user avatar
  • 41.7k
14 votes
7 answers
6k views

Windows 10 - Which services and Windows features and so on are unnecesary and can be safely disabled? [closed]

I am a Windows power user, tweaker, and tinkerer. I use Windows Explorer, cmd, Control Panel, PowerShell and everything that can be accessed from the Control Panel very often. Recently I have done a ...
Ξένη Γήινος's user avatar
14 votes
5 answers
25k views

DDoS Virus infection (as a unix service) on a Debian 8 VM Webserver

I maintain a (fully updated) Wordpress for a student team on a Virtual Machine on ~okeanos service for a couple of years. Today, the helpdesk informed me that i am conducting DDoS attacks, which - of ...
pankgeorg's user avatar
  • 143
14 votes
2 answers
83k views

Network Service Account password

In order to debug a SQL Server 2008 stored procedure, I would like to change the account that the SQL Server (MSSQLSrver) service is running under, namely, changing the account from "Network Service" ...
Ivan's user avatar
  • 2,274
14 votes
3 answers
79k views

How to Disable Runaway UnistackSvcGroup Services?

I have some services that are always using the CPU and writing to my disk. Eventually they eat up all physical RAM, which causes the noticeable performance hit. I can't find them in Services.msc, so ...
Louis Waweru's user avatar
  • 24.8k
14 votes
5 answers
31k views

Linux services: is there a GUI for services?

I am looking for a GUI program, that shows running services from /etc/init.d (and /etc/init), and allows to manage (start / stop / runlevel) them. What can you recommend? Background: even though I ...
pwn4g3's user avatar
  • 315
13 votes
7 answers
186k views

How do I find out what service is using a certain port?

Port 22 specifically. I installed freeSSHd on a Windows Server 2008 box that only runs IIS. When I try to start the SSH Service, it tells me that the port is already being used. How can I find out ...
Russ Bradberry's user avatar
13 votes
2 answers
110k views

Service Host: Local system (network restricted) is thrashing hard disk

I am having windows 8.1 with update 1 installed and all release updates of windows till the date i am posting this questions. System is laptop, Core i3 with 6 GB RAM and 500GB hard disk. When ever i ...
Programmer's user avatar
13 votes
4 answers
17k views

How to install Jenkins on Windows Server 2012

This may sound like a trivial question but here is what is happening: I grab the latest version of Jenkins as native installer for Windows (1.491 in my case) I set up a Windows Server 2012 (official ...
HaMster's user avatar
  • 291
13 votes
6 answers
135k views

How can I disable Background intelligent transfer service (Permanently)?

I've tried to disable Background Intelligent Transfer service using two methods: RegEdit and services.msc After restarting the computer, the service runs at start-up again. How can I disable it ...
user2824371's user avatar
13 votes
3 answers
686 views

What in the world is ctfmon.exe?

I seem to see "ctfmon.exe" in the running tasks of every Windows PC I've used. I've always called it "capture the flag monitor." What is it really used for, do I need it, and if not, can I safely ...
Kip's user avatar
  • 4,624
13 votes
1 answer
52k views

OpenVPNServiceInteractive is not started. Tasks requiring administrative access may not work

On bootup, I get an OpenVPN dialog that says: "OpenVPNServiceInteractive" is not started. Tasks requiring administrative access may not work. If I disregard the message and try to connect to my ...
Doug Richardson's user avatar

15 30 50 per page
1 2
3
4 5
73