Displaying 5 results from an estimated 5 matches for "_fatal".
Did you mean:
fatal
2013 Oct 28
0
[PATCH] xfstests: add generic/320 to test fsync() on directories V2
...ev --getsz $SCRATCH_DEV`
+ FLAKEY_DEV=/dev/mapper/flakey-test
+ FLAKEY_TABLE="0 $BLK_DEV_SIZE flakey $SCRATCH_DEV 0 180 0"
+ FLAKEY_TABLE_DROP="0 $BLK_DEV_SIZE flakey $SCRATCH_DEV 0 0 180 1 drop_writes"
+ $DMSETUP_PROG create flakey-test --table "$FLAKEY_TABLE" || \
+ _fatal "failed to create flakey device"
+}
+
+_mount_flakey()
+{
+ mount -t $FSTYP $MOUNT_OPTIONS $FLAKEY_DEV $SCRATCH_MNT
+}
+
+_unmount_flakey()
+{
+ $UMOUNT_PROG $SCRATCH_MNT
+}
+
+_cleanup_flakey()
+{
+ # If dmsetup load fails then we need to make sure to do resume here
+ # otherwise the umo...
2013 Nov 15
7
[PATCH 1/2] xfstests: add generic/321 to test fsync() on directories V2
...flakey_table <table>
-
- table="$FLAKEY_TABLE"
- [ $1 -eq 1 ] && table="$FLAKEY_TABLE_DROP"
-
- suspend_opt=""
- [ $nolockfs -eq 1 ] && suspend_opt="--nolockfs"
-
- $DMSETUP_PROG suspend $suspend_opt flakey-test
- [ $? -ne 0 ] && _fatal "failed to suspend flakey-test"
-
- $DMSETUP_PROG load flakey-test --table "$table"
- [ $? -ne 0 ] && _fatal "failed to load table into flakey-test"
-
- $DMSETUP_PROG resume flakey-test
- [ $? -ne 0 ] && _fatal "failed to resumeflakey-test"
-...
2012 Mar 12
0
Dovecot LDA breaking .qmail forwarding?
...SER
<mailto:&wouter at vdschagt.com> &wouter at vdschagt.com
The mail isn't forwarded and stays in the queue on the mail server, the same
is the case when I reverse the lines. The error in the log file is:
@400000004f5de5f7033bc434 delivery 824026: deferral:
qmail-inject:_fatal:_qq_trouble_creating_files_in_queue_(#4.3.0)/system_erro
r_calling_qmail-inject/
When using another LDA, for example when specifying the Maildir, it works,
but then i cannot use Sieve scripts.
Any ideas? Am I doing anything wrong?
Sincerely,
- Wouter van der Schagt
2010 Jun 18
1
Dovecot 2.0 auth socket error
...ing errors in the qmail log files :
@400000004c1b18f22ea7a05c delivery 1497: deferral:
lda:_Error:_userdb_lookup:_connect(/usr/local/var/run/dovecot/auth-userdb)_failed:_Permission_denied_(euid=100(sn)_egid=100(sn)_missing_+w_perm:_/usr/local/var/run/dovecot/auth-userdb,_euid_is_not_dir_owner)/lda:_Fatal:_Internal_error_occurred._Refer_to_server_log_for_more_information./
Now, from what I can tell, this is complaining that the socket doesn't
have write permission for the group, because it is owned by root and
created with only 600 permissions...I can chmod the file to add the rw
for the group,...
2008 Oct 16
3
regarding dovecot.index.cache
Hi,
This is regarding updating dovecot.index.cache.
I have few backup ids configured. these are used only when old mail
needs to be retrieved.
usually these mailboxes contains more then 9,000 mails.
while login to webmail, imap consumption is high, which creates
performance related issues for regular mailboxes.
to resolve this i have to move heavy mailbox to dedicated server.
before doing