Re: [3.2.1] BUG at fs/btrfs/inode.c:1588

2012-02-01 Thread Kai Krakow
/ \ --exclude /media/ \ --exclude /mnt/ \ / ${BASEDIR}/current/ btrfs subvolume snapshot \ ${BASEDIR}/current \ ${BASEDIR}/snapshots/system-${DATE} btrfs filesystem sync ${BASEDIR} ) umount /mnt/usb-backup ) Kai Krakow hurikhan77+bt...@gmail.com schrieb

[3.2.1] BUG at fs/btrfs/inode.c:1588

2012-01-31 Thread Kai Krakow
Just happened while writing a huge avi file to my usb3 backup disk: [356036.596292] [ cut here ] [356036.596300] kernel BUG at fs/btrfs/inode.c:1588! [356036.596304] invalid opcode: [#1] SMP [356036.596307] CPU 2 [356036.596309] Modules linked in: vmnet(O)

Re: revert to static snapshot on reboot

2012-01-10 Thread Kai Krakow
Hello! bt...@spiritvideo.com bt...@spiritvideo.com schrieb: The plan that occurs to me is to make a snapshot of the system in the state that I want to always boot. Then, I would rewrite the init script in the initrd to (a) delete any old tmp copy of the snapshot; (b) copy the static

Re: Filesystem not mountable after reset, bad tree block

2012-01-07 Thread Kai Krakow
Hi! Michael Andreen h...@ruin.nu schrieb: The find-root program seems to think there is a root (and poentially some older roots?), but not sure how to use that information. [...] Anything else I can do to debug this or potentially recover a few bits before reformatting? You could try the

Re: data integrity in btrfs

2011-12-30 Thread Kai Krakow
As long as you create your data and metadata with a mirror policy, you can use btrfs scrubbing to find and correct broken data blocks. I think latest kernels also so this repairing online. It works by finding a mirrored block with correct checksum if the block in question has a bad checksum.

[3.2.0-rc6] WARNING: at fs/btrfs/extent-tree.c:4771 while deleting subvolume

2011-12-22 Thread Kai Krakow
Hello btrfs... I tried to delete a subvolume which probably has some transid errors. After this, the subvolume is gone but I cannot reboot - it hangs. After reisub, the deleted subvolume is right back there (this is different from previous kernel version before 3.2.0-rc4 (afair) where the

WARNING: at fs/btrfs/extent-tree.c:4754 __btrfs_free_extent+0x290/0x5c7()

2011-12-17 Thread Kai Krakow
Hello btrfs! As already posted in another thread my btrfs oopsed when I tried to delete a subvolume which probably had an error. I've just upgraded to 3.2-rc5 and now it oopses on unmount. Here's what I get on unmount: [ 89.907762] zcache: destroyed pool id=2, cli_id=65535 [ 89.908762]

Re: WARNING: at fs/btrfs/extent-tree.c:4754 followed by BUG: unable to handle kernel NULL pointer dereference at (null)

2011-12-14 Thread Kai Krakow
Hello, I managed to mount my broken btrfs partition in read-only mode and clone my rootfs subvolume to an ext4 partition and boot from that - so I now have the original system bootable. Jan Schmidt wrote: On 07.12.2011 21:40, Kai Krakow wrote: [...] The problematic file seems to be in /usr

Re: WARNING: at fs/btrfs/extent-tree.c:4754 followed by BUG: unable to handle kernel NULL pointer dereference at (null)

2011-12-09 Thread Kai Krakow
Hello! 2011/12/8 Jan Schmidt list.bt...@jan-o-sch.net: On 07.12.2011 21:40, Kai Krakow wrote: [...] The problematic file seems to be in /usr/portage but scrubbing doesn't tell me the filename (I was under the impression 3.2.x adds a patch which should report filenames). It should. Did you

WARNING: at fs/btrfs/extent-tree.c:4754 followed by BUG: unable to handle kernel NULL pointer dereference at (null)

2011-12-07 Thread Kai Krakow
Hello btrfs! Recently I upgraded to 3.2.0-rc4 due to instabilities with my btrfs filesystem in 3.1.1. While with 3.1.1 my system completely froze, with 3.2.0-rc4 it stays at least somehow usable (for some strange reason my xorg screen turns black as soon as this happens, only ssh is working

Re: linux v3.1 with btrfs-work: oops when deleting files

2011-10-26 Thread Kai Krakow
Hello! 2011/10/26 dima dole...@parallels.com: I'm trying to rm some files, this is what I get in dmesg: [snip] Can you ls the directory where the problem files are located? What would the the output? I had a very similar problem but on 3.0.x kernel when several files suddenly got corrupted.

linux v3.1 with btrfs-work: oops when deleting files

2011-10-24 Thread Kai Krakow
Hello list! I'm trying to rm some files, this is what I get in dmesg: [30975.249519] [ cut here ] [30975.249529] WARNING: at fs/btrfs/extent-tree.c:4588 __btrfs_free_extent+0x3b7/0x7ed() [30975.249532] Hardware name: [30975.249535] Modules linked in: af_packet lm90

Re: Corrupt file in subvolume

2011-10-10 Thread Kai Krakow
David Sterba wrote: Then I could mount the /home subvolume. I also found the corrupted file ? -? ? ? ??? 13.4.4.40.js Chromium cache? Somebody recently reported a problem there. I wonder what this browser does to the filesystem ... :) If you meant me by

btrfs corruption after cp --reflink

2011-10-08 Thread Kai Krakow
Hello! I tried to cp --reflink a huge file (about 80G, a VMware disk image). It took maybe about 1 minute when my PC started thrashing the hard disk, some minutes later the command returned with an out of memory message. I could no longer open terminals in my KDE Konsole to investiage dmesg. I

btrfs corruption after cp --reflink

2011-10-08 Thread Kai Krakow
Hello! I tried to cp --reflink a huge file (about 80G, a VMware disk image). It took maybe about 1 minute when my PC started thrashing the hard disk, some minutes later the command returned with an out of memory message. I could no longer open terminals in my KDE Konsole to investiage dmesg. I

Re: btrfs corruption after cp --reflink

2011-10-08 Thread Kai Krakow
Hello again! 2011/10/8 Kai Krakow hurikhan77+bt...@gmail.com: I tried to cp --reflink a huge file (about 80G, a VMware disk image). It took maybe about 1 minute when my PC started thrashing the hard disk, some minutes later the command returned with an out of memory message. [...] So I'd

<    1   2   3   4