Displaying 20 results from an estimated 400 matches similar to: "how to install asterisk on redhat ?"
2009 May 27
2
Cron Job?
Hi All,
How does one create a cron job that runs commands like:
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=yyy.com -update
Say every 15 mins?
-Jason
2007 Mar 29
4
Machine reboot - monit fails to start mongrels
Greetings -
I dug around a bit and I couldn''t find a definitive answer to this
question, apologies if it''s been covered before. A box running a
apache 2.2 -> mongrel cluster for a rails app got power cycled at my
ISP. Unfortunately monit couldn''t start the mongrel processes
because the pid files were still there. Here is my monit config (for
each mongrel
2006 Jun 07
1
rsync 2.6.8 copies directories but not files
I'm using a somewhat complicated --include/exclude chain to copy all
files matching a pattern, plus all files in certain subdirs.
/usr/local/bin/rsync -a
--include='*/' --include='*.[wip]'
--include='*.htm' --include='*.html' --include='*.off'
--include='wwwroot/*' --include='perl/*'
--exclude='*'
newcode/
2007 Jun 26
2
classification of incoming traffic with tc
Hi all,
Another requirement we have is that traffic entering the DS domain be
classified then subsequently assigned a (different?) DSCP based upon its
classification.
For illustrative purposes only let''s say (for traffic entering the DS domain
on dev eth0):
- WWW traffic would be marked BE
- traffic destined for 10.10.10.10 would be marked AF11
- VoIP traffic from 20.20.20.20 would
2003 Jul 04
1
rsync server and --delete option
Hello,
Here is my problem:
A rsync daemon is started on serverA with the root user.
Now if I try to sync serverA to serverB :
rsync -nPru --delete serverA::test/temp/ /temp/
the behavior is just perfect and everything goes well.
Now if I try to switch the server :
rsync -nPru --delete /temp/* serverA::wwwroot/temp/
the delete option is not working (the files that are not on the sending
2003 Mar 22
5
CYGWIN Rsync exclude/include problem
I'm having troubles with getting rsync 2.5.5 (CYGWIN version) to include/exclude files they way I expect it to. I have mulled over the list postings and man pages regarding this and I am either missing something or ... well I don' know.
I have a drive with 12 folders in the root however, I only want to rsync 5 of them (the ones marked with an *) and in those 4 I want to exclude certain
2010 Aug 11
4
feature request: "remote user is root, make remote owner is foo"
I often push files from my user account over SSH to my web server, and
want them owned by www-user, which may not have a login shell, should
never accept remote logins, and who may not have a ~/.ssh directory
(and if it did, it would be under the wwwroot, ack!).
Currently I push as root and then do a chmod, but isn't there a better
way? While I'm doing this, the files are temporarily
2006 Aug 08
1
inherit acls not working
To my knowledge the 'inherit acls' option should make new files inherit
the default acls from the containing folder... Please correct me if I'm
wrong!
But when I turn this setting on, it just don't seem to work... In other
words, newly created files do not get the default acls from the
containing folder...
Please advice anyone... (running Samba 3.0.21b-1 on Debian Sarge)
2007 Oct 28
3
tc filter question
Dear all,
I have big question in my mind about "tc filter" sintax. If I give "tc -s -d
filter sh dev eth0" command, then the output is like below :
filter parent 1: protocol ip pref 1 u32
filter parent 1: protocol ip pref 1 u32 fh 800: ht divisor 1
filter parent 1: protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt
0 flowid 1:2 (rule hit 21553629
success 37907)
2006 Feb 09
11
Asterisk vs. Traditional PBX
Hi everyone !
So here's my question of the day ! I need to make a decision on whether or not to go to a voip solution or configure an existing pbx (norstar) that my company has available. We are a small startup. I'm wanting a solution that will support up to about 200 people, with direct dial-in capability, up to about 30 concurrent phone calls and good voice quality. Right now I have
2013 Aug 02
1
Building klibc on 64-bit Ubuntu
Hi,
I am trying to build Klibc on a 64-bit Ubuntu on a x86 machine.
Here are the steps I followed:
1. Got the source
wget
https://launchpad.net/ubuntu/+archive/primary/+files/klibc_2.0.1.orig.tar.gz
tar xvzf klibc_2.0.1.orig.tar.gz
wget
https://launchpad.net/ubuntu/+archive/primary/+files/klibc_2.0.1-3.1ubuntu1.debian.tar.gz
tar xvzf
2003 Jun 24
3
Patching Festival
I just wanted to try out Festival, but I can't get it patched.
I'm thinking that there is something missing from the steps listed
at http://www.marko.net/asterisk/archives/0209/0389.html.
>>tar xvzf festival-1.4.2-release.tar.gz
>>patch -p0 </usr/src/asterisk-ng/festival-1.4.2-diff
>> (or wherever the patch is located)
When I run the patch command, I get the
2006 Nov 25
3
[LLVMdev] Zion Out Of Disk Space!
All,
Commits aren't taking right now because apparently Zion is out of disk
space:
cvs commit utils/findmisopt
Checking in utils/findmisopt;
/var/cvs/llvm/llvm/utils/findmisopt,v <-- findmisopt
new revision: 1.9; previous revision: 1.8
done
Insufficient disk space; try again later
Insufficient disk space; try again later
returntosender: cannot select queue for llvm
Insufficient disk
2006 Jul 26
2
[LLVMdev] NightlyTest Broken?
It seems after the change on Zion that the nightly test is broken. When
I go to http://llvm.org/nightlytest/, I get a blank page. Any ideas?
Reid.
2008 Jun 12
1
broken pipe when working on open files (?), MacOS X, 3.0.2/3.0.3pre2
Hello all,
I have trouble to use rsync (tested with 3.0.2 and 3.0.3pre2) on MacOS X
10.3.
Rsync always seems to stop when working on open files (?). Source is my
laptop
hard disk, destination a USB attached external drive.
If I stop Firefox for instance all runs smoothly.
This is how I built rsync:
#!/bin/bash
# VERSION=3.0.2
VERSION=3.0.3pre2
DIR="rsync-$VERSION"
2005 Sep 22
2
production environment
So I''m getting ready to setup a production environment on my boxen (running
Fedora Core 3), what are my options? I''ve seen a number of posts about
FastCGI, SCGI, etc. and am completely lost as to what I should be setting up
on my box (that I hopefully won''t have to touch for a while).
I need to run Collaboa, Typo and probably 3 or 4 other apps on this, so
2006 Nov 25
0
[LLVMdev] Zion Out Of Disk Space!
Reid Spencer wrote:
1) It appears that the only problem was with sending email to the
llvm-commits list; any files commited to the repository should be commited.
2) The web server error log filled up /var/log, preventing the CVS
commit script from sending email. The Apache error log was filled with
entries like this:
[client 219.140.157.109] PHP Notice: Undefined offset: 1 in
2007 Jun 28
1
Avaya IP Office DTMF Issue
Hi
I have a client using a Avaya IP Office PBX that is taking a SIP trunk
from me terminating on a * box. It all works perfectly apart from DTMF.
Although you can hear the tones they don't seem to get recognised. I
have tried DTMF mode auto, inband, out of band and rfc2833 but no luck.
Any ideas?
Regards
Jon
--
Jon Farmer
Telford, Shropshire, UK
2011 Mar 30
7
XCP XenAPI fencing script (clustering support)
Hi,
I think this would be the best forum, let me know if not.
I am in the middle of writing fencing scripts for Citrix XenServer virtual
machines (specifically for use with Redhat Clustering, but will also work
from pacemaker etc) and I noticed that XCP uses the same XenAPI (from what I
can tell).
Just wondering if someone would be able to test the scripts on XCP and let
me know if they work.
2000 Dec 29
4
vorbis.com
Form the vorbis.com homepage:
"Ogg Vorbis does not compromise quality for freedom. Its stunning
quality is coupled with aggressive features like fast bitrate scaling,
surround channels, and fast sample-granularity seek and decode."
This makes me wonder...
-- What is "fast bitrate scaling"?
-- I've never seen anything in the source supporting surround channels.
-- I