Displaying 20 results from an estimated 3000 matches similar to: "Capturing sftp logs on stderr"
2017 Jul 24
2
Corrupt index files
On Mon, Jul 24, 2017 at 08:39:36AM +0300, Aki Tuomi wrote:
> Do you have users accessing the files concurrently from more than one
> dovecot instance at a time?
Yes. Apparently it is fairly common behavior for some IMAP clients to
open up multiple connections to the same mailbox. Some times the
multiple accesses came from different servers (stand alone IMAP client
and a webmail system), but
2017 Jul 21
2
Corrupt index files
On Fri, Jul 21, 2017 at 08:50:16PM +0200, Robert Schetterer wrote:
> you should avoid this
> one solution is to use loadbalancers with persistance
We had been using a loadbalancer with persistence to reduce the
problems, and today I switched to everything running on a single box to
avoid any cross-node contention. Unfortunately, the problem still
happens, even when they were all running
2017 Aug 01
3
Corrupt index files
On Mon, Jul 24, 2017 at 07:56:23PM +0300, Aki Tuomi wrote:
> Well, dovecot does not really guarantee access concurrency safety if you access indexes using more than one instance of dovecot at the same time.
Pardon my ignorance, but how does Dovecot handle when an IMAP client
connects multiple times concurrently? Does it not launch multiple
instances?
> Nevertheless, did you try w/o
2017 Jul 21
4
Corrupt index files
I am running Dovecot IMAP on Linux, on a LizardFS storage cluster with
Maildir storage. This has worked well for most of the accounts for
several months.
However in the last couple of weeks we are seeing increasing errors
regarding corrupted index files. Some of the accounts affected are
unable to retrieve messages due to timeouts.
It appeared the problems were due to the accounts being accessed
2012 Aug 29
0
PATCH: Log the PID of executed commands
sshd logs the PID of the network child and the user child sshd
processes. This patch adds logging the PID of invoked commands for
completeness.
diff --git a/session.c b/session.c
index f3baea2..dd1d0e8 100644
--- a/session.c
+++ b/session.c
@@ -579,6 +579,7 @@ do_exec_no_pty(Session *s, const char *command)
do_child(s, command);
/* NOTREACHED */
default:
+ verbose("command is on pid
2004 Apr 29
1
Transaction ordering
Greetings.
If I issue the following sequence of pseudo-syscalls:
fd = open(temp_file, O_WRONLY)
write(fd)
rename(temp_file, dest_file)
fsync(fd)
close(fd)
(where dest_file is in a different directory)
Does ext3 order the commit such that the file write effectively happens
in the journal before the rename? That is, is there any chance that, if
a crash occurred, that the destination
2002 Jun 27
1
Disabling compression in sshd causes problems
Greetings.
If compression is disabled in the sshd config file, and a client
attempts to connect with compression enabled, the session fails with the
following error message:
no matching comp found: client zlib server none
This error message is produced on line 285 of kex.c (version 3.4p1).
This happens with either UsePrivilegeSeperation on or off, so I do not
believe it is a PrivSep issue.
Am
2017 Jul 24
0
Corrupt index files
> On July 24, 2017 at 7:54 PM Bruce Guenter <bruce at untroubled.org> wrote:
>
>
> On Mon, Jul 24, 2017 at 08:39:36AM +0300, Aki Tuomi wrote:
> > Do you have users accessing the files concurrently from more than one
> > dovecot instance at a time?
>
> Yes. Apparently it is fairly common behavior for some IMAP clients to
> open up multiple connections to
2017 Jul 21
0
Corrupt index files
On Fri, Jul 21, 2017 at 03:25:39PM -0600, Bruce Guenter wrote:
> We had been using a loadbalancer with persistence to reduce the
> problems, and today I switched to everything running on a single box to
> avoid any cross-node contention. Unfortunately, the problem still
> happens, even when they were all running imap on a single box.
I just confirmed this. One of the mailboxes was
2002 Jan 15
9
Ext3 vs. Reiser?
Hi!
I was just wondering how Ext3 and Reiserfs compare. When I reinstalled my
server (because of a stupid hacker) I took the opportunity to change to
ReiserFS. And I have to say it's really much faster than Ext3.
I don't have benchmarks, but for example, stuff like "make dep" on the linux
kernel is much faster (even though I had enabled write cache when I was
using ext3).
So
2001 Nov 01
1
benchmarks?
Are there any benchmark resultss that meaningfully compare performance of ext2
vs ext3 vs rieserfs vs sgi xfs? What about effect on cpu usage?
2003 Sep 12
15
[Bug 637] ssh records that the user has logged out even though an sftp session is active
http://bugzilla.mindrot.org/show_bug.cgi?id=637
Summary: ssh records that the user has logged out even though an
sftp session is active
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: All
Status: NEW
Severity: security
Priority: P1
Component: ssh
AssignedTo:
2010 Mar 08
4
Cross-subvolume link causes kernel BUG
Hi.
While testing subvolumes in btrfs on 2.6.32.9, I hit a kernel BUG:
[ 492.164012] kernel BUG at fs/btrfs/inode.c:4365!
The commands to reproduce this bug are as follows:
# mount -t btrfs /dev/sda5 /scratch
# btrfsctl -S subvol /scratch
# date > /scratch/date
# ln /scratch/date /scratch/subvol/
ln segfaults, and the bug above is found in dmesg. Subsequent accesses
to the subvolume
2017 Aug 01
0
Corrupt index files
> On 1 Aug 2017, at 6.23, Bruce Guenter <bruce at untroubled.org> wrote:
>
> On Mon, Jul 24, 2017 at 07:56:23PM +0300, Aki Tuomi wrote:
>> Well, dovecot does not really guarantee access concurrency safety if you access indexes using more than one instance of dovecot at the same time.
>
> Pardon my ignorance, but how does Dovecot handle when an IMAP client
> connects
2018 Jan 01
5
Is there a python binding, or any other script binding, that has access to individual instructions?
There is llvmlite http://llvmlite.readthedocs.io/en/latest/ , but it
doesn't seem to support reading individual instructions, based on these
docs.
I was thinking to make a simple code analysis tool to, for example, find
all system calls that have unchecked return codes, but I can't find a
binding for any scripting language. And I am averse to writing this in C++.
Thanks,
Yuri
2001 Oct 23
2
PAM problem - sshd segfault on Solaris
I'm using OpenSSH-2.9.9p2 on Solaris 8 sparc64. 2.9p2 worked fine, but
2.9.9p2+ is giving me trouble with one thing - sshd segfaults if I try to
connect and execute a command, such as "ssh machine ls". Otherwise it
works great. sshd will fork, and the child process segfaults.
CVS snapshot does the same thing.
I've narrowed this down somewhat. It will only happen if you use
2008 Jun 12
8
Urgent Help Required!!!!!!!!!!!
Hi All,
I am Rajeev. I have download centOS 5.1 i386 files for installing Linux. I tried my ways but my DVD is not getting recognised while booting. I have windows XP SP2 32-bit. Let me know the files that need to be burned for installing centOS 5.1 i386.
Queries :
1. Whether I need to burn the files in CD or DVD?
2. I have download 9 iso files, 3 torrent
2001 Sep 28
2
2.9.9p2 bug in PAM support
With OpenSSH 2.9.9p2 as the server, I'm not able to do scp or "ssh
machinename command" in general to any of my Suns!
I tracked this down a bit; the problem occurs only when PAM support is
enabled. However, if I remove line 430 of session.c,
"do_pam_session(s->pw->pw_name, NULL);" inside of do_exec_no_pty, the
problem goes away.
It looks like the following entry
2023 Apr 10
1
[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
On 4/10/23 02:56, Michael S. Tsirkin wrote:
> On Fri, Apr 07, 2023 at 04:08:30PM -0700, Guenter Roeck wrote:
>> On 4/7/23 08:01, Krzysztof Kozlowski wrote:
>>> Statically allocated array of pointed to hwmon_channel_info can be made
>>> const for safety.
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
>>>
2009 Feb 11
4
WiFi SIP phone w/VPN?
Hi, all. My subject line says it all: is there a WiFi SIP phone with VPN
abilities? Failing that, a WiFi phone that runs Linux? I already know
one phone that does meet my requirements -- the iPhone. The new software
comes with a Cisco VPN client, and a SIP client can be had from
third-party vendors for jailbroken phones. And, while I'm not averse to
the idea,
a) it ain't cheap, and
b)