* [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory?
@ 2001-09-04 8:11 Grant Goodyear
2001-09-09 5:47 ` Erik Van Reeth
0 siblings, 1 reply; 6+ messages in thread
From: Grant Goodyear @ 2001-09-04 8:11 UTC (permalink / raw
To: gentoo-dev
When booting rc6 I get one error:
/etc/init.d/runscript.sh: /dev/shm/etc/mtab.sh: No such file or directory
[!!]
Does anybody know what causes this error (and how to fix it)?
Thanks,
Grant
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory?
2001-09-04 8:11 [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory? Grant Goodyear
@ 2001-09-09 5:47 ` Erik Van Reeth
2001-09-09 14:11 ` Daniel Robbins
0 siblings, 1 reply; 6+ messages in thread
From: Erik Van Reeth @ 2001-09-09 5:47 UTC (permalink / raw
To: gentoo-dev
Hi,
I have the same error here with the rc6 snapshot.
It seems to be generated by the checkroot init script.
A dirty fix is creating the /dev/shm/etc directory just before
the first echo ... command.
The mtab.sh file cannot be created because the etc subdir doesn't
exist.
I still in the fase of studying the init scripts, so I have no
idea how to fix it in a good way.
Erik
> -----Original Message-----
> From: gentoo-dev-admin@cvs.gentoo.org
> [mailto:gentoo-dev-admin@cvs.gentoo.org]On Behalf Of Grant Goodyear
> Sent: Tuesday, September 04, 2001 4:10 PM
> To: gentoo-dev@gentoo.org
> Subject: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory?
>
>
> When booting rc6 I get one error:
>
> /etc/init.d/runscript.sh: /dev/shm/etc/mtab.sh: No such file
> or directory
> [!!]
>
> Does anybody know what causes this error (and how to fix it)?
>
> Thanks,
> Grant
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory?
2001-09-09 5:47 ` Erik Van Reeth
@ 2001-09-09 14:11 ` Daniel Robbins
2001-09-09 23:52 ` Erik Van Reeth
0 siblings, 1 reply; 6+ messages in thread
From: Daniel Robbins @ 2001-09-09 14:11 UTC (permalink / raw
To: gentoo-dev
On Sun, Sep 09, 2001 at 01:45:51PM +0200, Erik Van Reeth wrote:
> Hi,
>
> I have the same error here with the rc6 snapshot.
> It seems to be generated by the checkroot init script.
> A dirty fix is creating the /dev/shm/etc directory just before
> the first echo ... command.
> The mtab.sh file cannot be created because the etc subdir doesn't
> exist.
>
> I still in the fase of studying the init scripts, so I have no
> idea how to fix it in a good way.
It's very likely that you're having this problem because you haven't
updated your initscripts, which are protected by config file management.
Do this:
# cd /etc
# find -iname '._cfg????_*'
These are new config files that were installed. In particular, you should
have a new ._cfg????_checkroot file that you can copy over your existing
checkroot to solve the problem.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory?
2001-09-09 14:11 ` Daniel Robbins
@ 2001-09-09 23:52 ` Erik Van Reeth
2001-09-09 23:55 ` Daniel Robbins
2001-09-09 23:57 ` Erik Van Reeth
0 siblings, 2 replies; 6+ messages in thread
From: Erik Van Reeth @ 2001-09-09 23:52 UTC (permalink / raw
To: gentoo-dev
Hi,
I checked for these _cfg files, but no _cfg0000_checkroot file exists.
I do see that 2 baselayouts are/were installed, v1.6.1 from the build.tbz
and
during emerging upgraded to v1.6.2. Can this be related ?
TIA
Erik
> -----Original Message-----
> From: gentoo-dev-admin@cvs.gentoo.org
> [mailto:gentoo-dev-admin@cvs.gentoo.org]On Behalf Of Daniel Robbins
> Sent: Sunday, September 09, 2001 10:10 PM
> To: gentoo-dev@cvs.gentoo.org
> Subject: Re: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or
> directory?
>
>
> On Sun, Sep 09, 2001 at 01:45:51PM +0200, Erik Van Reeth wrote:
> > Hi,
> >
> > I have the same error here with the rc6 snapshot.
> > It seems to be generated by the checkroot init script.
> > A dirty fix is creating the /dev/shm/etc directory just before
> > the first echo ... command.
> > The mtab.sh file cannot be created because the etc subdir doesn't
> > exist.
> >
> > I still in the fase of studying the init scripts, so I have no
> > idea how to fix it in a good way.
>
> It's very likely that you're having this problem because you haven't
> updated your initscripts, which are protected by config file
> management.
> Do this:
>
> # cd /etc
> # find -iname '._cfg????_*'
>
> These are new config files that were installed. In
> particular, you should
> have a new ._cfg????_checkroot file that you can copy over
> your existing
> checkroot to solve the problem.
>
> Best Regards,
>
> --
> Daniel Robbins
> <drobbins@gentoo.org>
> Chief Architect/President http://www.gentoo.org
> Gentoo Technologies, Inc.
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory?
2001-09-09 23:52 ` Erik Van Reeth
@ 2001-09-09 23:55 ` Daniel Robbins
2001-09-09 23:57 ` Erik Van Reeth
1 sibling, 0 replies; 6+ messages in thread
From: Daniel Robbins @ 2001-09-09 23:55 UTC (permalink / raw
To: gentoo-dev
On Mon, Sep 10, 2001 at 07:50:53AM +0200, Erik Van Reeth wrote:
> I checked for these _cfg files, but no _cfg0000_checkroot file exists. I do
> see that 2 baselayouts are/were installed, v1.6.1 from the build.tbz and
> during emerging upgraded to v1.6.2. Can this be related ?
Yes; note that the files begin with a '.'; it's '._cfg????_*', not '_cfg????_*'
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory?
2001-09-09 23:52 ` Erik Van Reeth
2001-09-09 23:55 ` Daniel Robbins
@ 2001-09-09 23:57 ` Erik Van Reeth
1 sibling, 0 replies; 6+ messages in thread
From: Erik Van Reeth @ 2001-09-09 23:57 UTC (permalink / raw
To: gentoo-dev
Hi again,
Please disregard my previous message.
Erik
> -----Original Message-----
> From: gentoo-dev-admin@cvs.gentoo.org
> [mailto:gentoo-dev-admin@cvs.gentoo.org]On Behalf Of Erik Van Reeth
> Sent: Monday, September 10, 2001 7:51 AM
> To: gentoo-dev@cvs.gentoo.org
> Subject: RE: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or
> directory?
>
>
> Hi,
>
> I checked for these _cfg files, but no _cfg0000_checkroot file exists.
> I do see that 2 baselayouts are/were installed, v1.6.1 from
> the build.tbz
> and
> during emerging upgraded to v1.6.2. Can this be related ?
>
> TIA
> Erik
>
>
> > -----Original Message-----
> > From: gentoo-dev-admin@cvs.gentoo.org
> > [mailto:gentoo-dev-admin@cvs.gentoo.org]On Behalf Of Daniel Robbins
> > Sent: Sunday, September 09, 2001 10:10 PM
> > To: gentoo-dev@cvs.gentoo.org
> > Subject: Re: [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or
> > directory?
> >
> >
> > On Sun, Sep 09, 2001 at 01:45:51PM +0200, Erik Van Reeth wrote:
> > > Hi,
> > >
> > > I have the same error here with the rc6 snapshot.
> > > It seems to be generated by the checkroot init script.
> > > A dirty fix is creating the /dev/shm/etc directory just before
> > > the first echo ... command.
> > > The mtab.sh file cannot be created because the etc subdir doesn't
> > > exist.
> > >
> > > I still in the fase of studying the init scripts, so I have no
> > > idea how to fix it in a good way.
> >
> > It's very likely that you're having this problem because you haven't
> > updated your initscripts, which are protected by config file
> > management.
> > Do this:
> >
> > # cd /etc
> > # find -iname '._cfg????_*'
> >
> > These are new config files that were installed. In
> > particular, you should
> > have a new ._cfg????_checkroot file that you can copy over
> > your existing
> > checkroot to solve the problem.
> >
> > Best Regards,
> >
> > --
> > Daniel Robbins
> > <drobbins@gentoo.org>
> > Chief Architect/President http://www.gentoo.org
> > Gentoo Technologies, Inc.
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@cvs.gentoo.org
> > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
> >
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-09-10 5:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-04 8:11 [gentoo-dev] /dev/shm/etc/mtab.sh: No such file or directory? Grant Goodyear
2001-09-09 5:47 ` Erik Van Reeth
2001-09-09 14:11 ` Daniel Robbins
2001-09-09 23:52 ` Erik Van Reeth
2001-09-09 23:55 ` Daniel Robbins
2001-09-09 23:57 ` Erik Van Reeth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox