similar to: Kernel panic is occured when multi VMs is booting togeter

Displaying 20 results from an estimated 120 matches similar to: "Kernel panic is occured when multi VMs is booting togeter"

2008 Jan 11
1
Soundcard necessary on an asterisk server toget output of playback()?? -> Next step
Hi, >> ATAL: Error inserting ztdummy >> > (/lib/modules/2.6.22-14-386/misc/ztdummy.ko): Unknown symbol in module, >> > or unknown parameter (see dmesg) > >Are you sure that the source of your kernel is the same as the running >kernel? > >I.E. Have a look at the source it is using while compiling Asterisk and >compare that to uname -a > yes,
2007 Dec 04
1
Soundcard necessary on an asterisk server toget output of playback()??
Hi, >However, I believe that zaptel >= 1.4.6 or zaptel 1.2 >= 1.2.21 should >support hires timers for timing on kernel >= 2.6.22 . > >What version of Zaptel do you use? > I was using version 1.4.5.1 I just downloaded and installed version 1.4.7, configure/make/make install finished without an error, but when is used modprobe ztdummy the system said: FATAL: Error
2009 Apr 18
2
libata-core kernel errors
This is a repost of sorts, and for that I am sorry; I do not think my original posting subject was very clear, and I have more data about the problem. I'm experiencing lots of kernel errors when reading or writing to a disk that is part of an mdadm softraid-5 array. Since originally detecting this problem, I have isolated it to one disk, but I'm not sure what the cause of the error is. I
2007 Oct 08
0
Xen crash
Hi, I'm new to this list and joined since I am volunteering as a tech admin for a non profit organization called CouchSurfing (.com) where we tried to move the web servers to Xen zones and this has proven quite unstable since the our defined zones tends to crash on a daily basis with the latest CentOS 5 Xen updates. The physical boxes have 2 quad core 1.6GHz Xeon CPU's and 4 GB RAM, there
2007 Oct 08
1
Xen crash
Hi Centos-virt, I'm new to this list and joined since I am volunteering as a tech admin for a non profit organization called CouchSurfing (.com) where we tried to move the web servers to Xen zones and this has proven quite unstable since the our defined zones tends to crash on a daily basis with the latest CentOS 5 Xen updates. The physical boxes have 2 quad core 1.6GHz Xeon CPU's and 4
2009 Apr 17
0
problem with 5.3 upgrade or just bad timing?
I've been experiencing delays access data off my file server since I upgraded to 5.3... either I hosed something, have bad hardware or very unlikely, found a bug. When reading or writing data, the stream to the hdd's stops every 5-10 min and %iowait goes through the roof. I checked the logs and they are filled with this diagnostic data that I can't readily decipher. my setup
2019 Jan 25
2
Winbind, cached logons and 'user persistency'...
On Fri, 25 Jan 2019 16:32:56 +0100 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! L.P.H. van Belle via samba > In chel di` si favelave... > > I come back in this thread, sorry. > > > Maybe https://wiki.debian.org/LDAP/NSS is a better solution for > > the mailserver. > > Probably better use directly LDAP info with native MTA tools
2013 Jun 28
0
Re: kernel panic in skb_copy_bits
On Fri, 2013-06-28 at 12:17 +0800, Joe Jin wrote: > Find a similar issue http://www.gossamer-threads.com/lists/xen/devel/265611 > So copied to Xen developer as well. > > On 06/27/13 13:31, Eric Dumazet wrote: > > On Thu, 2013-06-27 at 10:58 +0800, Joe Jin wrote: > >> Hi, > >> > >> When we do fail over test with iscsi + multipath by reset the switches
2005 Jun 01
0
[PATCH] skb_copy_bits() can return err
skb_copy_bits() can return an err, so have netif_be_start_xmit() crash informatively.. thanks, Nivedita _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2004 Feb 23
0
Passing a password to smbpasswd in a script
Hi there, I'm a newbie to shell scripting and trying to hack togeter a script to facilitate the creation of unix users as well as samba users. I'm using tdbsam so the -w switch on smbpasswd doesn't seem to work nor apply. Using " echo $PASSWORD | pw useradd -n $USERNAME -h 0 ", I can setup a user and their password in one line. Pw useradd -h 0 only prompts once for a
2019 Jan 28
0
Winbind, cached logons and 'user persistency'...
Mandi! Rowland Penny via samba In chel di` si favelave... > > Strictly speaking, why winbind cache ''PAM'' data and not ''NSS'' one > > (seems to me)? > The problem is (for myself anyway), I do not understand the difference > between 'PAM' and 'NSS' data. 'PAM' is authorization scenario (eg, «user X use the correct
2013 Oct 08
1
OT: errors compiling kernel module as a rpm package
Hi all, I am trying to compile openswitch's kernel module in a CentOS 6.4 host, but fails in rpm-check: Requires: kernel(__alloc_percpu) = 0x55f2580b kernel(__alloc_skb) = 0x25421969 kernel(__dev_get_by_index) = 0x6a6d551b kernel(__init_waitqueue_head) = 0xffc7c184 kernel(__ip_select_ident) = 0x848695b3 kernel(__kmalloc) = 0x5a34a45c kernel(__list_add) = 0x0343a1a8 kernel(__nla_put) =
2015 Aug 31
2
alloca combining, not (yet) possible ?
Hello since my broad RFC request didn't catch any responses, let me get a bit more into the nitty-gritty: I tried to get llvm (3.7) to optimize superflous allocas away, but so far I haven't figured out how. Is there no optimizer for this ? Should I adorn something with some attributes ? As far as I can tell no, but I am no llvm expert... For what I want to do, i will probably have a
2007 Sep 28
0
Unable to boot xen dom0 on IBM System x3250
I have an IBM System x 3250 that successfully boots using the standard kernel (2.6.18-8.1.10.el5) but fails to boot with the xen kernel. The kernel appears to fail when it attempts to initialize the driver for the onboard SAS controller (LSI Logic / Symbios Logic SAS1064E PCI-Express Fusion-MPT SAS). Can anyone provide any advice? Here's the relevant info. Please let me know if any other
2015 Aug 28
2
RFC: alloca -- specify rounding factor for allocation (and more)
Hi sorta piggybacking on the other thread. I am looking for some feedback on how to implement the following idea in llvm. The really short version of the idea is this: * I want to alloca a field (record/struct), so that its size is an even multiple of 64 bytes. [^1] * This allocaed field will be exclusively used as an argument to functions * llvm should be aware of the extra bytes and should
2008 Aug 31
0
crash at shutdown
My kernel crashes every time I shut down dom0 This crash was not happening before I installed the Xen hypervisor Any ideas? (XEN) Xen version 3.2-1 (Debian 3.2.1-2) (waldi at debian.org) (gcc version 4.3.1 (Debian 4.3.1-2) ) Sat Jun 28 09:32:18 UTC 2008 (XEN) Command line: com1=9600,8n1 console=com1 (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods:
2019 Jan 28
2
Winbind, cached logons and 'user persistency'...
On Mon, 28 Jan 2019 12:52:45 +0100 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > > Strictly speaking, why winbind cache ''PAM'' data and not ''NSS'' > > > one (seems to me)? > > The problem is (for myself anyway), I do not understand the >
2007 Apr 26
1
EOFError (End-of-File Error occured Error)
Hi Randomly I get the following error when users search EOFError (End-of-File Error occured at <except.c>:93 in xraise Error occured in compound_io.c:137 - cmpdi_read_i Tried to read past end of file. File length is <303> and tried to read to <351> ): what could be the problem? thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 31
2
The error occured while evaluating nil.gsub!
#{RAILS_ROOT}/app/controllers/start_controller.rb:13:in `create'' --- class StartController < ApplicationController def create #------------Remove Tag--------------------------- @name = params[:name] @file = params[:filepath] @file = @file.gsub!(/^.*(\\|\/)/, '''') # replace html tags with blank post = Post.save(@params["removetag"]) end end --
2008 Nov 05
0
closed stream occured while loading faster_csv
Hi, In my application i am using faster_csv gem to process csv file export to the client through web request. Where as in the respective controller i am requiring the gem faster_csv. But at sme times i am getting the IO:closed stream error. Which says that this error occures while loading file ''faster_csv''. I have installed faster_csv gem in my server. I tried running the