similar to: ERROR: no hit for procs_running

Displaying 20 results from an estimated 500 matches similar to: "ERROR: no hit for procs_running"

2014 Sep 11
2
Weird output of system load
All, One server of mine running CentOS 6.3. The load is very high, but few process in running or blocked. Followed is the output of /proc/stat, /proc/loadavg and top /proc/stat cpu 5351723 61716 6974590 161365578 240734 141769 380525 0 0 cpu0 4016881 9686 2510787 79408769 110721 141549 351075 0 0 cpu1 1334842 52029 4463802 81956808 130013 220 29449 0 0 intr 1081538370 139 8 0 0 0 0 0 0 0 0 0 0
2009 Jan 07
0
High softirq usage in Centos 5
Hi, I have a machine under heavy network traffic. Kernel is Centos kernel 2.6.18 SMP 32 bit. Ethernets are 05:00.0 Ethernet controller: Intel Corporation 80003ES2LAN Gigabit Ethernet Controller (Copper) (rev 01) 05:00.1 Ethernet controller: Intel Corporation 80003ES2LAN Gigabit Ethernet Controller (Copper) (rev 01) 06:01.0 Ethernet controller: Intel Corporation 82541PI Gigabit Ethernet
2005 Apr 27
23
xen on suse 9.3 and software raid
Has anyone had issues starting xen0 on a md? I have installed it a few times now w/ and w/o raid. Anytime I have a raid1 mirror, Xen panics on boot when trying to mount /. It gets past waiting for /dev/md0 to appear. John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Apr 27
23
xen on suse 9.3 and software raid
Has anyone had issues starting xen0 on a md? I have installed it a few times now w/ and w/o raid. Anytime I have a raid1 mirror, Xen panics on boot when trying to mount /. It gets past waiting for /dev/md0 to appear. John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jan 27
1
Via EPIA channel_find_locked: Avoided initial deadlock
In asterisk 1.2 branch SVN 51363 zaptel svn 1980 libpri svn 393 addons svn 332 My equipment is a Via EPIA minit-itx CN10000 1.2ghz, 1gb ram and a tdm400p (4fxo). A call comes from zap, a SIP ulaw receives the call, talks for a while and when SIP users tries to park the call, then dozens of... WARNING[3853]: channel.c:781 channel_find_locked: Avoided initial deadlock for '0x91bb840', 10
2023 Mar 04
1
VT-100 terminal escape sequences
R 4.2.1 OS X Colleagues I am using XOJO (formerly known as RealBasic) to create a GUI -- R code generates the text that appears in the GUI. Recently, VT-100 terminal control escape sequences appeared in the text, e.g.,: [?25h TEXT [?25h[?25h TEXT It is not clear to me if the problem is generated by R or by XOJO. And I did not track whether this began following installation of a
2003 May 06
1
rsync over ssh performance problem in cygwin
Hello! We have strange problem with rsync performance. We do files syncronization from w2k (cygwin, rsync 2.5.6) over ssh to Linux (rsync 2.5.5). We have several 10Mb files. First time, when directory on Linux is empty, all looks OK- syncronization takes about 10 minites. But when we try to do this second time, i.e. with files on Linux and windows, synconization takes more than 10 minites
2005 Nov 03
0
Return code 304 when I hit F5 but 200 when I select the url and hit enter
I make changees to _form.rhtml and hit F5 to see the changes. I don''t see the modified page. When I take the cursor to the url at the top and hit enter then only I get refreshed page. I am using firefox. I am guessing that this behaviour is because I am making changes to a partial page and not the main page. Is that correct? Any plans to make webrick detect the changes in the partial
2007 May 16
2
Hit mongrel once...all is well, hit it again...stack level too deep?
Hi there. I''ve dropped a mongrel log item here: http://pastie.caboo.se/62052 I can hit my app fine, once. Hitting it again gives me a 500 error and this log entry. I think it''s application code causing the problem as I have a second app running that doesn''t have this behavior, but I''m unsure how to proceed finding root cause here. Suggestions?
2014 Feb 08
1
openswan and ipsec
# ipsec verify ... If you encounter network related SElinux errors, especially when using KLIPS, try disabling SElinux ... Well, it is not running KLIPS but netkey, anyways I feel not comfortable about disabling selinux on a ipsec router. I am not sure how to handle possible probems in this case, too. If I decide not to disable selinux, and I run into problems, should I a) report it to redhat
2006 Mar 06
0
Multiple actions for one route (making pretty URLs hit different actions)
Hi all, I''m trying to make pretty URLs using routes for some of my actions across different controllers. For example: http://www.example.com/london -> http://www.example.com/articles/show_by_name/london But if the id ''about'' couldn''t be found, then to search for it as another action, this time from the ''branch'' controller.
2006 May 03
0
We hit ext3_warning (inode->i_sb, "ext3_block_to_path", "block < 0");
Dear ext3-users, we hit this condition in fs/ext3/inode.c:ext3_block_to_path() if (i_block < 0) { ext3_warning (inode->i_sb, "ext3_block_to_path", "block < 0"); occasionally on two identical PATA-IDE disks copied over per filesystem-rsync. What is the impact of this condition? - Kernel was 2.6.13.4, CONFIG_LBD is not set but CONFIG_HIGHMEM4G=y
2002 Jul 18
2
I hit a 2gb limit
2002 Jul 18
0
Re: I hit a 2gb limit (fwd)
On Thu, 18 Jul 2002, Jago Pearce wrote: > I hit a 2gb limit that I can't explain. Problematic for backups. > How can I make sure it's mounted as ext3 rather than ext2? Doesn't make a difference. You're probably running with a 2.2 Kernel, right? The limit has nothing to do in that case with the fs but just the kernel. 2.4.x has no limits. bye, andreas -- "being
2006 Jan 04
1
Rails Wiki gets hit by the spam bots
I was just looking over the open source projects page on the rails wiki today, when I noticed it had gotten hit with several paragraphs of asian wiki spam. It looks like nearly all of today''s revisions were spam. When I was going through and deleting the spam, I found on some pages earlier english spam stuck in lists or divs using css''s display: none or height: 1 to hide
2006 Jan 05
1
Action fails silently - breakpoint doesn''t hit
I have a simple user registration controller with scaffold code. The only change I made to the view is to add a second password field for confirmation. I do have a db table called users with all the fields except ofcourse the extra password field. The field has a different name so it does not get into the user hash. The ''user.new'' action works fine and displays the form. The
2009 Jul 13
1
[PATCH 1/1] fails ocfs2_get_block() immediately when hit -EIO
fails ocfs2_get_block() immediately when hit -EIO Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> --- fs/ocfs2/aops.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index a10c989..9dfdf46 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c @@ -195,6 +195,7 @@ static int ocfs2_get_block(struct inode *inode, sector_t
2007 Apr 18
0
We will hit it in there when we feel the songs are done.
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 13062 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070319/0847a58e/attachment.gif
2009 Oct 01
0
Paperclip performance hit
Hi, In order to customize my app in a web admin page, I''d like to create an @application object that will be fetched from DB and hold various customization values, it will be fetched for each request. I''d like to add some files using that web admin and paperclip. Adding 4-5 has_attached_file to this @application object, will there be a performance drop? -- Posted via
2013 Jul 01
1
rsync won't hit the target
I'm trying to get rsync to copy some files across the network to a particular folder, but it always drops them in the user's home directory and changes the folder permissions of the home directory from drwxr-x--- to drwxr-xr-x. Can anyone tell me how to fix these problems? I'm using rsync like this: rsync -avz --delete --include '/etc' --exclude '/*' / user at