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 R640 NVMe Server 2.10Ghz 8-Core 96GB 10x 1.6TB NVMe SSD HBA330 picture

Dell PowerEdge R640 NVMe Server 2.10Ghz 8-Core 96GB 10x 1.6TB NVMe SSD HBA330

$3133.65



Apple iMac 24

Apple iMac 24" (256GB SSD, M1, 8GB, 8-Core GPU) Yellow - MGPF3LL/A - LOCKED

$450.00



Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4... picture

Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4...

$364.99



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$519.99



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$242.99



Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor picture

Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor

$24.00



AMD Ryzen™ 7 5700X 8-Core, 16-Thread Unlocked Desktop Processor picture

AMD Ryzen™ 7 5700X 8-Core, 16-Thread Unlocked Desktop Processor

$163.00



Intel - Core i7-13700 13th Gen 16 cores 8 P-cores + 8 E-cores 30MB Cache, 2.1... picture

Intel - Core i7-13700 13th Gen 16 cores 8 P-cores + 8 E-cores 30MB Cache, 2.1...

$409.99



Dell Desktop Computer 16GB RAM 512GB SSD Intel Core i5 8th Gen. Windows 11 Pro picture

Dell Desktop Computer 16GB RAM 512GB SSD Intel Core i5 8th Gen. Windows 11 Pro

$250.00



HP Z820 8-Core 2.60GHz E5-2670 128GB RAM No HDD No OS picture

HP Z820 8-Core 2.60GHz E5-2670 128GB RAM No HDD No OS

$214.82