search for: inka

Displaying 20 results from an estimated 171 matches for "inka".

Did you mean: ina
2007 Sep 01
2
Re: 1.2.0: Test suite failures on LP64 archs?
Christian Weisgerber <naddy@mips.inka.de> wrote: > #0 0x0000000040d18810 in FLAC__lpc_compute_residual_from_qlp_coefficients_wide > (data=0x49e4c014, data_len=110, qlp_coeff=0x7f7ffffece70, order=1, > lp_quantization=14, residual=0x4fced000) at lpc.c:745 > 745...
2004 Sep 10
9
FLAC 1.0.4 released
I uploaded the source tarball and binary releases for win32 and redhat 7. Solaris package should be ready tomorrow. See the news item for all the improvements from 1.0.3: http://flac.sourceforge.net/news.html#20020924 Developers, see the new Doxygen-based API docs: http://flac.sourceforge.net/api/index.html Thanks again to all the contributors and testers. Josh
2007 Aug 31
2
1.2.0: Test suite failures on LP64 archs?
...24-01 (--channels=1 --bps=24 -0 -l 16 --lax -m -e -p): encode...ERROR during encode of fsd24-01 FAIL: ./test_streams.sh on alpha and amd64. By contrast, i386 is fine. (All OpenBSD/4.2.) Could be a generic LP64 bug... -- Christian "naddy" Weisgerber naddy@mips.inka.de
2004 Sep 10
5
Re: beta 10 candidate checked in
Christian Weisgerber <naddy@mips.inka.de> wrote: > | # nasm build rule: > | %.lo: %.s Even with gmake, this really works only by accident. Automake generates a competing suffix rule, and gmake apparently gives the rule above a higher priority than the suffix rule (or that just happens to be the evaluation order). Matt, sin...
2007 Aug 29
5
Undefined method stub
...e: require ''rubygems'' require ''mocha'' some_time = Time.at(0) Time.expects(:now).returns(some_time) puts Time.now -- Felix E. Klee Jabber/Google Talk: feklee at jabber.org, SIP: 9779619 at sipgate.de ICQ: 158124695, Yahoo!: feklee, AIM: felix.klee at inka.de Gizmo: felixklee, Skype: felix.klee
2004 Sep 10
3
Re: 0.9 problems
...imization_level=301971606, max_lpc_order=301971624, blocksize=301971644, qlp_coeff_precision=301971665, padding=301971695) at encode.c:280 #6 0x120009de0 in main (argc=301971695, argv=0x11ffb8ff) at main.c:293 -- Christian "naddy" Weisgerber naddy@mips.inka.de
2020 Jan 02
2
u2f seed
...ays no private key is stored there. So is it just information used to reseed the public/private key? Thanks, Kevin ________________________________________ From: openssh-unix-dev <openssh-unix-dev-bounces+kevin.fox=pnnl.gov at mindrot.org> on behalf of Christian Weisgerber <naddy at mips.inka.de> Sent: Thursday, January 2, 2020 3:42 PM To: openssh-unix-dev at mindrot.org Subject: Re: u2f seed On 2020-01-02, "Fox, Kevin M" <Kevin.Fox at pnnl.gov> wrote: > In the u2f protocol, my understanding is in the normal case, the web browser seeds the keypair process with th...
2006 May 10
2
Why different directory sizes?
...l is a standard SuSE 9.2 one: # uname -a Linux pserver 2.6.8-24.14-default #1 Tue Mar 29 09:27:43 UTC 2005 i686 athlon i386 GNU/Linux What could be the reason for the different sizes? They confuse our backup script. -- Dipl.-Phys. Felix E. Klee Email: fk at linuxburg.de (work), felix.klee at inka.de (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15a, 76135 Karlsruhe, Germany
2002 Jul 28
2
IPv4/v6 socket problem on BSD
...king, e.g. introducing a select(2) loop. This also suggests extending --address to accept multiple addresses (or allow multiple --address arguments). Altogether that's a bit more than I feel confident to tackle... -- Christian "naddy" Weisgerber naddy@mips.inka.de
2004 Sep 10
4
FLAC 1.0.1 source release out
The source release for 1.0.1 is finally up on sourceforge. If you are compiling for x86 make sure to read the note in in the README about automake 1.5. Josh __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com
2005 Mar 09
1
XMMS plugin: string handling bugs
.... For the time being, I added some extra initializations like flac_cfg.stream.proxy_host = g_strdup(""); to FLAC_XMMS__init(), but somebody familiar with the code (Steven Richman?) ought to clean this up. -- Christian "naddy" Weisgerber naddy@mips.inka.de
2005 Mar 17
1
Bogus autoconf test for socklen_t
...ich is not checked by AC_CHECK_TYPES() but which is included in http.c. This can result in such errors: http.c:48: redefinition of `socklen_t' /usr/include/sys/socket.h:54: `socklen_t' previously declared here -- Christian "naddy" Weisgerber naddy@mips.inka.de
2002 Feb 08
1
RC3: oggenc & iconv
...the SUSv3 spec for iconv(), trying to make sense of it all. This is one confusing interface, but I don't think the returned values are wrong. Which would render the expectations in the assert() wrong. Opinions? -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messa...
2003 Nov 24
1
libogg 1.1 test failure on alpha
.... Single bit unclipped packing (LSb): ok. Testing read past end (LSb): ok. Small preclipped packing (MSb): looked at incorrect value! <--------------- i386 completes fine. I haven't tried any BE machines yet. -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messag...
2004 Sep 10
5
0.9 problems
...directory for? "obj" is magic to BSD make, and unless removed this directory breaks building on BSD. - I question the wisdom of forcing CFLAGS to a particular set of (gcc-specific) optimizations options. -- Christian "naddy" Weisgerber naddy@mips.inka.de
2006 Jan 30
1
df reports false size
...p/ram0 (deleted) # df --sync -h / Filesystem Size Used Avail Use% Mounted on /dev/sda1 7.6G 7.0G 212M 98% / # du -shx --apparent-size / 3.9G . Any idea what may be the cause of the problem? -- Dipl.-Phys. Felix E. Klee Email: fk at linuxburg.de (work), felix.klee at inka.de (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany
2006 Dec 04
4
20 kb/s as max with TCPonly
Hi there! Today I've tried a FTP connection (me with TCPOnly send file to another no TCPOnly), but the upload bandwidth was about 20 kb/s, while connecting to the other directly (I upload a file to him via FTP) the connection was about 5 times faster... what's wrong? thanks
2006 Dec 04
4
20 kb/s as max with TCPonly
Hi there! Today I've tried a FTP connection (me with TCPOnly send file to another no TCPOnly), but the upload bandwidth was about 20 kb/s, while connecting to the other directly (I upload a file to him via FTP) the connection was about 5 times faster... what's wrong? thanks
2004 Sep 10
6
beta 10 candidate checked in
I have checked in all the latest into CVS and am going to start the test suite again. if all goes well I will probably release this as beta 10. this one should have all the configure stuff working with the new assembly infrastructure. I have tried to make it as easy as possible to port routines to assembly. all that's really needed now is to write the corresponding routine for a specific
2001 Mar 17
2
ao: Sun audio plug-in
...ly plays anything there. I guess this could also with little effort be made to work on SunOS4. Attached: - Diff to configure.in and src/plugins/Makefile.am. - sun/Makefile.am - sun/ao_sun.c (derived from oss/ao_oss.c) -- Christian "naddy" Weisgerber naddy@mips.inka.de <HR NOSHADE> <UL> <LI>text/plain attachment: ao.patch </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: ao.patch Type: application/octet-stream Size: 1231 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev...