Re: Running fsck automatically on boot

2009-12-07 Thread Sergio Padrino
I finally did it! Fix "Superblox last write time is in the future" error" Open "/etc/default/rcS" and make sure the following options are set: # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. UTC=yes # Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup

Re: Running fsck automatically on boot

2009-12-07 Thread Sergio Padrino
It just happened! It wasn't random this time as there were electrical problems in my house and my computer shut down :-\ Here you have a picture: https://dl.dropbox.com/u/1040020/SNC00056.jpg -- View this message in context: http://old.nabble.com/Running-fsck-automatically-on-boot-tp26668778p2

Re: Running fsck automatically on boot

2009-12-07 Thread Sergio Padrino
First, thank you for all your answers :D My PC is dual-boot and I sometimes use Windows XP, but my sister's PC only has Debian Unstable installed. Both PCs suffer this problem, so it seems that it's not Windows related :-\ Klistvud wrote: > > Dne, 06. 12. 2009 23:02:46 j

Re: Running fsck automatically on boot

2009-12-06 Thread Sergio Padrino
celejar wrote: > > Do you keep an eye on your system's time? You might try doing periodic > checks to see if it's right. I'm sorry, I didn't mention it specifically, but I tried those periodic checks and didn't work :S About my system's time... it's always fine :-\ But it's weird because, for

Re: Running fsck automatically on boot

2009-12-06 Thread Sergio Padrino
s and it doesn't avoid to my problem, as it appears "randomly", as it doesn't matter whether on the last boot a fsck was run if "something happens" during my normal activity using my computer and in the next reboot a new fsck is needed. celejar wrote: > > On

Running fsck automatically on boot

2009-12-06 Thread Sergio Padrino
Hi! I have Debian Unstable and sometimes there are some (typical) errors in my partitions: /dev/sda7: Superblock last mount time is in the future /dev/sda7: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY and I was wondering if there is a way to let fsck to run automatically in these cases. I have