Displaying 20 results from an estimated 1300 matches similar to: "semi OT: logwatch results"
2004 Dec 02
3
Very odd musiconhold
I've followed the docs on how to configure musiconhold.
I then added an extension to test it like this:
exten => 6601,1,WaitMusicOnHold(30)
And when I dial that extension I do hear something for 30 seconds - but
it is not what I'd call music... it sounds more like the sound effects
from a scifi flick - now and then it sounds like jail cell doors closing
and echoing. Kinda cool but
2006 Jul 20
1
libshout: Streaming MPEG Audio Layer 2
Hi,
I'm not anywhere near an expert, but I had successfully used
Darkice, TwoLame, and Icast231 to netcast a mp2 stream. If it
will help, here is a snip from the related area of my darkice.cfg:
[icecast2-1]
format = mp2
bitrateMode = cbr
bitrate = 384
quality = 1.0
server = 127.0.0.1
port = 32710
password = (duh!)
sampleRate =
2005 Sep 18
3
How does the jitter buffer "catch up"?
> Err, unless I'm totally wrong, there are a few race conditions.
>
> Assume the buffer is full of packets newer than the current pointer, and
> one that is at the current pointer.
>
> get and put start at the same time.
>
> get will find the correct buffer index. Now, just after it finds it's
> index, assume we switch to the put thread.
>
> Put needs
2011 Aug 31
8
OT: help with email list reading programs w/ best features to read the centos and other lists that can filter people etc
we need to filter out various peoples posts on this list
would some kind soul(s) please direct us in locating the best email list
reading programs w/ the best features to read the centos and other lists.
the CentOS list signal/noise ratio is so bad that we need something better
than just outlook like clients or whatever
appropriate windows and linux recommendations would be most appreciated
2007 Jul 06
3
yum groupinstall everything
I have seen people on the list say you can yum groupinstall everything yet
when I tried their method, it didn't work
Is there actually a way other than making a script with all the info in it?
- rh
2007 Dec 17
4
take plunge and yum update to 4.6
Usually I am one of the first ones to do it
I have resisted this time...
It is almost the Holidays and out centos 4 boxes have been online for like 2
years or whatever
Has anyone boldly taken the plunge on any high use and/or Internet facing
Centos$ servers and done a
yum update
or a
yum -y update
without any problems at all?
:-)
- rh
2008 Jul 08
3
apt vrs yum ?
I was checking out Dag's ( not dagw ;-> ) new blog...
I don't know how much, if at all, this has been debated...
http://dag.wieers.com/blog/using-apt-in-an-rpm-world
if he is so adamant about apt over yum, why are we using yum still?
Laziness? ;-) ...or are we just tasty food centric?
Yum yum yum !!!
- rh
2005 Sep 18
2
How does the jitter buffer "catch up"?
> (PS, if you do use threads, protect speex_jitter_put/get with a mutex
> (CRITICAL_SECTION I believe they're called in Win32Speak) -- calling put
> and get at the exact same time from different threads leads to "features")
I've never tested this, but I designed the jitter buffer to work from
two threads even without using a mutex. This would work as long as there
is
2007 Jul 08
2
non-privaledged reboot ???
Greetings
On centos 5, if I ssh in as a regular non-superuser account and go to the
sbin dir to issue a reboot command, it wont do it as says you must be
superuser
If you are on the console logged in as a non-superuser account and do the
same thing, it will reboot.
Is this a feature, or a bug?
- rh
2008 Mar 21
2
glibc error ???
On a centos 4.6 box
rpm -qa | grep glib
glib-1.2.10-15
glibc-2.3.4-2.39
glibc-headers-2.3.4-2.39
glibc-common-2.3.4-2.39
dbus-glib-0.22-12.EL.9
glibc-kernheaders-2.4-9.1.100.EL
glibc-devel-2.3.4-2.39
glib2-2.4.7-1
I am getting this type of error at times on a mail server
*** glibc detected *** free(): invalid pointer: 0xbffa11b8 ***
While I am researching this more, I am wondering if the
2010 Jan 16
3
httpd and robots.txt
would anyone out there care to share their robots.txt experience using
centos as a webserver and their robots.txt files?
i realize this is a somewhat simple exercise, yet i am sure there are both
large and small hosters out there and possibly those that have high traffic
modify their robots.txt files differently that others ???
please share if you can or care to please?
for years we have just
2007 Aug 09
3
inexpensive / reasonably priced workstation / server development box
We are testing some simple low bandwidth video and audio broadcasting using
real server and client softwares.
So, for quick check and simplicity, we were plunking along TESTING on an
3.2GHz XP box and I noticed frames were getting dropped on the broadcast
just for resizing a window on the screen during the session.
Talk about totally lame...
I know this can be a big deal and start conflicting
2007 Dec 14
2
file or website upload scripts / programs and security protection
Holiday Greetings!
Ummmmm scenario is centos 4.5 standard apache webserver
I have a client that is really struggling with website file upload concepts.
Ive been googling for some scripts or other programs that allow uploading of
files to proper directory(ies) after authentication
I am definitely concerned about security issues of course.
I have never implemented this before because everyone I
2007 Jun 14
2
dell 2950 servers and centos 4 or 5
Greetings
Part of this may be OT
Anyone running CentOS 4 or 5 with the newer Dell 2950 servers?
Mainly thinking in terms of basic Internet facing applications
Anything special to report good or challenging?
Any hardware or drivers issues?
Anything not to order as an option or not do?
Should one stick to dual core or go to quad core? Does it really matter?
What is the best way to order
2008 Jan 20
4
simple script idea
Hi there...
Foolish me.... all was going sooooooo well and then I got a wild hair and
updated to the latest clamav .92 today.
It is possible I should have just done an rpm update install yet there were
some changes in ClamAV lately and I didn't know how well that would go.
up till now I spec'd and rolled my own Clamav RPMs without milter
somewhat recently ClamAV changed from having a
2012 Jul 16
0
libre office
On Tue, July 10, 2012 23:22, Joseph Spenner wrote:
> On Jul 10, 2012, at 7:17 PM, "Michel Donais" <donais at telupton.com>
> wrote:
>
>> Why in 6.3 they move OpenOffice to LibreOffice?
>>
>>
>> ---
>> Michel Donais
>> _______________________________________________
>> CentOS mailing list
>> CentOS at centos.org
>>
2005 Sep 18
0
How does the jitter buffer "catch up"?
>> (PS, if you do use threads, protect speex_jitter_put/get with a mutex
>> (CRITICAL_SECTION I believe they're called in Win32Speak) -- calling put
>> and get at the exact same time from different threads leads to "features")
>
> I've never tested this, but I designed the jitter buffer to work from
> two threads even without using a mutex. This would
2006 Apr 04
2
xend connection refused
I just booted Xen unstable (2.6.16 kernel) and Domain0 is running fine,
all on Debian 3.1 Sarge unstable on amd64. I can''t do much else:
Error: Error connecting to xend: Connection refused. Is xend running?
What''s wrong and how do I fix it?
--
Neal Probert (nealzilla@probestar.com) aka Niall Lundkvist
2002 Aug 14
1
OggShell v1.0 released
OggShell is a freeware Windows front-end for OggEnc.
Suggestions and bug reports are welcome...
Download page:
http://www.gbg.bonet.se/stefant/oggshell/
Regards,
Stefan Tobiasson
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only
2003 Jan 15
1
Solaris + Samba + Mount windows printer
Hi there,
I was trying print to a Windows shared printer from Solaris 2.5 using the
following command:
# smbclient //windowspc/printer1 -U abc -c 'print -' < somefile.txt
with success. Now, my application in Solaris was hardcoded to send print to
lp, if I wanto change the destination of printing from lp to the windowspc's
printer, how do I do this without changing my application