Displaying 20 results from an estimated 100 matches similar to: "expand_file segfault compatibility with VPS and reiserfs"
2003 Jan 16
2
Why is rsyncd trying to access /etc/pwd.db?
I have rsync-2.5.5 humming along on FreeBSD 4.7-STABLE with no apparent
problems. However, I notice when some clients connect to sync, I get this in
/var/log/messages
rsyncd[42843]: /etc/pwd.db: No such file or directory
rsync is running as root with this basic rsync.conf:
use chroot = yes
read only = yes
timeout = 600
Well of course /etc/pwd.db exists and could be readable, but more
2015 Aug 04
2
451 4.3.0 Temporary internal failure
Hi,
OS: Debian GNU/Linux 7
df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/vzfs reiserfs 30G 12G 19G 38% /
/etc/fstab
proc /proc proc defaults 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /run/shm tmpfs defaults 0 0
If someone knows an option to change the tmp directory in dovecot.conf,
it would be very helpful.
2015 Aug 03
2
451 4.3.0 Temporary internal failure
Hi
i can send mails without problems in any direction, except when the
attachments are bigger than 1 MB. I alway get this message
relay=mail.example.net[private/dovecot-lmtp], delay=35155,
delays=35155/0.03/0.02/0.09, dsn=4.3.0, status=deferred (host
mail.example.net[private/dovecot-lmtp] said: 451 4.3.0 Temporary
internal failure (in reply to end of DATA command)) Aug 3 19:34:34
46185
2013 Jul 12
0
VZFS issues
Hello listmates,
Normally whenever I needed to grab the contents of a disk/partition in its
entirety I would just use dd to pipe it wherever I wanted and that would
just work.
However, with a VZFS partition on a Parallels VM itdoes not seem to work:
root at nei [~]# dd if=/dev/vzfs of=/dev/null bs=1M count=50
dd: opening `/dev/vzfs': Permission denied
root at nei [~]#
root at nei [~]#
2005 Sep 21
2
locking.tdb: expand_file ftruncate to 8192 failed (Permission denied)
Hi,
I'm hunting a bug in 3.0.x (tested on 3.0.10 and 3.0.20). Users can
create and modfy files, but cannot delete them. The logs show
[2005/09/21 20:48:14, 0, pid=18388, effective(4019, 412), real(4019, 0)] tdb/tdbutil.c:tdb_log(767)
tdb(/srv/physik.fu-berlin.de/data/.samba/cluster1-test/cache/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied)
[2005/09/21 20:48:15, 0,
2015 Aug 04
0
451 4.3.0 Temporary internal failure
Hi,
that should be:
# Directory in which LDA/LMTP temporarily stores incoming mails >128 kB.
#mail_temp_dir = /tmp
Best
Urban
Am 04.08.2015 um 12:36 schrieb Nutsch:
> Hi,
>
> OS: Debian GNU/Linux 7
>
> df -hT
> Filesystem Type Size Used Avail Use% Mounted on
> /dev/vzfs reiserfs 30G 12G 19G 38% /
>
> /etc/fstab
> proc /proc proc
2011 Oct 22
0
First Installation, Problems...
Hi;
[root at example jack]# /usr/local/sbin/dovecot --version
2.0.15
[root at example jack]# /usr/local/bin/doveconf -n
# 2.0.15: /usr/local/etc/dovecot/dovecot.conf
doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:5: imap_client_workarounds=outlook-idle is no longer
2015 Aug 03
0
451 4.3.0 Temporary internal failure
Hi,
according to dovecot.conf lmtp stores all mails temporarily in "/tmp/"
that are bigger than 256KB. You can change the directory in dovecot.conf
or you should increase the /tmp/ size. It could be that /tmp/ is a
ramdisk. Check /etc/fstab.
Which os you are using?
What does "df -hT" say?
What does /etc/fstab say?
Regards
Urban
Am 03.08.2015 um 19:54 schrieb Nutsch:
>
2006 Jun 20
2
Converting from acts_as_tree to acts_as_nested_set
I''m currently using acts_as_tree to display threaded Comments on my
forums-like site. It''s waaay too slow to display a page with 1,000
comments, as it''s issuing a TON of selects.
I''m pretty sure I want to convert to the nested set model, using
acts_as_nested_set or acts_as_threaded. This should give me the
performance I''m looking for.
The problem,
2007 Feb 21
19
Critical Issue - Site down...
We have a site that is running Mongrel and is down.
Below is the Mongrel log file information.
The server is a Linux server with 2gb of RAM.
EV1 (hosting site) says that since this is a Linux server that the RAM
is cached and that there is plenty of free memory available.
Can anyone make sense of this error and have some suggestion of options
that I may take to correct this issue and get
2012 Sep 16
3
Error: User doesn't have home dir set, disabling duplicate database
Hi all
I receive the following error in my mail.log.
Does anybody know how to configure dovecot to get rid of this ?
I have one server up and running with postfix, dovecot and a mysql backend.
The error above happens on another server with postfix, dovecot and a ldap
backend.
Any hints ?
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified
2008 Aug 21
1
ext2online with 1k blocks not working
Hello,
As a Virtuozzo users we have majority of our diskspace formatted with -i 1024 -b 1024.
Lately I discovered that on CentOS 4.6 ext2online barfs when I try to grow such filesystem. Running it with -v -d, it prints lots of lines like:
ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b
ext2online: 873646830 is a bad size for an ext2 fs! rounding down to 873644033
...
group NNN inode table has
2011 Jan 29
2
sql : uid, gid, home ignored ?
Hello,
I'm trying to setup a dovecot imap server.
version is 2.0.9
I've setup a mysql database using:
user_query = \
SELECT home, uid, gid, home as userdb_home, uid as userdb_uid, gid as userdb_gid, \
FROM user WHERE username = '%n' AND domain = '%d' AND active = 'Y'
password_query = \
SELECT username AS user, password, home as userdb_home, uid as
2011 Aug 23
2
Cannot Mount Share (LOG FILE: "No Space Left on Device")
I cannot mount my Samba shares. I could, then I rebooted my device, and
now I no longer can. The .conf file has not been changed in over a year.
Here is the output of the log file:
-bash-2.05b$ cat log.192.168.1.147
[2011/08/23 00:41:10, 0] lib/util_tdb.c:tdb_log(662)
tdb(/opt/local/var/locks/sessionid.tdb): expand_file to 20480 failed
(No space left on device)
[2011/08/23 00:41:10, 1]
2001 Nov 02
3
Win2k Roaming Profiles problems under NTFS
Hi there!
I have a Samba 2.2.2 PDC on linux 2.4.13 with ACL (acl.bestbits.at) support
installed. There seems to be a problem with Roaming Profiles. Win2k with
local NTFS filesystem will never delete roaming profiles (yes, I have
regedited the DeleteRoamingCache to 1). In fact, any time TheUser logs back
in, a new folder named TheUser.OURDOMAIN.??? (where ? is an integer) will
be created,
2007 Jun 15
1
process show uid not user
One of my user's processes shows up with the uid (numeric) rather than
the user (alpha) on the ps command. The /etc/passwd file shows:
theuser:x:500:501:The user:/home/theuser:/bin/bash
But, 'ps -ef' shows the uid:
500 9041 8864 0 11:20 pts/1 00:00:00 ps -ef
Allother active users show the user. Ideas?
Frank M. Ramaekers Jr.
Systems Programmer
MCP,
2005 Mar 11
1
Manager (5038)
I am using this site
(http://www.digium.com/asterisk_handbook/manager.html) to access port 5038
(manager port). But I have problem below.
Is there another step that I need to do?
-----------------------------------------------
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Asterisk Call Manager/1.0
Action:Login
Username:theuser
Secret:somepassword
Response:
2020 Jun 02
2
Doveadm Backup issues
Hi,
I'm trying to use doveadm backup but I'm having a few issues.
When trying locally:
`doveadm backup -D -A maildir:/usr/local/backup`
It results that no mailbox is separated by user - all seems to sync on
the same folder, messing up with the folder structure of the original
maildir.
When trying remotely:
`doveadm backup -D -A -N ssh -i mykey root at myremotebackup.com:/backup
2006 Sep 28
1
you got chocolate in my peanut butter?!
Hey everyone,
Ran into something positively perplexing today. A user came
to me and said that this morning when they checked their
mail, they got about 120 strange new messages. Upon further
inspection, it seems the "new" messages are all addressed to
a certain other different user and are all 3 or 4 months old.
And looking in that other user's /var/mail/(username) mailbox,
I see
2008 Feb 19
1
R-problem
Dear all,
I encountered the following problem while using the "R" software: "unrecognised record type 7, subtype 16 encountered in system file".
Can you please help me with this?
Thanks in advance,
Catrin Theuser
[[alternative HTML version deleted]]