ria 0 Posted September 17, 2020 Report Share Posted September 17, 2020 Hello, and thank you for this excellent forum. After fresh install of Funtoo + xfce, I have this problem. Link to post Share on other sites
0 cardinal 77 Posted September 17, 2020 Report Share Posted September 17, 2020 The partition{s} for the root filesystem / and /home must be mounted read/write, yours appear to be mounted read only. Check /etc/fstab and remove a ro option if it exists. The /etc/fstab for mounting the partition for / on my funtoo install: UUID=8c41a40b-5166-4c6c-9819-0713ffca423d / ext4 noatime 0 1 Funtoo is installed on my system on one partition /dev/sda9 and it is rw rj@funtoo ~ $ mount /dev/sda9 on / type ext4 (rw,noatime) Link to post Share on other sites
0 ria 0 Posted September 17, 2020 Author Report Share Posted September 17, 2020 Thank you. This is my fstab. #<fs> <mountpoint> <type> <opts> <dump/pass> LABEL=root / ext4 noatime 0 1 No changes, same message, /dev/sda9 Link to post Share on other sites
0 cardinal 77 Posted September 18, 2020 Report Share Posted September 18, 2020 (edited) There are at least three possible reasons xauth can't create ~/.Xauthority and xorg-server can't create /tmp/.X0-lock 1. The partition{s} containing /tmp and /home are mounted read-only. 2. The partition{s} containing /tmp and /home have no free space. 3. The permissions are wrong and too restrictive for /tmp and ~/ Footnote: ~/ is an abbreviation for /home/<your regular users name here> you are currently logged into. Edited September 18, 2020 by cardinal Link to post Share on other sites
Question
ria 0
Hello, and thank you for this excellent forum.
After fresh install of Funtoo + xfce, I have this problem.
Link to post
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now