Displaying 20 results from an estimated 33 matches for "mambo".
2006 Feb 28
4
Off-Topic Mambo Vulnerabilities & Patches
On the Mambo CMS site there are vulnerabilities found. Whilst this is
not a CentOS problem, people rent/deploy servers (CentOS) on the net
with Mambo. A guy in one of the user forums on the net, had his Mambo
4.5.2 server hacked and they installed some interesting stuff in /tmp
. When a server is hacked it give...
2005 Jun 22
2
OT: Asterisk and Mambo - help wanted
Hello everyone,
So, this isn't exactly what it seems. I am not looking to integrate
Asterisk and Mambo. I am the maintainer/creator of AstLinux, and I have
recently decided that I should really have a better web site for it. I
would like to use Mambo so that I can do updates easily, from anywhere,
without having to waste time learning PHP/HTML/etc. Mambo CMS seems the
best and most powerful w...
2005 Oct 10
11
Open Source Content Management System - Joomla
There was some discussion in the past about which one is the best
Content Management System that can be used in conjunction with Asterisk.
Mambo was supposed to be the best out there under GPL. The guys who
developed Mambo have a new product now - Joomla. I am using this and it
appears to be better than Mambo in many respects. Read the gist about
Joomla below.
-------------
If you've read anything at all about Content Management System...
2012 Sep 16
2
flash plugin
...4.h
Filename : /usr/lib/python2.6/site-packages/tg/flash.pyo
Filename : /usr/lib/python2.6/site-packages/tg/flash.py
Filename : /usr/lib/python2.6/site-packages/tg/flash.pyc
Filename : /usr/lib/kde4/kipiplugin_flashexport.so
Other : kipiplugin_flashexport.so
Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/images
Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif
Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js
Filename : /var/www/mambo/mam...
2006 Apr 10
1
Where is the documentation for IFB ?
Hi all,
Can you tell me where is the documentation for the new IFB (implemented
in kernels > 2.6.16).
Thanks in advance!
Nikolay
2002 Dec 25
1
some weird filename related error
Both OggDropXPd 1.6 beta 13 & the modified version of CDex from the site i got OggDrop XPd 1.6 beta 13, and the ogg output plugin for winamp have a problem with this filename:
Pre Club Mix (Mixed by DJ Pete Gooding) - Cafe Mambo The Real Sound Of Ibiza - David Morales and Albert Cabrera present Moca feat Deanna - Higher (Mo and Al's Original Mix)
and this one
001_Pre Club Mix (Mixed by DJ Pete Gooding) - Cafe Mambo The Real Sound Of Ibiza - David Morales and Albert Cabrera present Moca feat Deanna - Higher (Mo and Al...
2005 May 21
3
Standardized Benchmarking?
Hello all,
I'm creating a site where people can share their benchmarks. If you are
interested, the site is at (I just started on it so it has the stock
graphics and color scheme still):
www.dcsnow.com/mambo
I would like some thoughts on what would be a good way to standardize the
testing so the results are more comparable. Is Bonnie+ a good program for
hard drive speed testing? Is there a better option? I personally prefer
hdparm but that is not an option for those who have SCSI.
And what about t...
2006 Apr 01
1
Sys.sleep() burns up CPU on Solaris 8
...s sleep ;-).
The following patch against R-2.2.1 fixes the problem. Note that the
test of the return value for R_SelectEx() was also incorrect; although
harmless, it was treating the error return (-1) as a successful return.
stephen pope
scp at predict.com
Here's the patch.
build_main at mambo:/vobs/products/R> gdiff -ub src/unix/sys-std.c@@/main/3
src/unix/sys-std.c
--- src/unix/sys-std.c@@/main/3 Thu Jan 12 11:39:55 2006
+++ src/unix/sys-std.c Fri Mar 31 23:12:16 2006
@@ -294,13 +294,13 @@
else onintr();
}
- tv.tv_sec = 0;
- tv.tv_usec = usec;
+ tv.tv_sec...
2011 Oct 19
2
Live CD boot for KVM guest. How?
Hi,
My host and guest are CentOS 6. The guest is going to be a web server in
production. I am trying to resize (extend) of the base partition of my
guest. But I can of course start the installation of CentOS 6 guest all
over again with a larger image size. However, just for the sake of
better understanding I an trying to solve things not to be end up in a
dead end after some years.
1. I
2004 Aug 06
0
Broadcast schedular
...t, it runs
under windows. I want something that runs under LInux. Secondly, it uses
a GUI. I need something that is text-based. since this is all about
defining rules, this ought to be possible with a configuration file of some
sort.
The other project that looks like it might have potential is Mambo Jambo
PLaylist (http://www.oddsock.org/tools/mjplaylist). This seems to have
more of a textual approach. Unfortunately, it also runs under windows and
I'm somewhat disinclined to install it just to see if it's the sort of
thing I want, when I need something that runs under LInux anyway....
2005 May 17
3
pronunciation?
Anyone know how centos is actually pronounced? When people I work
with ask me which linux I run, I say it like the word scent - oh - s,
with a sharp S on the end. How's everyone else say it? How's it
supposed to be said?
2004 Nov 02
0
Newer LAMP Components
.../t,8/#27
I don't necessarily intend to maintain these programs by doing security
updates although the complete build process including all dependencies
required to build each SRPM is included in the forum.
I am NOT using these in production, but I am using them on an intranet
test server with Mambo installed. So far, no real problems.
-----------------------
Johnny Hughes
<http://www.HughesJR.com/>
2005 Mar 26
1
IPSwitchBoard new Release
IPSwitchBoard Version 0.69 has just been released; it is available for FREE:
<http://mambo.thorben.dk> Download here
Release notes:
* Record calls by right clicking any extension button, you can have
several recordings at the same time.
* Bug fixes
The recordings will be placed as a single wav file on the Asterisk server in
the folder: /var/spool/asterisk/monitor
the name of...
2007 Jan 25
1
"rep" missing from methods:::.BasicFunsList
...s:::.BasicFunsList, causing
methods:::genericForPrimitive("rep") to fail, which in turn causes
setMethod("rep", ...) to fail. (setGeneric("rep") of course fails as it
should, saying that rep is a primitive and methods can be set).
Here's the fix:
build_main at mambo:/vobs/products/R> gdiff -ub
src/library/methods/R/BasicFunsList.R@@/main/LATEST
src/library/methods/R/BasicFunsList.R
--- src/library/methods/R/BasicFunsList.R@@/main/LATEST Tue Jan 23
22:55:28 2007
+++ src/library/methods/R/BasicFunsList.R Wed Jan 24 23:56:32 2007
@@ -116,6 +116,10 @@...
2006 Aug 12
0
Following your Mongrel thread
...Safety world!
If I run a plain mongrel server, make it service and manage it...
everything is ok. When you throw in all the fat Rails run... it
crash... left threads behind... stop responding...
I don''t think is Rails fault! (this could be interpreted as a irony).
Anyway, after all this mambo-jumbo, I guess will need to look into this.
Call next week my "Solve the f*ckin win32-service problem so rails
runs nicely on windows" week.
Good weekend for everyone.
--
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the p...
2007 Mar 16
1
Joomla RPM for CentOS
Does anyone know of a joomla rpm for CentOS/Red Hat? I see some rpm's on
rpmforge but none are for our OS.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070316/8df49b26/attachment.html>
2006 May 01
3
beta testers: tab panes
Hello,
I was wondering whether anybody is interested to do some beta testing on a
script I''m currently working on.
Here is a little preview: http://net4visions.com/dev/tabs/tabs.html.
A little doc file can be found here:
http://www.net4visions.com/dev/tabs/docs/readme.htm
_______________________________________________
Rails-spinoffs mailing list
2004 Jun 16
3
ZAPHFC - only for * 0.7.2?
I've got Zaphfc working running Asterisk v. 0.7.2
Then I have tried with Asterisk V. 1.0 and the latest from CVS - with no succes.
Has anybody got zaphfc working with newer version than 0.7.2 ?
NR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040616/32481fca/attachment.htm
2006 Feb 27
3
Updates on Centos 4
Hi,
I have a server that has been running Centos for about a year but
I have not checked to see if there have been any changes to update.
Has there been any updates or fixes for the update? I have not been in
the loop for a while now. Thanks!
-- Dexter
Desire is the ingredient that changes the hot
water of mediocrity to the steam of outstanding
success. It's the ingredient that enables a
2008 Apr 04
8
DHCP and DomUs: not working
...:
BOOTP/DHCP, Request from 00:16:3e:43:17:01 (oui Unknown), length: 300,
xid:0x4e682b4f, secs:50, flags: [none] (0x0000)
Client Ethernet Address: 00:16:3e:43:17:01 (oui Unknown)
[|bootp]
15:59:41.965540 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none],
proto: UDP (17), length: 328) mambo.bolera.lan.bootps >
192.168.1.149.bootpc: BOOTP/DHCP, Reply, length: 300, xid:0x4e682b4f,
secs:50, flags: [none] (0x0000)
Your IP: 192.168.1.149
Client Ethernet Address: 00:16:3e:43:17:01 (oui Unknown)
[|bootp]
eth0 sees only the first packet. So, there is somet...