* [gentoo-user] Warning: /lib64/rc/cache is not writable
@ 2015-03-05 8:09 German
2015-03-05 8:24 ` Neil Bothwick
2015-03-05 10:22 ` Alan McKinnon
0 siblings, 2 replies; 14+ messages in thread
From: German @ 2015-03-05 8:09 UTC (permalink / raw
To: gentoo-user
How to fix this? Thanks
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 8:09 [gentoo-user] Warning: /lib64/rc/cache is not writable German
@ 2015-03-05 8:24 ` Neil Bothwick
2015-03-05 10:10 ` German
2015-03-05 10:22 ` Alan McKinnon
1 sibling, 1 reply; 14+ messages in thread
From: Neil Bothwick @ 2015-03-05 8:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
On Thu, 5 Mar 2015 03:09:46 -0500, German wrote:
> How to fix this? Thanks
Is /var on your root filesystem? If so, it sounds like something is
trying to write to it before it has been remounted rw. Try adding rw (and
removing ro if resent) to your kernel options.
--
Neil Bothwick
For security reasons, all text in this mail is double-rot13 encrypted.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 8:24 ` Neil Bothwick
@ 2015-03-05 10:10 ` German
2015-03-05 12:34 ` Neil Bothwick
0 siblings, 1 reply; 14+ messages in thread
From: German @ 2015-03-05 10:10 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 08:24:44 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 5 Mar 2015 03:09:46 -0500, German wrote:
>
> > How to fix this? Thanks
>
> Is /var on your root filesystem? If so, it sounds like something is
> trying to write to it before it has been remounted rw. Try adding rw (and
> removing ro if resent) to your kernel options.
>
Ok, thanks. What file should I write these options to?
>
> --
> Neil Bothwick
>
> For security reasons, all text in this mail is double-rot13 encrypted.
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 8:09 [gentoo-user] Warning: /lib64/rc/cache is not writable German
2015-03-05 8:24 ` Neil Bothwick
@ 2015-03-05 10:22 ` Alan McKinnon
2015-03-05 10:22 ` German
1 sibling, 1 reply; 14+ messages in thread
From: Alan McKinnon @ 2015-03-05 10:22 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 03:09:46 -0500
German <gentgerman@gmail.com> wrote:
> How to fix this? Thanks
>
I haven't the foggiest idea.
But, in your shoes, I'd probably find out more about chown and chmod
--
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 10:22 ` Alan McKinnon
@ 2015-03-05 10:22 ` German
0 siblings, 0 replies; 14+ messages in thread
From: German @ 2015-03-05 10:22 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 12:22:07 +0200
Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Thu, 5 Mar 2015 03:09:46 -0500
> German <gentgerman@gmail.com> wrote:
>
> > How to fix this? Thanks
> >
>
> I haven't the foggiest idea.
>
>
> But, in your shoes, I'd probably find out more about chown and chmod
Perhaps it sholdn't be writable. I thought about chmod +x but decided to wait before I hear a few explainations about what's going on
>
>
> --
> alan.mckinnon@gmail.com
>
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 10:10 ` German
@ 2015-03-05 12:34 ` Neil Bothwick
2015-03-05 12:37 ` German
0 siblings, 1 reply; 14+ messages in thread
From: Neil Bothwick @ 2015-03-05 12:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 480 bytes --]
On Thu, 5 Mar 2015 05:10:03 -0500, German wrote:
> > Is /var on your root filesystem? If so, it sounds like something is
> > trying to write to it before it has been remounted rw. Try adding rw
> > (and removing ro if present) to your kernel options.
> >
>
> Ok, thanks. What file should I write these options to?
Your bootloader config, that's where you specify the kernel boot options.
--
Neil Bothwick
If at first you don't succeed, redefine success.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 12:34 ` Neil Bothwick
@ 2015-03-05 12:37 ` German
2015-03-05 12:47 ` Neil Bothwick
0 siblings, 1 reply; 14+ messages in thread
From: German @ 2015-03-05 12:37 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 12:34:05 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 5 Mar 2015 05:10:03 -0500, German wrote:
>
> > > Is /var on your root filesystem? If so, it sounds like something is
> > > trying to write to it before it has been remounted rw. Try adding rw
> > > (and removing ro if present) to your kernel options.
> > >
> >
> > Ok, thanks. What file should I write these options to?
>
> Your bootloader config, that's where you specify the kernel boot options.
That's what I thought, however I use gummiboot. Can you give an example, to show your gummiboot config once again?
>
>
> --
> Neil Bothwick
>
> If at first you don't succeed, redefine success.
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 12:37 ` German
@ 2015-03-05 12:47 ` Neil Bothwick
2015-03-05 13:33 ` German
2015-03-05 17:28 ` German
0 siblings, 2 replies; 14+ messages in thread
From: Neil Bothwick @ 2015-03-05 12:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
On Thu, 5 Mar 2015 07:37:39 -0500, German wrote:
> > > > Is /var on your root filesystem? If so, it sounds like something
> > > > is trying to write to it before it has been remounted rw. Try
> > > > adding rw (and removing ro if present) to your kernel options.
> > > >
> > >
> > > Ok, thanks. What file should I write these options to?
> >
> > Your bootloader config, that's where you specify the kernel boot
> > options.
>
> That's what I thought, however I use gummiboot. Can you give an
> example, to show your gummiboot config once again?
Add it to the options line in the relavent file in /boot/loader/entries.
Or test it first by pressing e at the menu and adding it there.
--
Neil Bothwick
Fragile. Do not turn umop ap1sdn!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 12:47 ` Neil Bothwick
@ 2015-03-05 13:33 ` German
2015-03-05 17:28 ` German
1 sibling, 0 replies; 14+ messages in thread
From: German @ 2015-03-05 13:33 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 12:47:36 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 5 Mar 2015 07:37:39 -0500, German wrote:
>
> > > > > Is /var on your root filesystem? If so, it sounds like something
> > > > > is trying to write to it before it has been remounted rw. Try
> > > > > adding rw (and removing ro if present) to your kernel options.
> > > > >
> > > >
> > > > Ok, thanks. What file should I write these options to?
> > >
> > > Your bootloader config, that's where you specify the kernel boot
> > > options.
> >
> > That's what I thought, however I use gummiboot. Can you give an
> > example, to show your gummiboot config once again?
>
> Add it to the options line in the relavent file in /boot/loader/entries.
>
> Or test it first by pressing e at the menu and adding it there.
Ok Neil, I hit e at the boot and added rw to boot option, so it looked like root=/dev/sda3 rw
I still get cache is not writeable warning when system poweroffs. What else can be causing this?
>
>
> --
> Neil Bothwick
>
> Fragile. Do not turn umop ap1sdn!
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 12:47 ` Neil Bothwick
2015-03-05 13:33 ` German
@ 2015-03-05 17:28 ` German
2015-03-05 18:45 ` Mike Gilbert
1 sibling, 1 reply; 14+ messages in thread
From: German @ 2015-03-05 17:28 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 12:47:36 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 5 Mar 2015 07:37:39 -0500, German wrote:
>
> > > > > Is /var on your root filesystem? If so, it sounds like something
> > > > > is trying to write to it before it has been remounted rw. Try
> > > > > adding rw (and removing ro if present) to your kernel options.
> > > > >
> > > >
> > > > Ok, thanks. What file should I write these options to?
> > >
> > > Your bootloader config, that's where you specify the kernel boot
> > > options.
> >
> > That's what I thought, however I use gummiboot. Can you give an
> > example, to show your gummiboot config once again?
>
> Add it to the options line in the relavent file in /boot/loader/entries.
>
> Or test it first by pressing e at the menu and adding it there
So any other idea on hhow to fix it? Anyone?
>
>
> --
> Neil Bothwick
>
> Fragile. Do not turn umop ap1sdn!
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 17:28 ` German
@ 2015-03-05 18:45 ` Mike Gilbert
2015-03-05 19:08 ` German
0 siblings, 1 reply; 14+ messages in thread
From: Mike Gilbert @ 2015-03-05 18:45 UTC (permalink / raw
To: gentoo-user
On Thu, Mar 5, 2015 at 12:28 PM, German <gentgerman@gmail.com> wrote:
> On Thu, 5 Mar 2015 12:47:36 +0000
> Neil Bothwick <neil@digimed.co.uk> wrote:
>
>> On Thu, 5 Mar 2015 07:37:39 -0500, German wrote:
>>
>> > > > > Is /var on your root filesystem? If so, it sounds like something
>> > > > > is trying to write to it before it has been remounted rw. Try
>> > > > > adding rw (and removing ro if present) to your kernel options.
>> > > > >
>> > > >
>> > > > Ok, thanks. What file should I write these options to?
>> > >
>> > > Your bootloader config, that's where you specify the kernel boot
>> > > options.
>> >
>> > That's what I thought, however I use gummiboot. Can you give an
>> > example, to show your gummiboot config once again?
>>
>> Add it to the options line in the relavent file in /boot/loader/entries.
>>
>> Or test it first by pressing e at the menu and adding it there
>
>
> So any other idea on hhow to fix it? Anyone?
Can you please post the output of the following commands?
stat /lib64/rc
stat /lib64/rc/cache
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 18:45 ` Mike Gilbert
@ 2015-03-05 19:08 ` German
2015-03-05 21:13 ` Mike Gilbert
0 siblings, 1 reply; 14+ messages in thread
From: German @ 2015-03-05 19:08 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 13:45:51 -0500
Mike Gilbert <floppym@gentoo.org> wrote:
> On Thu, Mar 5, 2015 at 12:28 PM, German <gentgerman@gmail.com> wrote:
> > On Thu, 5 Mar 2015 12:47:36 +0000
> > Neil Bothwick <neil@digimed.co.uk> wrote:
> >
> >> On Thu, 5 Mar 2015 07:37:39 -0500, German wrote:
> >>
> >> > > > > Is /var on your root filesystem? If so, it sounds like something
> >> > > > > is trying to write to it before it has been remounted rw. Try
> >> > > > > adding rw (and removing ro if present) to your kernel options.
> >> > > > >
> >> > > >
> >> > > > Ok, thanks. What file should I write these options to?
> >> > >
> >> > > Your bootloader config, that's where you specify the kernel boot
> >> > > options.
> >> >
> >> > That's what I thought, however I use gummiboot. Can you give an
> >> > example, to show your gummiboot config once again?
> >>
> >> Add it to the options line in the relavent file in /boot/loader/entries.
> >>
> >> Or test it first by pressing e at the menu and adding it there
> >
> >
> > So any other idea on hhow to fix it? Anyone?
>
> Can you please post the output of the following commands?
>
> stat /lib64/rc
>
> stat /lib64/rc/cache
stat /lib64/rc/cache
stat: cannot stat /lib64/rc/cache: No such file or directory
I'll also put stat /lib64/rc later. I am thinking if there is no "cache" file, probably this will give you some clue. I am retyping this from my laptop screen and /lib64/rc is quite lengthy. Thank you. Please tell me if you really need it ( and me) and I'll take my time and retype it.
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 19:08 ` German
@ 2015-03-05 21:13 ` Mike Gilbert
2015-03-05 21:28 ` German
0 siblings, 1 reply; 14+ messages in thread
From: Mike Gilbert @ 2015-03-05 21:13 UTC (permalink / raw
To: gentoo-user
On Thu, Mar 5, 2015 at 2:08 PM, German <gentgerman@gmail.com> wrote:
> On Thu, 5 Mar 2015 13:45:51 -0500
> Mike Gilbert <floppym@gentoo.org> wrote:
>
>> On Thu, Mar 5, 2015 at 12:28 PM, German <gentgerman@gmail.com> wrote:
>> > On Thu, 5 Mar 2015 12:47:36 +0000
>> > Neil Bothwick <neil@digimed.co.uk> wrote:
>> >
>> >> On Thu, 5 Mar 2015 07:37:39 -0500, German wrote:
>> >>
>> >> > > > > Is /var on your root filesystem? If so, it sounds like something
>> >> > > > > is trying to write to it before it has been remounted rw. Try
>> >> > > > > adding rw (and removing ro if present) to your kernel options.
>> >> > > > >
>> >> > > >
>> >> > > > Ok, thanks. What file should I write these options to?
>> >> > >
>> >> > > Your bootloader config, that's where you specify the kernel boot
>> >> > > options.
>> >> >
>> >> > That's what I thought, however I use gummiboot. Can you give an
>> >> > example, to show your gummiboot config once again?
>> >>
>> >> Add it to the options line in the relavent file in /boot/loader/entries.
>> >>
>> >> Or test it first by pressing e at the menu and adding it there
>> >
>> >
>> > So any other idea on hhow to fix it? Anyone?
>>
>> Can you please post the output of the following commands?
>>
>> stat /lib64/rc
>>
>> stat /lib64/rc/cache
>
> stat /lib64/rc/cache
>
> stat: cannot stat /lib64/rc/cache: No such file or directory
>
> I'll also put stat /lib64/rc later. I am thinking if there is no "cache" file, probably this will give you some clue. I am retyping this from my laptop screen and /lib64/rc is quite lengthy. Thank you. Please tell me if you really need it ( and me) and I'll take my time and retype it.
It's supposed to be a directory. Try running mkdir -p /lib64/rc/cache.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Warning: /lib64/rc/cache is not writable
2015-03-05 21:13 ` Mike Gilbert
@ 2015-03-05 21:28 ` German
0 siblings, 0 replies; 14+ messages in thread
From: German @ 2015-03-05 21:28 UTC (permalink / raw
To: gentoo-user
On Thu, 5 Mar 2015 16:13:59 -0500
Mike Gilbert <floppym@gentoo.org> wrote:
> On Thu, Mar 5, 2015 at 2:08 PM, German <gentgerman@gmail.com> wrote:
> > On Thu, 5 Mar 2015 13:45:51 -0500
> > Mike Gilbert <floppym@gentoo.org> wrote:
> >
> >> On Thu, Mar 5, 2015 at 12:28 PM, German <gentgerman@gmail.com> wrote:
> >> > On Thu, 5 Mar 2015 12:47:36 +0000
> >> > Neil Bothwick <neil@digimed.co.uk> wrote:
> >> >
> >> >> On Thu, 5 Mar 2015 07:37:39 -0500, German wrote:
> >> >>
> >> >> > > > > Is /var on your root filesystem? If so, it sounds like something
> >> >> > > > > is trying to write to it before it has been remounted rw. Try
> >> >> > > > > adding rw (and removing ro if present) to your kernel options.
> >> >> > > > >
> >> >> > > >
> >> >> > > > Ok, thanks. What file should I write these options to?
> >> >> > >
> >> >> > > Your bootloader config, that's where you specify the kernel boot
> >> >> > > options.
> >> >> >
> >> >> > That's what I thought, however I use gummiboot. Can you give an
> >> >> > example, to show your gummiboot config once again?
> >> >>
> >> >> Add it to the options line in the relavent file in /boot/loader/entries.
> >> >>
> >> >> Or test it first by pressing e at the menu and adding it there
> >> >
> >> >
> >> > So any other idea on hhow to fix it? Anyone?
> >>
> >> Can you please post the output of the following commands?
> >>
> >> stat /lib64/rc
> >>
> >> stat /lib64/rc/cache
> >
> > stat /lib64/rc/cache
> >
> > stat: cannot stat /lib64/rc/cache: No such file or directory
> >
> > I'll also put stat /lib64/rc later. I am thinking if there is no "cache" file, probably this will give you some clue. I am retyping this from my laptop screen and /lib64/rc is quite lengthy. Thank you. Please tell me if you really need it ( and me) and I'll take my time and retype it.
>
> It's supposed to be a directory. Try running mkdir -p /lib64/rc/cache.
It seems the error is gone. But I wonder why I didn't have /lib64/rc/cache directory. This was a fresh install.
>
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2015-03-05 21:29 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 8:09 [gentoo-user] Warning: /lib64/rc/cache is not writable German
2015-03-05 8:24 ` Neil Bothwick
2015-03-05 10:10 ` German
2015-03-05 12:34 ` Neil Bothwick
2015-03-05 12:37 ` German
2015-03-05 12:47 ` Neil Bothwick
2015-03-05 13:33 ` German
2015-03-05 17:28 ` German
2015-03-05 18:45 ` Mike Gilbert
2015-03-05 19:08 ` German
2015-03-05 21:13 ` Mike Gilbert
2015-03-05 21:28 ` German
2015-03-05 10:22 ` Alan McKinnon
2015-03-05 10:22 ` German
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox