Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Disable auto login in Knoppix 6.2

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Location
    Coimbatore
    Posts
    2

    Disable auto login in Knoppix 6.2

    Hi friends,

    I have installed Knoppix 6.2 in my system... It works very nice.. I like it.

    Unfortunately, it uses only knoppix live user.. I have created some other user accounts... But, I cant able to login using different user account. Knoppix user account login in automatically. Please help me to disable this option and get the login in screen.

    Thanks in advance...

  2. #2
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802

    Why don't you install ordinary Debian?

    It can be done - to convert Knoppix to an ordinary multi-user system. But the standard advice is, if you want to do this, install ordinary Debian instead. Put simply: If you have to ask about this, you probably shouldn't do it.

  3. #3
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Why don't you install ordinary Debian?

    Quote Originally Posted by Capricorny
    It can be done - to convert Knoppix to an ordinary multi-user system. But the standard advice is, if you want to do this, install ordinary Debian instead. Put simply: If you have to ask about this, you probably shouldn't do it.
    Very good advice.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  4. #4
    Junior Member
    Join Date
    Feb 2010
    Location
    Coimbatore
    Posts
    2

    How to install knoppix 6.2 as multi user

    Hi friend,

    Thanks for your reply... Now I have installed Knoppix 6.2 as single user... I cant seen any option to install it as Debian ( includes Multi user option) during the installation.... I remember that, I have select this option during Knoppix 5.3 installation... Can you say how to do that in 6.2...

  5. #5
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Knoppix isn't Debian. It is based on Debian. And it is a strange mix of different Debian versions that generally cause problems for people who try to install it to a hard disk.

    You can not install Debian from the Knoppix disc.

    However, you can go to the debian website at debian.org and download an install disc iso for any of the Debian versions. If you have high speed internet then I suggest downloading the net install disc iso. However, if you are on dial-up or don't have Internet access where you intend to install, I suggest disc 1 of the install discs (all of the discs are not needed and generally not a good idea to download unless you are planing on going where you will have no Internet access, and maybe not even then). Also, you will find that there are different versions of Debian available, I suggest staying away from "stable" for anything except a mission critical server system, it is too old. I suggest "unstable", although you might even want "testing". Don't be fooled by the names, "unstable" is far more stable than anything that Microsoft ever released. You can also pick from builds for various hardware. Knoppix uses the i386 code. if you have a typical PC you may want to use that or go with a 64 bit version for Intel or AMD cpus.

    Once you have done a desktop install of Debian you will have multiple user support. You can then choose to install any or all of the application that are included in Knoppix, or pick from a huge selection of other programs in the Debian repository.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  6. #6
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by Harry Kuhman
    Knoppix isn't Debian. It is based on Debian. And it is a strange mix of different Debian versions that generally cause problems for people who try to install it to a hard disk.
    Actually, I experienced few version conflicts when installing/upgrading 6.0.1. 6.2 seems far worse in that respect. For example, I have not been able to install samba server because of conflicts!
    But I can't see how this should be such an impossible problem to solve. And conversion utilities for Knoppix 6.2 -> Debian shouldn't be that hard to make.

    For now, I think the easiest thing for converting is simply to take the installed package list for Knoppix and use it for Debian. This command will write the current package selection to a file
    Code:
     sudo dpkg --get-selections > Desktop/selections_20100210.txt
    This list could then be used in/fed to a script for installing. (Currently, I have 1333 packages installed.)

  7. #7
    Junior Member
    Join Date
    Oct 2010
    Location
    Earth
    Posts
    3

    Cool A real solution instead of stupid comments which solve nothing...

    Here I come again with a solution that works, instead of lame comments that don't solve anything... Like I did here:

    http://www.knoppix.net/forum/threads...noppix-6/page2

    I'm not going to address using the Knoppix distro as your desktop system, however to disable autologin on Knoppix 6.2, create a boot thumb drive - use the directions supplied in the link above. This will create a writeable portion of the bootable thumb drive filesystem called UNIONFS.

    One you have done that simply edit the /etc/inittab file as follows:

    Replace lines like this:

    1:12345:respawn:/bin/bash -login </dev/tty1 >/dev/tty1 2>&1

    With this:

    1:12345:respawn:/bin/login </dev/tty1 >/dev/tty1 2>&1

    Do this for all four tty entries and add tty5 and tty6 as well

    Next change your default run level to 3 by changing id:5:initdefault to id:3:initdefault

    Next make sure you set passwords for root and the knoppix user

    as root

    passwd root
    passwd knoppix

    Save the file and restart - you will now be booted into a console login screen which prompts for the username and password

    Once you have logged in, boot into Xwindow if you so desire as follows

    sudo /etc/init.d/knoppix-startx start

    Whoo-hoo!

  8. #8
    Senior Member
    Join Date
    Jan 2011
    Posts
    123
    Hey, capricorny, thats just crazy
    So when I do that and try to put together some sort of script I can practically restore my system on any debian based distro?

  9. #9
    Junior Member
    Join Date
    Aug 2009
    Posts
    2
    how can one get at least it to ask for root password?

  10. #10
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by zgregoryg View Post
    Here I come again with a solution that works, instead of lame comments that don't solve anything... Like I did here:

    http://www.knoppix.net/forum/threads...noppix-6/page2

    I'm not going to address using the Knoppix distro as your desktop system, however to disable autologin on Knoppix 6.2, create a boot thumb drive - use the directions supplied in the link above. This will create a writeable portion of the bootable thumb drive filesystem called UNIONFS.

    One you have done that simply edit the /etc/inittab file as follows:

    Replace lines like this:

    1:12345:respawn:/bin/bash -login </dev/tty1 >/dev/tty1 2>&1

    With this:

    1:12345:respawn:/bin/login </dev/tty1 >/dev/tty1 2>&1

    Do this for all four tty entries and add tty5 and tty6 as well

    Next change your default run level to 3 by changing id:5:initdefault to id:3:initdefault

    Next make sure you set passwords for root and the knoppix user

    as root

    passwd root
    passwd knoppix

    Save the file and restart - you will now be booted into a console login screen which prompts for the username and password

    Once you have logged in, boot into Xwindow if you so desire as follows

    sudo /etc/init.d/knoppix-startx start

    Whoo-hoo!
    This can be really useful for many purposes: First, the runlevel change 5 ->3 can save the day when trying to get Knoppix up and running on new hardware. I had plenty of problems with graphics controllers and 6.2.X, some times I couldn't even troubleshoot. Setting up a USB stick with 3 as default is a safe way to proceed. Furthermore, when using a Knoppix machine as a server, the graphical interface is mostly unnecessary overhead. When using the machine for daily work, avoiding autologin can be important, and a natural solution would be to preset user and root passwords to something trivial, to be changed later if desirable. If such things can be sorted out for usb-based Knoppix, the reasons for full HD installs in fact become fewer. As for the link to the Samba server thread, falling back on tarball installs or compilation for standard component of a package-based system is a workaround, not a full solution. Packages save us an enormous lot of work in system administration.

