Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Warning about /lib64/rc/cache[SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
rozyk
n00b
n00b


Joined: 07 May 2010
Posts: 44

PostPosted: Thu Apr 23, 2015 9:40 pm    Post subject: Warning about /lib64/rc/cache[SOLVED] Reply with quote

Hi.

I am in the process of installing the system. Every time I shut down the system I get a warning:

"/lib64/rc/cache is not writable"

What can I do to get rid of it?


Last edited by rozyk on Fri Apr 24, 2015 10:29 am; edited 1 time in total
Back to top
View user's profile Send private message
wjn
n00b
n00b


Joined: 18 Apr 2015
Posts: 14
Location: JP

PostPosted: Thu Apr 23, 2015 9:59 pm    Post subject: Reply with quote

Hello,

How are your /lib64/rc/cache ?

$ ls -ld /lib64/rc/cache

Its mode should be "rwxr-xr-x" and its owner should be root.


If it's not writable, do
# chmod 755 /lib64/rc/cache

If its owner is not root, do
# chown root:root /lib64/rc/cache
Back to top
View user's profile Send private message
MrBrutico
n00b
n00b


Joined: 01 Jan 2015
Posts: 53

PostPosted: Fri Apr 24, 2015 9:29 am    Post subject: Re: Warning about /lib64/rc/cache Reply with quote

rozyk wrote:
Hi.

I am in the process of installing the system. Every time I shut down the system I get a warning:

"/lib64/rc/cache is not writable"

What can I do to get rid of it?


Code:
mkdir -p /lib64/rc/cache
Back to top
View user's profile Send private message
rozyk
n00b
n00b


Joined: 07 May 2010
Posts: 44

PostPosted: Fri Apr 24, 2015 10:28 am    Post subject: Reply with quote

Code:
mkdir -p /lib64/rc/cache


There was no /lib64/rc/cache.

Mkdir helped. Thanks a lot!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum