Displaying 20 results from an estimated 10000 matches similar to: "General status of flac"
2009 Sep 21
1
General status of flac
>> used it forever anyways and haven't seen a commit since January nor
>> a release since 2007...
> what's queued up for the next release, see
http://flac.cvs.sourceforge.net/viewvc/*checkout*/flac/flac/doc/html/changelog.html
Hmm interesting, so given the above timeframes, should one presume
that cvs head is indeed stable/release quality and that it's an ok
thing to
2005 Jun 02
1
could not open libRmath.so
Hi
I got a very tricky problem when I tried to compile a C++ program
which links to libRmath.so. The program itself had no problem, I can
compile and run in my own linux machine where I compiled libRmath.so
file and copied it to system directory (/usr/local/lib).
Now I want to compile my program at another linux box where I don't
have root privilege. That machine only has binary version of R,
2011 Jan 09
2
Idea to possibly improve flac?
> whilst at the same time the development has ceased. I've found some
> severe issues with OggFLAC that essentially make it a useless format
> for streaming, no one cared.
Yes, this is sad. cdparanoia, which could be considered a strong
opensource meatspace partner to FLAC (along with cdda2wav)
is also effectively dead. All three living on only in the ports trees of
various operating
2008 Jul 06
4
Certificate Server name!
Setup of Dovecot went smoothly.
Now when I try to retrieve mail from the server, I get the following
message:
Security Error: Domain name mismatch
You have attempted to establish a connection to "mail.tib.com"
However, the security certificate presented belongs to "imap.tib.com".....
How to fix this message?
Thanks in advance.
Kirt
2008 Jul 11
2
Dovecot - Permission denied error!
Hello:
CentOS 5.2
Postfix 2.3.3 + updates (bundled with CentOS 5.2)
Dovecot-1.0.7 (bundled with CentOS 5.2)
Dovecot-1.1.1 (Updated from www.atrpms.com)
Dovecot-sieve-1.1.5 (Updated from www.atrpms.com)
During the last few days I have installed dovecot many times without errors.
Today I installed dovecot-1.1.1 & sent a test message to 'test at tib.com'. I
received the following
2011 Jan 10
5
FLAC is dead?
>> Oh I don't doubt the basics, red book is red book and bits are
>> identically replicable and re rippable bits.
>
> I don't see any problem with taking innovation as far as is practical
> and saying "it's finished, no more updates".
Sure, basics :) Again, I'm meaning in regard to about bugs, docs,
porting and nits.
> If I want to do freedb
2013 Apr 03
2
[PATCH 0/2] Allow xen guests to plug disks of 1 TiB or more
This series fixes an issue where disks of 1 TiB or more cannot be added
to a xen guest. The problem lies in the xen backend driver using a 32 bit
integer xenstore interface to write the number of sectors corresponding
to the file or device that represents the virtual disk.
The first patch adds 64 bit integer write functions to the xenstore
interface. The second patch fixes the xen backend driver
2024 Nov 11
1
Disk size and virtual size drive me crazy!
Hi there.
I can't understand why I am having this different values:
proxmox01:/vms/images# df
Sist. Arq. Tam. Usado Disp. Uso% Montado em
udev 252G 0 252G 0% /dev
tmpfs 51G 9,4M 51G 1% /run
/dev/sda4 433G 20G 413G 5% /
tmpfs 252G 63M 252G 1% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
efivarfs 496K 335K
2024 Nov 20
1
Disk size and virtual size drive me crazy!
What's your gluster version ?
Best Regards,Strahil Nikolov
? ??????????, 11 ??????? 2024 ?. ? 20:57:50 ?. ???????+2, Gilberto Ferreira <gilberto.nunes32 at gmail.com> ??????:
Hi there.
I can't understand why I am having? this different values:
proxmox01:/vms/images# df
Sist. Arq. ? ? ?Tam. Usado Disp. Uso% Montado em
udev ? ? ? ? ? ?252G ? ? 0 ?252G ? 0% /dev
tmpfs ? ? ?
2012 Apr 04
2
FLAC example compilation
Hello, i'm new with Flac and C.
I download the example from your site (
http://flac.cvs.sourceforge.net/viewvc/flac/flac/examples/).
I tried to compile the program in C by using : automake Makefile.am and i
have the next message :
*`configure.ac' or `configure.in' is required*
So i would like to know how to do for compile the program.
I tried to look in google, but i found no
2012 Apr 04
3
FLAC example compilation
My os is linux (Kubuntu).
What do u mean by grabbing the whole tarball ?
The whole tarball that is here :
http://flac.cvs.sourceforge.net/viewvc/flac/flac/ ?
2012/4/4 Erik de Castro Lopo <mle+la at mega-nerd.com>
> Rafael Velasquez wrote:
>
> > Hello, i'm new with Flac and C.
>
> What OS are you running on?
>
> > I download the example from your site (
>
2007 Jun 14
2
FLAC: library for C#
Harry Sack wrote:
>
> but aren't they C++ headers en lib's?
Not C++, C.
> I have no idea how I can include a C++
> header in a C# project.
> It this even possible?
Yes. Google for "dllimport csharp".
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
2014 Jun 19
3
Problems in flac-website Git files.
1) changelog.html
"Add ability to handle utf8 filenames on Windows (large set of patches from Janne Hyv?rinen)"
AFAIK Windows internally uses UTF-16LE, not UTF-8. IMHO it's better to use
a general word 'Unicode' instead of 'utf8'.
2) documentation_bugs.html
"The following are major known bugs in the current (1.2.1) release:"
1.2.1 is not the current
2008 Apr 20
1
[LLVMdev] Global variable-length array
Chris Lattner wrote:
> On Apr 19, 2008, at 7:45 PM, Talin wrote:
>
>
>> Question about "Pascal-style" arrays as mentioned in the reference
>> guide.
>>
>> Suppose I have a global variable which points to a constant, variable
>> length array.
>>
>> The question is, how can I assign an array of type "{ i32, [5 x
>>
2023 Oct 17
1
transform a list of arrays to tibble
Arnaud,
Short answer may be that the tibble data structure will not be supporting row names and you may want to simply save those names in an additional column or externally.
My first thought was to simply save the names you need and then put them back on the tibble. In your code, something like this:
save.names <- names(my.ret.lst)
result.tib <- as_tibble_col(unlist(my.ret.lst),
2007 Jun 14
2
FLAC: library for C#
I tried that approach a while ago and failed miserably. Marshalling the
structs of structs in the flac lib turned out to be a nightmare (I don't
pretend to be an expert, mind you...).
I eventually switched to writing my own C# lib from scratch. Work is still
under progress. It's no rocket science, I do this a G-job. It has definite
limitations (no documentation, decodes only 16-bit files,
2012 May 06
4
btrfs-raid10 <-> btrfs-raid1 confusion
Greetings,
until yesterday I was running a btrfs filesystem across two 2.0 TiB
disks in RAID1 mode for both metadata and data without any problems.
As space was getting short I wanted to extend the filesystem by two
additional drives lying around, which both are 1.0 TiB in size.
Knowing little about the btrfs RAID implementation I thought I had to
switch to RAID10 mode, which I was told is
2009 May 06
3
fs for > 16 TiB partition
Hi,
What would you recommend as an FS for an partition greater than 16 TiB?
This is for an production server (that is, no ext4 recommendations
please :) )
What experiences did you had with your preferred FS ? (good and not so
good points)
Thank you,
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3105
2006 Jan 05
2
random seed question
Greetings,
I am trying to write a C++ subroutine of my random number generator. Based
on tutorial in Writing R Extensions, one should call GetRNGstate() before
and PutRNGstate() after calling R's random variate generation routines. Now
suppose my function would generate n(n>1) numbers by a loop, do I need to
call these two functions at each iteration? This certainly increases
computation
2014 Sep 16
1
quota doesn't appear to work - repquota only updates when quotacheck is run
Hi,
I have exactly the same problem that you experienced in Nov, 2013.
I am using ext4 with journaled quota and the quota usage is only updating when I run quotacheck manually.
Have you found a solution?
Regards,
Alex
> I have set up user quotas on an ext4 filesystem. It does not appear that
> the quota system is being updated, except when I manually run quotacheck.
>
> More detail: