Displaying 20 results from an estimated 499 matches for "msmith".
Did you mean:
smith
2011 Aug 16
1
imap-login aborted login
...tfix/DovecotLDAP, as a guide to get it all set up. I have checked the status for postfix and dovecot, and they both are up and running by using telnet. I have even installed openldapadmin to check and see if I've got the ldap working. I could login to openldapadmin and saw myself there with uid=msmith.
I have also installed squirrelmail as my webmail. After all that installed, I went to localhost/squirrelmail on the firefox browser. It would not log me in.
Later I found in the /var/log/dovecot-deliver.log file, I saw the following messages
dovecot: Info: Dovecot v1.2.9 starting up (core dumps...
2004 Jul 01
8
Tutorial/Docs for using libvorbis directly
Hi,
We needed a vorbis decoder that operated differently from the approach taken
libvorbisfile. So I sat down, looked through the docs, and the sample decoder
that come with libvorbis and wrote our own.
Since I couldn't find any docs for the API for libvorbis itself, I've written
some. It details all the steps you need to go through to write a _basic_
reusable decoder library using
2011 May 13
5
puppet resource for group
Hi,
Why doesn''t puppet resource group tell me who belongs to the group?
Given the group such as:
mg_team:x:501:smruph, cosman, msmith, mhankey
With the command:
puppet resource group mg_team
only returns:
group { ''mg_team'':
gid => ''501'',
ensure => ''present''
}
I was expecting:
group { ''mg_team'':
gid => ''501'',
ens...
2004 Aug 06
26
Icecast2 issues continue
Hi:
Well, up until about a week ago, we had our stream up and running on 3
seperate mountpoints and it was rock solid. then we started hitting
problems with disconnects and the like. I recompiled everything this
morning and set it running again. But one mount has died already.
We have 3 streams running. the first is the ogg files as they were encoded
(egoplay.ogg). the second is a
2004 Aug 06
3
slow streaming
On Thu, 18 Mar 2004 10:15:32 +1100
Michael Smith <msmith@xiph.org> wrote:
> On Thursday 18 March 2004 08:02, ianux wrote:
> > hi,
> > here is my configuration :
> > I've got a NATed network through a linux box
> > the icecast server is running on the router
> > I'm running ices 2.0 beta 4 on my own box
> &g...
2004 Aug 06
3
libnet: sock_connected insists on a timeout
While working on integrating nonblocking IO into libshout, I noticed
that sock_connected cannot be called without blocking. If I read it
right, a timeout of zero will cause the call to block until the socket
is connected. So, my questions:
1. Am I reading this right?
2. How should I poll a pending connection?
I'd prefer to have a zero timeout act as a poll, but I don't know if
any other
2004 Aug 06
3
icecast 1.3 or 2 ???
...ehalf Of
Geoff Shang
Sent: 11 January 2003 3:00 AM
To: icecast@xiph.org
Subject: Re: [icecast] ice
<p>Hi:
This is called ices (if running under *nix), either ices 0.2.3 if using
icecast 1.x (downloadable from icecast.org) or ices 2 if using icecast2
(available from xiph CVS or www.xiph.org/~msmith/).
Geoff.
--
Geoff Shang <gshang@uq.net.au>
ICQ number 43634701
Make sure your E-mail can be read by everyone!
http://www.betips.net/etc/evilmail.html
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
<p>--- >8 --...
2004 Aug 06
4
Streamer / scheduler - play file at predifined time?
thanks, this works but its almost impossible to make all my programs
to add up to an hour exactly so at some stage I would need to kill
the a song half way through just before the news at the top of the
hour. Any ideas on how to do this ??/
R
<p>On Wed, 9 Oct 2002
09:00:39+1000(EST) Geoff Shang<gshang@uq.net.au> wrote:
> Hi:
>
> Regarding refreshing the playlist. IIRC,
2004 Aug 06
2
icecast 1.3 or 2 ???
> You can get an October 10 alpha release from www.xiph.org/~msmith/ or you
> can get the latest code from the xiph.org CVS repository (visit
> http://www.xiph.org/cvs.html (module icecast). documentation is almost
> non-existant for icecast2 so if you hit any trouble, ask here.
>
> Geoff.
This is true. There is no solid documentation for icecast2...
2004 Aug 06
4
relay servers and mountpoints
> this all works fine . but i want to set ices2 on the main web server to
> actually broadcast the appropriate archives for off-live times , instead
> of redirect to the fileserve . ( will this require much resources if the
> mp3/ogg files are already encoded to the correct bitrate ? )
No. Without re-encoding, resource usage is very very low.
>
>
> MY QUESTiON -- if the main
2004 Oct 18
2
ICECast in Flash / IEWin
Alternatively you can just script the window media player control, and bind
it to your stream, that should work just fine, assuming you have my
directshow filters installed.
Zen.
----- Original Message -----
From: "Michael Smith" <msmith@xiph.org>
To: "Ian Andrew Bell" <hello@ianbell.com>; "icecast" <icecast@xiph.org>
Sent: Monday, October 18, 2004 9:29 AM
Subject: Re: [Icecast] ICECast in Flash / IEWin
> On Sunday 17 October 2004 07:16, Ian Andrew Bell wrote:
>> I'd like to resurre...
2017 Nov 15
0
vcut(1) and its manpage
...[ cutpoint | +cutpoint]
-
-.SH DESCRIPTION
-.B vcut
-reads an Ogg Vorbis audio file and splits it at the given cutpoint, which is a
-sample number. If the cutpoint is prefixed with '+', the cutpoint is an
-integer number of seconds.
-
-.SH AUTHORS
-
-.TP
-Program Author:
-Michael Smith <msmith at xiph.org>
-
-.TP
-Manpage Author:
-Christoper L Cheney <ccheney at debian.org>
+.Dd November 15, 2017
+.Dt VCUT 1
+.Os
+.Sh NAME
+.Nm vcut
+.Nd cuts Ogg Vorbis files
+.Sh SYNOPSIS
+.Nm vcut
+.Ar infile.ogg
+.Ar outfile1.ogg
+.Ar outfile2.ogg
+.Op + Ns
+.Ar cutpoint
+.Sh DESCRIPTION
+.Nm...
2004 Aug 06
1
slow streaming
On Thu, 18 Mar 2004 10:15:32 +1100
Michael Smith <msmith@xiph.org> wrote:
<p>> > Do I need more bandwith? I have xDSL with about 512K of upload
> > bandwith with in fact 96-128K available for icecast. What is the
> > needed bandwidth for every listener and for a standard quality ?
> >
>
> Well, if you're strea...
2004 Nov 02
1
ICECast in Flash / IEWin
Hello,
Michael Smith <msmith@xiph.org>:
>
> We don't sent a content-length header because there's no way to know the
> content length in advance - it's a stream, after all!
I kown this, after more than 1 hour the flash player stop to play. But during 1
hour It's possible to listen music, better...
2004 Aug 06
2
Bug in the icecast2 error reporting
On Tue, 19 Nov 2002 00:54:13 +1100
Michael Smith <msmith@xiph.org> wrote:
> At 12:23 PM 18/11/2002 +0000, you wrote:
> >The icecast2 code uses recv(2) to read data from a source and tests
> >its returning value to see if something went wrong. The current code
> >groups together two checks of the return value:
> >
>
>...
2004 Aug 06
0
[PATCH] - Make reopening of Log files
independent from Configuration Reload
In-Reply-To: <200406161051.03808.msmith@xiph.org>
References: <1087307353.28637.11.camel@forge.intermeta.de>
<200406161051.03808.msmith@xiph.org>
Message-ID: <1087392799.7778.4.camel@forge.intermeta.de>
Hi,
yes, I tested the patch. Then I sent you the wrong version. I attached
the correct one. Yes, this one works....
2001 Sep 03
2
OggEnc help file
----------
> Van: ORK <korsmo@solungen.hm.no>
> Aan: vorbis@xiph.org
> Onderwerp: [vorbis] OggEnc help file
> Datum: maandag 3 september 2001 18:21
>
> Somebody asked how to use OggEnc a while ago.
>
> OggEnc v0.8 (libvorbis rc2)
> (c) 2001 Michael Smith <msmith@labyrinth.net.au)
>
> Usage: oggenc [options] input.wav [...]
LOL!
--- >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 the word 'un...
2004 Jul 22
3
Tag encoding
I'd like someone to clear up, or point me to some document clearing up,
the character encoding for tags.
In some of my OGG:s, non-ASCII characters show up like this:
? -> a
? -> "a
? -> "o
etc.
While when I set new tags, they later all show up as '#'. What kind of
encodings are used in these cases. Which is preferred?
(I have no LC_* environment variables set,
2004 Aug 06
2
ices can't logon to server
Do you mean ices 0.2.3? If so, I'm still getting the same error.
<p>On December 12, 2002 18:34, msmith@labyrinth.net.au wrote:
> Duke <list_usr@spacebox.net> said:
> > I'm certain I've got everything configured correctly, however, I keep
> > getting the following message when trying to run ices:
>
> ices 0.x doesn't use the same protocol as icecast2. Don't...
2000 Jun 20
3
Kenneth's Second Commit
I've fixed a heck of a lot of stuff in the time frame of just over ten minutes.
And you all care... right.
I actually ran Vorbize, and discovered some stupid bugs (e.g., segfault???).
Fixed.
Both Vorbize and Ogg123 should now speak fluently in Monty's comment-eese.
I'll be working on getting both to implement all the comment tags; I'm
seriously considering dropping all comment