* [gentoo-dev] New baselayout
@ 2003-05-12 11:57 Andy Arbon
2003-05-12 19:10 ` Martin Schlemmer
0 siblings, 1 reply; 8+ messages in thread
From: Andy Arbon @ 2003-05-12 11:57 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I just emerged the new baselayout, and when I boot up I get many lines
of error messages complaining that ln was unable to link into a
directory /var/lib/init.d/started/ because it does not exist.
I tried creating the directory and rebooting and one of the shutdown
scripts must have removed it, because the errors all occurred again.
The line /var/lib/init.d/started does not appear in any file under /etc,
and /var/lib/init.d only appears in rc and functions.sh.
Also, (and this could be a side effect) my NFS mounts are nolonger
automatically mounted when the system comes up.
Any ideas what's happening here?
Cheers,
Andy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+v4wsX3TTUvZURBERAty6AJ9lWt1/4c5s0ALz0Lhq2Ew9YsI4twCfUzAw
Hp8DTOf8ivi9GOoVHUfRCzM=
=pyHA
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] New baselayout
2003-05-12 11:57 Andy Arbon
@ 2003-05-12 19:10 ` Martin Schlemmer
2003-05-12 23:17 ` Andy Arbon
0 siblings, 1 reply; 8+ messages in thread
From: Martin Schlemmer @ 2003-05-12 19:10 UTC (permalink / raw
To: Andy Arbon; +Cc: Gentoo-Dev
[-- Attachment #1: Type: text/plain, Size: 922 bytes --]
On Mon, 2003-05-12 at 13:57, Andy Arbon wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> I just emerged the new baselayout, and when I boot up I get many lines
> of error messages complaining that ln was unable to link into a
> directory /var/lib/init.d/started/ because it does not exist.
>
> I tried creating the directory and rebooting and one of the shutdown
> scripts must have removed it, because the errors all occurred again.
>
> The line /var/lib/init.d/started does not appear in any file under /etc,
> and /var/lib/init.d only appears in rc and functions.sh.
>
> Also, (and this could be a side effect) my NFS mounts are nolonger
> automatically mounted when the system comes up.
>
How/when is the NFS mounts mounted, and is /var on a NFS mount ?
--
Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] New baselayout
2003-05-12 19:10 ` Martin Schlemmer
@ 2003-05-12 23:17 ` Andy Arbon
2003-05-13 18:17 ` Martin Schlemmer
0 siblings, 1 reply; 8+ messages in thread
From: Andy Arbon @ 2003-05-12 23:17 UTC (permalink / raw
To: gentoo-dev, azarah
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Martin,
Thanks for answering my mail.
var is not on a NFS mount (fstab):
/dev/hda6 /var ext3 noatime 0 0
and my NFS mounts are listed in /etc/fstab and are mounted by the
netmount script, which is linked into /etc/runlevels/default
The portmap service is also in /etc/runlevels/default (I mention that
because I know it is often the source of NFS mounting trouble).
Thanks,
Andy
Martin Schlemmer wrote:
| On Mon, 2003-05-12 at 13:57, Andy Arbon wrote:
|
|>-----BEGIN PGP SIGNED MESSAGE-----
|>Hash: SHA1
|>
|>Hello,
|>
|>I just emerged the new baselayout, and when I boot up I get many lines
|>of error messages complaining that ln was unable to link into a
|>directory /var/lib/init.d/started/ because it does not exist.
|>
|>I tried creating the directory and rebooting and one of the shutdown
|>scripts must have removed it, because the errors all occurred again.
|>
|>The line /var/lib/init.d/started does not appear in any file under /etc,
|>and /var/lib/init.d only appears in rc and functions.sh.
|>
|>Also, (and this could be a side effect) my NFS mounts are nolonger
|>automatically mounted when the system comes up.
|>
|
|
| How/when is the NFS mounts mounted, and is /var on a NFS mount ?
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+wCugX3TTUvZURBERArtMAJ9pyS1OxPnYDe6DnY3NP+qGlkrTtwCglLyP
30BlF98oeGqZ1r424aGYEik=
=M1Xn
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] New baselayout
2003-05-12 23:17 ` Andy Arbon
@ 2003-05-13 18:17 ` Martin Schlemmer
2003-05-15 9:58 ` Andy Arbon
0 siblings, 1 reply; 8+ messages in thread
From: Martin Schlemmer @ 2003-05-13 18:17 UTC (permalink / raw
To: Andy Arbon; +Cc: Gentoo-Dev
[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]
On Tue, 2003-05-13 at 01:17, Andy Arbon wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Martin,
>
> Thanks for answering my mail.
>
> var is not on a NFS mount (fstab):
> /dev/hda6 /var ext3 noatime 0 0
>
> and my NFS mounts are listed in /etc/fstab and are mounted by the
> netmount script, which is linked into /etc/runlevels/default
>
> The portmap service is also in /etc/runlevels/default (I mention that
> because I know it is often the source of NFS mounting trouble).
>
So in theory /var should be mounted *before* depscan.sh or anything
runs that need /var/lib/init.d/.
I am not too sure why it breaks, as previous versions did work with
a /usr and /var on separate partitions, and nothing really changed
in that regard. Also, you would have gotten a big error if
/var/lib/init.d could not be created.
Only suggestion for now, is try to pass 'gentoo=tmpfs' as kernel
parameter.
Regards,
--
Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] New baselayout
2003-05-13 18:17 ` Martin Schlemmer
@ 2003-05-15 9:58 ` Andy Arbon
0 siblings, 0 replies; 8+ messages in thread
From: Andy Arbon @ 2003-05-15 9:58 UTC (permalink / raw
To: azarah, gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Martin,
I tried the gentoo=tmpfs suggestion and I'm afraid it made no
difference. One other thing I've noticed is that during the boot
sequence I now seem to get the entire source of a bash script go past
near the beginning of the boot.
Unfortunately it's too quick for me to recognise what script it is, and
as far as I know nobody ever implemented the boot log that people were
requesting a while back, so I can't show you it.
Can you think of any other suggestions?
Cheers,
Andy
| So in theory /var should be mounted *before* depscan.sh or anything
| runs that need /var/lib/init.d/.
|
| I am not too sure why it breaks, as previous versions did work with
| a /usr and /var on separate partitions, and nothing really changed
| in that regard. Also, you would have gotten a big error if
| /var/lib/init.d could not be created.
|
| Only suggestion for now, is try to pass 'gentoo=tmpfs' as kernel
| parameter.
|
|
| Regards,
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+w2S+X3TTUvZURBERAm/TAKCG1UK1bqrvKM4dT0KO9VXAcw5+4gCcDvqi
fwsX3VMLV7y1Dpox7Ghf8pE=
=wn6c
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-dev] New baselayout
@ 2003-05-20 21:19 Scott Carmichael
2003-05-20 21:28 ` Seemant Kulleen
0 siblings, 1 reply; 8+ messages in thread
From: Scott Carmichael @ 2003-05-20 21:19 UTC (permalink / raw
To: gentoo-dev
Hey guys,
Just wanted to let you know of a problem I'm having with the new
baselayout and my pcmcia wireless card being initialized... When I start
up my computer, it no longer gets initialized properly, but yet either a
'/etc/init.d/net.eth1 start' or a '/etc/pcmcia/network start eth1' works.
However, on boot I get a beep and a buzz and then this output:
cardmgr[787]: watching 2 sockets
cardmgr[787]: starting, version is 3.2.4
cardmgr[787]: socket 0: Lucent Technologies WaveLAN/IEEE Adapter
cardmgr[787]: executing: 'modprobe orinoco_cs'
cardmgr[787]: executing: './network start eth1'
cardmgr[787]: + /sbin/runscript.sh: line 27: /softlevel: No such file or \
directory
cardmgr[787]: + /sbin/runscript.sh: line 384: wrap_rcscript: command not \
found
cardmgr[787]: + /sbin/runscript.sh: line 385: eerror: command not found
cardmgr[787]: start cmd exited with status 1
Thanks,
---
Scott Carmichael
http://jobeus.net/
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] New baselayout
2003-05-20 21:19 [gentoo-dev] New baselayout Scott Carmichael
@ 2003-05-20 21:28 ` Seemant Kulleen
2003-05-20 21:37 ` Jason Waldhelm
0 siblings, 1 reply; 8+ messages in thread
From: Seemant Kulleen @ 2003-05-20 21:28 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 319 bytes --]
Can you mosey on over to bugs.gentoo.org and file a bug report please?
--
Seemant Kulleen
Developer and Project Co-ordinator,
Gentoo Linux http://www.gentoo.org/~seemant
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x3458780E
Key fingerprint = 23A9 7CB5 9BBB 4F8D 549B 6593 EDA2 65D8 3458 780E
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] New baselayout
2003-05-20 21:28 ` Seemant Kulleen
@ 2003-05-20 21:37 ` Jason Waldhelm
0 siblings, 0 replies; 8+ messages in thread
From: Jason Waldhelm @ 2003-05-20 21:37 UTC (permalink / raw
To: gentoo-dev
bugs have already been filed:
http://bugs.gentoo.org/show_bug.cgi?id=20851
http://bugs.gentoo.org/show_bug.cgi?id=20849
On Tuesday 20 May 2003 04:28 pm, Seemant Kulleen wrote:
> Can you mosey on over to bugs.gentoo.org and file a bug report please?
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-05-20 21:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-20 21:19 [gentoo-dev] New baselayout Scott Carmichael
2003-05-20 21:28 ` Seemant Kulleen
2003-05-20 21:37 ` Jason Waldhelm
-- strict thread matches above, loose matches on Subject: below --
2003-05-12 11:57 Andy Arbon
2003-05-12 19:10 ` Martin Schlemmer
2003-05-12 23:17 ` Andy Arbon
2003-05-13 18:17 ` Martin Schlemmer
2003-05-15 9:58 ` Andy Arbon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox