similar to: Kernel panic CentOS 5.2

Displaying 20 results from an estimated 100 matches similar to: "Kernel panic CentOS 5.2"

2004 Oct 23
5
Hardware
Hi guys I know this has been asked on the list before, but my hard drive crashed and I lost all of the past posts, I need to know what motherboard works ok for asterisk, I have no problems with the Dual and Quad Xeon processor boards I have used. Now I plan on building a Pentium 4 3.0 with hyper-threading. I looked through the wiki and could not find the recommended P4 board. Does anyone have
2006 May 19
2
X100P not recognised on FreeBSD system
I've just received an OEM Wildcard X100P FXO card. Installing into my FreeBSD 5.4-RELEASE box it doesn't appear to be recognised at all. Since it's the first time I've put a PCI card in this machine I've just dropped a Netgear ethernet card in to make sure there isn't something fundamentally wrong with the motherboard, but that works fine. Is there anything else I
2008 Feb 16
1
Fritz! Card/CAPI Help.
Hi list, i'm keen to move to Asterisk 1.6, so really need to update my system which is running Mandrake 9.2 although it has been solid for years, fo Fedora 8. I have a Fritz! card for ISDN BRI, I have installed the drivers/kernel drivers from ATrpms (http://dl.atrpms.net/all/fcpci-03.11.07-14.fc8.i386.rpm and http://dl.atrpms.net/all/fcpci-kmdl-2.6.23.14-115.fc8PAE-03.11.07-14.fc8.i686.rpm)
2007 Feb 28
1
VIA C3 Nehemiah Locks Up
Hello, I've got an EPIA-M series motherboard in a system that has locked up twice under random conditions. Nothing is logged to the console or logs, the system just hangs. The system is installed with CentOS 4.4 and running the 2.6.9-42.0.8.EL i686 kernel. I am aware that older C3 processors had the CMOV problem, but that is resolved in the later boards (procinfo below). I've seen a
2002 Oct 06
1
Ext3 fatal errors with Promise RAID
Today our server had seriuos problems, we had to reinitiate it and run fsck manually. Dou you think it's an ext3, kernel (vanilla 2.4.19) or hardware bug? The errors were (from syslog): -------------------------------- Oct 6 16:10:25 nou kernel: attempt to access beyond end of device Oct 6 16:10:25 nou kernel: 72:02: rw=0, want=230266240, limit=4882432 Oct 6 16:10:25 nou kernel: attempt
2004 May 03
2
Digital Line Distortion
Firstly, the problem... Ever since I installed and setup asterisk, I have had various problems, initially it was echo caused by the ISDN (isdn4linux) card I was using. So, I upgraded to the X101P from digium. I still had echo, so I figured it was also caused by the ATA186 (cisco) I was using. So, I upgraded again to the TDM40B quad FXS card. This solved pretty much all my problems, except
2004 Oct 03
1
Sound Problem with * on VIA mini-itx M10K AC97' VT8235 chipset
I've got Asterisk up and running on a VIA mini-itx M10K with a TDM-400 card but I'm having a terrible time with the sound setup. I tried RH9 and Debian distributions, with 2.4.18, 20, 22, 24 and 26 kernels. I've used the VIA drivers, ALSA drivers, OSS drivers and Kernel drivers with varying results. I can setup the audio to work with a few different applications, 2 channels and 6
2004 Oct 04
2
Re: Sound Problem with * on VIA mini-itx M10K AC97' VT8235
> > JR Richardson wrote: > > > I?ve got Asterisk up and running on a VIA mini-itx M10K with a TDM-400 > > card but I?m having a terrible time with the sound setup. I tried RH9 > > and Debian distributions, with 2.4.18, 20, 22, 24 and 26 kernels. I?ve > > used the VIA drivers, ALSA drivers, OSS drivers and Kernel drivers > > with varying results. I can
2007 Jun 18
9
chan problem
Hello everybody! I have some problems with my Astersk. I have an analogical OpenVox card and A Billion ISDN card (with mISDN). I load the modules with modprobe zaptel and modprobe wctdm. When I run ztcfg -vv I have this: Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. ZT_CHANCONFIG failed on channel 1: No
2006 Apr 06
4
function onComplete how to overload?
Hi all. I my apps I need to use Ajax.Request Object. One of the object options is onComplete fuction which looks like this: funcion onComplete (originalResponse) { ..some operations } I need pass to function one more parameter, how to do it? is is possible? I can''t use AJAX Updater because result of Ajax Call is uploaded to the div that I defined earlier, and in my situations I
2007 Apr 04
6
System requirements
System requirements for CentOS 5 minimal installation (console and ssh) are....128 MB ram, 256...? I can't find this information in rhel5 installation manual.
2008 Jun 28
3
Kernel - pata_via
Why standard Centos 5.2 kernel does not have a module "pata_via." I have an old motherboard and IDE drive. The standard kernel does not work. Kernel include a module "pata_via" only in centosplus. It is a bug?
2010 Aug 16
1
xyplot - I can't find colors in my picture
Hi, Anybody can tell me why I don't have colors in my picture? library(lattice) my.pch<-c(17,16,15,18,20,9,10,12) my.fill<-c('yellow','black','green','red','blue','cyan','magenta','pink') wzorzec1<- c(1,3,2,4,6,4,2,3) wzorzec2<- c(5,3,6,6,2,3,4,1) a<-factor(wzorzec1) b<-factor(wzorzec2)
2006 May 22
2
using Singleton with Prototype
Hello all. I''m writing my own object using prototype and I wonder how you write and call only one instance of class. Can anyone share his idea of singleton? thanks Gregor ---------------------------------------------------- Gdy nadchodzi przełomowy moment w historii, musisz zdecydować, po czyjej stronie będziesz. "X-Men: Ostatni bastion" - w kinach od 26 maja.
2006 Feb 21
2
Ajax status
Hello All. I''m making ajax call to some url but to connect and get data from that url first I check session for user which using AJAX. If session is expired I redirect Ajax call to other url. That url return form to login. There is one problem - I check in function onResponse(OriginalRequest) OriginalRequest status and status is always 200 - whatever I''m logged or not. So i
2006 Feb 21
2
Ajax reqest and http status
Hi all. I ''m using Ajax request on my site and i need to show some message wneh AJAX call is running, (sometimes it happen so slow). I find that object AJAX.RESPOND is very usefull here, but sometimes when i need to do AJAX CALL my ajax call is redirect and i want to when it happen, is there way to find status of ajax call? i don''t know where I can find this property in
2007 Sep 05
5
How to make call from asterisk?
Hi, I'm new to asterisk, in order to enable X-lite to make a call, what should i do before making a call? Current stage, 1. i have create a few accounts in sip.conf. 2. Registration are successful. Pls advice me how to continue then... Thanks _________________________________________________________________ Personalize your Live.com homepage with the news, weather, and photos you
2004 Sep 19
4
X100p on VIA EPIA-V problems
Hi All, I hope I'm posting this to the appriopriate list, and that cross posting to two lists is OK. (If not, I'm sure I'll hear about it quickly :)) I'm running Asterisk on my (new) VIA EPIA-V motherboard. This seems to be the ideal platform for a home version of asterisk - its small, quiet, low power, and should have plenty of computing horsepower if only it would work!
2004 Dec 27
2
TDM400 problem
I recently swapped 2 FXO modules on to what had previously been a 4 FXS version of the TDM400 board. The FXS ports are recognized - the FXO ports don't appear to be recognized (ie modprobe wcfxo and ztcfg both say channel 1 isn't there). Has anyone experienced this problem? All software is current as of this AM. If the old FXS modules are re-installed all works just dandy (other than
2005 Oct 12
2
AJAX and disapear javascript tags
Hello everyone. I''m writing web aplications using AJAX (library prototype and scriptaculous). I have situation that I want to change content of one div in my site. I make ajax request to server and getting new content of that div. The problem is that this div should have javascript code (e.g. looks like that <div><script>js code</script>