similar to: Trying to recover ext3 on corrupted raid5

Displaying 20 results from an estimated 2000 matches similar to: "Trying to recover ext3 on corrupted raid5"

2003 Nov 04
1
Fwd: Samba semantics error?
Hello, I have this bug report that I have filed. Is there any specific reason why samba behaves this way, and doesn't use the unix semantics? Since this is even more restrictive than unix semantics, I'm more inclined to call it a bug until I know it's supposed to be this way. Any ideas? ----- Forwarded message from Mike Fedyk <mfedyk@matchmail.com> ----- From: Mike Fedyk
2004 Mar 05
2
unexpected dirty buffer
Hello. On a server running 2.4.25, I have the two following errors in the kernel logfile: Unexpected dirty buffer encountered at do_get_write_access:618 (08:11 blocknr 920707) Unexpected dirty buffer encountered at do_get_write_access:618 (08:11 blocknr 920707) Should I worry about them (disk failure, filesystem damage) ? Thanks. As an addition what does the pair '08:11' means ? Is
2001 Mar 15
0
Fwd: Re: win98-samba2.0.7 = Network collisions
looks like you sent this to the wrong person... ----- Forwarded message from JON GERDES <GERDESJ@gkn-whl.co.uk> ----- Envelope-to: mikef@mikef-linux-x86.matchmail.com Delivery-date: Thu, 15 Mar 2001 00:18:43 -0800 Date: Thu, 15 Mar 2001 08:17:40 +0000 From: "JON GERDES" <GERDESJ@gkn-whl.co.uk> To: <mfedyk@matchmail.com> Subject: Re: win98-samba2.0.7 = Network
2001 Sep 19
1
Fwd: Re: Define conflict between ext3 and raid patches against 2.2.19
----- Forwarded message from Neil Brown <neilb@cse.unsw.edu.au> ----- On Wednesday September 19, mfedyk@matchmail.com wrote: > On Tue, Sep 18, 2001 at 09:08:32PM +1000, Neil Brown wrote: > > On Sunday September 16, mfedyk@matchmail.com wrote: > > > Hi, > > > > > > I'm trying to
2004 Mar 05
1
e2image, ext3 and nightly backups.
I have been looking at integrating the e2image tool into my nightly backup routines for my systems, to improve the odds that I can get data back if something disastrous happens to my file system. I have a couple of questions about this, though, to work out if this is actually worth doing. Is e2image worth running if the file system is online and in use, under the 2.6 series kernels, as part of
2001 Mar 16
2
Some MS Software doesn't work with SAMBA?
Can it be that our accounting packages don't work on SMB and only with NT? I would HATE to put a NT Box into the mix. Ruben -- Brooklyn Linux Solutions http://www.mrbrklyn.com http://www.brooklynonline.com 1-718-382-5752
2003 Jan 08
1
[Q] e2image: tools for sparse files & e2sfck support
Hi, i have two twofold e2image related questions: 1) The man page mentions "cp (1)"'s --sparse=always option. I wonder if there are sparse aware tools which a) display the "real" amount of disk space occupied by a sparse file b) compress sparse files (other than compressing very thightly several GiB of zeros) 2) "E2fsck, mke2fs, etc.
2003 Nov 04
3
user can no longer connect to shares
Hi, I'm using the setup defined for my RH9 box to participate in a Win2000 domain. I have server = domain, etc. This has been working fine for several months. As of this morning, one user can no longer access samba shares. His account settings haven't changed. I am able to access shares from his workstation using my account. I checked the log for his workstation. He has a number of
2000 Oct 18
3
Locking propigation probelm samba to netatalk & netatalk to samba
Take a look at this output from lsof: smbd 11490 0 8u REG 3,3 55296 1136647 Maintenanc.fp5 afpd 31010 0 2u REG 3,3 3207 1136655 auction - envelope.rtf afpd 31010 0 5u REG 3,3 4156 1136656 Word Work File L 1 afpd 31010 0 8u REG 3,3 55296 1136647 Maintenanc.fp5 smbd 31386 0 9u REG 3,3 4156 1136656 Word Work
2001 Nov 03
1
Fwd: ext3 for pre7 ?
This was sent to lkml, I think it may be interesting to this list... ----- Forwarded message from "J . A . Magallon" <jamagallon@able.es> ----- Envelope-to: mfedyk@mikef-linux-x86.matchmail.com Delivery-date: Fri, 02 Nov 2001 16:38:49 -0800 From: "J . A . Magallon" <jamagallon@able.es> To: Lista Linux-Kernel <linux-kernel@vger.kernel.org> Subject: ext3 for
2003 Jul 20
2
Seriously corrupt ext3 root filesystem - help?
I just came back after being out for the evening. Apparently there was a power failure long enough to discharge the UPS completely on my Linux box. After powering back up, I received notice that the / filesystem needed "manual fsck"ing. I booted off CD and attempted to fsck. Unfortunately, everything I've tried has proved futile and I'm _desperate_ for some help. I've
2008 May 10
0
Recover ICH9R raid5
I have a raid5 on an onboard ICH9R FAKERAID. I was booting into windows and windows crashed as it sometimes does, which put my array into a degraded step. At some point before the array finished rebuilding I unplugged one of the drives and forgot to plug it back in. When I booted up the system, it told me that the array was now failed. I plugged the drive back in, but the array stays as
2005 May 03
0
several ext3 and mysql kernel crashes
Hi Ext3! I'm running about 30 dedicated MySQL machines under quite decent loads, and they are occassionally crashing. I've been logging console messages recently in an effort to find the cause, and some appear to be related to I perused your lists and found the message I'm replying to. If you don't mind, I've included messages and ksymoops from two crashes that I had
2005 Aug 02
2
ethernet interfaces swapped around
One of my systems have two onboard NICs which uses the e100 and e1000 drivers (yes, the interfaces are not the same). This system kickstart fine with CentOS 3.x. I recently tried to rekick it with CentOS 4.x but was unsuccessful in doing so. When kicking CentOS 4.1, the interfaces are swapped around, i.e. eth0 becomes eth1 and eth1 becomes eth0 (as described at
2013 Apr 18
1
[PATCH] xen/arm: introduce xen_early_init, use PSCI on xen
Split xen_guest_init in two functions, one of them (xen_early_init) is going to be called very early from setup_arch. Change machine_desc->smp_init to xen_smp_init if Xen is present on the platform. xen_smp_init just sets smp_ops to psci_smp_ops. XEN selects ARM_PSCI. This patch is based on "xen/arm: move to mach-virt and support SMP"
2006 Jun 27
4
Mail loop?
Is anyone else getting messages from the lists.digium.com mail server with errors about a mail loop? I've been getting this for the last few weeks, but I don't have any list software on my server. Any ideas?
2003 Oct 02
1
Journaled ext3 file system crashed
I fsck'd it and it seems to be in pretty good shape. This is 2.4.18 - RH9. This machine can't handle file system problems. It has to stay RH9 but I could back out the journalling. The machine is only 3 months old. I don't think it's a hardware issue. No error messages and the symptom (aside from being unusable) was I/O error seeking <different blocks>. The fsck
2003 Sep 29
0
ext3 filesystem with directory errors, e2fsck claims to be error free.
I have a bit of a problem with the machine I use at home for backups. The main partition the backups reside on is a 4 disk RAID-5, totaling around 240GB. This has had some sort of corruption inflicted on it, in the content of the (at least) one directory, where there are now corrupted directory entries. This happened after I added an additional SiS PCI IDE controller card to the machine and put
2007 Jan 19
2
Installing 4.4 - problem on 386
I tried installing with several options (noacpi noapm; noprobe; noprobe skipddc noacpi noapm nodma). Always I get the same error. BUT this is not in fac a CentOS problem at all, because I get the same error always when I boot from hd (Fedora Core), IF there is a CD in the CD-ROM drive. (I tried with CentOS 1/4, CentOS 2/4 and a HP printer software CD.) It must be something with the CD drive!
2006 Jan 11
17
Nested MySQL Commands
Is it possible to have nested MySQL queries in extensions.conf? Ie, perform a query, grab a value, and then jump to another location in the dialplan and do another query based on that original value. I'm having problems with the result and fetchid's and I'm not sure if it's even possible to do this or not. Thanks, Doug. -------------- next part -------------- An HTML