


ofcoursemv wrote:Typical symptom of file system corruption. DId you already run fsck?
046 wrote:Same problem.
3.16.1 data corruption in reiserfs. Files looks like truncated.
3.16.0 affected too ((
http://forums.gentoo.org/viewtopic-t-998318.html
fuck!!!! my entire system is reiserfs based...Rion wrote:oh now I understand what's wrong with my portage partition...
app-portage/portage-utils:DaggyStyle wrote:I guess that the only way to go is to reinstalled the os (root is reiserfs) unless I can be sure that it affects only the portage files, any ideas how to verify?
Code: Select all
qcheck -a
will check, thanks.mv wrote:app-portage/portage-utils:DaggyStyle wrote:I guess that the only way to go is to reinstalled the os (root is reiserfs) unless I can be sure that it affects only the portage files, any ideas how to verify?Since reiser packs "short" files together it seems likely that the bug is in that part of the code. So maybe "most" of your main partition is still ok: The "short" files are mainly in /etc which you have likely changed anyway (i.e. the report of qcheck on these files is likely to be a false positive).Code: Select all
qcheck -a

Ow! I'd be afraid of all kinds of trouble. I'd boot with a live CD, mount the partitions read-only, and try to get recent backups for as many of the files as I could. I would not be brimming over with confidence in the integrity of the file systems. If you want to try to repair in place, you could--but I'd want to get recent changed backed up first!DaggyStyle wrote:should I reemerge then after I boot my system with a safe kernel?
also this doesn't solves the issue of my private files.


duplicate https://bugzilla.kernel.org/show_bug.cgi?id=83121pappy_mcfae wrote:I made a bug report

this won't cause me to move away, stuff like this happens, I use ext4 that a few years ago made me lost data on my hd due to a bug. althought my main fs is reiserfs (root, home, gentoo trees and var) my other partitions are not (xfs, ext4 and ext2). imho it is wise to use various fs to prevent such issues.miket wrote:Ow! I'd be afraid of all kinds of trouble. I'd boot with a live CD, mount the partitions read-only, and try to get recent backups for as many of the files as I could. I would not be brimming over with confidence in the integrity of the file systems. If you want to try to repair in place, you could--but I'd want to get recent changed backed up first!DaggyStyle wrote:should I reemerge then after I boot my system with a safe kernel?
also this doesn't solves the issue of my private files.
It might be that 3.16 kernel did not do enough damage to the Reiser filesystems to put them beyond repair, and I suppose that in later revisions in the 3.16 series they'll fix the Reiser-corruption problems (if indeed that's what did it). All the same, I'd plan to move away from Reiser. Too bad for you that btrfs is not really stable yet.

I can confirm that 3.10 doesn't exhibit this issue (using latest sysrescuecd), can you confirm that 3.15.x is safe?pappy_mcfae wrote:Portage was DOA on my main 64 bit system. I had to create binaries for python-2.7.8 and portage using my other 64 bit machine (which isn't running 3.16.x) so I could manually reinstall python and portage. I then had to pluck out individual corrupted .pyc files in various subdirectories until I got portage back to working. I no sooner get that working than something sneezes all over /etc. That results in a no boot.
Wow! It was intense! After some intense mental and keyboard gymnastics, copying a lot of files, and smoking copious, I've finally gotten things to calm a bit. I'm currently recompiling everything under 3.15.2. Once that's done, it's back up time. It's running under it's own steam, and seems to be doing just fine. Whew!
I am so glad I didn't play, "whoops, I dropped it," with the drive I thought was dead. That would have been a bad thing. I'll buy a housing for it and make it external. I was thinking about that, anyway.
Cheers,
Pappy

Code: Select all
/dev/sdc2 on /usr/src type reiserfs (rw,noatime,nodiratime,notail)
/dev/sdc5 on /usr/portage type reiserfs (rw,noatime,nodiratime,notail)
/dev/sdc1 on /var type reiserfs (rw,noatime,nodiratime,notail)
/dev/sdc3 on /x type reiserfs (rw,noatime,nodiratime,notail)
/dev/sdb1 on /n type reiserfs (rw,noatime,nodiratime,notail)
how does the following params noatime,nodiratime,notail affect the preformence?Anon-E-moose wrote:I run 3.15.9, reiser on several partitions (one is for portage), and haven't seen any problems.
Code: Select all
/dev/sdc2 on /usr/src type reiserfs (rw,noatime,nodiratime,notail) /dev/sdc5 on /usr/portage type reiserfs (rw,noatime,nodiratime,notail) /dev/sdc1 on /var type reiserfs (rw,noatime,nodiratime,notail) /dev/sdc3 on /x type reiserfs (rw,noatime,nodiratime,notail) /dev/sdb1 on /n type reiserfs (rw,noatime,nodiratime,notail)

Agreed,046 wrote:negligibleDaggyStyle wrote:how does the following params noatime,nodiratime,notail affect the preformence?
Code: Select all
By default, reiserfs stores small files and `file tails' directly into its tree. This confuses some
utilities such as LILO(8). This option is used to disable packing of files into the tree.notail should be used in boot partition and old kernel loader like LILO.Anon-E-moose wrote:notail is recommended when using reiserfs
From the man pageCode: Select all
By default, reiserfs stores small files and `file tails' directly into its tree. This confuses some utilities such as LILO(8). This option is used to disable packing of files into the tree.
Code: Select all
/dev/loop0 /usr/portage reiserfs rw,noatime 0 0
