Displaying 20 results from an estimated 100 matches similar to: "[Fwd: 2.5.53: VFS: brelse: Trying to free free buffer]"
2012 May 14
0
Weird problem with rsync 3.0.9
Hi all,
I'm not sure if this is really rsync related so fell free to ignore this message ;)
I have to server. The first one is rsync server et and the second one the client. The rsync server repo is around 325Go.
Every time my client start rsync, both rsyncd on the server and rsync on the client entered "Uninterruptible sleep" state and I can't figure out why.
Server :
-
2002 Oct 29
2
Error when list a directory
Hello,
After mount a winnt folder on my linux box, if I try to list someone directory inside
this mount point, my linux box show the error message "Segmention Fault".
After this, the only way to umount this mount point is rebooting the systen.
On /var/log/message, I can read the following error message:
Oct 29 12:46:57 box kernel: Unable to handle kernel paging request at virtual
2002 Oct 04
0
rsync error with an smbmount shared dir
Hello,
I have an error when I want to rsync an mapped directory with rsync :
I mount an windows 2000 server share with the command :
smbmount //server/shared /mountpoint -o
ip=192.168.1.100,username=name,password=pass
all is ok, I can copy, delete,rename all work in linux
when I start my rsync 2.5.5 with :
rsync -avz /mountpoint myip::customername
the rsync respond with an Segmentation
2003 Mar 05
1
RE: [Ext2-devel] Re: ext3 htree brelse problems look to be fixed!
I post a patch for comment on ext2-devel for the
NFS cookie bug. Did not get any feedback yet.
As Ted suggested, it set the cookie to -1 on EOF,
even though it is not seek able to there.
I only test it with Stephen's "readdir.c".
Not have chance to run it on a NFS server yet.
Do you have more information about the cache trashing
bug?
Regards,
Chris
===== dir.c 1.5 vs edited
2003 Mar 04
2
ext3 htree brelse problems look to be fixed!
I just booted 2.5-bk current as of last night with the below patch¹
(which was recently posted to ext3-users) that un-static-ifies a
struct dx_frame in namei.c.
I then did my best torture test for the brelse bug: starting gnus
(3600+ nnmh folders² with a total of XXX messages; it does a readdir
on each of those folders) while doing bk consistancy checks in 2.5
and/or 2.4 kernel trees. All
2002 Jul 30
1
Disk Hangs with 2.4.18 and ext3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Background:
Large NFS/mail server. Dual PIII/1GHZ. 4GB memory.
Mylex AcceleRAID 352 RAID controller (uses DAC960 driver).
Intel eepro100 network cards.
RedHat 7.3 with all errata. Kernel-2.4.18-5smp.
2GB of memory is used by a RAM disk for mail queue.
ext3 filesystems (switched to ext2 to see if that helps).
one large (100GB data partition).
2007 Aug 16
1
meaning and cause of kernel panic ??
Hello all. I have been running running centos 4.5 final for some time with
any problems. Been running great, until today. System was frozen and
/var/log/messages showed:
Aug 15 23:01:28 mydomain kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000000
Aug 15 23:01:28 mydomain kernel: printing eip:
Aug 15 23:01:28 mydomain kernel: c01b2de4
Aug 15 23:01:28 mydomain
2010 Apr 26
2
trouble with xenserver and xfs (soft lockup - CPU#0 stuck for 61s!)
Hi everybody,
i hope that i'm on the right mailing list. I'm having some trouble with
xfs and xen. We are running the newest xenserver version with ha on dell
servers and a dell equalogic.
I set up a fileserver (debian lenny 2.6.29-xs5.5.0.17) with one ext3
partiton for the os and one xfs partition for the data. Two webserver
are using this fileserver with nfs.
Now i run the second
2004 Dec 05
1
BUG in fs/ext3/dir.c
Hello
When using readdir() on a directory with many files or long file names
it can happen that it returns the same file name twice. Attached is
a program that demonstrates this.
I have traced this problem back to linux-2.6.10-rc1-bk18 and all kernels
after this one are effected. linux-2.6.10-rc1-bk17 is still okay. If I
reverse the following patch in linux-2.6.10-rc1-bk18, readdir() works
again
2006 Apr 26
0
Kernel panic from EXT3 filesystem
Hi All,
I'm using FC3 with 2.6.9 SMP Kernel. The root file system is EXT3 and
the volume is a XFS volume. While doing IO over a NFS v3 share, with
'watch df' running in parallel, kernel panic at SLAB memory is noticed.
When searching Internet, I also noticed that similar KP are reported at
free_block function; but could not find fix for this.
For me, this issue appears
2004 Mar 27
0
Oops with md/ext3 on 2.4.25 on alpha architecture
HI list!
We regularly experience kernel Ooops on our alpha SX164 with ext3 on md
on ide controller:
No modules loaded, lsmod empty, self compiled kernel
ksymoops 2.4.5 on alpha 2.4.25. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.25/ (default)
-m /boot/System.map-2.4.25 (default)
Warning: You did not tell me where
2003 Dec 10
0
VFS: brelse: Trying to free free buffer
I got this error in my log reports this morning, from the machine I use
as my firewall. This is the first time it has occurred, but the machine
is running a very new kernel:
Linux fendrian.rimspace.net 2.6.0-test11-fendrian #1 Wed Dec 10 22:25:59 EST 2003 i486 GNU/Linux
The kernel was up to date as per the CVS repository at that point. This
was just before the CDROM_SEND_PACKET IOCTL fix went
2007 Sep 23
0
[patch]fix get_bh and brelse issues when drop snapshot
Hello,
When drop_progress isn't zero, the root->node's usage count is
increased in btrfs_search_slot. Therefore, the get_bh in the body of
while loop is redundant in most cases. (this change is in accordance
with btrfs_defrag_leaves).
The second change is decrease root->node's usage count when drop a snapshot.
Regards
YZ
diff -r 29b8cc7794ac extent-tree.c
--- a/extent-tree.c
2009 Oct 22
0
[PATCH] indexed-dirs: fix brelse order in ocfs2_find_entry_dx()
In ocfs2_find_entry_dx(), if ocfs2_read_inode_block() failed, both di_bh and dx_root_bh are both released. In this case,
for dx_root_bh, it's unnecessary (even buggy if refcount of dx_root_bh is non-zero).
This patch fixes this issue by change brelse order of di_bh and dx_root_bh.
Signed-off-by: Coly Li <coly.li at suse.de>
---
fs/ocfs2/dir.c | 5 +++--
1 files changed, 3
2006 Jan 02
1
2.6.15-rc6 OOPS
On Sat, Dec 24, 2005 at 11:03:36PM +0300, Andrey J. Melnikoff (TEMHOTA) wrote:
> Hello.
Hi Andrey,
> Please, CC me, i'm not subscribed.
>
> Kernel 2.6.15-rc6 OOPS:
>
> kernel: general protection fault: 0000 [#1]
> kernel: SMP
> kernel: Modules linked in: ipt_REDIRECT ipt_LOG ipt_TOS ipt_TCPMSS ipt_tos
> ip_nat_ftp ipt_tcpmss iptable_nat ip_nat iptable_mangle
2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
Hi
In ext3_get_parent(), quick string (struct qstr) can do the job, in place
of declaring a dentry on stack. Following patch does this and saves few
bytes on kernel stack.
Thanks,
Maneesh
namei.c | 69 ++++++++++++++++++++++++++++++----------------------------------
1 files changed, 33 insertions(+), 36 deletions(-)
diff -urN linux-2.5.58-base/fs/ext3/namei.c
2008 Aug 01
1
duplicate entries on ext3 when using readdir/readdir64
Hello,
I have a problem with directories that contain more than 10000 entries
(Ubuntu 8.04.1) or with more than 70000 entries (RHEL 5.2). If you use
readdir(3) or readdir64(3) you get one entry twice, with same name and
inode.
Some analyzing showed that disabling dir_index solves this problem, but
I think that this is a bug in the ext3 code, as no other file-system
shows this behavior.
2003 Feb 12
2
Access Denied when connect to samba box
Hi!
I have MS domain, based on MS Windows 2000 Server. I successfully joined
my samba box (Linux 2.5.53, Samba 2.2.4) to domain via smbpasswd -j
DOMAIN -r DC -Uuser%pwd.
So when I try to open Samba box via network neighbornhood I got pop-up
window with inputs of username and password, I tape valid values and got
this popup again. In samba log I see this:
[2003/02/12 09:27:58, 0]
2004 Sep 03
1
process hang when accessing a mounted smbfs
Hi all,
I installed the samba 3.0.3 on a Fedora Core 2 and then samba 3.0.6-1
and still have the following problem.
When I mount a smbfs, it sucesses but processes hang when they access
the mount point and smbumount returns "Device busy". Since even system
halt fails unmounting the filesystem, I have to switch off the machine.
I tested either with smbmount command, or /etc/fstab
2016 Apr 17
0
how do I use only black ink?
On Sun, 17 Apr 2016, Michael Hennebry wrote:
> I have an HP Photosmart C3180 All-in-one.
> As I haven't had any need for color lately,
> when I last replaced ink, I only replaced the black cartridge.
> It didn't work, even when printing grayscale-only images,
> even when telling print-set-up grayscale-only.
To be precise: Black lines were black,
but pale gray areas were an