Multiple config non writable errors after login on fresh install of Kubuntu 16.04 - Ask Ubuntu
i running 15.04 on hp probook 640 g1 , running well. decided upgrade evening due version not being supported more.
i've installed 16.04.1 live dvd , installed without error. root folder on 1 ext4 partition formatted during installation, pointed /home @ other ext4 partition files located on.
however, during log-in, bombarded error messages (in region of 50 different ones) config files. happens when logged in when opening applications.
for example opening dolphin gives configuration file "/home/grovehill/.config/dolphinrc" not writable. please contact system administrator & configuration file "/home/grovehill/.config/trash.sorc" not writable. please contact system administrator.
i've run updates , tried renaming .config folder .config.old system refresh config, no luck.
any assistance gratefully received. thanks, m
the problem may you're getting disk access errors (check dmesg
) force partition remounted read-only, preventing further writes , possibly corrupting file system. happen if 'errors=remount-ro' mount option specified, e.g.
$ mount /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
Comments
Post a Comment