Displaying 20 results from an estimated 8000 matches similar to: "Hello and questions"
2000 Jun 11
1
cmdline
I have got CVS version of vorbis.
In cmdline directory
# make
...
gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \
-I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \
../lib/libvorbis.a -o vorbis -lpthread -lm
main.o: In function `main':
main.o(.text+0x31c): undefined reference to `fill_buffer'
main.o(.text+0x332): undefined reference to `CheckWav'
2000 Apr 11
1
Compiling the 'cmdline' demo
Hello,
I found out about Vorbis and Ogg recently and am very
interested in it. I grabbed the latest sources from CVS and have been
able to compile almost everything. The only thing (to my knowledge)
that I can't compile is the 'cmdline' demo.
Everything compiles correctly there error comes in the linking
stage. The error message is reproduced below:
make target
2000 Apr 11
1
Compiling the 'cmdline' demo
Hello,
I found out about Vorbis and Ogg recently and am very
interested in it. I grabbed the latest sources from CVS and have been
able to compile almost everything. The only thing (to my knowledge)
that I can't compile is the 'cmdline' demo.
Everything compiles correctly there error comes in the linking
stage. The error message is reproduced below:
make target
2000 Apr 21
5
BeOS diffs
HI,
how do I get mods applied to Vorbis, I'm not a
cvs guru and I don't know much about configure scripts.
BeOS has this little quirk of being 99% POSIX compliant so these
mods are required for vorbis to compile.
To define int64_t in codec.h
#ifdef __BEOS__
#include <inttypes.h>
#endif
run.c in vq needs 'changing' around line 141 becuase
S_IFSOCK isn't
2000 Apr 16
0
Trying to get cmdline going...
Hello all,
Another johnny-come-lately courtesy of the Slashdot effect... I have
taken a moment to browse the archives, so I'm not asking "Why doesn't
the cmdline utility compile?" yet again. I have been doing some
fiddling with it and found a few thinkos to fix, but some of the more
esoteric getopt() things are stumping me.
Ferinstance, it seems that
<
2000 Apr 21
1
Changes..
This is the first project I'm taking an active interest in, so I trust
that the guiding hand of flamethrowing will teach me the ways.
I was anxious to start playing with Vorbis somehow, so I downloaded it via
CVS and tried to get the tool in vorbis/cmdline to compile. It didn't
compile at all until I made the attached changes.
Note that I'm only trying to guess as to how the
2003 Aug 05
2
Samba auth via NDS LDAP
Hi All.
I am wanting to setup SAMBA to use a Novell LDAP server to authiticate
users. I have Googled the topic and cannot find much except for OpenLDAP
implementations.
Does anyone have suggestions or links to share?
--
Jason
2000 Sep 11
0
cmdline does not compile from cvs
When I try to compile "cmdline/vorbis", I get the following.
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H getopt.o getopt1.o main.o -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H ../lib/libvorbis.a -o vorbis -lm -lpthread
main.o: In function `main':
main.o(.text+0x31c): undefined reference to `fill_buffer'
main.o(.text+0x332): undefined
1999 Oct 04
3
Detailed decoder pseudocode (was: Re: ETA?)
> > Which part?
>
> Well, my biggest problem is dealing with files. As you have mentioned
> that fill_buffer() is obsolete, what has replaced it? ogg_sync_buffer()
> didn't seem to be what I was looking for, as far as I can tell... am I
> headed in completely the wrong direction?
Ah, OK, I understand where you're headed now.
The libvorbis API is different than
2006 Feb 03
1
XML Builder File Extention
I have created a rxml template and I am sucessfully generating valid
xml.
However, the file does not have an extention on it. This is creating a
problem for one of the applications running on my computer, when
referencing the file off the server it requires the .xml file extention.
Despite being vaild xml it needs that extention.
I am lost at how to solve this problem.
I am still working in a
2011 Aug 17
3
OpenLDAP setup and bootstraping in CentOS 6
I'm having trouble getting openldap through its initial setup.
I created a /etc/openldap/slap.conf file with a default rootdn and rootpw, and they didn't seem to take effect. After much wailing and gnashing of teeth I found that if there is a config directory at /etc/openldap/slapd.d, it will ignore slapd.conf. I can't figure out how to translate slapd.conf into the (new?) standard
2005 Sep 26
3
Sangoma and Digium same machine?
Anybody ever put a Sangoma and a Digium card in the same server?
Specifically a four port card from each company?
-bill
wlloyd@slap.net
2010 Mar 07
4
Introducing ConVirt 2.0
----- "Pasi K?rkk?inen" <pasik at iki.fi> wrote:
> On Sat, Mar 06, 2010 at 09:04:20AM -0500, Kanwar Ranbir Sandhu wrote:
> > Why would one use ConVirt instead of the management tools included in
> > RHEL and/or CentOS? What's the difference?
>
> RHEL/CentOS doesn't provide web-based management.. or even easy
> multi-host / cluster management of
2013 Feb 21
6
Warning: Your BIOS is broken
I am getting the following on my 'new box' for my DNS server:
Date: Wed, 20 Feb 2013 13:58:04 -0500
From:
To:
Subject: [abrt] full crash report
User-Agent: Heirloom mailx 12.4 7/29/08
abrt_version: 2.0.8
cmdline: ro root=/dev/mapper/vg_onlo3-root_01 rd_NO_LUKS
rd_LVM_LV=vg_onlo3/root_01 LANG=en_US.UTF-8
+rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us
2004 Jun 29
7
anti-R vitriol
A colleague is receiving some data from another person. That person
reads the data in SAS and it takes 30s and uses 64k RAM. That person
then tries to read the data in R and it takes 10 minutes and uses a
gigabyte of RAM. Person then goes on to say:
It's not that I think SAS is such great software,
it's not. But I really hate badly designed
software. R is designed by
2015 Nov 10
3
[PATCH] v2v: Make the interface between cmdline.ml and v2v.ml
I'm interested to hear opinions on whether this makes the code
clearer, or not.
This is virt-v2v, but many other virt-* tools work the same way, and
analogous changes could be made.
Currently when command line argument parsing is done in 'cmdline.ml'
the list of parsed parameters is passed to the main program in a very
long tuple. Each parameter is strongly typed, but not named (so
2006 Apr 28
2
tests and login_engine
Hi there,
I just started writing tests today after some months of using rails (slap wrists).
I seem to be getting the hang of things, but I''m hitting a wall when it comes to functional_testing pages protected by login_engine/user_engine.
all my assertions come back with:
Expected response to be a <:success>, but was <302>
Is there a way I can login from within a test?
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com>
These patches are based on the elflink branch.
This set of patches is my attempt at moving the command-line interface
functionality out of the core and into an ELF module to reduce the
size of the core.
The most interesting patch is [PATCH 4/4] which moves the cli code out
of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2007 Jan 18
2
Remounting after changing mount options.
Unfortunately, this is another "I don''t yet know ruby" question, but I''m
hoping that someone can help me out.
I''ve just tried to write some mount options via puppet and I noticed that,
while fstab is written, the managed mounts are not remounted to effect the
stated changes.
For instance:
Original - /home, options: rw
Puppet - /home, options: rw,acl
2016 Mar 22
1
[PATCH] appliance: use bash features for string matching in files
Read the content of /proc/cmdline using bash features, and use its
[[ ... ]] expression to find texts in a variable.
This shaves off 5 grep invocations.
---
appliance/init | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/appliance/init b/appliance/init
index f6fe9b9..8d662fa 100755
--- a/appliance/init
+++ b/appliance/init
@@ -75,7 +75,9 @@ $UDEVD --daemon