Questions tagged [process]

An instance of a running computer program.

761 questions
0
votes
2 answers

Identify where and how background process are started and where they comes from

First the short story: I need to migrate a server (applications, configurations and so on) and I have no clue about what is in there, no docs, people at charge just abandon and didn't leave any information so it's a kind of black box or black hole.…
ReynierPM
  • 710
  • 5
  • 14
  • 30
0
votes
1 answer

Openwith.exe in process list multiple times unknown why

I know this is related to finding a program to use in win8+. I'm trying to migrate a server application from a 2008 R1 server to win2012 R2. Is there a way I can figure out where the openwith.exe process is coming from or what it is associated with?…
FredS
  • 63
  • 1
  • 1
  • 11
0
votes
1 answer

how to view all process details from ps –ef command

hi all I am using the ack.pl in my bash script to search IP's in the Linux OS only for example , and only to show the problem I will give here short example # ( ./ack.pl -Q -a -l --max-count=1 --ignore-dir=log --ignore-dir=logs --ignore-dir=lib …
maihabunash
  • 443
  • 1
  • 11
  • 25
0
votes
0 answers

Ubuntu - Frozen Process's, what happens on a reboot

I have an Ubuntu LTE instance that underwent a security compromise (now fixed) We discovered a DDOS virus on the system which was promptly removed. We subsequently found that the process self-replicates on kill commands, even kill -9 I have the…
Mark Cupitt
  • 101
  • 2
0
votes
1 answer

How to get php-fpm details in the process list

In my process list with "top" command, I am getting a lot of php-fpm processes. Is there a possibility to get more info on that porcesses like: Who initiated the process (IP) Which class is called there etc...
Milos Cuculovic
  • 423
  • 3
  • 8
  • 22
0
votes
2 answers

Start up a process before I log in? (linux)

I want to start up synergy on my suse box (gnome) automatically before (preferably, or after) I log in. How do I do this? I am a major Linux newbie and I tried writing the below on the last line of /etc/inittab syn:5:once:synergys --config…
user274
0
votes
1 answer

How to find what process for a particular user is accessing files on a share

Our business management system has had some hiccups here and there the past couple of weeks. It has been denied access to some of the files it uses. By digging around with Manage Open Files I have been able to determine which user(s) are accessing…
Dave
  • 43
  • 1
  • 5
0
votes
1 answer

How to find out which process created a particular file?

I know that you can use lsof (in Linux at least) to check which process has got a particular file opened currently, but is there anyway to find out which process created a particular file originally? Or even which process wrote/modified a particular…
xkcd
  • 444
  • 3
  • 7
  • 16
0
votes
1 answer

Restarting shell script with &disown using Monit

I have a shell script that runs a C++ backend mail system (PluginHandler). I need to monitor this process in Monit and restart it if it fails. The script: export LD_LIBRARY_PATH=/usr/local/lib/:/CONFIDENTAL/CONFIDENTAL/Common/ cd…
0
votes
2 answers

Changing process priority in linux for jvm process

Is it fine if I change the JVM process priority through nice at server machine [linux]. I wanted my JVM process to use maximum resources from OS. What is the standard practice? Do people tune the linux OS specifically for a process to get maximum…
ritesh
  • 103
  • 3
0
votes
1 answer

vnstat service not showing status

When I run service vnstat status No result is returned. Usually one of the following three results would come up. But I got nothing when checking the service status. vnstat (pid 94330) is running... vnstat is stopped vnstat: unrecognized…
Purres
  • 239
  • 1
  • 4
  • 18
0
votes
1 answer

Periodically SSH process hangs on AIX

On one of our AIX servers, the following ssh process hangs sometimes: Server1# ssh -i /rsync-key Server2 "rm file" & It is a string of script in the crontab. This problem is not always reproduced. Here is an example: Server1 # ps aux | head…
phar1no
  • 3
  • 2
0
votes
2 answers

Apache Causing High Load on Server

Whenever Apache kills child process to create new ones after the MaxRequestPerChild is satisfied, I see Defunct Apache processes in the ps output. There defunct processes clear by themselves in a short while. However, there is temporary sharp hike…
Ankit
  • 215
  • 2
  • 10
0
votes
2 answers

What might cause HD spin-up under Ubuntu?

I'm pretty new to Linux, so bear with me. On my 2.6.28-13-server #45-Ubuntu SMP, I am using hdparm -W1 -S120 /dev/sda to spindown the HD after 10 minutes. But every one or two hours or so, it spins up again for no apparent reason. I suspected…
Jonas Byström
  • 194
  • 2
  • 12
0
votes
1 answer

Unix processes wasn't killed but is not running

I have a system where some custom software is running, and then may receive a SIGHUP. As a result of the SIGHUP, the process does some cleanup and terminates, but it doesn't terminate its long running child processes. After the system was running…
Guss
  • 2,670
  • 5
  • 34
  • 59