similar to: ext3 problem with loop devices?

Displaying 20 results from an estimated 600 matches similar to: "ext3 problem with loop devices?"

2001 Dec 01
1
kernel: invalidate: busy buffer
Hi! We're using 2.4.15-pre5 on our Postfix mailserver. /etc/fstab: LABEL=/var /var auto data=journal 1 2 LABEL=/home /home auto exec,dev,nosuid,rw 1 2 Recently, we got the following entries in our /var/log/messages: Dec 1 00:42:05 postamt1 kernel: invalidate: busy buffer Dec 1 00:42:05 postamt1 last message repeated 329 times
2001 Nov 06
1
patch download
Hey how is it going. I can't seem to access the latest patch for 2.4.14 from the website @ www.uow.edu.au/~andrewm/linux/ext3/ Can someone send me the file (by email) or have a mirror/site where I can download from. Thanks ps - I know the purpose of the mailing list is not this, but this is my last resort. I really need to try ext3 on my laptop. thanks again exo
2001 Nov 21
1
getting kernel version and cvs version in sync
Hello, what is the state of the onion with the ext3 support in the upcoming 2.4.15? I don't think it will be on the current cvs level (due to linus accept policy :). So, will there be patches to place a current kernel on the cvs state? -- Regards, Wiktor Wodecki | http://johoho.eggheads.org wodecki@gmx.de | IRC: Johoho@IrcNET
2003 Aug 07
2
Recover data from ext3 filesystem
Hello everyone, I came back from a long vacation the other day to a RH 7.3 system that would not boot. My situation is similar to Eddy's post "Seriously corrupt ext3 root filesystem - help?" from a couple of days ago. I can mount the drive in read-write and read-only modes. I can get into some of the directories and get certain files off of the disk. But, if I try to access a
2001 Oct 05
1
Kernel Ooops probably in conjunction with lvm
Hello, I've got a rather strange setup over here with about 6 ext3 partitions, one 50gig lvm partition and one 2 gig software-raid1 partition running under a heavily patched 2.4.10 kernel (various netfilter patches, freeswan, current lvm patch (1.0.1-rc4 and current ext3 patch). Furthermore I have all of those neccessary filesystem tools, so don't tell me to upgrade :-) The machine was
2002 Dec 13
1
Undelete
I`m sorry to post that topic again, but i propose to implement a way to recover information deleted in ext3 (undeletion) in my graduation class, and i want to know your opinion and suggestions about that. I read about that at linux kernel mailing list and somebody said something about do that in vfs and it will be aplied to all filesystems. What do you thing about it ? ps.: sorry about my
2001 Jul 24
2
Anti hang comments
Some feedback. I'd been having trouble with rsync hanging or early EOF timeouts. Problem occurred on 2 identical receiving machines. I upgraded from Linux kernel 2.4.2 (RH 7.1) to 2.4.7 on the receiving machines. Sender machines are standard Linux RH 6.1 and RH 6.2 kernel.. Receiving machines are Duron 900Mhz 256 Mb software-raid1 ext2 2x40Gb. This improved the situation but still gave
2003 Feb 03
8
Ext3 strangeness data loss
Hi folks, I'm in really big trouble with ext3. At about every second reboot I have files changed on my ext3 filesystem! In most cases I realize that sshd didn't start, and after examination I found that /usr/sbin/sshd or /lib/libutil-x.y.so changed. But when I reboot, everything seems OK. I looked once into the binary, and find parts of syslog in it!!! Horror! And this is a ususal
2015 Jan 16
3
PXE Error Reporting
Hi, On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: > Andreas Gruenbacher wrote: >> "Loading <FILE>... failed: No such file or directory" when the TFTP >> server replies with "Permission denied" for the kernel or initrd. > [...] > > The (almost untested) patch below should fix this. hmm, probably close but I still get the same "No such file
2015 Jan 20
5
PXE Error Reporting
On 01/20/2015 12:17 PM, Andreas Gruenbacher wrote: > On 01/20/2015 09:13 PM, H. Peter Anvin wrote: >> I can't remember, but I have a vague recollection that someone >> specifically requested that EACCES be treated the same as ENOENT... > > If that is really necessary then please don't report that condition as > "file not found"; it's really
2003 Sep 11
3
samba 3.0 with ldap / sambaSID
Hello, I'm lloking for a way to convert my company's existing samba2.2 ldap backed service to samba 3.0. What's particulary making me curious is the sambaSID. As I've read it is the unique identifier of a PDC in the windows world. So, how does samba3 generate this? Is it supposed to be changed by the admin or is it determined by samba on the first startup? Any pointer to a doc
2000 Jun 08
1
Samba and Linux ACLs
Hi Samba folks, let me first introduce myself. I'm the guy behind <acl.bestbits.at>, the Linux ACL patch. (The other patch at <http://aerobee.informatik.uni-bremen.de/acl_eng.html> seems pretty much history BTW). A lot of work has gone into that project; we're approaching a very stable release soon... Now people keep asking me over and over again about ACL support in Samba.
2015 Jan 21
2
PXE Error Reporting
On 01/20/2015 02:45 PM, Andreas Gruenbacher wrote: > > Sorry, but people with such stupid requirements just shouldn't be > supported. The approach may look alright in a few specific scenarios at > the cost of everyone else. > That is a pretty harsh statement. That is effectively saying "my use case matters more than anyone else's." -hpa
2015 Jan 18
2
PXE Error Reporting
Hi, On 01/17/2015 12:57 AM, Sebastian Herbszt wrote: >> On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: >>> Andreas Gruenbacher wrote: >>>> "Loading <FILE>... failed: No such file or directory" when the TFTP >>>> server replies with "Permission denied" for the kernel or initrd. >>> [...] >>> >>> The
2005 Mar 25
1
[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/
kfree() handles NULL pointers fine - checking is redundant. Signed-off-by: Jesper Juhl <juhl-lkml at dif.dk> --- linux-2.6.12-rc1-mm3-orig/fs/ext3/acl.c 2005-03-02 08:37:55.000000000 +0100 +++ linux-2.6.12-rc1-mm3/fs/ext3/acl.c 2005-03-25 22:41:41.000000000 +0100 @@ -197,8 +197,7 @@ ext3_get_acl(struct inode *inode, int ty acl = NULL; else acl = ERR_PTR(retval); - if (value) -
2015 Jan 14
3
PXE Error Reporting
Hello, I've recently ran into a problem trying to boot over TFTP using pxelinux.0. On the console, I got the following message: Could not find ramdisk image: initramfs-3.10.0-123.13.2el7.x86_64 It took me a while to figure out that the file *could* be found but that the file permissions were set wrong and the file couldn't be read. At the protocol level (tcpdump), the server
2001 Nov 01
3
ext3 partition still gets mounted as ext2 for me too!
Hi, I am a new ext3 user and I am having problems similar to what many people are facing on this list. I have done everything as the emails suggest. I am using SuSE 7.3 with the the 2.4.10 kernel and ext3 compiled as a module. Because it is 2.4.10 kernel, I created all my journals from a rescue disk and everything seems to be working right for the non-root filesystems. My fstab has all my
2024 Feb 09
1
rsync replacing symlinks without warning (resend)
On Sun, Feb 4, 2024 at 7:20?PM Kevin Korb via rsync <rsync at lists.samba.org> wrote: > rsync's -v is fairly useless. Learn to use -i instead or in addition to. Well, note that I didn't say anything about the lib/ directory in that command; it's just that rsync decided to remove the symlink component from the path lib/modules/. Wouldn't it be more useful to make it
2015 Jan 16
0
PXE Error Reporting
Hello Andreas, Andreas Gruenbacher wrote: > Hi, > > On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: > > Andreas Gruenbacher wrote: > >> "Loading <FILE>... failed: No such file or directory" when the TFTP > >> server replies with "Permission denied" for the kernel or initrd. > > [...] > > > > The (almost untested) patch
2015 Jan 15
3
PXE Error Reporting
Sebastian, On 01/15/2015 12:49 AM, Sebastian Herbszt wrote: > which version of pxelinux were you trying? Looks like < 5.x. the one from Fedora 20, syslinux-4.05. It turns out that pxelinux.0 from Fedora 21, syslinux-6.03, reports "Failed to load ldlinux.c32" when ldlinux.c32 can't be read, and "Loading <FILE>... failed: No such file or directory" when the