Mailing List Archive

gentoo startup scripts
I have a rough and ready xend and xendomains init.d scripts that works
for gentoo. any interest for project or individuals?

--- eric


--
http://www.wired.com/wired/archive/13.03/view.html?pg=5

The result of the duopoly that currently defines "competition" is that
prices and service suck. We're the world's leader in Internet
technology - except that we're not.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: gentoo startup scripts [ In reply to ]
Eric S. Johansson wrote:
> I have a rough and ready xend and xendomains init.d scripts that works
> for gentoo. any interest for project or individuals?
>

what makes them different from the LSB -ish ones?

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: gentoo startup scripts [ In reply to ]
> Eric S. Johansson wrote:
>> I have a rough and ready xend and xendomains init.d scripts that works
>> for gentoo. any interest for project or individuals?
>>
>
> what makes them different from the LSB -ish ones?

a significantly different syntax, organization, dependency expression,...

for a simple example xend:

#!/sbin/runscript

depend() {
need net
before xendomains
}

--- eric

--
http://www.wired.com/wired/archive/13.03/view.html?pg=5

The result of the duopoly that currently defines "competition" is that
prices and service suck. We're the world's leader in Internet
technology - except that we're not.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: gentoo startup scripts [ In reply to ]
Mark Williamson wrote:
> Does Gentoo have a parallelising init?

I don't think it is. Although I would not be surprised if one could
make it so far more easily than the standard sysV mechanisms

> Sounds civilised anyhow.

it's more civilized than many parts of the world like here in the states...

>
> Is there any significant commonality with the existing scripts?

there is some but it's going to be difficult without externalizing the
core elements in another set of files.
>
> Could you please post them to the list (probably cc xen-devel also) so that we
> can all have a look. There's a fair few people using Gentoo / Xen now, I
> think. It'd be nice if they could be available online somewhere, maybe
> checked into the BK repo.

someone will need to approve the message as I'm not subscribe to -devel
since I wasn't planning on being a developer. ;-)

As I said to somebody else who has a copy, they are bloody raw hunks of
code that still have a way to go before they can scab over and heal..

here is hoping attachments work over the mailing list

---eric
Re: gentoo startup scripts [ In reply to ]
> >> I have a rough and ready xend and xendomains init.d scripts that works
> >> for gentoo. any interest for project or individuals?
> >
> > what makes them different from the LSB -ish ones?
>
> a significantly different syntax, organization, dependency expression,...

Does Gentoo have a parallelising init? Sounds civilised anyhow.

Is there any significant commonality with the existing scripts?

Could you please post them to the list (probably cc xen-devel also) so that we
can all have a look. There's a fair few people using Gentoo / Xen now, I
think. It'd be nice if they could be available online somewhere, maybe
checked into the BK repo.

Cheers,
Mark

> for a simple example xend:
>
> #!/sbin/runscript
>
> depend() {
> need net
> before xendomains
> }
>
> --- eric

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: gentoo startup scripts [ In reply to ]
>>>>> "Mark" == Mark Williamson <mark.williamson@cl.cam.ac.uk> writes:

Mark> Does Gentoo have a parallelising init?

The scripts can be run in parallel, but that option is not on by default.

-JimC
--
James H. Cloos, Jr. <cloos@jhcloos.com>

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: gentoo startup scripts [ In reply to ]
Eric S. Johansson wrote the following on 31.03.2005 02:49 :

> Mark Williamson wrote:
>
>> Does Gentoo have a parallelising init?
>
>
> I don't think it is. Although I would not be surprised if one could
> make it so far more easily than the standard sysV mechanisms


It is. It's an option which is deactivated by default. See
/etc/conf.d/rc on a Gentoo Box, RC_PARALLEL_STARTUP="yes/no".

Lionel.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users