General :: Pid Of Process Changes Constantly

Aug 8, 2010

I want to know what daemon listen on *: pop3. I use

Code:

then

Code:

But in every ps command, pid of the process increment with two.

How to see the pid of that daemon/process?

View 5 Replies


ADVERTISEMENT

Fedora Installation :: Full DVD Install Process Hangs Constantly

Oct 20, 2009

I am trying to install Fedora 11 from a DVD. Not the live DVD, the full DVD and it hangs constantly. I had to wait 10 minutes for it to Find Storage Devices, 10 minutes to input a root password and now I am waiting for the drive shares to be setup. It's already been 10 minutes. I verified the disk and everything was fine. Why is this taking so long?

View 4 Replies View Related

General :: Constantly Run A Script In The Background?

Mar 20, 2010

i need to run a script which checks if a cd is mounted or not

View 7 Replies View Related

General :: Kills A Process Internally Or From Where It Picks File To Continue Its Process?

Jan 8, 2010

one tell me the internal working of kill command. that is how it kills a process internally or from where it picks file to continue its process.

View 3 Replies View Related

General :: Fedora 13 Constantly Reboots On An HP Z400?

Aug 24, 2010

I just installed Fedora 13 on an HP Z400, and it's stuck in an endless reboot loop (lives 2 seconds before rebooting). It's a 64-bit machine and seems to meet all the hardware requirements.

View 2 Replies View Related

General :: Debian - Run A Script Constantly In Background?

Mar 19, 2011

I have a perl script which runs a mini webserver allowing me to do various things. I'd like to have this script run when the machine starts up, and constantly run in the background.How should I achieve this? I want the script to regardless of whether anyone is logged in or not, so I can't put it in any bash-related files.

View 1 Replies View Related

General :: Constantly Check Whether A Cd Is Mounted Or Not Using Bash?

Mar 20, 2010

i need to check if a cd is mounted or not using bash ... how is that possible?

View 8 Replies View Related

General :: Elevate The Priority Of A Process Without Process Superuser Rights?

Jan 21, 2011

I have a high priority service that I start with sudo nice -n -10 process. This process does not need superuser rights though, except for the priority elevation. But nice requires superuser privileges to elevate priority.

View 3 Replies View Related

General :: How To Identify Raid Degrade Process / How To Rebuilt Process

Jun 12, 2010

send the details raid configuration how to use in linux el5 and how to indentify the raid degrade process and how to rebuilt the process.

View 4 Replies View Related

General :: Sending Signal From Child Process To Parent Process?

Sep 8, 2010

Code:

#include <stdio.h>
#include <unistd.h>
#include <signal.h>

[code]....

Description of what the code does or what i intended to do:

1. Created a child process from parent process using 'fork()'

2. Sent a signal 'SIGALRM' from child process to parent process using 'sigqueue' function.

(The Third parameter of 'siqueue' function contains the message (message msg) which the child process wants to send to the parent process.'msg' is a stucture instance containing a) pid of child and b) string) 5. Print the 'msg' sent by child process inside the signal handler function 'sig_action_function' of the parent process I am getting some junk value when this line is executed

Code:

