* SysVInit (RC Scripts) on HHL 2.0
@ 2001-09-06 17:10 James F Dougherty
2001-09-06 17:20 ` Matthew Locke
2001-09-06 17:22 ` Mark Hatle
0 siblings, 2 replies; 4+ messages in thread
From: James F Dougherty @ 2001-09-06 17:10 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
I am using HHL 2.0 (2.4.2) on MPC8240 and I downloaded
the root filesystem RPM's from
ftp://ftp.mvista.com/pub/Journeyman/cd2/ppc_82xx/apps/*.rpm
and installed them on my root filesystem.
Question: How come none of the init scripts work?
I have to run:
devfsd /dev
mount -a
every time I boot. It spawns a getty, but none of the rc
files get called ...
Is there some bug in HHL 2.0 on ppc_82xx I don't know about?
Thanks,
-James
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SysVInit (RC Scripts) on HHL 2.0
2001-09-06 17:10 SysVInit (RC Scripts) on HHL 2.0 James F Dougherty
@ 2001-09-06 17:20 ` Matthew Locke
2001-09-06 17:22 ` Mark Hatle
1 sibling, 0 replies; 4+ messages in thread
From: Matthew Locke @ 2001-09-06 17:20 UTC (permalink / raw)
To: James F Dougherty; +Cc: linuxppc-embedded
sounds like a user error during installation. try using the installer,
otherwise you have to figure out the dependancies by hand.
James F Dougherty wrote:
> Hi,
>
> I am using HHL 2.0 (2.4.2) on MPC8240 and I downloaded
> the root filesystem RPM's from
>
> ftp://ftp.mvista.com/pub/Journeyman/cd2/ppc_82xx/apps/*.rpm
>
> and installed them on my root filesystem.
>
> Question: How come none of the init scripts work?
>
> I have to run:
>
> devfsd /dev
> mount -a
>
> every time I boot. It spawns a getty, but none of the rc
> files get called ...
>
>
> Is there some bug in HHL 2.0 on ppc_82xx I don't know about?
>
> Thanks,
> -James
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SysVInit (RC Scripts) on HHL 2.0
2001-09-06 17:10 SysVInit (RC Scripts) on HHL 2.0 James F Dougherty
2001-09-06 17:20 ` Matthew Locke
@ 2001-09-06 17:22 ` Mark Hatle
2001-09-06 17:39 ` SysVInit (RC Scripts) on HHL 2.0 (Add'n info) Mark Hatle
1 sibling, 1 reply; 4+ messages in thread
From: Mark Hatle @ 2001-09-06 17:22 UTC (permalink / raw)
To: James F Dougherty; +Cc: linuxppc-embedded
James F Dougherty wrote:
> I am using HHL 2.0 (2.4.2) on MPC8240 and I downloaded
> the root filesystem RPM's from
>
> ftp://ftp.mvista.com/pub/Journeyman/cd2/ppc_82xx/apps/*.rpm
>
> and installed them on my root filesystem.
>
> Question: How come none of the init scripts work?
>
> I have to run:
>
> devfsd /dev
> mount -a
>
> every time I boot. It spawns a getty, but none of the rc
> files get called ...
>
> Is there some bug in HHL 2.0 on ppc_82xx I don't know about?
See the HHL-JE-20.pdf file located in the (doc) documentation
directory. I point you at Chapter 7, Additional Configuration
Information. (Specifically at the initdconfig section.)
Assuming you used the installer, only the init scripts required to boot
a minimal system (and be able to telnet in and use nfs root) are
enabled. Anything beyond that you, the developer/user will need to
enable. If you did not use the installer, you probably got a bunch of
messages during installation such as "Unable to enable initd service:
checkfs.sh". These messages mean that the initdconfig program was not
able to be run for some reason or another, thus you probably don't have
ANY initscripts installed.
The initscripts are further discussed in the "Initscript Overview"
section of Chapter 7.
--Mark
MontaVista Software, Inc.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SysVInit (RC Scripts) on HHL 2.0 (Add'n info)
2001-09-06 17:22 ` Mark Hatle
@ 2001-09-06 17:39 ` Mark Hatle
0 siblings, 0 replies; 4+ messages in thread
From: Mark Hatle @ 2001-09-06 17:39 UTC (permalink / raw)
To: James F Dougherty, linuxppc-embedded
Mark Hatle wrote:
>
> James F Dougherty wrote:
>
> > I am using HHL 2.0 (2.4.2) on MPC8240 and I downloaded
> > the root filesystem RPM's from
> >
> > ftp://ftp.mvista.com/pub/Journeyman/cd2/ppc_82xx/apps/*.rpm
> >
> > Is there some bug in HHL 2.0 on ppc_82xx I don't know about?
>
> Assuming you used the installer, only the init scripts required to boot
> a minimal system (and be able to telnet in and use nfs root) are
> enabled. Anything beyond that you, the developer/user will need to
> enable. If you did not use the installer, you probably got a bunch of
> messages during installation such as "Unable to enable initd service:
> checkfs.sh". These messages mean that the initdconfig program was not
> able to be run for some reason or another, thus you probably don't have
> ANY initscripts installed.
>
> The initscripts are further discussed in the "Initscript Overview"
> section of Chapter 7.
FYI, if you did not use the installer, and want to try to "rescue" your
installation, the following initscripts are enabled by default in the
installer. (If I list an initscript you don't have ignore it, it isn't
part of Journeyman then.)
bootmisc.sh S:on
checkfs.sh S:on
checkroot.sh S:on
devpts.sh S:on
mountall.sh S:on
mountnfs.sh S:on
umountfs 0:on 6:on
umountnfs.sh 0:on 6:on
ifupdown S:on
networking S:on
inetd 2:on 3:on 4:on 5:on
portmap S:on
syslog 2:on 3:on 4:on 5:on
--Mark Hatle
MontaVista Software, Inc.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-09-06 17:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-06 17:10 SysVInit (RC Scripts) on HHL 2.0 James F Dougherty
2001-09-06 17:20 ` Matthew Locke
2001-09-06 17:22 ` Mark Hatle
2001-09-06 17:39 ` SysVInit (RC Scripts) on HHL 2.0 (Add'n info) Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).