Hi
I have Wheezy with Gnome Desktop installed.
Howto start Wheezy without X window, to have just commad line?

# update-rc.d gdm3 disable# update-rc.d gdm3 enable
cynwulf wrote:Run levels are not the way to manage this in Debian as run levels 2 - 5 are the same.
The less subtle approach is to just uninstall the display manager.
The "correct" method is
- Code: Select all
# update-rc.d gdm3 disable
- Code: Select all
# update-rc.d gdm3 enable
Other methods, e.g. deleting symbolic links or chmod'ing the script so that's it's not executable, will probably not survive an upgrade of the package.
# apt-get purge gdm3
jheaton5 wrote:How is your way different/better?

cynwulf wrote:Run levels are not the way to manage this in Debian as run levels 2 - 5 are the same.
The less subtle approach is to just uninstall the display manager.
The "correct" method is
- Code: Select all
# update-rc.d gdm3 disable
- Code: Select all
# update-rc.d gdm3 enable
Other methods, e.g. deleting symbolic links or chmod'ing the script so that's it's not executable, will probably not survive an upgrade of the package.

Llewellyn H. Rockwell Jr. wrote:Data points on their own convey no theory, suggest no conclusions, and offer no truths. To arrive at truth requires the most important step that we as human beings can ever take: thinking. Through this thinking, and with good teaching and reading, we can put together a coherent theoretical apparatus that helps us understand.

Users browsing this forum: Bing [Bot] and 4 guests