Re: [vox-tech] Debian Run Levels

2003-06-16 Thread Ken Bloom
On Fri, Jun 13, 2003 at 10:57:30PM -0700, Henry House wrote:
> On Fri, Jun 13, 2003 at 10:44:52PM -0700, Ryan Castellucci wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > On Friday 13 June 2003 10:24 pm, Richard S. Crawford wrote:
> > > I just installed Debian 3.0r1 onto my ancient (5 years old!) Gateway
> > > Solo 2500 laptop computer.  Now, I like having X and GNOME as options
> > > for when I'm using this computer, but since the display looks pretty
> > > crappy, I'd prefer to do everything via the console.  What run level do
> > > I set the default to on inittab so that it won't start X automatically?
> > 
> > 3
> 
> This is an excellent opportunity to point out the package filerc. It replaces
> the /etc/rc.* system that most folks find intimidating with an easy-to-edit
> single configuration file. To quote the package description:
> 
>   This package provides an alternative mechanism to boot the system, to
>   shut it down and to change runlevels.  The /etc/rc?.d/* links will be
>   converted into one single configuration file /etc/runlevel.conf
>   instead, which is easier to administrate than symlinks, and is also
>   more flexible.
> 
>   The package will automatically convert your existing symlinks into
>   the file method on installation, and convert the file back into
>   symlinks on removal. Both mechanisms are compatible through
>   /etc/init.d/rc, /etc/init.d/rcS, /usr/sbin/update-rc.d, and
>   /usr/sbin/invoke-rc.d scripts.
> 
> Highly recommended.

Unfortunately, file-rc in testing is incompatible with sysvinit in
testing. Upgrading to both out of unstable required me to use dpkg-deb
to get inside sysvinit's deb to restore update-rc.d before sysvinit's
installation would complete. Buyer-beware. 

-- 
I usually have a GPG digital signature included as an attachment.
If you don't know what it is, either ignore it or visit www.gnupg.org
My PGP key was last signed 6/10/2003 please download my key again if
it is more recent than your copy. If you use GPG, *please* talk to
me to sign it. The key is keyID E2B2CAD1 on pgp.mit.edu


pgp0.pgp
Description: PGP signature


Re: [vox-tech] Debian Run Levels

2003-06-14 Thread dylan
i find that the package rcconf is a nice way to configure what services
start @ boot.

-dylan

on 03.6.14 8:21 AM, Michael Wenk at [EMAIL PROTECTED] was reported to
have writen:

> On Friday 13 June 2003 10:57 pm, Henry House wrote:
>> On Fri, Jun 13, 2003 at 10:44:52PM -0700, Ryan Castellucci wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>> 
>>> On Friday 13 June 2003 10:24 pm, Richard S. Crawford wrote:
 I just installed Debian 3.0r1 onto my ancient (5 years old!) Gateway
 Solo 2500 laptop computer.  Now, I like having X and GNOME as options
 for when I'm using this computer, but since the display looks pretty
 crappy, I'd prefer to do everything via the console.  What run level do
 I set the default to on inittab so that it won't start X automatically?
>>> 
>>> 3
>> 
>> This is an excellent opportunity to point out the package filerc. It
>> replaces the /etc/rc.* system that most folks find intimidating with an
>> easy-to-edit single configuration file. To quote the package description:
>> 
>> This package provides an alternative mechanism to boot the system, to
>> shut it down and to change runlevels.  The /etc/rc?.d/* links will be
>> converted into one single configuration file /etc/runlevel.conf
>> instead, which is easier to administrate than symlinks, and is also
>> more flexible.
>> 
>> The package will automatically convert your existing symlinks into
>> the file method on installation, and convert the file back into
>> symlinks on removal. Both mechanisms are compatible through
>> /etc/init.d/rc, /etc/init.d/rcS, /usr/sbin/update-rc.d, and
>> /usr/sbin/invoke-rc.d scripts.
>> 
>> Highly recommended.
> 
> snds kinda like the way gentoo does run levels, which in my mind is pretty
> nice and extremely user friendly.
> 
> Mike
> 





-- 
"The world is a dangerous place to live; not because of the people who are
evil, but because of the people who don't do anything about it."
-Albert Einstein

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Debian Run Levels

2003-06-14 Thread Bill Kendrick
On Fri, Jun 13, 2003 at 10:44:52PM -0700, Ryan Castellucci wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Friday 13 June 2003 10:24 pm, Richard S. Crawford wrote:
> > I just installed Debian 3.0r1 onto my ancient (5 years old!) Gateway
> > Solo 2500 laptop computer.  Now, I like having X and GNOME as options
> > for when I'm using this computer, but since the display looks pretty
> > crappy, I'd prefer to do everything via the console.  What run level do
> > I set the default to on inittab so that it won't start X automatically?
> 
> 3

Err... Last I saw, Debian didn't do the "3=console, 5=graphics" initlevels
like RedHat and other distros did.

All you need to do is get rid of the "S99gdm" or somesuch inside your
/etc/rc2.d/ directory.

It's been a while since I fooled with any of this (since I use KDE via KDM,
and it works just fine :^) ), but there's probably a "Debian way" of
configuring this.


Perhaps a "dpkg-reconfigure xserver-xfree86" or some-such???

-bill!

-- 
[EMAIL PROTECTED]Hire me!
http://newbreedsoftware.com/bill/http://newbreedsoftware.com/bill/resume/
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Debian Run Levels

2003-06-14 Thread Michael Wenk
On Friday 13 June 2003 10:57 pm, Henry House wrote:
> On Fri, Jun 13, 2003 at 10:44:52PM -0700, Ryan Castellucci wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Friday 13 June 2003 10:24 pm, Richard S. Crawford wrote:
> > > I just installed Debian 3.0r1 onto my ancient (5 years old!) Gateway
> > > Solo 2500 laptop computer.  Now, I like having X and GNOME as options
> > > for when I'm using this computer, but since the display looks pretty
> > > crappy, I'd prefer to do everything via the console.  What run level do
> > > I set the default to on inittab so that it won't start X automatically?
> >
> > 3
>
> This is an excellent opportunity to point out the package filerc. It
> replaces the /etc/rc.* system that most folks find intimidating with an
> easy-to-edit single configuration file. To quote the package description:
>
>   This package provides an alternative mechanism to boot the system, to
>   shut it down and to change runlevels.  The /etc/rc?.d/* links will be
>   converted into one single configuration file /etc/runlevel.conf
>   instead, which is easier to administrate than symlinks, and is also
>   more flexible.
>
>   The package will automatically convert your existing symlinks into
>   the file method on installation, and convert the file back into
>   symlinks on removal. Both mechanisms are compatible through
>   /etc/init.d/rc, /etc/init.d/rcS, /usr/sbin/update-rc.d, and
>   /usr/sbin/invoke-rc.d scripts.
>
> Highly recommended.

snds kinda like the way gentoo does run levels, which in my mind is pretty 
nice and extremely user friendly. 

Mike


-- 
[EMAIL PROTECTED]
Mike Wenk

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Debian Run Levels

2003-06-13 Thread Henry House
On Fri, Jun 13, 2003 at 10:44:52PM -0700, Ryan Castellucci wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Friday 13 June 2003 10:24 pm, Richard S. Crawford wrote:
> > I just installed Debian 3.0r1 onto my ancient (5 years old!) Gateway
> > Solo 2500 laptop computer.  Now, I like having X and GNOME as options
> > for when I'm using this computer, but since the display looks pretty
> > crappy, I'd prefer to do everything via the console.  What run level do
> > I set the default to on inittab so that it won't start X automatically?
> 
> 3

This is an excellent opportunity to point out the package filerc. It replaces
the /etc/rc.* system that most folks find intimidating with an easy-to-edit
single configuration file. To quote the package description:

This package provides an alternative mechanism to boot the system, to
shut it down and to change runlevels.  The /etc/rc?.d/* links will be
converted into one single configuration file /etc/runlevel.conf
instead, which is easier to administrate than symlinks, and is also
more flexible.

The package will automatically convert your existing symlinks into
the file method on installation, and convert the file back into
symlinks on removal. Both mechanisms are compatible through
/etc/init.d/rc, /etc/init.d/rcS, /usr/sbin/update-rc.d, and
/usr/sbin/invoke-rc.d scripts.

Highly recommended.

-- 
Henry House
The unintelligible text that may follow is a digital signature. 
See  for information.  My OpenPGP key:
.



pgp0.pgp
Description: PGP signature


Re: [vox-tech] Debian Run Levels

2003-06-13 Thread Ryan Castellucci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 13 June 2003 10:24 pm, Richard S. Crawford wrote:
> I just installed Debian 3.0r1 onto my ancient (5 years old!) Gateway
> Solo 2500 laptop computer.  Now, I like having X and GNOME as options
> for when I'm using this computer, but since the display looks pretty
> crappy, I'd prefer to do everything via the console.  What run level do
> I set the default to on inittab so that it won't start X automatically?

3

- -- 
PGP/GPG Fingerprint: 3B30 C6BE B1C6 9526 7A90  34E7 11DF 44F3 7217 7BC7
On pgp.mit.edu, import with `gpg --keyserver pgp.mit.edu --recv-key 72177BC7`
Also available at http://www.cal.net/~ryan/ryan_at_mother_dot_com.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+6rZUEd9E83IXe8cRAjR3AKC+HMZURbnnxgdsdnf7N7dO/qI8lACgoCRM
5H7gAqB5vJ6awyadijFG+24=
=Ejbp
-END PGP SIGNATURE-
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech