Btw. I found something suspicious in my /var/log/messages Mar 24 17:03:48 krshina3 kernel: [18656.820109] ata1: lost interrupt (Status 0x50) Mar 24 17:03:48 krshina3 kernel: [18656.820128] ata1.00: exception Emask 0x10 SAct 0x0 SErr 0x4050002 action 0xe frozen Mar 24 17:03:48 krshina3 kernel: [18656.820133] ata1.00: SError: { RecovComm PHYRdyChg CommWake DevExch } Mar 24 17:03:48 krshina3 kernel: [18656.820137] ata1.00: failed command: WRITE DMA Mar 24 17:03:48 krshina3 kernel: [18656.820145] ata1.00: cmd ca/00:10:18:0e:03/00:00:00:00:00/e1 tag 0 dma 8192 out Mar 24 17:03:48 krshina3 kernel: [18656.820146] res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x14 (ATA bus error) Mar 24 17:03:48 krshina3 kernel: [18656.820150] ata1.00: status: { DRDY } Mar 24 17:03:48 krshina3 kernel: [18656.820161] ata1.00: hard resetting link Mar 24 17:03:48 krshina3 kernel: [18657.544072] ata1.01: hard resetting link Mar 24 17:03:48 krshina3 kernel: [18658.020149] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Mar 24 17:03:50 krshina3 kernel: [18658.020161] ata1.01: SATA link down (SStatus 4 SControl 300) Mar 24 17:03:50 krshina3 kernel: [18658.036242] ata1.00: configured for UDMA/133 Mar 24 17:03:50 krshina3 kernel: [18658.036248] ata1.00: device reported invalid CHS sector 0 Mar 24 17:03:50 krshina3 kernel: [18658.036257] ata1: EH complete But it doesn't make kernel panic, system continues to work 24/7. Thanks Dushan On Fri, Mar 25, 2011 at 12:12 AM, Dushan Tcholich <dusanc@xxxxxxxxx> wrote: > Âcat /etc/fstab | grep "#" -v > > > /dev/sda1        /boot      ext2      Ânoauto,noatime Â1 2 > /dev/md1        Ânone      Âswap      Âsw       Â0 0 > /dev/sda2        /        reiser4 > noatime,onerror=remount-ro       Â0 0 > /dev/md126       Â/mnt/media   Âreiser4 > noatime,users,onerror=remount-ro    Â0 0 > /dev/md127       Â/usr/portage  Âreiser4 > noatime,onerror=remount-ro       Â0 0 > > shm           /dev/shm    Âtmpfs > nodev,nosuid,noexec  Â0 0 > > This is fstab for last 2 weeks:D > > On Thu, Mar 24, 2011 at 11:34 PM, Edward Shishkin > <edward.shishkin@xxxxxxxxx> wrote: >> On 03/24/2011 11:13 PM, Dushan Tcholich wrote: >>> >>> After 17 days more with old config machine stays up, no problems. >>> >> >> Make sure you have passed "onerror=remount-ro", Ok? >> >> >>> Thanks >>> >>> Dushan >>> >>> On Mon, Mar 7, 2011 at 7:50 PM, Dushan Tcholich<dusanc@xxxxxxxxx> Âwrote: >>>> >>>> I went back to older kernel config (which worked for me atleast for a >>>> month uptime before) and after 2 days uptime nothing bad happened, >>>> machine is fine and nothing in logs. >>>> >>>> This is the diff of configs (good one> Âwith problems): >>>> >>>> 4c4 >>>> < Â# Tue Feb Â8 18:39:42 2011 >>>> --- >>>>> >>>>> # Thu Mar Â3 17:35:09 2011 >>>> >>>> 352c352,353 >>>> < Â# CONFIG_PM_RUNTIME is not set >>>> --- >>>>> >>>>> CONFIG_PM_RUNTIME=y >>>>> CONFIG_PM_OPS=y >>>> >>>> 434a436 >>>>> >>>>> CONFIG_PCIE_PME=y >>>> >>>> 738c740 >>>> < Â# CONFIG_FIRMWARE_IN_KERNEL is not set >>>> --- >>>>> >>>>> CONFIG_FIRMWARE_IN_KERNEL=y >>>> >>>> 1162a1165 >>>>> >>>>> CONFIG_I2C_ALGOBIT=y >>>> >>>> 1339,1343c1342 >>>> < ÂCONFIG_AGP=y >>>> < Â# CONFIG_AGP_AMD64 is not set >>>> < Â# CONFIG_AGP_INTEL is not set >>>> < Â# CONFIG_AGP_SIS is not set >>>> < Â# CONFIG_AGP_VIA is not set >>>> --- >>>>> >>>>> # CONFIG_AGP is not set >>>> >>>> 1347c1346,1355 >>>> < Â# CONFIG_DRM is not set >>>> --- >>>>> >>>>> CONFIG_DRM=y >>>>> CONFIG_DRM_KMS_HELPER=y >>>>> CONFIG_DRM_TTM=y >>>>> # CONFIG_DRM_TDFX is not set >>>>> # CONFIG_DRM_R128 is not set >>>>> CONFIG_DRM_RADEON=y >>>>> CONFIG_DRM_RADEON_KMS=y >>>>> # CONFIG_DRM_MGA is not set >>>>> # CONFIG_DRM_VIA is not set >>>>> # CONFIG_DRM_SAVAGE is not set >>>> >>>> 1350c1358,1415 >>>> < Â# CONFIG_FB is not set >>>> --- >>>>> >>>>> CONFIG_FB=y >>>>> # CONFIG_FIRMWARE_EDID is not set >>>>> # CONFIG_FB_DDC is not set >>>>> # CONFIG_FB_BOOT_VESA_SUPPORT is not set >>>>> CONFIG_FB_CFB_FILLRECT=y >>>>> CONFIG_FB_CFB_COPYAREA=y >>>>> CONFIG_FB_CFB_IMAGEBLIT=y >>>>> # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set >>>>> # CONFIG_FB_SYS_FILLRECT is not set >>>>> # CONFIG_FB_SYS_COPYAREA is not set >>>>> # CONFIG_FB_SYS_IMAGEBLIT is not set >>>>> # CONFIG_FB_FOREIGN_ENDIAN is not set >>>>> # CONFIG_FB_SYS_FOPS is not set >>>>> # CONFIG_FB_SVGALIB is not set >>>>> # CONFIG_FB_MACMODES is not set >>>>> # CONFIG_FB_BACKLIGHT is not set >>>>> # CONFIG_FB_MODE_HELPERS is not set >>>>> # CONFIG_FB_TILEBLITTING is not set >>>>> >>>>> # >>>>> # Frame buffer hardware drivers >>>>> # >>>>> # CONFIG_FB_CIRRUS is not set >>>>> # CONFIG_FB_PM2 is not set >>>>> # CONFIG_FB_CYBER2000 is not set >>>>> # CONFIG_FB_ARC is not set >>>>> # CONFIG_FB_ASILIANT is not set >>>>> # CONFIG_FB_IMSTT is not set >>>>> # CONFIG_FB_VGA16 is not set >>>>> # CONFIG_FB_VESA is not set >>>>> # CONFIG_FB_N411 is not set >>>>> # CONFIG_FB_HGA is not set >>>>> # CONFIG_FB_S1D13XXX is not set >>>>> # CONFIG_FB_NVIDIA is not set >>>>> # CONFIG_FB_RIVA is not set >>>>> # CONFIG_FB_LE80578 is not set >>>>> # CONFIG_FB_MATROX is not set >>>>> # CONFIG_FB_RADEON is not set >>>>> # CONFIG_FB_ATY128 is not set >>>>> # CONFIG_FB_ATY is not set >>>>> # CONFIG_FB_S3 is not set >>>>> # CONFIG_FB_SAVAGE is not set >>>>> # CONFIG_FB_SIS is not set >>>>> # CONFIG_FB_VIA is not set >>>>> # CONFIG_FB_NEOMAGIC is not set >>>>> # CONFIG_FB_KYRO is not set >>>>> # CONFIG_FB_3DFX is not set >>>>> # CONFIG_FB_VOODOO1 is not set >>>>> # CONFIG_FB_VT8623 is not set >>>>> # CONFIG_FB_TRIDENT is not set >>>>> # CONFIG_FB_ARK is not set >>>>> # CONFIG_FB_PM3 is not set >>>>> # CONFIG_FB_CARMINE is not set >>>>> # CONFIG_FB_GEODE is not set >>>>> # CONFIG_FB_VIRTUAL is not set >>>>> # CONFIG_FB_METRONOME is not set >>>>> # CONFIG_FB_MB862XX is not set >>>>> # CONFIG_FB_BROADSHEET is not set >>>> >>>> 1364a1430,1437 >>>>> >>>>> CONFIG_FRAMEBUFFER_CONSOLE=y >>>>> # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set >>>>> # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set >>>>> # CONFIG_FB_CON_DECOR is not set >>>>> # CONFIG_FONTS is not set >>>>> CONFIG_FONT_8x8=y >>>>> CONFIG_FONT_8x16=y >>>>> # CONFIG_LOGO is not set >>>> >>>> 1564a1638 >>>>> >>>>> # CONFIG_USB_SUSPEND is not set >>>> >>>> I hope this helps >>>> >>>> Thanks >>>> Dushan >>>> >>>> On Fri, Mar 4, 2011 at 7:37 PM, Edward Shishkin >>>> <edward.shishkin@xxxxxxxxx> Âwrote: >>>>> >>>>> On 03/04/2011 07:08 PM, Dushan Tcholich wrote: >>>>>> >>>>>> I captured kernel output with a mobile >>>>>> camera.http://img854.imageshack.us/i/04032011.jpg/ >>>>>> >>>>>> ÂMissing text says: >>>>>> "reiser4_handle_error (fs/reiser4/vfs_ops.c:240)[foobar-42] >>>>>> >>>>>> It happened day after I enabled KMS in kernel for ati card, didn't >>>>>> notice this problem earlier. >>>>>> >>>>>> It happened twice, once after ~12h uptime, next time after ~2h uptime. >>>>> >>>>> >>>>> Could you please check kernel messages more carefully: >>>>> are there complaints (IO errors, etc) of any low-level >>>>> subsystem? >>>>> >>>>> Thanks, >>>>> Edward. >>>>> >>>>>> >>>>>> Nothing in /var/log/messages >>>>>> >>>>>> Have a nice day >>>>>> >>>>>> Dushan >>>>> >>>>> >>>> >> >> > -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html