search for: lammerts

Displaying 4 results from an estimated 4 matches for "lammerts".

2005 Jan 18
0
[PATCH] ext3: commit superblock before panicking
...panic occurs, the error event is not recorded anywhere. So after the reboot, e2fsck doesn't kick in, the file system gets mounted again and the box panics again... Patch below moves the ERRORS_PANIC test down a bit so the journal is aborted before panic() is called. Eric Signed-off-by: Eric Lammerts <eric at lammerts.org> --- linux-2.6.10/fs/ext3/super.c.orig 2005-01-18 15:07:47.673128436 -0500 +++ linux-2.6.10/fs/ext3/super.c 2005-01-18 15:43:55.311501654 -0500 @@ -143,9 +143,6 @@ if (sb->s_flags & MS_RDONLY) return; - if (test_opt (sb, ERRORS_PANIC)) - panic ("EXT3-...
2007 Mar 14
1
mbox and pop3, maildir and imap
Hi, Been reading a lot of posts about dovecot configuration, but can't really figure out if what I want is even possible or how to achieve this. My setup is simple : One linux machine that collects mail from my provider and sorts them for me and my wife, where my email is stored in Maildir format in ~myuser/.maildir and my wife's email is stored in mbox format in
2012 Jul 20
2
Target: following file symlinks?
Dear all, I am trying to synchronize data from a remote machine (ssh) to my local one using rsync (pure scp would overwrite everything every time). The problem is, however, that due to the size of data and available storage, I have to distribute it over several hdd's. For that I have a script, which moves every single file (typical size ~ 4GB) to a different (randomly selected) hdd, leaving
2005 Sep 22
1
repeated crashes
Hello, I've got a problem that is not solved after an e2fsck. What happens is that the kernel (vanilla 2.6.12) does this: journal_bmap: journal block not found at offset 1036 on hda6 Aborting journal on device hda6. ext3_abort called. The filesystem is mounted with errors=panic, so the system reboots. At boot-up an e2fsck is run on /dev/hda6. Sometimes it finds errors, sometimes not.