Page 1 of 2 12 LastLast

Similar Threads

  1. Newbie needs to disable graphical login manager
    By shplad in forum General Support
    Replies: 5
    Last Post: 12-18-2005, 04:58 PM
  2. Disable Auto Logon
    By GoP-Demon in forum General Support
    Replies: 0
    Last Post: 06-04-2005, 11:23 AM
  3. Replies: 2
    Last Post: 05-11-2005, 10:25 PM
  4. Auto login as root
    By dodgyville in forum General Support
    Replies: 0
    Last Post: 06-06-2004, 12:38 AM
  5. how to disable the login screen?
    By sgoodall in forum Customising & Remastering
    Replies: 5
    Last Post: 05-02-2004, 05:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge T420 2x Xeon E5-2430 V2 2.50GHZ 32GB DDR3-1600MHZ 2x 550W PSU picture

Dell PowerEdge T420 2x Xeon E5-2430 V2 2.50GHZ 32GB DDR3-1600MHZ 2x 550W PSU

$149.95



Dell Precision T3600 XEON E5-1607 3.0GHz 16GB RAM 500GB HD WIN10 Pro Workstation picture

Dell Precision T3600 XEON E5-1607 3.0GHz 16GB RAM 500GB HD WIN10 Pro Workstation

$99.00



HP Z230 Workstation Towers Xeon E3-1231 V3 3.20ghz 8GB Ram NO HDD picture

HP Z230 Workstation Towers Xeon E3-1231 V3 3.20ghz 8GB Ram NO HDD

$35.96



Intel Xeon E5-2697 v4 2.3GHz 18-Core Processor CPU LGA2011 SR2JV picture

Intel Xeon E5-2697 v4 2.3GHz 18-Core Processor CPU LGA2011 SR2JV

$49.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$3.96



Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7 picture

Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7

$14.99



Intel Xeon E5-2690 v2 10-Core 3.0GHz 25M 8GTs LGA2011 Server CPU Processor SR1A5 picture

Intel Xeon E5-2690 v2 10-Core 3.0GHz 25M 8GTs LGA2011 Server CPU Processor SR1A5

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$32.79



Dell PowerEdge R730 2x E5-2699V3 2.3Ghz 36 Core 128GB RAM H730 X520-I350 2x750W picture

Dell PowerEdge R730 2x E5-2699V3 2.3Ghz 36 Core 128GB RAM H730 X520-I350 2x750W

$329.99



Dell Poweredge R440 2x Xeon Silver 4110 SR3GH 32GB RAM No Drives Server picture

Dell Poweredge R440 2x Xeon Silver 4110 SR3GH 32GB RAM No Drives Server

$349.99