search for: ld_assume_kernel

Displaying 20 results from an estimated 37 matches for "ld_assume_kernel".

2005 Mar 03
2
rpm corruption
I have recently deployed a number of CentOS-3.4 boxes and I am seeing problems with rpm database apparent corruption. db4 errors like DB_PAGE_NOTFOUND. I have found that using LD_ASSUME_KERNEL=2.2.5 seems to fix the problem but I can''t find much info on why or if doing that is good or bad. I have done --rebuilddb but with the LD_ASSUME_KERNEL that might be making thinks worse... I just don''t know. Does anyone here know anything about this problem? John. -- John Newb...
2007 Nov 08
0
LD_ASSUME_KERNEL library issues CentOS 5 x86_64
I'm trying to get the Syspro/Encore MRP software running on a new CentOS 5 x86_64 system which uses an ODBC package built with old glibc/errno libraries. I have this same software running on a Suse Linux Enterprise 9 SP3 system using LD_ASSUME_KERNEL=2.4.1, but when I try this on CentOS 5 it results in many unidentified libraries including libc.so.6, librt... etc. My guess is that there are packages that support these compatibility libraries, and, silly me, I thought these might be in the compat-glibc package, but that doesn't work. Any s...
2005 Jul 07
5
The connection was refused when attempting to contact hostname:5500
hello i successfully installed oracle 10g on CentOS 3 i can login at http://hostname:5500/em but after restarting the PC all i get is "The connection was refused when attempting to contact hostname:5500" thank you very much for your help. rgds, Joeffrey
2003 Mar 28
2
Wine 20030318, glibc 2.3.2, RH (not phoebe)
Wine was fine before upgrading glibc to 2.3.2 on RH 8. Since that time, I get $wine --version wine: lstat /tmp/.wine-<user>/server-9-ff9be/socket : No such file or directory This happens no matter what user I run wine as. This also happens using the LD_ASSUME_KERNEL work around. The only thing that changed between a working wine, and a non-working wine was glibc, so I'm positive that's it. Can anyone reproduce this, and if so, does anyone have a work around for this particular issue? Thanks, Rob -------------- next part -------------- A non-text attac...
2004 Jan 01
4
* crash when forward voicemail --Nicolas Gudino
...sterisk-users-request@lists.digium.com Sent: Tuesday, December 30, 2003 6:21 PM No I didn't, I don't have a clue what that is or does. Please explain, I'll try it and let you know. Thanks. JR Did you try with this line before launching asterisk (with stock redhat 9 kernels): export LD_ASSUME_KERNEL=2.4.1 Best regards, On Tue, 2003-12-30 at 20:07, JR Richardson wrote: > Thanks for all your help Martin, > > Guys, > > This is a good find and hopefully could help someone else. > > I've been having a problem with forwarding voicemail from one mailbox to > another....
2006 Apr 17
4
multiple asterisk process ?
Hi, Why does my asterisk keep forking instances at random times everyday? When I do ps aux, I got this: asterisk 13068 2.2 5.1 25924 12276 ? Sl 06:00 13:18 asterisk -vvvg -c asterisk 23558 0.0 5.1 26040 12248 ? S 09:57 0:00 asterisk -vvvg -c asterisk 29832 0.0 5.1 25924 12208 ? S 11:48 0:00 asterisk -vvvg -c asterisk 31872 0.0 5.1 25924 12208 ? S
2003 Aug 04
2
Fix for Redhat 9 zombie AGI processes
...r for finding this patch: If you are experiencing leftover zombie processes from your AGI scripts that have terminated, this is apparently due to a RedHat 9 threading issue introduced in a recent update.... To get rid of this, try entering the following line before you start asterisk: export LD_ASSUME_KERNEL=2.4.1 It works for me - I'm still checking to see if there are any other side effects - none yet.. -Scott Stingel Scott M. Stingel Emerging Voice Technology Inc. Palo Alto, California and London, England Email: scott@evtmedia.com URL: www.evtmedia.com
2009 Nov 20
0
Oracle RAC 9i on RH AS 4 Update 5 (SOLVED)
Hi all, Many thanks for responses. But, I've solved the problem. I added on .bash_profile in oracle home dir, one line like this : LD_ASSUME_KERNEL=2.4.19; export LD_ASSUME_KERNEL Thank you, On Fri, Nov 20, 2009 at 5:33 PM, Hakan Koseoglu <hakan at koseoglu.org> wrote: > On Thu, Nov 19, 2009 at 4:11 PM, Wahyu Darmawan > <wahyu.darmawan at gmail.com> wrote: >> Hi all, >> I've got problem when run command &qu...
2006 Nov 13
1
Defunct / zombie AGI after some execution time
...ct process. It dies when the call (parent) finishes. When the first zombie appears, then ALL next AGI launched from Asterisk generates a zombie. We have tested some improvements to solve the problem, with no success: - Upgrade from RedHat 8 to Centos 3.x - Upgrade from Centos 3.x to Centos 4.x - LD_ASSUME_KERNEL=2.4.1 - ulimit -n 65535 - Upgrade from asterisk 1.0.7 to 1.0.12 Currenly we can not easily migrate from asterisk-1.0.x to 1.2.x Any ideas?. Could be Debian a solution? Thank you.
2005 Mar 21
11
NPTL/db4 problem with FC3
...ley It turned out to be a FC specific db4 problem with non-NPTL-aware ARCHes: <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91933> Unfortunatly, RedHat closed this bug as WONTFIX, but it''s still present with FC3 on ARCH={xen,um}. /lib/tls and /usr/lib/tls moved away, the LD_ASSUME_KERNEL workaround does not help, too. So i followed the way of Radu Greab and rebuilt db4 using his patches and specfile <https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=100060> It was tricky, but worked. As this is an ugly workaround (eg it bombs with apt/yum updating) i look for a bett...
2004 Mar 31
8
Newbie....
I have a question for the group. To get this running do I need any Digium Cards? I understand I will need them to connect to the public phone system. I'm looking at just using IP Phones or IP Softphones just to test this app. Thanks for any help you could give.
2004 Sep 23
4
Asterisk 1.0 RPMS RH73 and RH9
...ific version numbers (_fc1,_rh9,_rh8,_rh73) * Sat Jan 24 2004 Gregory Boehnlein <damin@nacs.net> - added doc macros - added config macros - updated install stanza to correct symlink issue - updated patch0 to include changes to Makefile - added /etc/rc.d/init.d/asterisk - added "export LD_ASSUME_KERNEL=2.4.1" for RH9 - asterisk.spec now builds cleanly on RH73 and RH9 * Wed Jan 21 2004 Gregory J. Boehnlein <damin@nacs.net> - Initial .spec file created. Most likely buggered. Badly needs help. -- Vice President of N2Net, a New Age Consulting Service, Inc. Company http://...
2005 Feb 17
2
Oracle Apps on Linux
...omes in 46 zip files totalling a 25Gb. It expands to about the same size since there's a lot of compressed files in it. 4 - Create a new group called dba. Create a new user called oracle and assign dba as the primary group. 5 - Log in as oracle and edit the .bash_profile to add the variable LD_ASSUME_KERNEL=2.4.19. Make sure you export it. 6 - Start unloading the zip files and make sure you follow the instructions from Oracle so that they end up in a nice tree under /Stage11i. Review the Installation guide. 7 - Rename the /usr/bin/unzip to whatever you want to call it and copy the unzip from /Stag...
2003 Dec 30
2
* crash when forward voicemail message [problem solved]
Thanks for all your help Martin, Guys, This is a good find and hopefully could help someone else. I've been having a problem with forwarding voicemail from one mailbox to another. I ran down the sendmail and soundcard path and came up goose eggs. With intuitive guidance from Martin Pycko (Digium), I switched from Redhat 9 Kernel linux-2.4.20-8 to Redhat 8 Kernel linux-2.4.18-14 and it
2004 Jan 24
1
Asterisk RPMS for RH9 + RH7.3
...nacs.net/asterisk/rh9/SRPMS/ Changelog --------- * Thu Jan 22 2004 Gregory Boehnlein <damin@nacs.net> - added %doc macros - added %config macros - updated %install to correct symlink issue - updated patch0 to include changes to Makefile - added /etc/rc.d/init.d/asterisk - added "export LD_ASSUME_KERNEL=2.4.1" for RH9 - asterisk.spec now builds cleanly on RH73 and RH9 * Wed Jan 21 2004 Gregory J. Boehnlein <damin@nacs.net> - Initial .spec file created. Most likely buggered. Badly needs help. Readme ------ Asterisk RPMS for RedHat ------------------------ Welcome to the wonderful wor...
2006 Feb 27
0
Assistance requested
...nd (required by /lib64/tls/librt.so.1) Oddly enough, this same kernel environment works quite well with a previous version of the WRF code, but fails miserably with this update.. The compiler which bullt the old package built the new one too. The current package is still running by setting "LD_ASSUME_KERNEL=2.4.2" which was suggested by Maze, back some months ago. I've tried different permutations of the LD kernel assumption, but all fail. One note tho, the wrf.exe file will work in single cpu mode *with* the kernel environment set to 2.4.2, and it also runs under mpi, albeit a private vers...
2004 Nov 25
3
redhat9 100% CPU
Redhat 9 is running 100% cpu usage. I had a couple boxes doing this. upgraded to Fedora and its ok.
2005 Jan 05
1
Forwarding Voicemail Crashes Asterisk
Hello everyone, As far as I can tell, if we try to forward a voicemail (by going into voicemail and saying that we want to forward it to another extension) it crashes asterisk. voicemail.conf does not seem to be where I should be looking. Any ideas? I did a 'cvs checkout -r v1-0_stable asterisk' when checking out from CVS. Should I be on a newer version? TIA, -Ron --------------
2003 Apr 28
1
I have gotten Office to run on RH9
I have gotten WINE installed and working with RH9 and installed Office 2000 I can get excel to work and get word to start but it can not save the files. Any ideas? James jdickson@cimtel.net
2004 Feb 03
0
Asterisk 0.7.1 RPMS Updated to Rel 4
...cific version numbers (_fc1,_rh9,_rh8,_rh73) * Sat Jan 24 2004 Gregory Boehnlein <damin@nacs.net> - added doc macros - added config macros - updated install stanza to correct symlink issue - updated patch0 to include changes to Makefile - added /etc/rc.d/init.d/asterisk - added "export LD_ASSUME_KERNEL=2.4.1" for RH9 - asterisk.spec now builds cleanly on RH73 and RH9 * Wed Jan 21 2004 Gregory J. Boehnlein <damin@nacs.net> - Initial .spec file created. Most likely buggered. Badly needs help. -- Vice President of N2Net, a New Age Consulting Service, Inc. Company http://...