Displaying 20 results from an estimated 200 matches similar to: "xend crash at startup"
2007 Nov 09
1
Bug#450678: xen-utils-common: /etc/init.d/xen restart fails when using network-bridge if netdev does not match eth[0-9+]
Subject: xen-utils-common: /etc/init.d/xen restart fails when using network-bridge if netdev does not match eth[0-9+]
Package: xen-utils-common
Version: 3.1.0-1
Severity: normal
*** Please type your report below this line ***
On a machine where the NICs are named something other than ethN, and
using (network-script 'network-bridge netdev=XXX') (where XXX is the
name of one of these
2006 Jun 21
3
[LLVMdev] size of generated machine code ?
On Tue, 20 Jun 2006, Chris Lattner wrote:
> On Wed, 21 Jun 2006, Simon Burton wrote:
>> This from the output:
>>
>> 24620 x86-emitter - Number of machine instructions emitted
>>
>> (i had to write a dummy main function to get this to work)
>>
>> Is this really the number of bytes of machine code ?
> Yes.
To be specific, this is the
2017 Aug 07
1
gluster stuck when trying to list a successful mount
Hi all,
My infrastructure is GlusterFS with 2 Nodes:
L137B-GlusterFS-Node1.L137B-root.com
L137B-GlusterFS-Node2.L137B-root.com
I have followed this guide:
http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-and-configure-glusterfs-on-centos-7-rhel-7.html/2
I have created a device, formatted as ext4, mounted it.
The next step was to install gluster FS.
I installed glusterfs 3.10.3,
2006 Jun 21
0
[LLVMdev] size of generated machine code ?
On Tue, 20 Jun 2006 22:38:24 -0500 (CDT)
Chris Lattner <sabre at nondot.org> wrote:
>
> >> Is this really the number of bytes of machine code ?
> > Yes.
>
> To be specific, this is the number of bytes of machine code JIT'd. Thus,
> this only includes the stuff reachable from main, for example. To see
> specifically what functions it is compiling and
2010 Dec 15
2
loss of connection
My log says suddenly:
Dec 14 02:35:16 hp1 kernel: [1492482.232822] o2net: no longer connected to node hp2 (num 1) at 192.168.1.2:7777
Dec 14 02:35:18 hp1 kernel: [1492483.960150] BUG: soft lockup - CPU#1 stuck for 61s! [kvm:32398]
I have no idea what happens here and why - but the result are a lot of problems with virtual machines.
Viele Gr??e
Andreas Rittershofer
--
Hier k?nnte keine
2007 Mar 12
2
imap + unmounted home disk
dovecot 0.99 still (RHEL4), I'm sorry to say.
The config is for mbox's to live on the user's home disk.
If the user tries to make an imap connection when
his home disk is unmounted, various permission denied
messages are logged, as expected, but then the imap
process seems to hang around instead of aborting.
The result is that eventually the imap process
limit is reached, and even
2006 Aug 09
2
FUTEX_WAIT 3.0.23a [Fwd: Re: amanda-2.5.0p2 hanging on smbclient with configure]
Would anyone have any ideas with smbclient sits at FUTEX_WAIT in below
message?
Typing:
strace smbclient -d 5
shows it sitting at:
futex(0x2aaaabdf2dc0, FUTEX_WAIT, 2, NU.
SUSE 9.3 x86_64, Samba RPMS from main Samba site
rpm -q samba-client
samba-client-3.0.23a-0.1.34
--
Kind Regards,
Gavin Henry.
Managing Director.
T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 824887
E
2012 Jun 25
6
puppet freezes on FUTEX_WAKE_PRIVATE
Hi, i just want to ask whether somebody else has this problem of mine and
if it can be solved.
Many of my ( 30+ ) puppet installation freeze up after some time. The
process is waiting for some private futex, but it stays like that forever.
This is what strace looks like when the problem occures:
[pid 29173] futex(0x3d35ce7a84,
FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 43406739,
2007 Feb 02
1
Monit / mongel_cluster 0.2.2 / mongrel 1.0.1
Hi,
I''ve a few problems with my rails app at the minute, causing mongrels
in a cluster to die, while I debug I''ve setup monit to keep the site
running.
Problem is, whenever monit starts one of my mongrels via mongrel_rails
cluster::start --only 8000 --clean -C /url/to/yml/file I get the
following in my log/mongrel.log:
** Mongrel available at 127.0.0.1:8000
** Writing PID file
2008 Jan 10
4
yum hangs when Reading Local RPMDB
All of a sudden yum hangs on a Centos 4.5 (updated to the latest patch
before 4.6) when I try to use it. "clean metadata" didn't help.
The output of -d5 shows it gets to the point of "Reading Local RPMDB" and
then sits there. The process doesn't die, but doesn't seem to do anything
from that point on. strace shows this: futex(0xb76dcae8, FUTEX_WAIT, 2,
NULL
I
2006 Feb 15
1
Sun JVM 1.5 and CentOS latest kernel - regress?
I've been running a lot of apps with Sun's 1.5.0_03 JVM on CentOS 3.6.
After the latest kernel update 2.4.21-37.0.1.ELsmp is seems I'm starting
to get hangs. Just like I used to a year ago on an earlier kernel
release.
It looks like the infamous futex bug:
strace -p 22406
Process 22406 attached - interrupt to quit
futex(0x821be34, FUTEX_WAIT, 15, NULL <unfinished ...>
Anyone
2008 Aug 24
2
Unusual bug in glusterfsd
Hi,
I'm rather new to this project, having stumbled across it earlier this
afternoon, so forgive me if I'm still trying to find my way around. I
was in the need of an alternative to NFS that would let me spread the
task of sharing my downloaded source code files across a couple of
boxes, and GlusterFS looked like a great candidate, having had no luck
with Coda or OpenAFS.
I also want
2006 Jun 21
1
[LLVMdev] size of generated machine code ?
On Wed, 21 Jun 2006, Simon Burton wrote:
>> To be specific, this is the number of bytes of machine code JIT'd. Thus,
>> this only includes the stuff reachable from main, for example. To see
>> specifically what functions it is compiling and how big they are, use:
>>
>> lli -debug-only=jit foo.bc <args>
>
> This does not seem to be available in my
2005 Apr 04
5
yum & proxy
Hi,
I've just installed a server with CentOS 4.
This server is behind a proxy.
I'm trying to import the RPM key.
Already set http_proxy variable to:
export "http_proxy"=http://proxy.xpto.com:3128
Truth is, command
# rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4
just leaves me hanged.
Any ideas ?
Warm Regards,
M?rio Gamito
2013 Aug 21
3
syntax error, unexpected tRPAREN raised in server log
In my server log, I am seeing this error message that is raised in
activesupport.
2013-08-12T23:06:08.932580+00:00 app[web.2]: SyntaxError
(/app/vendor/bundle/jruby/1.9/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:374:
syntax error, unexpected tRPAREN
2013-08-12T23:06:08.932580+00:00 app[web.2]:
2013-08-12T23:06:08.932580+00:00 app[web.2]: def () value = nil
2009 May 21
0
1.4.24.1 -> 1.6.0.9: segfault
I'm testing an upgrade of an i686 production machine running 1.4.24.1 to
1.6.0.9. I've installed dahdi-linux-2.1.0.4.
But:
asterisk -cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Asterisk 1.6.0.9, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty'
for details.
2015 Feb 08
2
Intermittent problem, likely disk IO related - mptscsih: ioc0: attempting task abort!
NOTE: this is happening on Centos 6 x86_64, 2.6.32-504.3.3.el6.x86_64 not Centos 5
Dell PowerEdge 2970, Seagate SATA drive, non-raid.
I have this server which has been dying randomly, with no logs.
I had a tail -f over ssh for a week, when this just happened.
Feb 8 00:10:21 thirteen-230 kernel: mptscsih: ioc0: attempting task abort! (sc=ffff880057a0a080)
Feb 8 00:10:21 thirteen-230 kernel:
2004 Dec 29
29
[Bug 967] Command only sessions hangs on target system.
http://bugzilla.mindrot.org/show_bug.cgi?id=967
Summary: Command only sessions hangs on target system.
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2007 Apr 04
0
Monit / mongel_cluster 0.2.2 / mongrel 1.0.1
Paul
Did you ever get to the bottom of this. I''m having a similar (though possibly different) problem with a Rails app failing occasionally and on just one mongrel instance, which from the trace and behaviour seems to be ImageSceince/RubyInline related.
See my post on Rails deployment group:
2015 Feb 24
2
[LLVMdev] Removing contention in PassRegistry accesses to speed up compiles
Hi,
We use LLVM libraries to compile C++ code and noticed slow downs when
multiple threads of a process were compiling at once. *perf *indicated that
most of the CPU time was spent in a spin lock, which was being
locked/unlocked from llvm::PassRegistry::getPassInfo().
We read the relevant LLVM code and found out that PassRegistry is a
ManagedStatic and is shared among all threads in case of a