Displaying 20 results from an estimated 120 matches similar to: "[PATCHES] NetBSD support, authentication buffer size"
2017 Sep 17
1
dsync panic in mbox_lock
Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> We have seen this before but so far the actual bug has not been
> reproducible for us. Can you post your doveconf -n
Here it is:
https://ftp.espci.fr/shadow/manu/conf.log
> and also logs with
> doveadm -Dv -o plugin/mail_replica=remoteprefix:root at mail2.example.net
> sync -d -u jdoe
https://ftp.espci.fr/shadow/manu/sync.log
2008 May 10
1
writing a table in the device (pdf in this case)
hello all,
I would like to introduce a summary table into the pdf along with the
plots (in order to archive my data into single files automatically).
Similarly, It would be great to have the result of the statistical
analysis (for instance anova) in the same file.
Is there a way to do that?
example:
pdf("example.pdf")
layout (matrix(1:2,1,2))
plot (groups, scores)
Result <-
2013 Jan 19
1
[PATCH] support for NetBSD 6.0 libquota
Hi
NetBSD 6.0 introduced a new improved quota subsystem and an unified API
(libquota) to handle the new and old quota implementation. dovecot is
unable to use the new quota implementation right now, and will even fail
to build with the old quota API on NetBSD 6.0:
Here are dovecot patches to support NetBSD libquota:
http://ftp.espci.fr/shadow/manu/dovecot-libquota.tgz
--
Emmanuel Dreyfus
2013 Apr 29
1
quota-related crash for doveadm dsync operation
Hi
I understand the crash below is caused by filesystem quota. I just report
it because perhaps it could have a more graceful failure.
Apr 29 09:39:17 danceny dovecot: dsync-local(jdoe): Error: Mailbox Sent: Saving failed: Not enough disk space
Apr 29 09:39:17 danceny syslogd[165]: last message repeated 4 times
Apr 29 09:39:17 danceny dovecot: doveadm: Error: dsync-remote(jdoe): Error: Cached
2017 Sep 16
2
dsync panic in mbox_lock
Hello
I am trying to setup replication with dovecot-2.2.29.1, and for some
users, I get a reproductible panic:
# doveadm -v -o plugin/mail_replica=remoteprefix:root at mail2.example.net
sync -d -u jdoe
dsync-local(jdoe): Panic: file mbox-lock.c: line 799 (mbox_lock):
assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type !=
F_RDLCK)
Abort
User is not overquota, and filesystem
1998 Nov 25
0
Linux Tips and Tricks (slightly off-topic)
Hi,
Just to let you know all that i've started a project called Linux Tips and
Tricks (http://www.patoche.org/LTT) in which i'm collecting tips i find.
Since i use samba and read this mailing-list i will put tips sent here.
In fact there are already some.
If someone feels it inapropriate to put the contents of their email sent to
this mailing-list just let me know. (the origin of each
1998 Oct 31
3
Problem with domain controller & win98
Hi there,
I set up my samba that it acts as a domain controller,
when i start network neigborhood and click on the linux system and select
netlogon ([NETLOGON] entry in smb.conf) i first
had the problem with windows 98 that my password always was
wrong. i fixed this with a registry setting (something with plaintext), now
this part works.
Now i configured my windows 98 for using a domain-server,
2008 Feb 29
7
Recommended software for mail greylist?
Hi, all.
I want to use grey list in mail server, currently, i use postgrey to
implement it.
Any other recommended software?
Thanks very much.
-----
Best Regards.
Zhang Huangbin
- OpenBSD 4.2 -release, i386.
- RHEL 5.1
2003 Jul 02
1
Error mounting filesystems with mount command
Hi,
Built a new world, everything went fine, except now it will not mount
file systems on boot.
4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jul 2 02:21:55 BST 2003
On further investigation the mount command gives this error:
mount: getmntinfo: Unknown error: 0
I have searched through the mail lists and other sources to find an answer, at
first I thought it might have been a new kernel option I had
2003 Jul 03
1
No subject
Hi Doug,
>>
>> 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jul 2 02:21:55 BST 2003
>What did you upgrade from?
It was 4.8 Stable at around the beginning of June before I rebuilt.
>> mount: getmntinfo: Unknown error: 0
>I wonder if this is a busted mount binary, or you didn't upgrade kernel +
>world. Can you boot with the old kernel (kernel.old) successfully?
It was a
2005 Nov 21
0
CentOS-announce Digest, Vol 9, Issue 13
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 Feb 06
0
dovecot-cvs/mysql-5.0.18 OLD/PASSWORD problem
i use openbsd/i386, dovecot-cvs(today), mysql-5.0.18
today, i change the mysql_dbuser_password form OLD_PASSWORD to PASSWORD
then dovecot can't connect to mysql-server
shell$> mysql -u root -p
mysql$> SET PASSWORD FOR 'db_user'@'localhost' = PASSWORD('db_pw');
now, dovecot CAN NOT connect to mysql-server
shell$> mysql -u root -p
mysql$> SET PASSWORD FOR
2007 May 03
0
Problem of displying contents of shares
I'm using samba 3.0.24. I create my Makefile for cross compiling smbd nmbd
testparm and CP850.so:
Makefile:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Flags divers
#COFLAGS=-O2
CWFLAGS= -g -Wall
# Cross compile tools
CC=mips-linux-gcc
#CC=gcc
LINT=splint
SHLD= $(CC) -O -D_SAMBA_BUILD_
LDSHFLAGS=-shared -Wl,-Bsymbolic
2013 Apr 18
5
v2.2.1 released
http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz.sig
- mailbox_list_index=yes was broken.
- LAYOUT=index didn't list subscriptions.
- auth: Multiple master passdbs didn't work.
- Message parsing (e.g. during search) crashed when multipart message
didn't actually contain any parts.
2013 Apr 18
5
v2.2.1 released
http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz.sig
- mailbox_list_index=yes was broken.
- LAYOUT=index didn't list subscriptions.
- auth: Multiple master passdbs didn't work.
- Message parsing (e.g. during search) crashed when multipart message
didn't actually contain any parts.
2005 Nov 20
0
CEBA-2005:1120-1 CentOS 4 x86_64 xfsprogs - bugfix update (CENTOSPLUS Only)
CentOS Errata and Bugfix Advisory 2005:1120-1
CentOS 4 x86_64 xfsprogs - bugfix update (CENTOSPLUS Only)
This package is for the version of xfsprogs is that is included in the
centosplus repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The SGI team has released a new xfsprogs SRPM for the XFS project.
The following items have changed since the last release of this
2005 Nov 20
0
CEBA-2005:1120-1 CentOS 4 i386 xfsprogs - bugfix update (CENTOSPLUS Only)
CentOS Errata and Bugfix Advisory 2005:1120-1
CentOS 4 i386 xfsprogs - bugfix update (CENTOSPLUS Only)
This package is for the version of xfsprogs is that is included in the
centosplus repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The SGI team has released a new xfsprogs SRPM for the XFS project.
The following items have changed since the last release of this package:
2003 Jul 31
0
dvd+rw-format -force problem
Hi,
I haven't felt the need to fully blank a DVD+RW for a while untill today. In
between the last time and now, I both did a cvsup of STABLE and the port of
sysutils/dvd+rw-tools was upgraded. Hence - I'm not sure which could be
contributed to the cause.
The problem is the following:
When issuing:
dvd+rw-format -force /dev/cd0c
it fails, with 'unable to unmount' error.
A
2008 May 16
6
Some architecture questions for my mongrelian friends
Hey,
I''m working on a project, and mongrel may be part of the stack, but
I''ve got some more general questions and ideas I''m hoping to run by
this list. The people on this list have a broader knowledgebase and
more experience than any place else I know - plus a general
friendliness and willingness to help!
I''m working with a company who has a really antique
2019 Sep 13
4
[9.0.0 Release] Release Candidate 5 is here
Hello everyone,
9.0.0-rc5 was just tagged from the release_90 branch at r371837. In
the Git monorepo, it's tagged as llvmorg-9.0.0-rc5.
Source code and docs are available at
https://prereleases.llvm.org/9.0.0/#rc5 Binaries will be added as they
become available.
There is only a single change from rc4 to rc5. Once more, the hope is
that this will be the last release candidate and that we can