Displaying 20 results from an estimated 300 matches similar to: "Fixing Ogg Vorbis files with incorrectly framed headers"
2020 Aug 13
0
GT215 hw video decoder + gst-play-1.0 for mpeg2 = assertion
LANG=C DRI_PRIME=1 vainfo
libva info: VA-API version 0.40.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/X11R7/lib/dri/nouveau_drv_video.so
libva info: Found init function __vaDriverInit_0_40
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.40 (libva )
vainfo: Driver version: Mesa Gallium driver 20.3.0-devel for NVA3
vainfo: Supported profile and
2017 Jun 10
3
Non-destructive deduplication
Greetings.
I use Dovecot 2.2.29.1 as my IMAP server. Owing to a bug in my mail
client [1], several unique messages (mostly in my Sent folder) have
duplicate Message-ID headers. Dovecot itself doesn't seem to be
bothered by this, though my mail client is confused by the false
duplicates. (It screws up the threading display, and results in data
loss when I run the client's deduplication
2017 Jun 11
0
Non-destructive deduplication
> On June 10, 2017 at 10:30 PM Tristan Miller <psychonaut at nothingisreal.com> wrote:
>
>
> Greetings.
>
> I use Dovecot 2.2.29.1 as my IMAP server. Owing to a bug in my mail
> client [1], several unique messages (mostly in my Sent folder) have
> duplicate Message-ID headers. Dovecot itself doesn't seem to be
> bothered by this, though my mail client is
2020 Feb 24
2
Can't move/delete folder "Renaming not supported across conflicting directory permissions"
Dear all,
several users have reported that they were unable to move/delete
folders using Thunderbird and they got the message "Renaming not
supported across conflicting directory permissions". When I google for
this message, I see hints like "your mail may not be all on the same
volume", but here this is definitely not the case. All mail is in
/var/mail/virtual and owned by
2005 Jan 13
0
When opening a file it takes up to half a minute!
Greetings,
in our small network with about 10 Clients I got a problem when opening
files or directories. If there were no actions between server and client
for about 2 minutes or more, the very first action (open file, change path,
etc) needs a long long time.
The problem occurs on some clients (win 2k/xp), but not on every client. I
tried a working smb configuration from home, but still no
2007 May 08
1
rsync fails to sync files
Hi,
I'm seeing a weird problem with rsync 2.6.9 protocol version 29 on
Debian Sarge. When copying a file from one location to another between
two Debian boxes, if destination includes a file with same size and
name, rsync fails to see that they are not exactly the same file.
The situation originates from copying a file to a place which is
periodically rsynced onwards, and the rsync
2008 Jun 18
0
Improper directory removal causes file system havoc (PR#11738)
Full_Name: Michael Bauer
Version: 2.7.0
OS: Solaris 10 (sparc)
Submission from: (NULL) (130.64.21.7)
When running 'make check' on a fresh R 2.7.0 build on Solaris 10 (sparc),
reg-tests-1.R fails consistently because the test directory /tmp/R<random>
cannot be deleted. The reason for the deletion failure is because the file
system thinks that the directory is still full, as its
2013 Jan 02
0
Bug or strange behaviour or --output-prefix
Seems like what you really want is an --input-prefix parameter.
You might also like a --create-output-directories option.
In all cases except absolute paths, the input prefix must be assumed
to be the current working directory. Therefore, any relative paths in
input file names must be preserved on output to avoid collapsing
multiple source directories into a single output directory, with
2008 Jun 19
0
Improper directory removal causes file system havoc (PR#11747)
This is not general on Solaris 10 -- it works for others, as the R-admin
manual told you.
What sort of file system is the test being run on?
It does look very like a Solaris file system bug.
On Wed, 18 Jun 2008, mjbauer at eecs.tufts.edu wrote:
> Full_Name: Michael Bauer
> Version: 2.7.0
> OS: Solaris 10 (sparc)
> Submission from: (NULL) (130.64.21.7)
>
>
> When running
2000 Feb 13
0
server-side scp strangeness on linux
Hiya,
[if this is a known issue/misconfiguration, please direct me to the right
fm :-); if this is a wrong place to ask, please tell me the right one]
I'm using the linux port of openssh-1.2.2.
The issue is that server-side scp doesn't work:
scp somefile me at myhost:
seems to take forever, and does nothing.
sshd -d shows that scp -t somefile is being invoked on server side, and
stays
2006 Jan 09
1
Question about image storage and relative paths
I''m writing a website with a feature that hosts images that people upload.
Right now, relative paths works within on my Windows box. So
specifically, I''m able to call File.open on
"public/images/somefile.jpg" and Rails/WEBrick understands that the
path is relative to the home directory of the project. This means that
"public/images/somefile.jpg" ends up
2007 Dec 07
0
regression tests for unlink and wildcards fail - Solaris 10 SPARC / Sun Studio 12 (PR#10501)
Full_Name: Jim Brown
Version: 2.6.0 / 2.6.1
OS: Solaris 10 (SPARC)
Submission from: (NULL) (35.8.15.102)
I have been able to successfully compile version 2.5.1 using the Sun Studio 12
compilers on Sun Solaris 10 (SPARC). All tests using "make check" pass with a
status of OK. However, the following section of "reg-tests-1.R" fails when I
attempt to test after a build of
2000 Aug 14
0
OggEnc manpage
Attached is the manual page for OggEnc. Please proofread it and commit to
CVS. Also remember to edit Makefile.in to install the man page to the
appropriate location.
Thanks.
---
Stan Seibert
.\" Process this file with
.\" groff -man -Tascii oggenc.1
.\"
.TH oggenc 1 "August 13, 2000" "" "Vorbis Tools"
.SH NAME
oggenc \- encode audio into
2004 May 21
0
For the FAQ: FileDialog default file name
On windows, the FileDialog class ignores filenames with slashes (/) as
the default file name (4th parameter).
Example scenario:
path = "c:\\temp"
name = File.join(''subdir'', ''somefile'') #=> ''subdir/somefile''
fd = FileDialog.new(self, "Please select file to open", path, name, "",
OPEN)
In this case
2012 Oct 23
2
mount -o loop question.
Hi,
I know I can create a file and mount it like this:
dd if=/dev/zero of=/tmp/somefile bs=1024 count=100000
mke2fs /tmp/somefile
mount /tmp/somefile /mnt -o loop
but that has a problem it cannot grow.
Is there a way to do the same (above) but have it not restricted to a size?
Or can I append blocks to the end of the file without distroying it?
Jobst
--
Sendmail administration
2002 Oct 10
1
Problem with oplock
Well I'm having some trouble with samba, I had those troubles on a box
for quite some time and not long ago I moved all the stuff to a new box
to see if it'll work better but it doesn't. I'm monitoring one person in
particular because she's the one who do most of the editing stuff in
there. What happens is when she opens a document (.doc or .xls most of
the time), when she
2008 Oct 13
1
rsync hangs during --remove-source-files
Hi,
I'm using the following command to move files from a to b:
rsync -avvvv --remove-source-files --ignore-existing /path/to/dir1/
/path/to/dir2 >> logfile
dir2 isn't empty so I only move files from dir1 to dir2 that don't exist
already.
Every so often rsync stops in the middle and doesn't continue with the
result that I have to kill it.
The last time it happened, rsync had
2012 Dec 18
2
Bug or strange behaviour or --output-prefix
Hi all,
I was busy programming a tool to automatically run some tests to update
the FLAC comparison page (http://xiph.org/flac/comparison.html) when I
stumbled across some weird behaviour of the flac program. So I compiled
from git and it seems that this bug still is there. As I don't have any
experience on coding C and don't know which bug-report facility to use,
this seemed the
2006 Jun 30
2
Eruby.import -> "uninitialized constant" error
I''m working on porting a dynamic website done in PHP over to mod_ruby. I
have everything set up and working nicely (I can make a .rhtml page, put
ruby code between <% %> and it works etc), but when I try to use
"Eruby.import" as a sort of analog to PHP''s "require_once()", I run into
trouble.
1) eruby is in my cgi-bin
2) here''s a sample of
2009 Feb 25
3
make check reg-tests-1.R error on solaris
R 2.5.1 compiled, passed the make check and has been successfully
running for a couple years on a Sun Fire V490 running Solaris 9. I
need a newer version of R, but can't get a newer version of R to pass
the make check. I've tried 2.8.1, 2.7.2, 2.6.2 and 2.6.0. (2.5.1 still
passes on this server) At this point I thought I'd try to compile it
on another Sun server (Solaris 10),