You are not logged in.
hello,
each time a fsck for /home is scheduled to run on my system it runs and shuts itself down after some time. when i run the system with fsck.mode=skip, umount and run fsck it runs successfully, same when using liveCD. i am using the following hooks:
HOOKS="base udev autodetect modconf block filesystems keyboard fsck"anyone has an idea what could be causing this behaviour?
/home is ext4.
thanks, jose
Offline
The HOOKS look good to me...
What options are you using to mount it in /etc/fstab?
You should be able to get something from the system journal about what fsck is doing by causing the error to happen, reboot into a working boot with your kernel option and then running:
journalctl -b - 1 | grep fsckLast edited by clfarron4 (2014-12-16 18:12:13)
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
excellent hint, thank you. i found this in the log:
..
dec 15 09:53:53 olivia systemd-fsck[481]: homefs has been mounted 29 times without being checked, check forced.
dec 15 09:53:53 olivia kernel: floppy0: no floppy controllers found
dec 15 09:53:53 olivia kernel: EXT4-fs (sdd4): mounting ext3 file system using the ext4 subsystem
dec 15 09:53:53 olivia kernel: EXT4-fs (sdd4): mounted filesystem with ordered data mode. Opts: (null)
dec 15 10:08:50 olivia systemd[1]: Job basic.target/start timed out.
dec 15 10:08:50 olivia systemd[1]: Timed out starting Basic System.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Permit User Sessions.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for System Logger Daemon.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for RPC bind service.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for D-Bus System Message Bus.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Daemon for power management.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Profile-sync-daemon.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for GNOME Display Manager.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Multi-User System.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Graphical Interface.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Login Service.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Dynamic Kernel Modules System.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Monitorix.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Network Manager.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Self Monitoring and Reporting Technology (SMART) Daemon.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Dynamic DNS Update Client.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Hard drive temperature monitor daemon.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for A secure replacement for inetd.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Initialize hardware monitoring sensors.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Uptime record tracking daemon.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for OpenSSH Daemon.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for SSH Key Generation.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for OpenNTP Daemon.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Configure Plugged-In Printer.
dec 15 10:08:50 olivia systemd[1]: Dependency failed for Manage ttyUSB0 for GPS daemon.
dec 15 10:08:50 olivia systemd[1]: Forcibly powering off as result of failure.
dec 15 10:08:50 olivia systemd[1]: Shutting down.
dec 15 10:08:50 olivia systemd-journal[142]: Journal stoppedOffline