public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] a couple of systemd questions
@ 2013-07-29 11:11 covici
  2013-07-29 17:12 ` Canek Peláez Valdés
  0 siblings, 1 reply; 4+ messages in thread
From: covici @ 2013-07-29 11:11 UTC (permalink / raw
  To: gentoo-user

I want to -- at least in initial testing -- have systemd not try to do
things in parallell -- one at a time is very nice -- I even have openrc
configured that way.  Any way to do this?

Also, I do want an interactive boot like the I -- is confirm-spawn the
way to do this?

Thanks in advance for any suggestions.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] a couple of systemd questions
  2013-07-29 11:11 [gentoo-user] a couple of systemd questions covici
@ 2013-07-29 17:12 ` Canek Peláez Valdés
  2013-07-29 18:29   ` covici
  0 siblings, 1 reply; 4+ messages in thread
From: Canek Peláez Valdés @ 2013-07-29 17:12 UTC (permalink / raw
  To: gentoo-user

On Mon, Jul 29, 2013 at 6:11 AM,  <covici@ccs.covici.com> wrote:
> I want to -- at least in initial testing -- have systemd not try to do
> things in parallell -- one at a time is very nice -- I even have openrc
> configured that way.  Any way to do this?

No if you don't use --confirm-spawn AFAIK; the whole parallel start
thingy is deeply integrated in systemd's design. And, why would you
want to start things sequentially?

And BTW, people who configure OpenRC to start things in parallel are
going against the recommendations of its own maintaner:

https://bugs.gentoo.org/show_bug.cgi?id=391945#c10

"rc_parallel has never officially been declared a stable feature (see
the comments in rc.conf regarding this)."

OpenRC has never been able to reliable start services in parallel; on
the other hand, you can argue that systemd was designed specifically
to start services in parallel.

> Also, I do want an interactive boot like the I -- is confirm-spawn the
> way to do this?

Yes; you need to specify it on GRUB, LILO, or whatever boot loader you
use, although I've never used it.

> Thanks in advance for any suggestions.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] a couple of systemd questions
  2013-07-29 17:12 ` Canek Peláez Valdés
@ 2013-07-29 18:29   ` covici
  2013-07-30  0:47     ` Mark David Dumlao
  0 siblings, 1 reply; 4+ messages in thread
From: covici @ 2013-07-29 18:29 UTC (permalink / raw
  To: gentoo-user

Canek Peláez Valdés <caneko@gmail.com> wrote:

> On Mon, Jul 29, 2013 at 6:11 AM,  <covici@ccs.covici.com> wrote:
> > I want to -- at least in initial testing -- have systemd not try to do
> > things in parallell -- one at a time is very nice -- I even have openrc
> > configured that way.  Any way to do this?
> 
> No if you don't use --confirm-spawn AFAIK; the whole parallel start
> thingy is deeply integrated in systemd's design. And, why would you
> want to start things sequentially?

Because its much easier to figure out things -- particularly if
something has gone wrong -- and I don't boot that often, so I don't
really care if it takes a bit longer -- its certainly a lot less than
that other OS.

And thanks for your response.



-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] a couple of systemd questions
  2013-07-29 18:29   ` covici
@ 2013-07-30  0:47     ` Mark David Dumlao
  0 siblings, 0 replies; 4+ messages in thread
From: Mark David Dumlao @ 2013-07-30  0:47 UTC (permalink / raw
  To: gentoo-user

The proper way to figure out what failed to start and why is to use systemctl

# list of running services
systemctl

# status of particular service
systemctl status name-of-service

Now if your concern is the service loading order, then you're really
talking about problems in your unit files, i.e., there's a dependency
or sequencing instruction that wasn't included. Unlike sysvinit, you
don't need a reboot to determine or solve load order problems.

On Tue, Jul 30, 2013 at 2:29 AM,  <covici@ccs.covici.com> wrote:
> Canek Peláez Valdés <caneko@gmail.com> wrote:
>
>> On Mon, Jul 29, 2013 at 6:11 AM,  <covici@ccs.covici.com> wrote:
>> > I want to -- at least in initial testing -- have systemd not try to do
>> > things in parallell -- one at a time is very nice -- I even have openrc
>> > configured that way.  Any way to do this?
>>
>> No if you don't use --confirm-spawn AFAIK; the whole parallel start
>> thingy is deeply integrated in systemd's design. And, why would you
>> want to start things sequentially?
>
> Because its much easier to figure out things -- particularly if
> something has gone wrong -- and I don't boot that often, so I don't
> really care if it takes a bit longer -- its certainly a lot less than
> that other OS.
>
> And thanks for your response.
>
>
>
> --
> Your life is like a penny.  You're going to lose it.  The question is:
> How do
> you spend it?
>
>          John Covici
>          covici@ccs.covici.com
>



-- 
This email is:    [ ] actionable   [ ] fyi        [ ] social
Response needed:  [ ] yes          [ ] up to you  [ ] no
Time-sensitive:   [ ] immediate    [ ] soon       [ ] none


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-30  0:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 11:11 [gentoo-user] a couple of systemd questions covici
2013-07-29 17:12 ` Canek Peláez Valdés
2013-07-29 18:29   ` covici
2013-07-30  0:47     ` Mark David Dumlao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox