Displaying 20 results from an estimated 1000 matches similar to: "server-side scp strangeness on linux"
2008 Oct 23
2
Dovecot returns the same UIDL for another message
Hello,
I have a serious problem with dovecot and mbox format.
dovecot returns the same UIDL for new messages and as result some MUAs don't
retrieve new mail.
UIDs returned by UIDL command look like 000000*1c*49006cec
And there is a moment when dovecot stops incrementing marked digits.
In other words when new message arrive to mbox, UIDL command returns used UID.
I'll show with example:
2004 Feb 24
0
Undelivered mail: something for you
Dear User,
the message with following attributes has not been delivered,
because contains an infected object.
Sender = samba@samba.org (may be forged)
Recipients = blizz@rtf-15.ntu-kpi.kiev.ua
Subject = something for you
Message-ID = i1OK4sac009347
Antivirus filter report:
--- Dr.Web report ---
Following virus(es) has been found:
infected with Win32.HLLM.Foo.41984
Dr.Web detailed report:
2017 Jul 27
1
Fixing Ogg Vorbis files with incorrectly framed headers
Greetings.
Possibly as the result of buggy tagging software, several hundred of my
Ogg Vorbis files exhibit the following warning when examined by ogginfo:
WARNING: Vorbis stream 1 does not have headers correctly framed.
Terminal header page contains additional packets or has non-zero
granulepos
Nonetheless, most media players can play these files without any
problem. A notable exception is
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 Sep 12
3
[LLVMdev] Tail-calling
For marking a call site as a tail call you have to call void
setTailCall(bool isTC = true) on the CallInst. The calling convention
of the function needs to be CallingConv::Fast (currently only fastcc
calls are optimized) and the call has to be in tail position of
course.
To enable tail call optimization in an embedded vm i guess you would
include llvm/Target/TargetOptions.h and set the static
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
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
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
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
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),
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),
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
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
2004 Jan 07
1
Analyzing dendrograms
Ladies and Gentlemen,
As Johan Lindberg points out, the documentation for handling dendrograms
is sparse....Does anyone know who is responsible for or working on
development of tree methods and objects? I've written a couple of scripts
for my own use to translate between parenthetical (A(B(CD))) or binary
A00 B10 C11 D11 tree formats and cluster objects in R, but as an
inexperienced
2006 Feb 01
0
Work in Ukraine
Hi All,
My friend is looking to for a fulltimer to work on various VoIP gateways (mostly Cisco) and few Asterisk servers. Some development skills and knowledge of Asterisk's API would be an asset. At least familiarity with Asterisk's AGI and Perl/C/PHP would help. He is located in Kiev, so obviously Kiev residents are preffered. Remote work to be discussed.
Again, this is not a contract,
2008 Jun 18
0
Troubles in TF2
Hi, I'm using Suse 10.3, GeForce 8600GT 512mb, driver version 169.12, and wine 1.0 rc4. I have been installed TF2 from my dvd, run it and get this picture:
[img=http://i.piccy.kiev.ua/i2/19/cd/a7ece736f92e3a7326dd84bee806.jpeg] (http://piccy.info/view/d8cd821a8b4c92750fd4fc423d5045ac/)
[img=http://i.piccy.kiev.ua/i2/78/f9/37621bf27d58eb2246e57af848be.jpeg]
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 Sep 10
1
[Flac-users] Re: my flac -t issue: next approach
Kerry's post looks very promising:
| It can but is probably not as nice as you would like.
It's a huge improvement over what I can do now. Thank you!
| flac -t *.flac
Now, that doesn't work for me. I know that command.com doesn't glob wildcards
but rather expects the application to do it, and apparently flac.exe doesn't.
Under a real shell that wouldn't be a problem,