Displaying 20 results from an estimated 28 matches for "asomers".
Did you mean:
somers
2017 Jan 24
2
quota-status returns quota_status_success when email would put user over quota
Hi list,
I am attempting to get quota-status service working, so I can deny email
at the initial smtp dialog instead of generating bounces with lda.
I can't seem to get quota-status to return quota_status_overquota, even
when an email would put an account over quota.
Quota in general works fine:
Jan 22 06:39:23 mail dovecot: lda(xx at yy.dk):
msgid=<25c5bdb20d58fc4f649f716a947613dc at
2017 Jan 31
3
quota-status returns quota_status_success when email would put user over quota
Am 31. J?nner 2017 16:36:35 MEZ schrieb Kristian Pedersen <kp at asom-net.dk>:
>Hi list,
>
>We still did not manage to get quota-status working.
>We're hoping someone can provide some feedback/ideas on how we may
>investigate this issue further?
>Is it likely to be a bug fixed in a newer version?
>
>Regards,
>
>Kristian
>
>
[...]
>>
>>
2017 Jan 31
0
quota-status returns quota_status_success when email would put user over quota
Hi list,
We still did not manage to get quota-status working.
We're hoping someone can provide some feedback/ideas on how we may
investigate this issue further?
Is it likely to be a bug fixed in a newer version?
Regards,
Kristian
On 2017-01-24 09:25, Kristian Pedersen wrote:
> Hi list,
>
> I am attempting to get quota-status service working, so I can deny
> email at the
2017 Feb 01
0
quota-status returns quota_status_success when email would put user over quota
Steps to setup quota with status:
mail_plugins = $mail_plugins quota
protocol imap {
mail_plugins = $mail_plugins imap_quota
}
service quota-status {
executable = quota-status -p postfix
inet_listener {
port = 12340 # You can choose any port you want
}
client_limit = 1
}
plugin {
quota = count:User quota # or some other backend
quota_rule = *:storage=10M # or
2020 Jun 19
4
[PATCH 1/3] nbdkit: fix build of the SSH plugin on FreeBSD
From: Alan Somers <asomers@gmail.com>
There was a missing #include. It only worked on Linux due to header
pollution.
---
plugins/ssh/ssh.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/plugins/ssh/ssh.c b/plugins/ssh/ssh.c
index ea199a93..a4007c40 100644
--- a/plugins/ssh/ssh.c
+++ b/plugins/ssh/ssh.c
@@ -30,6...
2020 Jun 16
4
nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
2020 Jun 17
2
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
On 6/17/20 6:23 AM, Richard W.M. Jones wrote:
> I pushed 2 & 3, thanks.
>
> But ...
>
>> From 9fa3e443467e3c06761ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
>> From: Alan Somers <asomers@gmail.com>
>> Date: Mon, 15 Jun 2020 16:59:53 -0600
>> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
>>
>> This is necessary for other Rust projects to depend on unrelesed
unreleased
>> versions of the nbdkit crate.
As a meta-comment, it...
2020 Jun 17
2
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
On Wed, Jun 17, 2020 at 5:23 AM Richard W.M. Jones <rjones@redhat.com>
wrote:
> I pushed 2 & 3, thanks.
>
> But ...
>
> > From 9fa3e443467e3c06761ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
> > From: Alan Somers <asomers@gmail.com>
> > Date: Mon, 15 Jun 2020 16:59:53 -0600
> > Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> >
> > This is necessary for other Rust projects to depend on unrelesed
> > versions of the nbdkit crate.
> > ---
> > Cargo.t...
2020 Oct 26
2
Re: CI for nbdkit
On Mon, Oct 19, 2020 at 10:58 AM alan somers <asomers@gmail.com> wrote:
> On Wed, Oct 14, 2020 at 3:41 AM Daniel P. Berrangé <berrange@redhat.com>
> wrote:
>
>> On Wed, Oct 14, 2020 at 10:37:26AM +0100, Richard W.M. Jones wrote:
>> > On Tue, Oct 13, 2020 at 03:21:35PM -0600, alan somers wrote:
>> > > Would...
2002 Jun 17
5
R-1.5.1 is released
I've rolled up R-1.5.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.5.0 release.
A set of recommended packages which have been tested with R-1.5.1 has
been bundled up. Binary distributions should include these packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.5.1.tgz
2002 Jun 17
5
R-1.5.1 is released
I've rolled up R-1.5.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.5.0 release.
A set of recommended packages which have been tested with R-1.5.1 has
been bundled up. Binary distributions should include these packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.5.1.tgz
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
I pushed 2 & 3, thanks.
But ...
> From 9fa3e443467e3c06761ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
> From: Alan Somers <asomers@gmail.com>
> Date: Mon, 15 Jun 2020 16:59:53 -0600
> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
>
> This is necessary for other Rust projects to depend on unrelesed
> versions of the nbdkit crate.
> ---
> Cargo.toml | 2 ++
> 1 file changed, 2...
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...33 AM Eric Blake <eblake@redhat.com> wrote:
> On 6/17/20 6:23 AM, Richard W.M. Jones wrote:
> > I pushed 2 & 3, thanks.
> >
> > But ...
> >
> >> From 9fa3e443467e3c06761ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
> >> From: Alan Somers <asomers@gmail.com>
> >> Date: Mon, 15 Jun 2020 16:59:53 -0600
> >> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> >>
> >> This is necessary for other Rust projects to depend on unrelesed
>
> unreleased
>
> >> versions of the...
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...> On Wed, Jun 17, 2020 at 5:23 AM Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > I pushed 2 & 3, thanks.
> >
> > But ...
> >
> > > From 9fa3e443467e3c06761ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
> > > From: Alan Somers <asomers@gmail.com>
> > > Date: Mon, 15 Jun 2020 16:59:53 -0600
> > > Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> > >
> > > This is necessary for other Rust projects to depend on unrelesed
> > > versions of the nbdkit crate.
> &g...
2020 Jun 19
0
[PATCH 3/3] nbdkit: add a --without-linuxdisk configure argument
From: Alan Somers <asomers@gmail.com>
This can be used to disable the linuxdisk plugin, which otherwise is
always built if a suitable mke2fs command is present.
---
configure.ac | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index f24c3734..c93e822b 100...
2010 Apr 29
1
CentOS 5.4 off-center on SuperMicro console
I have a weird situation with a new installation of CentOS 5.4 x64, on a
SuperMicro X7SBI server. The server has a <a href="
http://www.supermicro.com/products/motherboard/Xeon3000/3210/X7SBi.cfm"
target="_new">SuperMicro X7SBi motherboard</a>, board ATI ES1000 and
Core2Quad Q9505 CPU. The kernel is
When I login to the console, using a "17 CRT monitor
2020 Jun 17
1
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...t; wrote:
>
> > On 6/17/20 6:23 AM, Richard W.M. Jones wrote:
> > > I pushed 2 & 3, thanks.
> > >
> > > But ...
> > >
> > >> From 9fa3e443467e3c06761ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
> > >> From: Alan Somers <asomers@gmail.com>
> > >> Date: Mon, 15 Jun 2020 16:59:53 -0600
> > >> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> > >>
> > >> This is necessary for other Rust projects to depend on unrelesed
> >
> > unreleased
>...
2020 Oct 14
2
Re: CI for nbdkit
On Wed, Oct 14, 2020 at 10:37:26AM +0100, Richard W.M. Jones wrote:
> On Tue, Oct 13, 2020 at 03:21:35PM -0600, alan somers wrote:
> > Would libguestfs be willing to enable CI for the nbdkit project? It's very
> > easy to set up, at least for the Rust portion. I'm comfortable with both
> > Cirrus CI and Github's native CI. I can get it started if you agree to do
2020 Jun 15
0
Re: New Rust bindings for nbdkit
On Mon, Jun 15, 2020 at 8:04 AM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Mon, Jun 15, 2020 at 02:22:32PM +0100, Richard W.M. Jones wrote:
> > On Thu, Jun 11, 2020 at 04:19:08PM -0600, alan somers wrote:
> > > The existing Rust bindings for nbdkit aren't very idiomatic Rust, and
> they
> > > are missing a lot of features. So I've rewritten
2020 Jun 15
2
nbdkit: run rust plugin's tests during "make check"