Displaying 20 results from an estimated 2000 matches similar to: "Test still failing in old CPUs"
2017 Jun 16
2
OPUS/FLAC Metadata
On 16/06/17 18:47, Marvin Scholz wrote:
> This concatenation are valid streams, it's called chaining, afaik. So
> players not supporting them are broken and the authors should be
> notified about it, I think.
And my question is... Is THAT the way an OPUS source communicates new
metadata to the icecast server?. That is the question I would like to
know :-).
--
Jesús Cea Avión
2020 Mar 30
3
Multithreaded encoding?
I am interested in being able to encode a single Opus stream using
several CPU cores.
I get a raw audio input and "opusenc" can transcode it at 1200% speed
(Raspberry PI 3B+). It saturates a single CPU core, but the other three
are idle.
Is out there any project to add multithreading options to "opusenc", or
something in that line?
Looking around, I have found this:
2014 Jul 27
1
"Corrupted dbox file [...] purging found mismatched offsets"
Doing a "doveadm purge" today I got this:
"""
doveadm(jcea): Error: Corrupted dbox file
/home/jcea/.thunderbird/dovecot/storage/m.686 (around offset=1385772):
purging found mismatched offsets (1385742 vs 1380664, 185/275)
doveadm(jcea): Warning: fscking index file
/home/jcea/.thunderbird/dovecot/storage/dovecot.map.index
doveadm(jcea): Warning: mdbox
2017 Jun 17
1
OPUS/FLAC Metadata
On 16/06/17 21:18, Marvin Scholz wrote:
> Exactly
Ok, GREAT: Thanks.
I have another question: Could a MP3 source send metadata updates using
ICY metadata (like clients receive new metadata, but in reverse order)
or MUST I update via the HTTP interface?.
--
Jesús Cea Avión _/_/ _/_/_/ _/_/_/
jcea at jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/
2015 May 19
2
"doveadm backup" doesn't work anymore after upgrading to 2.2.18
Until today I could do this to backup my primary IMAP4 server:
"""
doveadm backup ssh csi doveadm dsync-server
"""
It doesn't work anymore after upgrading to Dovecot 2.2.18:
"""
jcea at ubuntu:~$ doveadm backup ssh csi doveadm dsync-server
Enter passphrase for key '/home/jcea/.ssh/id_rsa':
dsync-remote(root): Error: Mailbox INBOX: Failed
2019 Nov 28
2
ESEARCH is announced but it doesn't work
I am using Dovecot 2.3.4. I could upgrade if necessary.
I see this capabilities after login in:
"""
a OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT
SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT
MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS
LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES
WITHIN
2014 Mar 26
4
Not backing up cache files
I am using mdbox for dovecot storage.
I wonder if I could skip "dovecot.index.cache" files and, in general,
"*.cache" files when doing mail backup. Those files are big and change
frequently. What I feel from reading documentation [1][2] is that they
could be dropped in the backups, to be recreated on the fly if needed.
But I would like expert confirmation.
[1]
2010 Jan 18
18
Is ZFS internal reservation excessive?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
zpool and zfs report different free space because zfs takes into account
an internal reservation of 32MB or 1/64 of the capacity of the pool,
what is bigger.
So in a 2TB Harddisk, the reservation would be 32 gigabytes. Seems a bit
excessive to me...
- --
Jesus Cea Avion _/_/ _/_/_/ _/_/_/
jcea at jcea.es -
2014 Sep 28
1
"doveadm backup/sync" are badly documented
Most documents around there talk abour "dsync", but the modern way is
"doveadm backup". This command is not documented in the wiki and there
are a few details missing, like how to use it thru SSH.
I am currently doing some tests about how to backup my mdbox. I can do
tests in local using:
$ doveadm backup -u jcea -m proveedores/dovecot mdbox:/tmp/aa/
This will
2015 Nov 26
2
Opus 1.1.1 is out!
Hi everyone,
After much waiting, Opus 1.1.1 is finally here. The main changes are:
- x86 SSE, SSE2 and SSE4.1 optimizations contributed by Cisco,
- MIPS optimizations contributed by Imagination Technologies,
- ARM Neon optimizations contributed by Linaro and ARM,
- many architecture-independent optimizations,
- memory footprint reductions, and
- several minor bug fixes.
The quality of the
2015 Nov 26
2
Test failed!!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Jesus,
Thanks for the report. As far as I can tell, what's happening is that
when intrinsics are enabled, we compile all tests with -msse4.1, even
when it's only run-time detected. In most cases, that doesn't cause
any issue, but sometimes the compiler will take the C code and
generate an SSEx instruction on its own. I think this is
2012 Aug 10
1
Serious issue: rsync and hardlinks are dangerous...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Rsync 3.0.9 here.
I am using a rsync script like:
"""
rsync -z --numeric-ids -a -H --inplace --delete --delete-excluded
- --stats --progress -v --itemize-changes SOURCE DESTINATION
"""
I detected the following issue when RSYNCing a bunch of Mercurial
repositories. It is very dangerous, because it will corrupt files.
2010 Feb 24
3
How to know the recordsize of a file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I would like to know the blocksize of a particular file. I know the
blocksize for a particular file is decided at creation time, in fuction
of the write size done and the recordsize property of the dataset.
How can I access that information?. Some zdb magic?.
- --
Jesus Cea Avion _/_/ _/_/_/ _/_/_/
jcea at
2015 Nov 27
1
Test failed!!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Indeed, the reason that -msse* are there is because it's needed for
actually compiling the tests (because of the #include of the
intrinsics). But of course, -msse* has the side effect of (sometimes)
producing illegal instructions. We'll definitely need to fix this, but
I don't know how yet. In the mean time, you can either trust that the
2017 Jun 16
2
OPUS/FLAC Metadata
2017-06-16 10:28 GMT-05:00 Jesus Cea <jcea at jcea.es>:
> On 16/06/17 13:18, Marvin Scholz wrote:
>> The source client is supposed to encode the metadata into the stream,
>> not use any endpoint whatsoever to send them, for Ogg and
>> other supported formats. There is nothing confusing about this. The
>> reason this is different for MP3 and AAC is, that it is
2008 Jan 22
13
Sparc zfs root/boot status ?
Back in October/November 2007 when I asked about Sparc zfs boot and root capabilities, I got a reply indicating late December 2007 for a possible release.
I was wondering what is the status right now, will this feature make it into build 79?
This message posted from opensolaris.org
2016 Jan 12
2
Opus 1.1.2 released
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
Just to let everyone know that Opus 1.1.2 is out. The release fixes
two bugs:
- - Resetting the encoder or decoder state with OPUS_RESET_STATE would
disable some run-time selected architecture-specific optimizations; and
- - In hybrid mode discontinuous transmission (DTX) operation, the
comfort noise above 8 kHz was incorrectly estimated and
2020 Aug 23
2
Incremental purge?
I am using mdbox storage format.
As far as I know, ?doveadm purge? does a complete purge. The time and disk activity would be proportional to the number mdbox files on the storage. The purge time could be huge.
I wonder if there is some way of doing a kind of incremental purge, stopping/restarting purging, etc. Purging by file range would be nice too.
Advice?
Thanks
Enviado desde mi iPhone
2016 Sep 26
2
Supporting RFC 5466 (IMAP4 Extension for Named Searches (Filters))
> On September 26, 2016 at 4:14 PM Tanstaafl <tanstaafl at libertytrek.org> wrote:
>
>
> On 9/19/2016 11:26 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote:
> > On 10/1/2014 3:21 PM, Stephan Bosch <stephan at rename-it.nl> wrote:
> >> On 10/1/2014 2:42 PM, Jesus Cea wrote:
> >>> I wonder if Dovecot supports RFC 5466 (IMAP4 Extension
2007 Sep 19
8
ZFS Solaris 10u5 Proposed Changes
ZFS Fans,
Here''s a list of features that we are proposing for Solaris 10u5. Keep
in mind that this is subject to change.
Features:
PSARC 2007/142 zfs rename -r
PSARC 2007/171 ZFS Separate Intent Log
PSARC 2007/197 ZFS hotplug
PSARC 2007/199 zfs {create,clone,rename} -p
PSARC 2007/283 FMA for ZFS Phase 2
PSARC/2006/465 ZFS Delegated Administration
PSARC/2006/577 zpool property to