Ticket #135 (accepted defect)

Opened 20 months ago

Last modified 20 months ago

interactive boot fails when parallel is enabled

Reported by: jekarlson@gmail.com Owned by: roy
Priority: major Milestone:
Component: rc Version: 0.4
Keywords: Cc:

Description

I have in /etc/rc.conf
rc_interactive="YES"

While I boot and press 'i' I fail to get any interactivity.

This used to work on at least openrc 0.3.

This feature is very nice, while Xorg has the new easy to use hal interface that disables hard to use keyboard every now and then ;-)

Change History

comment:1 Changed 20 months ago by roy

Pressing I works here.
Have you enabled parallel startup? Does your keyboard require a working keymap for I to be mapped correctly, or kernel modules loaded?

comment:2 Changed 20 months ago by jekarlson@gmail.com

Yes I am using parallel startup, it didn't matter before.

I use finnish qwerty keymap which is probably the same as the default us for the letter i.

Any and all kernelspace keyboard support is compiled in my linux-2.6.28.

Btw using gentoo ~amd64 system, if you didn't guess.

comment:3 Changed 20 months ago by jekarlson@gmail.com

Did some retesting apparently I was just too slow twice.

Would there be any way to extend the perioid in which openRC is receptive to 'i' press, obviously this cannot be done for services that have been already started though.

comment:4 Changed 20 months ago by roy

  • Status changed from new to accepted
  • Summary changed from interactive boot fails to interactive boot fails when parallel is enabled

The issue is purely parallel. When enabled, each service starts right away and waits for the services it needs to start. rc controls the interactive stuff, not the services. Changing this would be non trivial.

Note: See TracTickets for help on using tickets.