Hi Raj,
Thank you for your response.
Please grep the log I sent with the keyword 'cupsd'.
You can find the records like:
Jan 05 20:55:39 gingitsune cupsd[7047]: Unable to change ownership of
"/var/log/cups" - Read-only file system
And here is the /etc/fstab attached.
The root file system is in /dev/sda1, a plain old HDD partition.
The problem occured without any USB disks.
--
Hiroshi Kubo <[email protected]>
From: Ritesh Raj Sarraf <[email protected]>
Subject: Re: Bug#854479: laptop-mode-tools: With 1.71-1 boot to readonly
filesystem if on battery
Date: Tue, 09 Jan 2018 21:08:20 +0530
> On Mon, 2018-01-08 at 23:14 +0900, Kubo Hiroshi wrote:
>> I encontered the same problem with my Panasonic CF-N9 laptop PC,
>> which I installed Debian 9.3 (stretch) with laptop-mode-tools 1.71-2.
>>
>
> Can you give me your root fs setup ? Like how you have stacked your
> devices. From your logs, I think you have sda3_crypt as your root
> device. Do you have PV/LV on top of it, though I doubt that ?
>
> It would help to have a proper configuration detail so that I can try
> to reproduce it in a VM setup. I am running LMT without any issues so
> far.
>
> To start with, please share the contents of your /etc/fstab
> I'd like to have more logs. Maybe if you can also share details from
> the failed boot about to 'ro' remount. Because I see no kernel logs
> mentioning a remount to 'ro'
>
>
> There are 2 reports that are similar to this one.
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762018
> https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1726930
>
> From what I skimmed from the debian bug report (quite old though),
> systemd expects certain behaviour. Maybe LMT is not in line with it,
> which I doubt. Because I am running LMT with systemd for so long and
> almost all the time I boot from battery.
>
> Do you have USB disks attached ? Do you have USB enabled docking
> stations that you mount on, when you see this error ?
>
> I am sorry but more debug information is needed for this bug report.
>
>
> --
> Ritesh Raj Sarraf | http://people.debian.org/~rrs
> Debian - The Universal Operating System
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=98212517-3502-4d65-8293-c0e08dfc6d0b / ext4
errors=remount-ro 0 1
/dev/mapper/sda3_crypt /home ext4 defaults 0 2
/dev/mapper/sda2_crypt none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0