Displaying 20 results from an estimated 120 matches similar to: "Some users cannot read mail: assertion failed"
2004 Sep 02
2
Assertion failed in buffer.c
dovecot-0.99.10.5-0.FC2
I have had a report from a user that when accessing their inbox, the
connection is suddenly dropped. Dovecot reports the following:-
imap(user): file buffer.c: line 357 (buffer_set_start_pos): assertion
failed: (abs_pos <= I_MIN(buf->used, buf->limit))
From searching the list, I found an indication that it is a problem
with an individual message. As the user
2016 Aug 18
3
[patch] Improved error checking for the dovecot-antispam-plugin
Hi Harlan,
On Wed, Aug 17, 2016 at 2:18 AM, Harlan Stenn <harlan at pfcs.com> wrote:
> On 8/16/16 1:24 PM, Robert Munteanu wrote:
>> Hi,
>>
>> Hopefully this is the right channel for such a patch. I have a minor
>> enhancement to submit for the antispam plugin
>>
>> http://hg.dovecot.org/dovecot-antispam-plugin
>>
>> It adds minimal error
2019 Jan 31
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
<font size=2 face="sans-serif">Hi Johannes,</font><br><br><font size=2 face="sans-serif">Thank you for the explanation.</font><br><br><font size=2 face="sans-serif">I think we need to clarify some details
about code generation in Clang today:</font><br><br><font size=2
2005 Mar 12
3
How to use TIMECHECK tag in htb.init ?
Does anyone use tb.init TIMECHECK to change rate/ceil for classes based on periods over the day ? I had problems setting the right syntax. Can anyone help me with a quick example. I have tried the following with no success:
LEAF=sfq
RULE=xx.xx.xx.xx
TIME=06:00-18:00;128Kbit
TIME=18:00-06:00;256Kbit
RATE=196Kbit
_______________________________________________
LARTC mailing list
2016 Aug 16
3
[patch] Improved error checking for the dovecot-antispam-plugin
Hi,
Hopefully this is the right channel for such a patch. I have a minor
enhancement to submit for the antispam plugin
http://hg.dovecot.org/dovecot-antispam-plugin
It adds minimal error checking for the sendmail_binary, otherwise the
reported error in case of a missing binary or one with missing
permissions is generic and not useful.
Thanks,
Robert
--
http://robert.muntea.nu/
2019 Jan 22
7
[RFC] Late (OpenMP) GPU code "SPMD-zation"
Where we are
------------
Currently, when we generate OpenMP target offloading code for GPUs, we
use sufficient syntactic criteria to decide between two execution modes:
1) SPMD -- All target threads (in an OpenMP team) run all the code.
2) "Guarded" -- The master thread (of an OpenMP team) runs the user
code. If an OpenMP distribute region is encountered,
2007 Jun 19
1
smbclient doesn't work with anonymous access on windows 2000
Hello,
I have the following error when I try to use smbclient with windows 2000 & anonymous access :
$ smbclient -N -L //machine1
Anonymous login successful
Domain=[DOMAIN] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
cli_rpc_pipe_open: cli_nt_create failed on pipe \srvsvc to machine machine1.
2007 Jan 17
1
Question about FXO/FXS device.
Hello, I intend to buy a FXO/FXS device from Linksys. I'm thinking
about SPA3102.
What you guys think about it. Is ok, is working with asterisk, can i use it
like voip peer. Thank you for your advice.
Jonson.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070117/93bc7fdb/attachment.htm
2007 Jan 26
1
Sample Config.
Hello,
I just buyed a SPA3102 from Linksys. Can anyone help me or guide me to
configure voice part on it. I cannot get it if I can use like peer for my
asterisk. Please help me with some tips.
Thank you guys.
Regards,
Jonson.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070126/a49e3bdb/attachment.htm
2007 Jan 20
3
Cisco 7970 Unprovisioned
Hi!
I did manage to load phone with SIP image : SIP70.8-0-3S, made
SEP-MAC.cnf.xml, but phone never read the configuration from it.
On the screen it's written "Unprovisioned", and phone is not trying to
register with asterisk.
Please help!!
MihaelaMJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 28
1
testing an ARFIMA model for structural breaks with unknown breakpoint
Dear R users,
I'm trying to use the "strucchange" package to determine structural breaks
in an ARFIMA model.
Unfortunately I'm not so familiar with this topic (and worse, I'm a beginner
in R), so I don't know exactly how to specify my model so that the
"Fstats","sctest" and "breakpoint" functions to recognize it and to
calculate the
2003 Nov 01
4
Bug with partial IMAP fetches
An HTML attachment was scrubbed...
URL: http://procontrol.fi/pipermail/dovecot/attachments/20031031/84fb6a1b/attachment.html
-------------- next part --------------
X-UIDL: 61c08992b287bf24b6fff123164620b2
Return-Path: <mreimer@vpop.net>
Delivered-To: krista@vpop.net
Received: from vpop.net (bilbo.vpop.net [65.103.33.41])
by boromir.vpop.net (Postfix) with ESMTP id 6B7D43A60F6
for
2000 Aug 07
0
ssh startup fails
Hello all :)
While trying to bind to 0.0.0.0 having lo0, eth0 and ippp0 up no matter
whether on- or offline, i get this:
sshd[4518]: error: getnameinfo failed
sshd[4518]: fatal: Cannot bind any address.
It seems sshd tries to get reverse-resolved the ippp0's address. Is
there a configuraiotn fault on my behalf? Did i misunderstand the way
sshd works?
Shouldn't sshd rather not rely on
2010 Feb 03
0
CDR and Queue Reporting windows application looking for Beta testers!
Hi!
I've been on this list for over 3 years and this is my first post.
We have a reporting application for Asterisk that is soon to be in beta.
It's a windows application that generates reports from log files (CDR and
queue).
It has a drag and drop approach to report creating. There is a pivot grid
and you just put the data that you want in a report, where you want it.
We're
2007 Aug 30
0
Problem with data migration and acts_as_tree
Hi, this is my first post here, my name is Lucas and I''m just starting
with rails.
For one of the first models I made (an accounts plan), I had some
example data in a CSV file, so I created this migration, the idea is
to detect the parent/child relationships according to the account
number, the code works right (if I insert some puts here and there, I
can see it), but when the migration
2003 Sep 19
0
Saludos desde Madrid
Hola amig@:
Me llamo Ver?nica. Te escribo desde Madrid, Espa?a y formo parte de un equipo del Movimiento Humanista.
Hoy son ya millones de personas las que experimentan c?mo la sociedad en que vivimos se deshumaniza d?a a d?a. El ser humano ha perdido todo valor, el mundo se mueve en torno al dinero y en base al ego?smo, mientras las personas van quedando cada vez m?s desamparadas. De este modo,
2000 Sep 26
0
./configure stops: openssl prob
Hello everyone,
meantime I reached in the following line-worm to get openssh-2.2.0p1
compiled with pam.
CFLAGS="-I/usr/local/ssl/include" LDFLAGS="-static -L/lib/security
-L/lib -L/usr/local/ssl/lib -L/lib" ./configure --prefix=/usr/local/
--bindir=/bin/ --sbindir=/sbin/ --sysconfdir=/etc/ssh/
--with-ssl-dir=/usr/local/ssl --with-xauth=/usr/X11R6/bin/xauth
2005 Mar 12
0
What are the proper values for rate/ceil in tc ?
Hello!
I am using shapping whith htb. My question is what are the propper values I can use in rate/ceil. I use htb.init for quick building of my classes/rules and have 2 groups of clients with 2 different bandwidth assignemet :
A. 16--->48kbps
B. 16---->128Kbps
It seems to work everything OK, but can I use lower values for rate like 8Kbps ? What about using 32-->96Kbps? I let htb to
2004 Nov 30
0
htb stats
Hello. I have the fallowing stats when I write:
----tc -s -d qdisc ls dev eth1 ------
"qdisc htb 1: r2q 1 default 99 direct_packets_stat 358 ver 3.7
Sent 36115119 bytes 32068 pkts (dropped 0, overlimits 47848)
backlog 24p"
1. what does backlog 24p means here ?
2. I looked over my other htb classes in eth1 and never seen overlimits greater than 0, why do I have then overlimits in htb
2009 Jul 03
0
Lo's modified R/S
Hi all,
Does anyone know if Lo's modified R/S statistic is implemented in R?
I found "rsFit" function from fArma package (LrdModelling), but I guess this
is to calculate the classical R/S statistic.
Thank you,
M.
--
View this message in context: http://www.nabble.com/Lo%27s-modified-R-S-tp24318771p24318771.html
Sent from the R help mailing list archive at Nabble.com.