* [gentoo-dev] Problems with rc5
@ 2001-06-28 7:07 Sebastian Werner
2001-06-28 8:09 ` AW: " Sebastian Werner
2001-06-28 9:04 ` Daniel Robbins
0 siblings, 2 replies; 5+ messages in thread
From: Sebastian Werner @ 2001-06-28 7:07 UTC (permalink / raw
To: Gentoo-Dev
Hello guys,
first i must say this release is great. You have improve some parts from rc4
i think. The new method to extract the base-system i like. Some problems and
questions:
Swap activation fails at startup:
I don't know why, but when i use 'swapon -a' after login it works.
And what does the /dev-state. In my previous installations i have deleteted
all entries in /dev and use devfs. I read in the script
'/etc/rc.d/init.d/devfsd' that it is a bind to /dev. But what to do with
this. Why we need it?
I will try to script a basic-installation script next days... I anyone
working on this yet?
Sebastian
<sebastian@werner-productions.de>
^ permalink raw reply [flat|nested] 5+ messages in thread
* AW: [gentoo-dev] Problems with rc5
2001-06-28 7:07 [gentoo-dev] Problems with rc5 Sebastian Werner
@ 2001-06-28 8:09 ` Sebastian Werner
2001-06-28 9:06 ` Daniel Robbins
2001-06-28 9:04 ` Daniel Robbins
1 sibling, 1 reply; 5+ messages in thread
From: Sebastian Werner @ 2001-06-28 8:09 UTC (permalink / raw
To: gentoo-dev
Hey i'm good ;-)
The solution is that devfsd must start before setting up swap...
i have moved the link in '/etc/rc.d/rcboot.d/05checkroot' to
'/etc/rc.d/rcboot.d/07checkroot'
please change this in CVS, achim???.
Thanks,
Sebastian
-----Ursprüngliche Nachricht-----
Von: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von Sebastian Werner
Gesendet: Donnerstag, 28. Juni 2001 15:04
An: Gentoo-Dev
Betreff: [gentoo-dev] Problems with rc5
Hello guys,
first i must say this release is great. You have improve some parts from rc4
i think. The new method to extract the base-system i like. Some problems and
questions:
Swap activation fails at startup:
I don't know why, but when i use 'swapon -a' after login it works.
And what does the /dev-state. In my previous installations i have deleteted
all entries in /dev and use devfs. I read in the script
'/etc/rc.d/init.d/devfsd' that it is a bind to /dev. But what to do with
this. Why we need it?
I will try to script a basic-installation script next days... I anyone
working on this yet?
Sebastian
<sebastian@werner-productions.de>
_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Problems with rc5
2001-06-28 7:07 [gentoo-dev] Problems with rc5 Sebastian Werner
2001-06-28 8:09 ` AW: " Sebastian Werner
@ 2001-06-28 9:04 ` Daniel Robbins
2001-06-28 16:39 ` AW: " Sebastian Werner
1 sibling, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2001-06-28 9:04 UTC (permalink / raw
To: gentoo-dev
On Thu, Jun 28, 2001 at 03:03:49PM +0200, Sebastian Werner wrote:
> Hello guys,
>
> first i must say this release is great. You have improve some parts from rc4
> i think. The new method to extract the base-system i like. Some problems and
> questions:
>
> Swap activation fails at startup:
> I don't know why, but when i use 'swapon -a' after login it works.
>
> And what does the /dev-state. In my previous installations i have deleteted
> all entries in /dev and use devfs. I read in the script
> '/etc/rc.d/init.d/devfsd' that it is a bind to /dev. But what to do with
> this. Why we need it?
Any new/modified devices or device perms get placed in /dev-state (the real /dev)
so they survive a reboot. This way, devfs "remembers" things.
> I will try to script a basic-installation script next days... I anyone
> working on this yet?
Hagabard on #gentoo irc is working on one for us. Maybe you'd like to help him
out?
--
Daniel Robbins <drobbins@gentoo.org>
President/CEO http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Problems with rc5
2001-06-28 8:09 ` AW: " Sebastian Werner
@ 2001-06-28 9:06 ` Daniel Robbins
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Robbins @ 2001-06-28 9:06 UTC (permalink / raw
To: gentoo-dev
On Thu, Jun 28, 2001 at 04:05:36PM +0200, Sebastian Werner wrote:
> Hey i'm good ;-)
>
> The solution is that devfsd must start before setting up swap...
> i have moved the link in '/etc/rc.d/rcboot.d/05checkroot' to
> '/etc/rc.d/rcboot.d/07checkroot'
Thanks for the bug report; I'll make this change now if achim hasn't
already.
--
Daniel Robbins <drobbins@gentoo.org>
President/CEO http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* AW: [gentoo-dev] Problems with rc5
2001-06-28 9:04 ` Daniel Robbins
@ 2001-06-28 16:39 ` Sebastian Werner
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Werner @ 2001-06-28 16:39 UTC (permalink / raw
To: gentoo-dev
Is this method to remember better than the previous to copy files to
/etc/devfs...??
Yes it is, i think. I work in background and i must not know about this...
;-)))
Thanks,
Sebastian
-----Ursprungliche Nachricht-----
Von: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von Daniel Robbins
Gesendet: Donnerstag, 28. Juni 2001 17:03
An: gentoo-dev@cvs.gentoo.org
Betreff: Re: [gentoo-dev] Problems with rc5
On Thu, Jun 28, 2001 at 03:03:49PM +0200, Sebastian Werner wrote:
> Hello guys,
>
> first i must say this release is great. You have improve some parts from
rc4
> i think. The new method to extract the base-system i like. Some problems
and
> questions:
>
> Swap activation fails at startup:
> I don't know why, but when i use 'swapon -a' after login it works.
>
> And what does the /dev-state. In my previous installations i have
deleteted
> all entries in /dev and use devfs. I read in the script
> '/etc/rc.d/init.d/devfsd' that it is a bind to /dev. But what to do with
> this. Why we need it?
Any new/modified devices or device perms get placed in /dev-state (the real
/dev)
so they survive a reboot. This way, devfs "remembers" things.
> I will try to script a basic-installation script next days... I anyone
> working on this yet?
Hagabard on #gentoo irc is working on one for us. Maybe you'd like to help
him
out?
--
Daniel Robbins <drobbins@gentoo.org>
President/CEO 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] 5+ messages in thread
end of thread, other threads:[~2001-06-28 22:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-28 7:07 [gentoo-dev] Problems with rc5 Sebastian Werner
2001-06-28 8:09 ` AW: " Sebastian Werner
2001-06-28 9:06 ` Daniel Robbins
2001-06-28 9:04 ` Daniel Robbins
2001-06-28 16:39 ` AW: " Sebastian Werner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox