similar to: fchown failed

Displaying 20 results from an estimated 1000 matches similar to: "fchown failed"

2008 Dec 19
4
Error: dict: Failed to initialize dictionary 'expire'
Hi! Using dovecot-1.1.17, and BDB-4.6.21. I'm having this error in every two weeks or so. I've running this in a crontab: /usr/local/sbin/dovecot --exec-mail \ ext /usr/local/libexec/dovecot/expire-tool The expire plugin and tool is working fine, the configuration is ok, and I'm using the BDB backend. What happens in every ~two weeks is dovecot starts to give me this error
2009 Sep 30
2
can not boot DOS image
Hi! I'm trying to boot this kind of file: $ file ibm_fw_bios_m9e144a_anyos_i386.img ibm_[...]_i386.img: DOS floppy 1440k, x86 hard disk boot sector (This is a BIOS update boot image for the IBM X Series servers). I'm booting with PXE on the IBM machine, with this pxelinux.cfg: $ cat pxelinux.cfg/default [...] LABEL update_bios_img MENU LABEL ^BIOS Update (img) FDIMAGE
2009 Aug 10
1
inconsistency with expire-tool and expire dict
Hi! Here is the problem: passdb: daniell:*::::::user=daniell2 userdb: daniell2::uid:gid:gecos:home:: dovecot.conf: plugin { expire = SA.* 1 # (There are SA.HAM and SA.SPAM directories) } When copying a message to eg. the SA.HAM directory, then dovecot inserts this into my expires table: dovecot=# select * from expires ; username | mailbox | expire_stamp
2009 Aug 09
2
http://wiki.dovecot.org/LDA typo
-Note that dovecot.conf file must be world readable to enable deliver process read it, while running with user priviledges. +Note that dovecot.conf file must be world readable to enable deliver process read it, while running with user privileges. -- L?VAI D?niel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1
2009 Aug 09
3
multiple auth-client sockets
Hi! I'm gonna need to use dovecot's auth-client socket in an authentication program. Now the auth-client socket is only used by my MTA, which is postfix. Because postfix's smtpd process (which uses the auth-client socket) runs chrooted under postfix's spool directory, I must create the auth-client socket under that spool directory. However, to reach that socket from another
2008 Oct 27
2
dovecot expire doesn't work (?)
Hi! I'm using dovecot-1.1.5 and trying to make the expire plugin work. What I've configured in dovecot.conf is the following: protocol imap,pop3,lda { mail_plugins = [...] expire } dict { expire = db:/var/dovecot/expire/expire.db } plugin { expire = spamassassin/SPAM 2 spamassassin/HAM 2 expire_dict = proxy::expire } I have a sieve rule, to copy certain messages to my
2008 Oct 13
2
samba+cups failure - no printers in the share list
Hi! It seems my samba and cups won't communicate with each other. I've configured samba to load the printers from cups: load printers = yes printing = cups printcap name = cups [printers] comment = All Printers path = /var/spool/samba printable = yes public = no read only = yes create mode = 0700 valid users = @digiszfv
2009 May 19
2
expire-tool segmentation fault
Hi! I'm using Dovecot 1.1.15 on OpenBSD 4.4. How can I debug this? # /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire- tool Segmentation fault (core dumped) # gdb /usr/local/sbin/dovecot (gdb) run --exec-mail ext /usr/local/libexec/dovecot/expire-tool Starting program: /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-tool Program received
2009 Feb 05
3
NFS - inotify vs kqueue
Hi, I've seen some chatter on NFS boards about kqueue being more reliable than inotify when used in NFSv3 and NFSv2. The chatter is a bit old so I don't know if it is true anymore. Anyone have pro/con experience with dovecot on the inotify/kqueue question when using NFS storage? I realize that kqueue is probably a bit slower and causes some delay with IDLE. Also, it may not really
2008 Nov 24
3
Panic from 1.1.7
dovecot: Nov 24 12:49:06 Panic: IMAP(user): file ioloop-notify- kqueue.c: line 66 (event_callback): assertion failed: (io->refcount == 1) dovecot: Nov 24 12:49:06 Error: IMAP(user): Raw backtrace: 2 imap 0x0000000100068e82 default_fatal_finish + 41 -> 3 imap 0x0000000100068eed i_syslog_fatal_handler + 0 -> 4 imap 0x0000000100068687 i_info + 0 -> 5 imap
2008 Oct 05
2
v1.1.4 released
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig - SORT: Yet another assert-crashfix when renumbering index sort IDs. - ACL plugin fixes: Negative rights were actually treated as positive rights. 'k' right didn't prevent creating parent/child/child mailbox. ACL groups weren't working. - Maildir++ quota: Fixes to
2008 Oct 05
2
v1.1.4 released
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig - SORT: Yet another assert-crashfix when renumbering index sort IDs. - ACL plugin fixes: Negative rights were actually treated as positive rights. 'k' right didn't prevent creating parent/child/child mailbox. ACL groups weren't working. - Maildir++ quota: Fixes to
2008 Oct 25
2
can not compile 1.1.5 with BDB
Hi! I'm trying to use dovecot-1.1.5 with Berkley DB 4.6.21 on OpenBSD. While compiling I get this: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-sql \ -DPKG_RUNDIR=\""/var/run/dovecot"\" -I/usr/local/include -std=gnu99\ -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations \ -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast \
2009 May 27
7
v3.0 architecture
I just had a thought. It's probably going to be too big of a change for v2.0, so something to think about for v3.0: Supporting multiple UIDs is difficult. Currently expire-tool and v2.0's LMTP server are implemented in a way that it's always running as root and only temporarily dropping privileges. So any security hole in there gives the attacker root privileges. Not very
2009 Oct 19
23
testing needed
Can someone find an OS where the attached program doesn't work? It should print "success". So far tested for success: Linux 2.6, Solaris 10, FreeBSD 7.2, OpenBSD 4.2. -------------- next part -------------- A non-text attachment was scrubbed... Name: test.c Type: text/x-csrc Size: 1100 bytes Desc: not available URL:
2008 Dec 04
0
Samba and the WinXP WebClient
Hi! We've had horrible performance when opening files from out Samba server with OpenOffice.org on some of our XP machines (not on all, I might add). Also, the general file transfers (copy to/from server) were fast and adequate. Then I had stumbled upon the Samba HOWTO which mentioned turning off this "WebClient" service on WinXP. I'm just rather curious, why does this
2008 Dec 15
1
Horde IMP w/ dovecot folder list
Hi! I'm using dovecot-1.1.7, Horde-3.3.2 and IMP-4.3.2. The left-side folder list has some folders, whos names contains localized (non-ascii) characters. This is displayed correctly when I select the "English (American)" language entry on the login page from the dropdown menu. But when I choose my locale, which is "Magyar" (Hungarian), the folders won't display
2008 Dec 22
1
expire plugin with pgsql not working
Hi! I've configured dovecot, and created the db/table/trigger according to http://wiki.dovecot.org/Quota/Dict. I'm using dovecot-1.1.7 and pgsql. When moving a message inside the "monitored" directory, the expires table won't get updated because of an error: statement: INSERT INTO expires (expire_stamp, mailbox) VALUES ('1229993423',
2009 Jan 23
1
implicit locking?
Hi! Is it possible to introduce an implicit server-side file locking mechanism in samba(3.2.5), so if one opens a shared file for writing, then a new user won't be able to open it for writing, but only read-only. Currently the following options are in the config file: # testparm -v |fgrep -i lock [...] kernel oplocks = Yes lock spin time = 200 oplock break wait
2008 Oct 14
0
swat cann't start
Hi everyone! i used slackware version 12.1 and kernel version 2.6.24.5. When i upgrade samba to version 3.2.4. i want to use swat to configure my samba server, and i got the message "swat cann't load share file libtalloc.so.1:no = such file or directory"=20 How can i soultion thih problme=A1H thanks From leva at ecentrum.hu Tue Oct 14 08:11:34 2008 From: leva at ecentrum.hu