Displaying 20 results from an estimated 5000 matches similar to: "bash job control and signals"
2009 Jun 04
6
CPU usage over estimated?
I have a quad core CPU running Centos5.
When I use top, I see that running processes use 245% instead of 100%.
If I use gkrellm, I just see one core being used 100%.
top:
PID USER PR NI VIRT RES SWAP SHR S %CPU %MEM TIME+ COMMAND
18037 thba 31 15 304m 242m 62m 44m R 245.3 4.1 148:58.72 ic
Also in the log of some programs I see this strange factor:
CPU Seconds = 2632
2010 Jun 17
0
signals and RFC4254
This may be more relevant to an IETF mailing list but I figured I'd start here
first. I ran across this because signals need to be sent as explicit commands,
not as special characters, when using EXTPROC. So I started implementing the
"signal" channel request. However, the description of the request is inadequate.
RFC4254 section 6.9 says the 'signal name' values are the
2010 Jan 11
0
[PATCH] Fix arm signals
Following example from usr/include/arch/i386/klibc/archsignal.h:
The in-kernel headers for arm still have libc5
crap in them. Reconsider using <asm/signal.h>
when/if it gets cleaned up; for now, duplicate
the definitions here.
Signed-off-by: Jon Ringle <jon at ringle.org>
---
usr/include/arch/arm/klibc/archsignal.h | 112 ++++++++++++++++++++++++++++++-
1 files changed, 110
2015 Apr 02
9
Kernel panic, CentOS 7.1503 fully updated, with executing gkrellm.
Just a heads up, since I know gkrellm is in EPEL and not in the main
CentOS repos. However, something fairly fundamental has changed, as
prior to updating, gkrellm worked fine, but now every time I execute
gkrellm the kernel panics.
I'm going to triage on a different machine, as the panic corrupted at
least one system library used by nautilus, but rpm -Va is your friend in
these
2016 Feb 16
0
Update on Kernel panic executing gkrellm.
For what it's worth, back in April of last year I reported that gkrellm
had started generating kernel panics with 7.1503's kernel.
I can now report that with the latest 7.1511 kernels (327.4.5 being the
latest I have installed) gkrellm is once again behaving for me.
Just wanted to close the loop and say that whatever had broken has been
fixed, for my hardware.
2005 May 13
2
X instability
Hi all,
How does X server work well on dom0 in general?
I''m experiencing frequently drawn gabages and sometimes crashes
and hangs (100% cpu) of certain X applications.
Usually on my deskstop, gnome-panel, sawfish, krxvt, firefox,
and gkrellm are only present.
gnome-panel (and some applets) and firefox crash sometimes.
Sawfish in addition to the two above draws garbage.
krxvt and
2002 Feb 06
2
SFTP Status Bar..
This is the LAST version I plan on doing.. If I hear no feed back good
or bad. Then I'll assume I've wasted my time on a feature that people
whine about but don't care to try. This is against 3.0.2pX so it
should be VERY easy for anyone to test.
- Ben
diff -ur openssh-3.0.2p1/misc.c openssh/misc.c
--- openssh-3.0.2p1/misc.c Tue Jul 3 23:46:58 2001
+++ openssh/misc.c Wed Feb 6
2003 Sep 10
1
gkrellmd failure on -STABLE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I am not quite sure if this is the place to post, so have me excused if
I am in error.
I've just upgraded my gkrellmd (daemon-only) to 2.1.16 (from 2.1.15),
but when attempting to restart the daemon I get
gkrellmd select() failed: Invalid argument
I though 'darn, i have to go back to the old version', and tried to
reinstall the
2023 May 22
2
[PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
On Sun, May 21, 2023 at 09:51:24PM -0500, Mike Christie wrote:
> When switching from kthreads to vhost_tasks two bugs were added:
> 1. The vhost worker tasks's now show up as processes so scripts doing ps
> or ps a would not incorrectly detect the vhost task as another process.
> 2. kthreads disabled freeze by setting PF_NOFREEZE, but vhost tasks's
> didn't disable or
2008 Sep 17
0
Compiz Fusion & CPU Usage During Idle Times.
Is it me or does this look abnormal when using Compiz Fusion in KDE
v3.5.9 while idled?
top - 01:11:19 up 2:20, 3 users, load average: 0.11, 0.09, 0.09
Tasks: 122 total, 2 running, 120 sleeping, 0 stopped, 0 zombie
Cpu(s): 1.3%us, 3.0%sy, 0.7%ni, 95.0%id, 0.0%wa, 0.0%hi, 0.0%si,
0.0%st
Mem: 1035332k total, 631816k used, 403516k free, 44472k buffers
Swap: 2361512k
2005 May 20
0
Re: mplayer repository for CentOS -- oops, send wrong signal ...
Maciej Zenczykowski wrote:
> is there stuff in livna which isn't in dag/dries
> hmm... will have to take a look
Preston Crawford wrote:
> I haven't found much that I needed that wasn't in dag's repository.
> Only two items. Here's what I've found.
> gtkpod - for iPods, obviously
> xine
> mplayer
> mplayer-plugin
> bittorrent
> gkrellm
>
2009 Feb 26
1
ssh -t host sleep 100 + Ctrl-Z (SIGSTOP) does not suspend process?
Currently executing "ssh -t host sleep 100" and then pressing Ctrl-Z (to send SIGSTOP) does not seem to suspend the SSH process. Would it make sense to have Ctrl-Z suspend the SSH process, or is there some rationale for not doing that? I'm not intimately familiar with how SSH interacts with terminals on pseudo-TTY allocation, which is why I'm asking.
2008 Apr 15
5
o2ib module prevents shutdown
Hello,
Not sure if this is the right forum: I''m encountering difficulties
with o2ib which prevents an LNET shutdown from proceeding:
Unloading OpenIB kernel modules:NET: Unregistered protocal family 27
Failed to unload rdma_cm
Failed to unload rdma_cm
Failed to unload ib_cm
Failed to unload ib_sa
LustreError: 131-3: Received notification of device removal
Please shutdown LNET
2017 May 22
0
[PATCH] Add support for reboot syscall argument
Add support to the reboot command so an argument for the 4th parameter
of the syscall can be passed around.
---
usr/include/sys/reboot.h | 4 ++--
usr/klibc/reboot.c | 6 +++---
usr/utils/halt.c | 36 ++++++++++++++++++++++--------------
3 files changed, 27 insertions(+), 19 deletions(-)
diff --git a/usr/include/sys/reboot.h b/usr/include/sys/reboot.h
index 3337d27..b46a1c5
2008 Jun 22
3
backup question
Dear CentOs users,
I have a centos server with nothing important at the moment, but I
would like to install some web-based project management tool (trac for
the curious) that would contain important data. And, as my network is
growing the configuration of the server is becoming complex. I would
like to have a proper backup so that I can restore the whole system
easily, should any problem occur.
2019 Jan 18
0
[klibc:master] Add support for reboot syscall argument
Commit-ID: 6b621b8705ce5901dcf49607c8a3523c9e521901
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6b621b8705ce5901dcf49607c8a3523c9e521901
Author: Alfonso Sanchez-beato <alfonso.sanchez-beato at canonical.com>
AuthorDate: Wed, 31 May 2017 08:34:04 +0200
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Wed, 2 Jan 2019 03:06:15 +0000
[klibc] Add
2010 Jun 16
2
cpuspeed settings??
Hey, folks,
Sometimes my workstation bogs down... slows to a crawl. Using gkrellm,
it's obvious the CPU is the laggard. The top utility confirms: the load
average gets up over 4 at times. But this occurs when cpu stepping pegs
the speed at 600MHz. This processor is capable of 1.5GHz and when it's
allowed to run at that speed, the load average is under 2, which is fine.
So the
2015 Oct 07
2
autpfs + nfs stuck on stat() inside libvirt lxc 1.2.18
Hi all.
Has someone success story with using autofs + nfs inside libvirt LXC container ?
In my case nfs client and server in lxc work just fine, but with
autofs hang on system call state().
I use CE7_64 on nodes and inside container with libvirt 1.2.18
May be I must set some of capabilities in <feature>
(http://man7.org/linux/man-pages/man7/capabilities.7.html) ?
I try only CAP_SYS_ADMIN
2013 Feb 15
2
getpgrp
These days, sshd.c has:
static void
grace_alarm_handler(int sig)
{
...
if (getpgid(0) == getpid()) {
signal(SIGTERM, SIG_IGN);
killpg(0, SIGTERM);
}
sigdie(...);
}
however (really) old BSDs do not have getpgid(). They do have
getpgrp(), which does what we want here. The question is what to do if
we have neither: return the pid (and thus
2023 Jun 01
4
[PATCH 1/1] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
When switching from kthreads to vhost_tasks two bugs were added:
1. The vhost worker tasks's now show up as processes so scripts doing
ps or ps a would not incorrectly detect the vhost task as another
process. 2. kthreads disabled freeze by setting PF_NOFREEZE, but
vhost tasks's didn't disable or add support for them.
To fix both bugs, this switches the vhost task to be thread in the