printf("%d
",msg->cpid);

I expected to get the pid of child process, which the child process sent to parent process through the signal.

View 3 Replies View Related

General :: Process Scheduler A Part Of Process Queue?

Aug 12, 2010

as we all know Process Scheduler does Process scheduling and its a process as well. I was just wondering that if this happens then the Process "Process Scheduler" should be a part of Process queue as well.

So if there are 5 process are there in Process queue & process scheduler is administrating them then since its also a process, once it puts a process under RUN state it should itself go inside queue because at one instant only one process can get executed on a processor. This is quite confusing for me. Please help me out. I tried to search on this but could not find any relevant topics.

View 1 Replies View Related

General :: Find The Parent Process Of A Zombie Process?

May 4, 2010

How do you find the parent process of zombie processes?

When the child process is something where the parent is not entirely obvious...

Is there some way to list processes in tree format or something?

View 3 Replies View Related

General :: Process Shows Multiple Process Ids(pids)?

Nov 9, 2010

I have a process running on Linux.When i do ps -eaf | grep <myProcess>, it show muliple entries for <myProcess> with different pids for each entry.Kindly tell me what could be the reason for a process having multiple pids?

View 1 Replies View Related

General :: Ran New Process After Sungrid Process Finished?

Mar 23, 2010

I want ro ran new commandy after sungrid finish his task.Exp:qsub -q bla command1; command2 command2 start only when job of command1 finished.

View 9 Replies View Related

General :: Save The Process And Log Out Then Log In And Continue The Process?

Nov 16, 2010

I've been running my shellscript for about half an hour now. It's taking longer than I thought to process all the data. I have the process ID of it. Is it possible to save the process and log out then log in and continue the process? I know how to pause a process using kill -pause pID and continue it using kill -cont pID. But that only work if you don't log out after pausing it.

View 5 Replies View Related

General :: 720p Videos Get Choppy And Freeze Constantly When Played On Netbook?

Jul 6, 2011

I am running ubuntu on my netbook and use vlc media player, for some reason when I play 720p videos they get choppy and freeze constantly, is there a way around this or the videocard that comes with the netbook is having problems supporting it ?

View 2 Replies View Related

General :: Killing Parent Process Without Killing Child Process (Linux C Programming)?

Mar 10, 2011

I want to kill parent process after "fork()" method. but if I kill parent process with "exit(0)" method, main() thread is terminated as well so child prosess doesn't work anymore. Is there any way to kill only parent process without affecting to child process?

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

[code]....

View 1 Replies View Related

Red Hat / Fedora :: Command To Stop That File/process Or Is It Just Kill The Process To Stop The Process?

Nov 11, 2010

I've some file with .sh extensions that runs some softwares.Now,how do I stop running that filesI know we run the command ./start_tomcat.sh to start the apache.Is there any command to stop that file/process or is it just kill the process to stop the process

View 2 Replies View Related

General :: Get Process Name By Process Id?

Sep 17, 2010

I need a command to get the process name by process id.

View 2 Replies View Related

Debian :: 6.0 Constantly Freezes?

Apr 12, 2011

I'm using Debian 6.0 on an Optiplex 960. My system constantly freezes. When I move the mouse (or press a key on the keyboard), my system resumes execution for approximately 2 seconds, and then freezes again. This problem is not restricted to Debian,'ve ncountered similar problems with other linux distributions on my hardware. I was wondering if anyone else had encountered this problem before, or had any ideas about how imight be resolved. I'm copying my hardware information below.CPU INFORMATION

processor: 0
vendor_id: GenuineIntel
cpu family: 6

[code]...

View 2 Replies View Related

Debian :: Cpu Running Constantly At 70%?

Oct 9, 2010

I am running a minimal debian "Squeeze" system with xfce and recently noticed a marked slowdown in my samsung nc10 netbook performance; with all other applications closed htop revealed the following process eating up cpu which explains the slowdown. Previously cpu idled at about 10%. The user is root unlike all the other processes:user:rootpu:70%
command:/usr/bin/x :0 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7

View 2 Replies View Related

Ubuntu :: 11.04 Constantly Crashing?

Apr 30, 2011

I've managed to install the 32bit version on my laptop with little issue, and I'm really liking the Unity interface. There's a few issues around customisation and minor usability quirks, but from my experience with things like KDE4, I'm guessing it's only time. Anyway, I've been having major problems getting the 64bit version running with my Desktop. I have 8Gb of RAM in that, so it's not really an option to use the 32bit version. The Installer crashes constantly, but I was able to upgrade from 10.10 using update manager, but unfortunately Natty is no more stable than it's installer.

While logging in, or shortly after, the machine will crash to a text console displaying a Kernel Panic message. There's also messages indicating a problem with the CPU MCE. I've tried setting various kernel parameters at boot, such as nomce and nomodeset, these have extended the time the machine is up before crashing out, and removed the Kernel panic message, but not the crashes. I'm guessing the MCE messages were unrelated or a symptom in this case.I've done a huge amount of searching, and found no suggestions that I haven't already tried. Running Ubuntu 10.10 64 bit the system is rock solid.

View 1 Replies View Related

Ubuntu :: Keep The CPU Fan Spinning At 100% Constantly ?

Jul 3, 2011

I think I have found the problem to my Ubuntu laptop locking up, and it is most likely overheating. Is there any way to keep the CPU fan spinning at 100% constantly? I tried setting it up in the BIOS but it is an old laptop and I can't control it from there.

View 4 Replies View Related

Programming :: Displaying Process Id In Shell Script But There Is No Such Process?

Nov 9, 2010

I have a shell script to identify whether the process is running or not. If the process is not running, then I execute another script file to run my application. Below is my script and saved this script as monitorprocess.sh Code: #!/bin/bash

result=$(ps -ef | grep -v grep | grep "applicationname.sh" | awk '{print $2}')
echo $result
if [ "$result" == "" ];

[code]...

View 4 Replies View Related

Programming :: Difference Between Init.rc Process And Normal Process?

Mar 31, 2011

Is there any difference in cpu usage for process in init.rc(runs automatic when boot is happened) and manually running process. Will these both have same priority by default...?

View 1 Replies View Related

Programming ::get The PID Of The Process Giving Kill Signal To A Process?

Nov 26, 2008

I tried googling but didn't get any answer for this.I have a process called "abc" and it is running with PID "123".I have a putty session opened with PID "999".I am giving kill -TERM 123 from putty session.My process "abc" before dying it should catch the PID of the terminal which provided TERM signal to it.Is there any way to find this out

View 2 Replies View Related

Debian :: 8.2 With XFCE Constantly Freezing

Oct 30, 2015

So I'm having troublesome issues with Debian 8.2, one of them being really costly to my productivity. This issue started maybe a month or so back, and has been continuing since. Laptop is a Toshiba C50-B-14D

During every freeze all those happen:

Screen freezes (The whole display becomes frozen, with only cursor movement - Time displayed stays frozen too)No keyboard input (even Cap & Num Lock leds will not dim once pressed)Power button (pressing once will do nothing - I have to hold for an unhealthy shutdown and reboot)Touchpad Input Works (Cursor responses to movement only, clicks/change on-hover do not.) Fans become quiet

Today at 11:46, it happened while just running Chromium. At the time:

*XFCE4 Power Management Plugin
Presentation Mode [on]
Charger was connected

Here is the syslog (I know this isn't useful as it doesn't show what's causing the issue) the freeze happened at 11:46 and 11:57 is when I rebooted back into debian.

Code: Select all----------------------CUT------------------
Oct 30 08:31:01 Badook rtkit-daemon[1315]: Supervising 4 threads of 2 processes of 1 users.
Oct 30 08:31:01 Badook pulseaudio[1364]: [pulseaudio] pid.c: Daemon already running.
Oct 30 08:41:09 Badook kernel: [  727.002897] perf interrupt took too long (2502 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
Oct 30 08:42:02 Badook pulseaudio[1312]: [alsa-sink-ALC233 Analog] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write!

[Code] ....

I also started noticing an INFO rcu message during startup:

Code: Select allroot@Badook:/# cat /var/log/syslog.1 | grep -i "rcu"
Oct 29 14:39:33 Badook kernel: [    0.000000] Hierarchical RCU implementation.
Oct 29 14:39:33 Badook kernel: [    0.000000]    RCU dyntick-idle grace-period acceleration is enabled.
Oct 29 14:39:33 Badook kernel: [    0.000000]    RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
Oct 29 14:39:33 Badook kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2

[Code] ....

View 14 Replies View Related

Debian :: 8.3 - External HDD Constantly Unmounting

Mar 30, 2016

Running Debian 8.3.

I have an external hard drive (1TB MyBook) mounted via fstab by UUID to a directory. When copying/writing/reading a lot of files from it, it randomly unmounts and remounts as a different device.

It'll start as /dev/sdb1, I'll set a lot of files to copy to it and then it'll unmount and re-acknowledge itself as /dev/sdc1, the file copying process will crash and the current directory in terminal will display an I/O error. Running mount -a remounts it back to the directory specified in fstab as /dev/sdc1 and the loop continues. If it's just idling, there's no issue, only does this under load.

How can I diagnose what is causing it to unmount?

View 14 Replies View Related

Debian :: Debootstrap Warnings - Getting Them Constantly ?

Aug 26, 2010

Im currently installing debian on my old server, its a 64bit computer, so i've downloaded the amd64 for this project. But under the Basis Installation, of this cd image, im getting a debootstrap warning every time i want to continue the installation, the last warning i remember was something coreutils_6.10-6_amd64.deb (Something like that, not totaly sure), and im lost, can't find anything closely related to the subject.

View 11 Replies View Related

Debian :: SSL Certificate Constantly Changing

Apr 22, 2011

I use WLM (And yes, I realise odds are this is a problem on microsofts side) and almost every time claws mail connects WLM returns a new certificate. Valid, but I have to constantly accept or deny the certificate. Why is WLM pumping out fresh certs all the time and how can I fix this?

Whenever this pops up whatever I have at the moment shows "Signature status: No certificate issuer found" and the other shows "Signature status: Correct".

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved