From: Shmuel Metz on


In <slrnhegdoh.ejo.houghi(a)penne.houghi>, on 10/28/2009
at 01:20 PM, houghi <houghi(a)houghi.org.invalid> said:

>What you need to know as root is what sda1 sda2 and sda3 contain.

No, you only need to know an available label.

>If you do not know that, then openSUSE does not know that.

Yast isn't part of openSUSE? Because the Yast Partitioner *DOES* know
those data.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap(a)library.lspace.org

From: Eef Hartman on
David Bolt <blacklist-me(a)davjam.org> wrote:
> Finally, once you've got everything sorted out, use:
>
> /etc/init.d/autofs start

And - to do it after the next reboot too:
chkconfig autofs on
then it will the start and shutdown links to the "right"
runlevels (this is controlled by comments in the autofs
script itself:
### BEGIN INIT INFO
# Provides: autofs
# Required-Start: $network $syslog $remote_fs
# Should-Start: $portmap ypbind keyserv ldap gssd
# Required-Stop: $network $syslog $remote_fs
# Should-Stop: $portmap ypbind keyserv ldap gssd
# Default-Start: 3 5
# Default-Stop:
# Short-Description: automatic mounting of filesystems
# Description: Start the autofs daemon for automatic mounting of filesystems.
### END INIT INFO
so _this_ script has to be started in runlevels 3 and 5 only).
--
*******************************************************************
** Eef Hartman, Delft University of Technology, dept. SSC/ICT **
** e-mail: E.J.M.Hartman(a)tudelft.nl - phone: +31-15-278 82525 **
*******************************************************************