Displaying 20 results from an estimated 3000 matches similar to: "[Bug 1434] New: Traffic accounting per session"
2009 May 19
4
RFE wish list
Actually, it is not a list.. but just something that''ll be very useful to me in my business. If crossbow/virtual interfaces can provide a flow that can capture bandwidth usage over a period of time (including 95 percentile), that''ll be great!
Is this possible?
--
This message posted from opensolaris.org
2020 Mar 24
4
ZSTD compression support for OpenSSH
I hacked zstd support into OpenSSH a while ago and just started to clean
it up in the recent days. The cleanup includes configuration support
among other things that I did not have.
During testing I noticed the following differences compared to zlib:
- highly interactive shell output (as in refreshed at a _very_ high
rate) may result in higher bandwidth compared to zlib. Since zstd is
quicker
2020 Sep 05
8
[PATCH 0/5] ZSTD compression support for OpenSSH
I added ZSTD support to OpenSSH roughly over a year and I've been
playing with it ever since.
The nice part is that ZSTD achieves reasonable compression (like zlib)
but consumes little CPU so it is unlikely that compression becomes the
bottle neck of a transfer. The compression overhead (CPU) is negligible
even when uncompressed data is tunneled over the SSH connection (SOCKS
proxy, port
2012 Nov 21
1
HostKey in hardware?
Hi,
Is there any way to store HostKey in hardware (and delegate the related
processing)?
I have been using Roumen Petrov's x509 patch for clients, which works via an
OpenSSL engine, but it does not seem to support server HostKey:
http://roumenpetrov.info/pipermail/ssh_x509_roumenpetrov.info/2012q4/000019.html
For PKCS#11, I have found an email on this list from a year back suggesting
this
2004 Sep 07
3
Introducing ov_open_callbacksp and ov_clearp
Hello,
I've been looking to the libvorbisfile and got into troubles when trying to
use it: I need to compile it on a PalmOS and the libvorbisfile must be
compiled in ARM whereas calling code is in 68K. This implies that the
interface ov_open_callback is not usable because the OggVorbis_File *vf must
point to something in the target architecture (ARM) whereas the caller
cannot do that.
As
2016 Feb 01
0
[klibc:master] fwrite: flush before a large write to allow better bypass
Commit-ID: cf9c7d2382eadc5699d3e4032b3e1774eccc36da
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=cf9c7d2382eadc5699d3e4032b3e1774eccc36da
Author: H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 1 Feb 2016 02:39:07 -0800
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 1 Feb 2016 02:41:00 -0800
[klibc] fwrite: flush before a large write to
2009 Mar 10
40
dlstat for data link statistics
(Bcc''ed to networking discuss).
Hi All,
Have enclosed man page draft for dlstat(1M) herewith.
This is part of the effort to gain better visibility into network traffic in light of crossbow features like virtual NICs, interrupt vs. polling modes etc. This in turn would greatly assist network performance analysis. It is also aimed at segregating link/flow configuration from
2009 Jun 19
3
snmp statistics for vnics
1 simple question about network statistics for vnics:
We noticed that the statistics for vnics (used by Virtualbox guests) are not there. When the nics are plumped in the host OS, we do see them showing up, but all all records are 0.
Can someone tell me how to get the correct network info via snmp on the Vbox Host??
Thanks in advance.
IF-MIB::ifDescr.1 = STRING: lo0
IF-MIB::ifDescr.2 = STRING:
2009 Aug 04
2
flowadm -i 1 - shows only first flow
Hi,
OSOL, b118
> milek at r600:~# flowadm show-flow
> FLOW LINK IPADDR PROTO PORT
> DSFLD
> local_25 iwh0 -- tcp 25 --
> local_22 iwh0 -- tcp 22 --
> milek at r600:~# flowadm show-flow -s -i 1
> FLOW IPACKETS RBYTES IERRORS
2024 Feb 08
13
[Bug 3666] New: sshd crash
https://bugzilla.mindrot.org/show_bug.cgi?id=3666
Bug ID: 3666
Summary: sshd crash
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter:
2004 Dec 15
1
Linuxconf ?
Can I work with linuxconf on Centos 3.3 ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20041215/284e9eed/attachment.html>
2003 Dec 05
1
Authenting in Linuxconf format
I have an existing email system and I'm trying to addapt dovecot into
it. It uses the linuxconf virtual email format. The way it is set up is
there there are multiple passwd/shadow files - one for eact domain. They
are in standard format. The names of these files are:
/etc/vmail/passwd.domain.com
/etc/vmail/shadow.domain.com
I tried this:
auth_userdb = passwd-file /etc/vmail/passwd.%d
2006 Aug 12
1
multiple Authentication
I'm using the following authentication passing the full email address
user at domain.com
auth default {
mechanisms = plain
# Linuxconf passwd-like file with specified location
passdb passwd-file {
args = /etc/vmail/shadow.%d
}
# Linuxconf passwd-like file with specified location
userdb passwd-file {
args = /etc/vmail/passwd.%d
}
user = root
}
But - what I want to
2001 Mar 05
2
SWAT: please help
Hello all:
Here's the problem [on a RH7 running kernel 2.2.17-14 with
Samba 2.0.7-21ssl and xinetd-2.1.8.9pre14]:
http://localhost:901 does bring up the SWAT login dialog
box.. but upon entering root as the user, followed by my
root passwd in the next entry... it tells me "Authentication
failed. Retry?" I can tell you that I did enter the correct
root passwd, because I am root
2005 Jul 16
1
Feature Request - Authentication Scheme - Linuxconf
This would make my life a lot easier in migrating to Dovecot. And it
should be really easy to implement. Here's how linuxconf does it:
Password files are placed in the /etc/vmail directory as follows:
/etc/vmail/passwd.domain1
/etc/vmail/shadow.domain1
/etc/vmail/passwd.domain2
/etc/vmail/shadow.domain2
The password and shadow files are exactly the same format as the
/etc/password and
2008 Jan 20
3
Exim Dovecot Authentication Problem
Having a hard time figuring out something that is supposed to be easy.
Tryiong to configure Dovecot so that it provides authentication to Exim
for outgoing smtp. Tried different things and getting
authentication socket protocol error
dovecot_plain:
driver = dovecot
public_name = PLAIN
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1
auth default {
# Space
2008 Jan 25
3
Count breaks socket
If I use the socket option I can't use the count option to create more
authentication processes. I get this error. Thanks in advance.
dovecot: Jan 25 06:57:04 Error: auth(default): Socket already exists:
/var/run/dovecot/auth-client
auth default {
mechanisms = plain
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
2011 May 14
0
data alignment for SSD: Stripe size or sector size given with -s?
Hi!
> [ANNOUNCE] Btrfs v0.9
> [...]
> * Stripe size parameter to mkfs.btrfs (-s size_in_bytes). Extents will
> be aligned to the stripe size for performance.
> [...]
http://fixunix.com/kernel/258991-[announce]-btrfs-v0-9-a.html
versus
> -s, --sectorsize size
> Specify the sectorsize, the minimum block allocation.
(man mkfs.btrfs with btrfs-tools
2008 Dec 24
1
linuxconf migration story
Hi, just subscribed after successfully (?) migrating from a somewhat old
linuxconf/vimap config.
dovecot-1.1.7, x86
A few issues:
The index files seem to be created with the wrong permissions. I get
numerous
``Dec 24 15:36:29 mail dovecot: POP3(user at domain):
stat(/var/run/dovecot/imap-index/domain/user/.imap/INBOX) failed:
Permission denied (euid=60107 egid=231 missing +x perm:
2002 Jun 23
2
Easy security administration?
Hello.
I've got several clients using samba (ranging from 2.2.1a to 2.2.5) as
their primary windows server. The question has come up with clients about
ease of administration and security rights for samba. Currently, the only
way I've been able to show clients how to manipulate security settings and
restrict users from certian shares is to use write and read lists per
share, or create