Displaying 12 results from an estimated 12 matches for "markley".
Did you mean:
markey
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis
and things, so please bear with me. :)
I've been having trouble with libvorbisfile.
My use of it is fairly simple, but when I try to ov_clear the vorbis
file, it segfaults.
I can attach or otherwise make availible some demo source code, but for
now I'll just pull out relevant lines:
//BEGIN PSEUDO CODE
2001 Dec 13
1
RH 7.1 & Samba HELP
Hi,
I have just downloaded the samba 2.2.2 rpm version for RH 7.1. Where can I
find documentation that will help me set it up. I can't get it started
running. In a previous version you could just type samba & the services
would start/stop. I would like to configure this box as a fileserver in an
NT domain if possible.
Any help is appreciated,
Bill
2003 Sep 18
1
Mixing libvorbisfile with SDL
I am having no luck at all mixing libvorbisfile with the cross-platform
gaming library SDL.
It seems that any time I call ov_clear, the app goes unstable and
crashes later in calls to glibc. This is unacceptable for obvious
reasons and I was wondering if there was a way to fix it by just using
libvorbis.
I was going to experiment with the possibility, but I have, as yet, been
unable to find
2007 Feb 01
4
ANNOUNCE: 0.22.1 (kermit) is out
I''ve published the tarballs and whatever bad packages my publishing
system knows how to create; look for more official debs, sun
packages, and rpms in the near future, hopefully. Note that this is
mostly a bug-fix release, and I expect it to be a pretty painless
upgrade for most everyeone (but please, test before upgrading).
Here''s the changelog:
Compile times now
2006 Nov 11
5
Ubuntu experience
What is everyone''s experience with Puppet on Ubuntu? Does it work as
expected? Any caveats or oddities?
-- DK
--
Digant C Kasundra <digant@stanford.edu>
Technical Lead, ITS Unix Systems and Applications, Stanford University
2003 Dec 01
0
No subject
...4368@yahoo.com
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
Return-Path: <BMarkley@Datalux.com>
Delivered-To: samba@lists.samba.org
Received: from datalux_exc.Datalux_corp (proxy.datalux.com
[204.111.16.98]) by lists.samba.org (Postfix) with ESMTP id 52D594EAC
for <samba@lists.samba.org>; Wed, 25 Jul 2001 07:22:27 -0700 (PDT)
Received: by datalux_exc with Internet Ma...
2003 Dec 01
0
No subject
.../usr/local/sbin/swat
disable = no
}
The error I get when using IE and lynx is username or password incorrect.
Any help on this would be appreciated.
> -----Original Message-----
> From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]On
> Behalf Of Bill Markley
> Sent: Tuesday, July 24, 2001 14:07
> To: John Benedetto; Bill Markley; Samba List
> Subject: RE: Does SWAT Run in Samba 2.2.1a??
>
>
> Well, when I use the URL "http://localhost:901" Netscape returns a message
> "The document contained no data. Try again later...
2007 Nov 18
20
Testing modules
There''s definitely enough complexity in some of the modules out there to
warrant solid test coverage, especially if people start extending a module
to support more distributions and OSes, while trying to keep the existing
support working. That''s even before you start thinking about functions,
facts, and native types. They''re *really* in need of solid testing, being
all
2007 Feb 22
33
Scaling Puppet 0.22.1 to hunderdes of nodes.
Hi,
My environment is composed of ~250 workstations hitting a single
puppetmaster server, which has been working fairly well up until now.
The most recent change has been a migration of a lot of remote file copy
objects which were previously handled with cfengine.
client side puppetd calls to the puppetmaster.getconfig method are
taking unreasonably long, on the order of 2-3 minutes. It
2003 Dec 01
0
No subject
...I know that. For reasons to be
disclosed in due time, I have to build the thing myself. 8-*
--
"Mathematics possesses not only truth, but some supreme
beauty; a beauty cold and austere, like that of a sculpture."
-- Bertrand Russell
Return-Path: <BMarkley@Datalux.com>
Delivered-To: samba@lists.samba.org
Received: from datalux_exc.Datalux_corp (proxy.datalux.com
[204.111.16.98]) by lists.samba.org (Postfix) with ESMTP id 2B2E25234
for <samba@lists.samba.org>; Fri, 27 Jul 2001 11:43:50 -0700 (PDT)
Received: by datalux_exc with Internet Ma...
2003 Sep 15
1
libogg and libvorbis on MinGW
I am using libogg, libvorbis, and libvorbisfile in my most recent
project. One of the build environments that my project must build on is
MinGW. http://www.mingw.org/
Unfortunately, it seems that there are a few (possibly) minor problems
with the libogg and libvorbis build processes which prevent me from
building them under MinGW.
One is that both of them reference header _G_config.h which
2003 Sep 14
0
ov_clear(&vorbis) segfaults? (Backtrace and test case)
Well, I've done more work on this today and done the following:
-I simplified the test program to just under 125 lines of code.
-I discovered that the code works fine on my friend's Darwin machine.
-I discovered that the code works fine in my friend's i386 linux machine.
-I discovered that the code fails in ALL of my i386 redhat 9 machines.
(Even the ones where I've rebuilt