Displaying 7 results from an estimated 7 matches for "lsn".
Did you mean:
len
2006 May 25
0
kbs-CentOS-Misc-Testing: thunderbird-1.5-2.el4.lsn looks OK under *light* use
Installed today, light use in and out. All looks normal ATM. CentOS 4.3
current (but 1 kernel version to install as of today). AMD Athlon 2200XP
using i686 versions.
I'm not a heavy user of it.
<OT>
Waiting to see if I like it better than Evolution or not. Unfortunately,
the more it looks like MS Windows product, the less attractive I find
it.
I'll probably end up blowing all this
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
2005 May 24
8
mysql & xen - is anyone using this combination successfully?
...o recover from a backup.
050524 8:43:55 InnoDB: Page dump in ascii and hex (16384 bytes):
[hex dump removed]
050524 8:43:55 InnoDB: Page checksum 919908210, prior-to-4.0.14-form
checksum 1953981686
InnoDB: stored checksum 2965041445, prior-to-4.0.14-form stored checksum 842083124
InnoDB: Page lsn 2 1189539217, low 4 bytes of lsn at page end 876034097
InnoDB: Page may be an index page where index id is 0 151
InnoDB: (index `bytime` of table `archive200501/sms_log`)
InnoDB: Database page corruption on disk or a failed
InnoDB: file read of page 796594.
InnoDB: You may have to recover from a ba...
2006 Dec 22
2
Postfix/Dovecot virtual - directory structure
Hi, perhaps I should post this in a Postfix forum but I'll give it a
shot: I want my accounts sorted under /home/vmail/[domain]/[username]
(and I managed to get Dovecot to look for mail there with %d and %n ),
but how do I tell Postfix to sort the mail? I can't figure out how to do
it. The virtual_mail_base is /home/vmail/ but there I get a bunch of
folders in the form
2005 Oct 21
1
Advices for Samba and OpenLDAP
...s backend with this script. but that should not happen -
it's just a simple perl script :-/
this happens when it crashes:
Oct 21 10:39:06 ldapmaster2 slapd[17172]: bdb_modify: retrying...
Oct 21 10:39:06 ldapmaster2 slapd[17172]: bdb(dc=eva,dc=mpg,dc=de):
DB_TXN->abort: Log undo failed for LSN: 3 2173192: DB_NOTFOUND: No
matching key/data pai
r found
Oct 21 10:39:06 ldapmaster2 slapd[17172]: bdb(dc=eva,dc=mpg,dc=de):
PANIC: DB_NOTFOUND: No matching key/data pair found
Oct 21 10:39:06 ldapmaster2 slapd[17172]: send_ldap_result: conn=16
op=10 p=3
Oct 21 10:39:06 ldapmaster2 slapd[17172]: s...
2023 Mar 07
3
remove most callers of write_one_page v4
Hi all,
this series removes most users of the write_one_page API. These helpers
internally call ->writepage which we are gradually removing from the
kernel.
Changes since v3:
- drop all patches merged in v6.3-rc1
- re-add the jfs patch
Changes since v2:
- more minix error handling fixes
Changes since v1:
- drop the btrfs changes (queue up in the btrfs tree)
- drop the finaly move to
2015 Dec 15
8
[PATCH] xfs: Add support for v3 directories
...inked;/* agi unlinked list ptr */
- uint8_t di_literal_area[1];
-} __attribute__((packed)) xfs_dinode_t;
+
+ /* start of the extended dinode, writable fields */
+ uint32_t di_crc; /* CRC of the inode */
+ uint64_t di_changecount; /* number of attribute changes */
+ uint64_t di_lsn; /* flush sequence */
+ uint64_t di_flags2; /* more random flags */
+ uint8_t di_pad2[16];
+
+ /* fields only written to during inode creation */
+ xfs_timestamp_t di_crtime; /* time created */
+ uint64_t di_ino; /* inode number */
+ uuid_t di_uuid; /* UUID of the files...