Re: Starting Debian 12 in run level 3

2025-04-29 Thread Greg Wooledge
On Tue, Apr 29, 2025 at 13:06:44 -0700, Van Snyder wrote: > IIRC, it was the same in Unix Version 7, which Kernighan — or was it > Johnson or Richie? — said was an improvement on all of its successors. > And in BSD and SunOS and Solaris.

Re: Starting Debian 12 in run level 3

2025-04-29 Thread xuser
On older debians runlevel 2 had X11. On Tue, 29 Apr 2025, Van Snyder wrote: Date: Tue, 29 Apr 2025 13:06:44 -0700 From: Van Snyder To: debian-user@lists.debian.org Subject: Re: Starting Debian 12 in run level 3 Resent-Date: Tue, 29 Apr 2025 20:07:08 + (UTC) Resent-From: debian-user

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Van Snyder
On Tue, 2025-04-29 at 13:46 -0400, Greg Wooledge wrote: > Level 0 is shutdown > Level 1 is single user > Level 2 is multi user > Level 3 is multi user with networking > Level 4 is not used > Level 5 is GUI > Level 6 is reboot > Your list matches > < > https://en.wikipedia.org/wiki/Runlevel#Linux_

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Greg Wooledge
On Tue, Apr 29, 2025 at 13:30:18 -0500, David Wright wrote: > Is the break in communication between Grub and the kernel, or > the kernel and systemd? I'm not best qualified to answer that, > because my graphical.target.wants includes solely udisks2.service, > and I suspect that I don't even depend

Re: Starting Debian 12 in run level 3

2025-04-29 Thread David Wright
On Tue 29 Apr 2025 at 13:46:18 (-0400), Greg Wooledge wrote: > On Tue, Apr 29, 2025 at 10:12:10 -0700, Van Snyder wrote: > > On Tue, 2025-04-29 at 08:03 -0400, Greg Wooledge wrote: > > > Your run levels are incorrect.  "3" included the graphical Display > > > Manager and "2" did not. > > > > Level

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Greg Wooledge
On Tue, Apr 29, 2025 at 10:12:10 -0700, Van Snyder wrote: > On Tue, 2025-04-29 at 08:03 -0400, Greg Wooledge wrote: > > Your run levels are incorrect.  "3" included the graphical Display > > Manager and "2" did not. > > Level 0 is shutdown > Level 1 is single user > Level 2 is multi user > Level 3

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Felix Miata
Van Snyder composed on 2025-04-29 10:12 (UTC-0700): > On Tue, 2025-04-29 at 08:03 -0400, Greg Wooledge wrote: >> Your run levels are incorrect.  "3" included the graphical Display >> Manager and "2" did not. > Level 0 is shutdown > Level 1 is single user > Level 2 is multi user > Level 3 is mult

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Van Snyder
On Tue, 2025-04-29 at 08:03 -0400, Greg Wooledge wrote: > Your run levels are incorrect.  "3" included the graphical Display > Manager and "2" did not. Level 0 is shutdown Level 1 is single user Level 2 is multi user Level 3 is multi user with networking Level 4 is not used Level 5 is GUI Level 6

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Greg Wooledge
On Tue, Apr 29, 2025 at 14:21:46 +0200, Roger Price wrote: > On Tue, 29 Apr 2025, Greg Wooledge wrote: > > On Tue, Apr 29, 2025 at 13:58:31 +0200, Roger Price wrote: > > > What is the correct way of booting Debian 12 without a graphical > > > interface? > > > > For the long-term solution, what yo

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Roger Price
On Tue, 29 Apr 2025, Greg Wooledge wrote: > On Tue, Apr 29, 2025 at 13:58:31 +0200, Roger Price wrote: > > What is the correct way of booting Debian 12 without a graphical interface? > > For the long-term solution, what you want is > > systemctl set-default multi-user.target Thanks. Will "sy

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Nicolas George
Roger Price (HE12025-04-29): > I would like to start a small server in what used to be known as run level 3, > i.e. with no graphical interface. I tried setting GRUB_CMDLINE_LINUX="3" in > /etc/default/grub and running update-grub, but this had no effect. > > What is the correct way of booting

Re: Starting Debian 12 in run level 3

2025-04-29 Thread Greg Wooledge
On Tue, Apr 29, 2025 at 13:58:31 +0200, Roger Price wrote: > I would like to start a small server in what used to be known as run level 3, > i.e. with no graphical interface. I tried setting GRUB_CMDLINE_LINUX="3" in > /etc/default/grub and running update-grub, but this had no effect. > > What

Starting Debian 12 in run level 3

2025-04-29 Thread Roger Price
I would like to start a small server in what used to be known as run level 3, i.e. with no graphical interface. I tried setting GRUB_CMDLINE_LINUX="3" in /etc/default/grub and running update-grub, but this had no effect. What is the correct way of booting Debian 12 without a graphical interface