similar to: vanilla 2.4 kernel

Displaying 20 results from an estimated 8000 matches similar to: "vanilla 2.4 kernel"

2005 Sep 08
3
Intel RAID controller
I have a dell precision 380: http://catalog.us.dell.com/CS1/CS1Page2.aspx?br=6&c=us&cs=555&fm=11210&l=en&s=biz with an Intel Matrix Storage Manager ICH7R RAID Controller http://www.intel.com/support/chipsets/imsm/sb/cs-020663.htm I need to get CentOS 3 installed on this thing but can't due to the fact that the controller is not supported in 2.4 kernels. There is a patch
2006 Dec 18
5
Diagnosing random hangs
I have many different centos machines that are hanging regulary. I believe this is due to something our application is doing - not a centos specific problem. When the machines hang, there is no access to the console or remote access(ssh, rsh, etc). Any tips on debugging this issue? It is becoming quite a show stopper as we migrate our product from Solaris to Linux. tia, FYI - The
2008 Jul 30
1
rpm dependency question
I have an rpm I've created that has a dependency on a library provided by a third party. This dependency is not specified anywhere in my spec file yet the package seems to know about when I run: # rpm -qip --requires MyPackage.rpm The third party rpm is installed and uninstalled via a vendor-supplied script so that they can prompt you to accept licenses and so on. Problem is, the vendor
2008 Aug 29
2
detecting boot order
Given that I have a machine with possibly multiple disks, each of which is bootable(has an MBR).... Is there a command that will query the BIOS and tell me which disk is the default boot disk. BTW - this is x86. The goal is to remotely reboot the workstation into the desired disk(which contain different centos versions). tia, -Mark -- Mark Belanger LTX Corporation
2008 Oct 16
3
central patch list
Is there a list somewhere of available updates for a given CentOS release? Something like this: https://rhn.redhat.com/errata/rhel4ws-errata.html Ideally I would like a something like: Bug Description Link to update 1111 kernel blah,etc http://some.rpm.com/1111.rpm -Mark -- Mark Belanger LTX Corporation
2006 Jul 28
1
nautilus pegging the cpu
I have a user that is running centos on many machines. At each machine, the users is logged into a common account that is located elsewhere on the network. Meaning that everyone is logged on as user_x and accessing the home directory via NFS. All users are running gnome. On some of the machines, the nautilus process is pegging the cpu. At this time, I have no strace or other info to
2005 Mar 21
11
NPTL/db4 problem with FC3
This is a cross post to <xen-devel@lists.sourceforge.net> and <user- mode-linux-user@lists.sourceforge.net> Dear lists, Anybody successfully running cyrus-imapd in FC2/3+Xen/UML? When i tried to run cyrus-imapd in a virtual FC3 (Xen or UML) i got lot''s of DBERROR db4: Berkeley DB library configured to support only DB_PRIVATE environments DBERROR:
2004 Apr 02
2
Strange Fedora Booting problem: can not mount "LABEL=*" partitions
Hi, Just got Fedora FC1 vanilla 2.4.25kernel+libata8patch booting problems, FC1 complains that it can not automatically find&found partitions specified with "LABEL=" in /etc/fstab, and then falls me into repair mode. In the repair mode I can mount it manually without any problems. More interesting are: 1) I have several partitions specified with "LABEL=*" in
2006 Jan 05
2
rc script not running on shutdown
I've create a script and associated links(via chkconfig). The script runs in the expected runlevels at boot time, but does not run at all during shutdown(halt, reboot, etc). I swear I've done this a million times. What am I overlooking? # cat /etc/issue CentOS release 3.5 (Final) Kernel \r on an \m # chkconfig --list chnghst chnghst 0:off 1:on 2:off 3:off 4:off
2006 May 31
1
CentOS 3.5 system hanging
Our very large and very complex application is running on CentOS 3.5 and Solaris. The CentOS machines are hanging about once per day. By "hanging" I mean the system is completely unresponsive either from the console or remotely via ssh. Totally locked. Does anyone have any tips for troubleshooting this sort of problem? -Mark -- Mark Belanger LTX Corporation
2006 Jun 02
1
getting update details
I see in CentOS 3.6 - the release notes state that it has "improved support for dual-core processors" I got that from http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/release-notes/as-x86/RELEASE-NOTES-U6-x86-en.html Where might I get more details about this improved support. Specifically I'd like to see if problems I'm having in 3.5 could be related to the kernel
2010 Sep 09
5
info about application not available asterisk 1.6.2.11
Hello list, how come on my Asterisk 1.6.2.11, I have no help available ?! asterisk*CLI> core show application Dial -= Info about application 'Dial' =- [Synopsis] Not available [Description] Not available [Syntax] Not available [Arguments] Not available [See Also] Not available Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed...
2006 Oct 11
3
Recommend dedicated CentOS hosting?
Hello, Can anyone recommend a pure dedicated US-based hosting with CentOS support? Prefeably one that is flexible when you need to scale the system. Anywhere I can find user-reviews? Thanks, Gustaf -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061011/0fb21510/attachment-0002.html>
2010 Oct 21
10
Asterisk 1.80-rc5
Just done a clean install of rc5 on a totally new machine and found the following:- /etc/init.d/asterisk start errors on line 109 - there is no 0 before $VERBOSITY as in the other lines. More interesting is that after make samples I have no iax2 available. Dave Cotton
2008 Jun 21
4
centos 4.6 - 586 install - how to get that to a 486 level if possible
Is there a method to get a 586 (i586 text) install to a 486 level? I am looking for information guidance on this. I have looked into using debian/386 which stinks in my opinion, slackware doesnt quite have it either. So I am wishing/hoping there is a NOT TO painful way to get a 586 install to run on a 486 chip. I have been searching but havent found anything useful. If anyone knows what might
2010 Oct 14
6
Audiocodes firmware
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body text="#000000" bgcolor="#ffffff"> <font size="+1">Does anyone have links to the most recent audiocodes
2008 Feb 06
1
POSIX semaphores in CentOS 5.1?
According to the man pages for sem_wait, etc., POSIX semaphores are available in Linux 2.6 (with the right NTPL threading in glibc). However, I have a program that compiles just fine but won't link because it can't find the library for the semaphore operations. What am I missing? I ran a find and grep through all the libc's on the system and they turned up nothing: $ find /lib
2012 Sep 26
1
Asterisk 1.8.15.0, Requested transfer capability: 0x00 - SPEECH
Hello, I'm having issues connecting throu PRI with the following error "Requested transfer capability: 0x00 - SPEECH" Below are the logs: == Using SIP RTP CoS mark 5 -- Executing [97052660 at voipphones:1] Set("SIP/4856-00000003", "CALLERID(num)=xxxxxxxxx") in new stack -- Executing [97052660 at voipphones:2] Dial("SIP/4856-00000003",
2010 Sep 14
9
Speech To Text on linux with asterisk
Hi, Is it possible to record say 30 seconds of audio and then have LumenVox convert to text ? or any available tool open source for speech to text . Regards Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100914/b56c3d9c/attachment.htm
2010 Sep 11
8
No SIP requests coming in with Allow Anonymous SIP set to OFF - If set to ON it all SIP DEBUG show the requests just fine - Where is the problem?
Hi Everyone, I have a provider whose DID used to come into the box just fine but recently stopped working. Nothing has been changed on our end. Here is what I get when doing "sip set debug peer PROVIDER": Sending to 123.123.123.123 : 5060 (no NAT) ^^^^ That is ALL I am getting with sip debug turned on. With Allow Anonymous SIP set to YES, then the call comes in properly and you see