[systemd-devel] moving from SysV to systemd - issue with / being ro
Colin Guthrie
gmane at colin.guthr.ie
Thu Oct 17 07:27:03 PDT 2013
'Twas brillig, and Warpme at 17/10/13 13:59 did gyre and gimble:
> On 10/16/13 9:46 PM, Zbigniew Jędrzejewski-Szmek wrote:
>> On Wed, Oct 16, 2013 at 09:19:43PM +0200, Warpme wrote:
>>> Maybe we should disable [re]mounting / by systemd at all?
>> All systemd does, is call 'mount -o remount /'. I have no idea how you
>> end
>> up with a read-only filesystem.
>>
>> As a work-around, you can add
>> /etc/systemd/system/systemd-remount-fs.service.d/90-remount.conf with
>>
>> [Service]
>> ExecStartPost=mount -o remount,rw /
>>
>> and/or run systemd in debug mode (add systemd.log_level=debug on the
>> kernel
>> command line), to see what is going on.
>>
>> Zbyszek
>>
> Adding
>
> /etc/systemd/system/systemd-remount-fs.service.d/90-remount.conf
>
> not helps.
Perhaps a dumb question but are you 100% certain that
systemd-remount-fs.service has been run? I've not seen any debug about
it so far on this thread:
systemctl status systemd-remount-fs.service
Col
--
Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/
Day Job:
Tribalogic Limited http://www.tribalogic.net/
Open Source:
Mageia Contributor http://www.mageia.org/
PulseAudio Hacker http://www.pulseaudio.org/
Trac Hacker http://trac.edgewall.org/
More information about the systemd-devel
mailing list