From: "Theodore Y. Ts'o" <tytso@mit.edu>
To: Sedat Dilek <sedat.dilek@gmail.com>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>,
Jens Axboe <axboe@kernel.dk>,
linux-ext4@vger.kernel.org, linux-block@vger.kernel.org
Subject: Re: Linux v5.7.1: Ext4-FS and systemd-journald errors after suspend + resume
Date: Mon, 8 Jun 2020 16:21:15 -0400 [thread overview]
Message-ID: <20200608202115.GH1347934@mit.edu> (raw)
In-Reply-To: <CA+icZUWuds-wNr+NDVPDaxJ83cmCTPPTZ8qL8U5by2FC1uTHYw@mail.gmail.com>
On Mon, Jun 08, 2020 at 03:26:40PM +0200, Sedat Dilek wrote:
> Hi,
>
> for a long time I did not try suspend + resume.
>
> So, with Linux v5.7.1 I tried it.
>
> As I upgraded my systemd to version 245.6-1 I suspected this change,
> see my report to Debian/systemd team.
>
> Second, as I saw read-only filesystem problems in the logs I changed
> in /etc/fstab:
>
> -UUID=<UUID-of-rootfs> / ext4 errors=remount-ro 0 1
> +UUID=<UUID-of-rootfs> / ext4 defaults 0 1
>
> That did not help.
If you didn't update Othe fstab in the initramfs, the root file system
may still be being mounted with errors=remount-ro.
You can check the current status of a file system's mount options
using /proc/mounts. Or if you want the full set of changes, you can
look at the file /proc/fs/ext4/<device>/options.
When was the last kernel version and systemd where suspend/resume
worked for you? If the things work fine until you do a
suspend/resume, this could be either a hardware issue, a driver issue
in the kernel, or systemd issue. It's almost certainly not a file
system issue, however. It's likely that you'll need to do a
disciplined set of debugging, where you find which versions of
software work, and then try figuring out what was the first version of
the kernel and/or/systemd where thigns stop working.
- Ted
next prev parent reply other threads:[~2020-06-08 20:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-08 13:26 Linux v5.7.1: Ext4-FS and systemd-journald errors after suspend + resume Sedat Dilek
2020-06-08 15:46 ` Sedat Dilek
2020-06-08 17:05 ` Sedat Dilek
2020-06-08 20:21 ` Theodore Y. Ts'o [this message]
2020-06-09 4:01 ` Sedat Dilek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200608202115.GH1347934@mit.edu \
--to=tytso@mit.edu \
--cc=adilger.kernel@dilger.ca \
--cc=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=sedat.dilek@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).