* [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ?
@ 2015-04-20 12:51 Stefan G. Weichinger
2015-04-20 12:56 ` Alan McKinnon
0 siblings, 1 reply; 7+ messages in thread
From: Stefan G. Weichinger @ 2015-04-20 12:51 UTC (permalink / raw
To: gentoo-user
Another > 5 yr server that needs some care.
sys-fs/udev-151-r4 and a kernel without CONFIG_DEVTMPFS set.
The old udev blocks openrc etc etc ...
Aside from: "install from scratch" ->
what happens if I upgrade udev before booting a kernel with
CONFIG_DEVTMPFS set?
Problems?
I'd like to upgrade udev, then install openrc etc ... before I can drive
there and reboot the box.
Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ?
2015-04-20 12:51 [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ? Stefan G. Weichinger
@ 2015-04-20 12:56 ` Alan McKinnon
2015-04-20 13:01 ` Stefan G. Weichinger
2015-04-20 17:42 ` Mike Gilbert
0 siblings, 2 replies; 7+ messages in thread
From: Alan McKinnon @ 2015-04-20 12:56 UTC (permalink / raw
To: gentoo-user
On 20/04/2015 14:51, Stefan G. Weichinger wrote:
>
> Another > 5 yr server that needs some care.
>
> sys-fs/udev-151-r4 and a kernel without CONFIG_DEVTMPFS set.
>
> The old udev blocks openrc etc etc ...
>
> Aside from: "install from scratch" ->
>
> what happens if I upgrade udev before booting a kernel with
> CONFIG_DEVTMPFS set?
>
> Problems?
Yes, it won't work. And the ebuild will error out.
>
> I'd like to upgrade udev, then install openrc etc ... before I can drive
> there and reboot the box.
You intend to drive there anyway and reboot it. Rebuilding udev & openrc
will probably take 15 minutes.
It's such a little time, why are you trying to save 15 minutes in
advance by taking an unknown and risky path? Just do everything on-site,
it's safest
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ?
2015-04-20 12:56 ` Alan McKinnon
@ 2015-04-20 13:01 ` Stefan G. Weichinger
2015-04-20 13:17 ` Stefan G. Weichinger
2015-04-20 13:28 ` Alan McKinnon
2015-04-20 17:42 ` Mike Gilbert
1 sibling, 2 replies; 7+ messages in thread
From: Stefan G. Weichinger @ 2015-04-20 13:01 UTC (permalink / raw
To: gentoo-user
On 20.04.2015 14:56, Alan McKinnon wrote:
>> Problems?
>
> Yes, it won't work. And the ebuild will error out.
Ah, I see.
>> I'd like to upgrade udev, then install openrc etc ... before I can drive
>> there and reboot the box.
>
>
> You intend to drive there anyway and reboot it. Rebuilding udev & openrc
> will probably take 15 minutes.
>
> It's such a little time, why are you trying to save 15 minutes in
> advance by taking an unknown and risky path? Just do everything on-site,
> it's safest
~ 90 min drive one way ;-)
Thanks anyway, Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ?
2015-04-20 13:01 ` Stefan G. Weichinger
@ 2015-04-20 13:17 ` Stefan G. Weichinger
2015-04-20 13:28 ` Alan McKinnon
1 sibling, 0 replies; 7+ messages in thread
From: Stefan G. Weichinger @ 2015-04-20 13:17 UTC (permalink / raw
To: gentoo-user
I could install openrc with USE="-netifrc" now ... then it doesn't pull
in netifrc which depends on udev etc etc
Not a real solution as now I miss net.lo ... oh my.
I scp'ed it over ;) just to make that one reboot work ...
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ?
2015-04-20 13:01 ` Stefan G. Weichinger
2015-04-20 13:17 ` Stefan G. Weichinger
@ 2015-04-20 13:28 ` Alan McKinnon
2015-04-20 21:16 ` Stefan G. Weichinger
1 sibling, 1 reply; 7+ messages in thread
From: Alan McKinnon @ 2015-04-20 13:28 UTC (permalink / raw
To: gentoo-user
On 20/04/2015 15:01, Stefan G. Weichinger wrote:
> On 20.04.2015 14:56, Alan McKinnon wrote:
>
>>> Problems?
>>
>> Yes, it won't work. And the ebuild will error out.
>
> Ah, I see.
>
>>> I'd like to upgrade udev, then install openrc etc ... before I can drive
>>> there and reboot the box.
>>
>>
>> You intend to drive there anyway and reboot it. Rebuilding udev & openrc
>> will probably take 15 minutes.
>>
>> It's such a little time, why are you trying to save 15 minutes in
>> advance by taking an unknown and risky path? Just do everything on-site,
>> it's safest
>
> ~ 90 min drive one way ;-)
I've had a few of those myself :-)
I always figured if I was in for a 4 hour minimum trip anyway, I really
owe it to the customer to spend an extra 30 minutes to be 100% sure
everything was done correctly.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ?
2015-04-20 12:56 ` Alan McKinnon
2015-04-20 13:01 ` Stefan G. Weichinger
@ 2015-04-20 17:42 ` Mike Gilbert
1 sibling, 0 replies; 7+ messages in thread
From: Mike Gilbert @ 2015-04-20 17:42 UTC (permalink / raw
To: gentoo-user
On Mon, Apr 20, 2015 at 8:56 AM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On 20/04/2015 14:51, Stefan G. Weichinger wrote:
>>
>> Another > 5 yr server that needs some care.
>>
>> sys-fs/udev-151-r4 and a kernel without CONFIG_DEVTMPFS set.
>>
>> The old udev blocks openrc etc etc ...
>>
>> Aside from: "install from scratch" ->
>>
>> what happens if I upgrade udev before booting a kernel with
>> CONFIG_DEVTMPFS set?
>>
>> Problems?
>
> Yes, it won't work. And the ebuild will error out.
Um... what? The ebuild will display a warning, but it does not die.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ?
2015-04-20 13:28 ` Alan McKinnon
@ 2015-04-20 21:16 ` Stefan G. Weichinger
0 siblings, 0 replies; 7+ messages in thread
From: Stefan G. Weichinger @ 2015-04-20 21:16 UTC (permalink / raw
To: gentoo-user
Am 2015-04-20 um 15:28 schrieb Alan McKinnon:
>> ~ 90 min drive one way ;-)
>
> I've had a few of those myself :-)
>
> I always figured if I was in for a 4 hour minimum trip anyway, I really
> owe it to the customer to spend an extra 30 minutes to be 100% sure
> everything was done correctly.
The "customer" in case tells me that he has no money and that I
shouldn't invest too much "time"
The initial trigger for all the current "investigation" is a dropped hdd
from the raid arrays ....
The guy opted out of being a real customer in late 2010 or so .. and now
mdadm emails me.
Don't ask how the backup reports look.
S
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-20 21:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 12:51 [gentoo-user] another old server: what about udev and CONFIG_DEVTMPFS ? Stefan G. Weichinger
2015-04-20 12:56 ` Alan McKinnon
2015-04-20 13:01 ` Stefan G. Weichinger
2015-04-20 13:17 ` Stefan G. Weichinger
2015-04-20 13:28 ` Alan McKinnon
2015-04-20 21:16 ` Stefan G. Weichinger
2015-04-20 17:42 ` Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox