Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-27 Thread Jan Muszynski
Another way to accomplish this, assuming that X is started via gdm at least (may also work for some of kdm, xdm, slim, I don't know) is to edit the kernel parameters at boot and add "text" as a parameter. This will prevent gdm from starting. If you need to start X after booting with that option yo

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-26 Thread jidanni
# apt-get install rcconf and then just uncheck your X window manager from the rcconf list. You can still start it any time with # /etc/init.d/example start but to stop it you need to do # cd /tmp; nohup /etc/init.d/example stop at least with xdm. Or else it hangs up before it can stop itself. Here

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-26 Thread Alex Samad
On Sun, Apr 26, 2009 at 12:09:37PM +0300, Andrei Popescu wrote: > On Sun,26.Apr.09, 17:58:43, Alex Samad wrote: > > On Sun, Apr 26, 2009 at 10:10:02AM +0300, Andrei Popescu wrote: > > > On Sat,25.Apr.09, 07:59:23, Stephen Liu wrote: > > > > > > > Sorry I'm not working on Debian replying your posti

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-26 Thread Andrei Popescu
On Sun,26.Apr.09, 17:58:43, Alex Samad wrote: > On Sun, Apr 26, 2009 at 10:10:02AM +0300, Andrei Popescu wrote: > > On Sat,25.Apr.09, 07:59:23, Stephen Liu wrote: > > > > > Sorry I'm not working on Debian replying your posting. I can't check > > > the above steps for you which I dig out from my d

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-26 Thread Alex Samad
On Sun, Apr 26, 2009 at 10:10:02AM +0300, Andrei Popescu wrote: > On Sat,25.Apr.09, 07:59:23, Stephen Liu wrote: > > > Sorry I'm not working on Debian replying your posting. I can't check > > the above steps for you which I dig out from my database. HTH > > Will definitely not work in the Debia

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-26 Thread Andrei Popescu
On Sat,25.Apr.09, 07:59:23, Stephen Liu wrote: > Sorry I'm not working on Debian replying your posting. I can't check > the above steps for you which I dig out from my database. HTH Will definitely not work in the Debian default configuration, as runlevels 2 to 5 are identical. I prefer the sy

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-25 Thread Alex Samad
On Fri, Apr 24, 2009 at 11:25:36AM -0400, Robert Menes wrote: > Hi folks, I have a Debian lenny-stable install that I need a little > memory refresher with. > > I need to boot and go straight to a terminal, and not start X on > bootup. I know there was a > way of doing so, but I forgot (I'm a litt

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Stephen Liu
--- Robert Menes wrote: > Hi folks, I have a Debian lenny-stable install that I need a little > memory refresher with. > > I need to boot and go straight to a terminal, and not start X on > bootup. I know there was a > way of doing so, but I forgot (I'm a little rusty and need to not be > rust

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread debian debian
You could always boot into single user mode (add "single" or "s" to the kernel boot options) Kevin Systems Administrator http://blog.stardothosting.com On Fri, Apr 24, 2009 at 11:25 AM, Robert Menes wrote: > Hi folks, I have a Debian lenny-stable install that I need a little > memory refreshe

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Douglas A. Tutty
On Fri, Apr 24, 2009 at 02:05:00PM -0400, debian debian wrote: > On Fri, Apr 24, 2009 at 11:25 AM, Robert Menes > wrote: > > Hi folks, I have a Debian lenny-stable install that I need a little > > memory refresher with. > > > > I need to boot and go straight to a terminal, and not start X on > >

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Harry Rickards
Quoting Felix Miata : On 2009/04/24 16:54 (GMT+0100) Harry Rickards composed: Try installing the sysv-rc-config tool (with apt-get install sysv-rc-config or aptitude install sysv-rc-config), and run sysv-rc-config as superuser (root.). If you're using gdm as you're login manager, remove it fr

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix Miata wrote: > On 2009/04/24 16:54 (GMT+0100) Harry Rickards composed: > >> Try installing the sysv-rc-config tool (with apt-get install >> sysv-rc-config or aptitude install sysv-rc-config), and run >> sysv-rc-config as superuser (root.). If yo

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Kent West
Robert Menes wrote: > Hi folks, I have a Debian lenny-stable install that I need a little > memory refresher with. > > I need to boot and go straight to a terminal, and not start X on > bootup. I know there was a > way of doing so, but I forgot (I'm a little rusty and need to not be rusty). > > Can

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Osamu Aoki
On Fri, Apr 24, 2009 at 11:25:36AM -0400, Robert Menes wrote: > Hi folks, I have a Debian lenny-stable install that I need a little > memory refresher with. > > I need to boot and go straight to a terminal, and not start X on > bootup. I know there was a > way of doing so, but I forgot (I'm a litt

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread ghe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> Can someone tell me how to just boot and land on the command line, >> bypassing X? If you're just doing this temporarily, put a line "exit" up near the top of the /etc/init.d/?dm startup file. Then if you want X, type "startx". - -- Glenn English

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Bob Cox
On Fri, Apr 24, 2009 at 16:54:47 +0100, Harry Rickards (hricka...@l33tmyst.com) wrote: > Try installing the sysv-rc-config tool (with apt-get install > sysv-rc-config or aptitude install sysv-rc-config), and run > sysv-rc-config as superuser (root.). If you're using gdm as you're login > manager

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Bob Cox
On Fri, Apr 24, 2009 at 11:52:08 -0400, Robert Menes (viewtiful.icc...@gmail.com) wrote: > On Fri, Apr 24, 2009 at 11:49 AM, Bob Cox > wrote: > > > I do this by not having xdm, gdm or kdm installed and starting X with > > "startx" when required. > > So how can I disable gdm so it doesn't sta

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Bob Cox
On Fri, Apr 24, 2009 at 11:25:36 -0400, Robert Menes (viewtiful.icc...@gmail.com) wrote: > Hi folks, I have a Debian lenny-stable install that I need a little > memory refresher with. > > I need to boot and go straight to a terminal, and not start X on > bootup. I know there was a > way of doin

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Menes wrote: > On Fri, Apr 24, 2009 at 11:49 AM, Bob Cox > wrote: > >> I do this by not having xdm, gdm or kdm installed and starting X with >> "startx" when required. > > So how can I disable gdm so it doesn't start automatically? > > --Ro

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Robert Menes
On Fri, Apr 24, 2009 at 11:49 AM, Bob Cox wrote: > I do this by not having xdm, gdm or kdm installed and starting X with > "startx" when required. So how can I disable gdm so it doesn't start automatically? --Rob -- Nobody's ever lost in life...they're merely taking the scenic route. =

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Sjoerd Hiemstra
Robert Menes: > Can someone tell me how to just boot and land on the command line, > bypassing X? It's in the Debian Reference. 8.1.4 "Let me disable X on boot!" www.debian.org/doc/manuals/reference/ch-tips.en.html#s-no-x-start Sid is mentioned here, but it works for squeeze and lenny as well. -

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Felix Miata
On 2009/04/24 16:54 (GMT+0100) Harry Rickards composed: > Try installing the sysv-rc-config tool (with apt-get install > sysv-rc-config or aptitude install sysv-rc-config), and run > sysv-rc-config as superuser (root.). If you're using gdm as you're login > manager, remove it from your default run

Re: Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Nuno Magalhães
> Can someone tell me how to just boot and land on the command line, > bypassing X? Thanks! Did you search?[1] Checkout update-rc.d, the links in /etc/rc2.d/ and their targets. HTH [1] http://www.google.com/search?q=boot+debian+to+command+line&ie=utf-8&oe=utf-8&aq=t&rls=org.debian:en-US:unoffi

Boot Debian to a command line and prevent X from starting on boot

2009-04-24 Thread Robert Menes
Hi folks, I have a Debian lenny-stable install that I need a little memory refresher with. I need to boot and go straight to a terminal, and not start X on bootup. I know there was a way of doing so, but I forgot (I'm a little rusty and need to not be rusty). Can someone tell me how to just boot