Displaying 20 results from an estimated 55 matches for "longhorns".
2006 Sep 15
0
Xen with Longhorn August CTP Guest
I have a dual-processor, dual-core Opteron 265 system. It doesn''t have
DDR2, and along with what I can find on the web, I''m pretty sure it
doesn''t have Pacifica, so I can''t do full virtualization. Right now it
has Longhorn Server Build 5600 (August CTP) x64 on it. But I would like
to try out some virtualization stuff to try different os''s and to
2008 Oct 14
2
Decoding multiple encoded frames
Keith Kyzivat wrote:
> Caveat: Take what I'm saying with a grain of salt -- I haven't actually
> written any code that decodes speex frames myself, though I have written
> code using Jean-Marc's Speexdsp lib.
>
> Comments below inline
>
> On Thu, Oct 9, 2008 at 9:28 AM, Darren Longhorn
> <darren.longhorn at redembedded.com
> <mailto:darren.longhorn at
2004 Jan 27
2
WinFS and Samba interoperability
Hi There,
Do any of the latest versions of Samba
interoperate with WinFS found in Microsoft future OS
called Longhorn ?
Thanks
Chris Kordish
Staff Engineer - Sun Microsystems
Competitive Strategy Group - CTO Office
781-442-2784
NOTICE: This email message is for the sole use of the intended recipient(s)
and may contain confidential and privileged information. Any unauthorized
review, use,
2005 Aug 04
1
Beta Version Windows Longhorn/Vista cant connect to samba
Hi Ppl
Running the following
Debian Stable (sarge)
Samba version 3.0.14a-Debian
I have had the following running fine as a domain controller with an ldap
backend, I have windows 2000 and windows xp machines logged into the domain
and all working 100%.
I recently got hold of the 32bit version of windows vista/longhorn and
decided to install it and try it out, when trying to connect to the
2012 Jan 18
1
data rate / sample rate
Oh I overlooked that one.. Thanks Darren!
Btw, I was wondering if anyone has tried using the echo canceller function
of speex with other codec like g.711?
On Tue, Jan 17, 2012 at 8:32 PM, Darren Longhorn <
darren.longhorn at redembedded.com> wrote:
> On 14/01/12 12:26, Christopher Adoremos wrote:
>
> What is the highest quality audio data rate and sample rate Speex can
>
2006 Feb 07
6
Isolinux bug: CD bootsector support broken
HPA,
I believe that support to boot windows CD bootsectors was broken
in 3.05. I have tested 2.13, 3.00, 3.02, 3.05, 3.06, 3.08, 3.11, and
3.20pre6. All versions >= 3.05 are broken. All versions <= 3.02 work
fine with the same config. The error message I get is:
================================================================
IOSLINUX 3.20 3.20-pre6 Copyright (C) 1994-2005 H. Peter Anvin
2008 Oct 09
2
Decoding multiple encoded frames
Jean-Marc Valin wrote:
>
>
> The decoder will return -1 if it can't decode anything else, so you just
> do something like:
>
> while(1) {
> err = speex_decode_int(state, bits, pcm);
> if (err==-1)
> break;
> output_data(pcm);
> }
I think I still didn't fully understand. As a test I encoded some frames
(wideband, with quality set to 8),
2012 Jan 14
2
data rate / sample rate
What is the highest quality audio data rate and sample rate Speex can
support?
--
Thanks
<http://www.earnmailer.com/link/9e66612ae7944911>
<http://www.earnmailer.com/alert/confirm/9e66612ae7944911>
<http://www.earnmailer.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 24
1
RC10 errors
...x files in /var/spool/mail (exported via NFS, but
local to the dovecot server). Mail in ~/mail/ (NFS mount, foreign to
devecot server). Indexes in /var/dovecot/indexes (local to dovecot
server with no NFS at all).
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Go Longhorns!
2008 Mar 25
0
No subject
1. You pass in half the samples as the 'bits' arg. Speex looks at 1
frame worth of those bits and decodes them, decoded result in 'pcm'.
2. You pass in exactly 1 frame of data as the 'bits' arg. Speex looks at
1 frame worth of those bits (which is all there, exactly), decodes them,
stores decoded result in 'pcm'.
3. You pass in 2 frames of data as
2008 Aug 21
3
dovecot panic after upgrade 1.0.15 to 1.1.2
...and the email to send them to. Sending the folder
itself might be problematic, but might be possible.
If we can't get this resolved by early next week, I might have to downgrade
back to the previous version...
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Go Longhorns!
2005 May 08
8
Other extension for Ogg Theora then "ogg"
Hi,
The standards for audio and video to be used by the Wikimedia projects
(like Wikipedia) are Ogg Vorbis and Ogg Theora.
The use of Ogg Vorbis files is growing fast. For now the use of video is
still very limited.
The problem is that an audio and an video file looks the same because of
the same file extension. This is very annoying because you do not know
what for file it is when you look at
2004 May 28
1
gssapi-with-mic and Win2K KDC?
Upgrading to the 3.8.x versions of OpenSSH appears to have broken
support for Win2K KDC's. Win2K supports gssapi just fine, but the new
gssapi-with-mic does not appear to work. I was able to use the old
3.6.x versions with Kerberos authentication, and the newer 3.7.x
versions with gssapi authentication, but 3.8.x does not seem to work at
all. The mitm patch provided for 3.8p1 does work, but
2006 May 02
1
windows vista
Hi we are using samba version 3.0.14a. Are there any patches available
in samba to support windows vista /longhorn?
Thanks and Regards
FEROZ AHMED
WIPRO Technologies
Bangalore
Tel: +91-80-28440011 Ext 18150
Cell: +91-9880157370
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may
2008 Jun 20
1
Samba 3.0.20 & Windows 2008
Hello, You ALL,
has anybody gotten Samba to work with Windows 2008? do I need to enable any
features in Windows 2008? I had read the official & unofficial howto and not
luck getting samba to work with Windows 2008.
FreeBSD 7.0
Windows Longhorn Server Enterprise 2008
Thanks,
-Augustin
2013 Oct 21
3
how to pass the value to custom function?
Dear all,
I''m trying this thing for a while but can''t figure out what am I doing
wrong.
Here is my sample function (which is similar to the original one, except
for the hash, which is generated dynamically in the original one):
module Puppet::Parser::Functions
> newfunction(:am_running_oss, :type => :rvalue ) do |args|
>
> oss =
2008 Aug 06
4
Experience moving mailboxes from Dovecot 0.99.14 to Dovecot 1.07 => Improvement possible
Hi,
This small mail to share my observation about a recent move of mailboxes
between two servers and ask about explanation and/or improvement about UIDL
in dovecot.
SV1 : Dovecot 0.99.14 / Red Hat Fedore Core 4
SV2 : Dovecot 1.07 / CentOS 5.2
Mailboxes in /var/spool/mail on the twoo servers.
Test will be done with outlook express with option "leave message on server"
checked.
Goal is
2005 Jun 06
3
Re: dragging windows leaves traces -- running older GeForce drivers on newer cards
From: Robin Mordasiewicz <robin at bullseye.tv>
> I have an excellent nvidia graphics card, I get excellent fps, all agp
> features are installed correctly etc.
In Windows or Linux? And by "all agp features are installed correctly,"
what do you mean and how are you getting this?
> When I drag windows around wit hthe opaque settings on it leaves traces
> for a
2008 Oct 07
0
Decoding multiple encoded frames
Darren Longhorn a ?crit :
> Hi,
>
> I've been looking at using speex over RTP. Section 3.3 of
> draft-ietf-avt-rtp-speex-05 states that:
>
> "For the purposes of packetizing the bit stream in RTP, it is only
> necessary to consider the sequence of bits as output by the Speex
> encoder [speex_manual], and present the same sequence to the decoder."
>
>
2005 Jun 09
0
RE: Xen-devel Digest, Vol 4, Issue 62
Bob Muglia announced today that Microsoft''s hypervisor support for Longhorn
Server will be pushed out to R2, probably around 2009.
http://www.computerworld.com/softwaretopics/software/story/0,10801,102332,00
.html
-Dave
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel