similar to: error - sources for the 2.6.18-92.1.22.el5xen kernel

Displaying 20 results from an estimated 400 matches similar to: "error - sources for the 2.6.18-92.1.22.el5xen kernel"

2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o
2009 Feb 03
1
Can't compile on NSLU2 LE
Hi, I keep getting the following on my slug no matter what version I try (1.2, 1.4, 1.6, 1.6svn): ... make[2]: Leaving directory `/usr/portage/distfiles/svn/trunk/menuselect/mxml' gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a menuselect.o: file not recognized: File format not recognized collect2: ld returned 1 exit status distcc[19221] ERROR: compile (null) on
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
hello, asteriskers: I compiled asterisk under arm-linux. i am using asterisk 1.4.2. i can run ./configure and menuselect with embedded modules. but running make comes out errors: ranlib libmxml.a make[3]: Leaving directory `/usr/src/asterisk-1.4.2/menuselect/mxml' cc -Wall -o menuselect.o -g -c -D_GNU_SOURCE menuselect.c cc -Wall -o menuselect_curses.o -g -c -D_GNU_SOURCE
2007 Jun 23
4
Zaptel Compilation
Hi List; I am facing a problem relaed to menuselect when I am trying to compile zaptel -1.4.2.1, the error as following: [root at localhost zaptel-1.4.2.1]# make linux26 make[1]: Entering directory `/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect' make[2]: Entering directory `/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect' make[3]: Entering directory
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
Ok so I read the Linux 2.6 related README and finally compiled propperly, I thought but at the end I notice that lscpi does report the cards, but I cant modprobe wcfxo nor zaptel and I do have wcfxo.ko in the /lib/modules/2.6.8/extra/ directory, so what gives? This is a Debian Sarge, thanks! # # make clean starts here # make[1]: Entering directory `/usr/src/zaptel-1.4.0/menuselect' rm
2011 Apr 20
2
issue with installtion asterisk
hello all, I have installed centos 5.5 ( linux text) and I have updated it with # yum install bison bison-devel================?ok # yum install ncurses ncurses-devel==========?ok # yum install zlib zlib-devel===============?ok # yum install openssl openssl-deve=======?ok # yum install gnutls-devel============ ==?ok # yum install gcc gcc-c++============?ok # yum install newt
2020 Jul 01
3
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi Joshua HTTP is used on in our setup on 127.0.0.1/mxml?<command> to send commands to the server, such as http://127.0.0.1/mxml?action=login&username=myuser&secret=thesecret to log in and then http://127.0.0.1/mxml?ActionID=123&Action=BlindTransfer&Channel=Channel&Context=local&Exten=123&Priority=1 etc. to control transfers, for example. ARI is not being
2010 Mar 21
1
Invalid Makefiles to install asterisk with ldap
Hello , I have a problem to install asterisk with ldap. I am doing the following: make clean . / configure make menuselect LIBS =- lldap export LIBS make ====> This is where my error #make CC = "cc" CXX = "g + +" LD = "" AR = "" RANLIB = "" CFLAGS = "" make-C menuselect CONFIGURE_SILENT = "- silent" menuselect make [1]:
2014 Sep 17
1
GSM to GSM call with callerid passthrough
Hi All, I have a GSM to VoIP gateway (specifically yeaster TG400) which I am trying to use for kind of a call intercept between two GSM users. Call comes through one SIM and goes out through another Sim with our Asterisk in between to log the call. This works fine but we need the original callerid to pass-through through the outgoing SIM. I have tried every possible configuration on Asterisk that
2016 Jun 30
2
problem with DTMF detection on calls created with Originate AMI command
Dear all i'm creating an outgoing call to number xxx with this command: http://host:port/mxml?action=Originate&Channel=Local/xxx at to-external &Exten=testDTMF&Context=cRETEUNICA&Priority=1 wich points correctly to this portion of dialplan: [cRETEUNICA] exten => testDTMF,1,Answer exten => testDTMF,n,Read(digito,,1) exten => testDTMF,n,SayDigits(${digito}) The
2008 Feb 27
2
problem installing webOrb => Plugin not found: "http://themidnightcoders.net:8089/svn/weborb"
I''m trying to install weborb in my applications but it is not working as you can see: C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8 089/svn/weborb --force to reinstall + ./README + ./Rakefile + ./init.rb + ./install.rb + ./lib/AC_OETags.js + ./lib/InfoService.rb + ./lib/data-management-config.xml + ./lib/example.html + ./lib/example.mxml +
2009 Jan 15
1
problem with PlayDTMF: no error but no tone
Hi to all i'm using PlayDTMF with AJAM, after the authentication, i make a request like this: host:8088/asterisk/mxml?action=PlayDTMF&Channel=SIP/200-sdadsadkioah&Digit=1 the result is: <ajax-response> <response type='object' id='unknown'><generic response='Success' message='DTMF successfully queued' /></response>
2007 Feb 27
2
AJAM..is a BUG?
hi guys i have created a plugin for jquery for asterisk ajax interfacement. the interfacement work with ajam and on firefox work very well, the problem is with IE :-( an example: the url is: asterisk/mxml i want login on manager system and the string command is: action=login&username=myusername&secret=mysecret I have tested with firefoz and i receive the correct XML response, the
2009 Oct 02
0
[PATCH] add mini-xml to com32 api
I managed to get mini-xml (www.minixml.org<http://www.minixml.org>) working with the com32 API. I use it to read additional data needed by my comboot program but doesn't necessarily belong in the Syslinux config file. Maybe someone else can find a use for it as well. First you must extract mini-xml into the Syslinux tree: tar xfz syslinux-3.82.tar.gz tar xfz mxml-2.6.tar.gz mkdir -p
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
Missing are capitalization/formatting of data type & function labels, as well as addressing the unit labels for the y-axis. --- src/flexchart/flexchart.mxml | 4 + src/flexchart/org/ovirt/Constants.as | 17 +++ src/flexchart/org/ovirt/charts/BarChart.as | 155 ++++++++++++++++-------- src/flexchart/org/ovirt/charts/HostChart.as | 42 ++++++-
2009 Sep 27
3
Domain0 with Kernel 2.6.18-92.1.22.el5xen fails to boot Guests with Kernel 2.6.18-164.el5xen
Hi all, I am in a bit of a fix here, I have several Guests paravirtualized running on a Dom0 that is currently running the 2.6.18-92.1.22.el5xen Kernel. All my guests (administered by different people) have subsequently been updated to later versions of the kernel (namely 2.6.18-164.el5xen or 2.6.18-128.4.1.el5xen). Ones that are still running are using the Kernel 2.6.18-128.4.1.el5xen while
2020 Jul 01
0
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
On Wed, Jul 1, 2020 at 10:32 AM Stefan Viljoen <viljoens at verishare.co.za> wrote: > Hi Joshua > > HTTP is used on in our setup on > > 127.0.0.1/mxml?<command> > > to send commands to the server, such as > > http://127.0.0.1/mxml?action=login&username=myuser&secret=thesecret > > to log in and then > > >
2020 Jul 01
2
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi all I'm running an Asterisk 13.22.0 instance on Centos 7 - I7-8700 12 core HT with 16GB of RAM. The server maintains a total active call count of approx 285 calls with 440 channels at any one time. The totals never go below 200 calls concurrently active. For the kernel, top reports load levels at around 5.0 to 6.0 constantly. I'm having issues where at random intervals, the CLI is
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.
2008 Nov 28
7
Examples of advanced data visualization
Dear R-help, I am looking for ideas and presentations of new and advanced data visualization methods. As an example of what I am searching for, the 'Many Eyes' pages at http://manyeyes.alphaworks.ibm.com/manyeyes/ may provide a good paradigm. I would be interested even if it will not be easy to implement such examples in R, e.g. because of the interactive nature of these graphical