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

Thread: confused by password stuff

  1. #1
    Junior Member registered user
    Join Date
    Jul 2007
    Posts
    24

    Cool confused by password stuff

    I did a full install of 6.2.1 from DVD to an unused 8GB SD drive using the "install to flash drive" utility from a live boot. All seems well, but I keep running afoul of the need for user "knoppix" to have a password. I was able to temporarily fix that by making user "knoppix" part of the "root" group - but nothing (not even ice weasel settings) get saved between boots. Shouldn't that all be saved in /home/knoppix? Has this been changed in Knoppix so that all settings go to that special settings file it gives me the option to create at boot time?

    THANKS!!!!!!!!!!!!
    Patti

  2. #2
    Moderator Moderator
    Join Date
    Jan 2010
    Location
    Asheville, NC, USA
    Posts
    528
    Quote Originally Posted by PattiMichell View Post
    I did a full install of 6.2.1 from DVD to an unused 8GB SD drive using the "install to flash drive" utility from a live boot. All seems well, but I keep running afoul of the need for user "knoppix" to have a password. I was able to temporarily fix that by making user "knoppix" part of the "root" group - but nothing (not even ice weasel settings) get saved between boots. Shouldn't that all be saved in /home/knoppix? Has this been changed in Knoppix so that all settings go to that special settings file it gives me the option to create at boot time?

    THANKS!!!!!!!!!!!!
    Patti
    Great! AFAICT, "that special settings file" you refer to is the "persistent store", which is indeed where all changes you make would persist. However, you shouldn't have to make the changes you refer to in order to run Knoppix - it's designed to run without passwords. You can run anything you like as root, just by prefixing the command with "sudo". My suggestion is to try again, wiping and reinstalling, then boot it up and create a persistent store file, maybe 1-2 GB? That way you'll be able install most any program, etc.

    Cheers!
    Krishna

  3. #3
    Junior Member registered user
    Join Date
    Jul 2007
    Posts
    24
    "it's designed to run without passwords" - right, but the problem is more complicated than that, for instance, if you use the menu system to start the "Users and Groups" applet, it won't let you change anything. So I edited the menu entry to put "sudo" in front of the command line for the applet and it works fine. But these menu changes don't persist, so I guess I need to use that persistence file? Since it's installed on an 8GB SD drive, and it claims there is 4 Gig left, how big should I make the persistence file? I guess since Knoppix uses FAT32 - the biggest I can make it is ~2GB...

  4. #4
    Moderator Moderator
    Join Date
    Jan 2010
    Location
    Asheville, NC, USA
    Posts
    528
    Quote Originally Posted by PattiMichell View Post
    "it's designed to run without passwords" - right, but the problem is more complicated than that, for instance, if you use the menu system to start the "Users and Groups" applet, it won't let you change anything. So I edited the menu entry to put "sudo" in front of the command line for the applet and it works fine. But these menu changes don't persist, so I guess I need to use that persistence file? Since it's installed on an 8GB SD drive, and it claims there is 4 Gig left, how big should I make the persistence file? I guess since Knoppix uses FAT32 - the biggest I can make it is ~2GB...
    I think that's probably FAT-Ex, M$oft's newer offering (which apparently has been adopted by flash device makers.) There seems to be no FS-related difficulty with large files on my 8GB USB-stick, but I used 2GB for that persistent store anyway, to leave room for both the 4GB KNOPPIX file/folder and some (Windows-accessible) unused FAT space. Knoppix itself can be installed on many if not most FSs, FWIW.

    Cheers again!
    Krishna

  5. #5
    Junior Member registered user
    Join Date
    Jul 2007
    Posts
    24
    Quote Originally Posted by krishna.murphy View Post
    I think that's probably FAT-Ex, M$oft's newer offering (which apparently has been adopted by flash device makers.) There seems to be no FS-related difficulty with large files on my 8GB USB-stick, but I used 2GB for that persistent store anyway, to leave room for both the 4GB KNOPPIX file/folder and some (Windows-accessible) unused FAT space. Knoppix itself can be installed on many if not most FSs, FWIW.

    Cheers again!
    Krishna
    Hmmm... didn't think I needed to do a persistent store since I have a dedicated SD drive to knoppix. So I gave it a file size during boot in the option to make a persistent settings store file, but it didn't do anything... Should I just create a new user (me)?

  6. #6
    Moderator Moderator
    Join Date
    Jan 2010
    Location
    Asheville, NC, USA
    Posts
    528
    Quote Originally Posted by PattiMichell View Post
    Hmmm... didn't think I needed to do a persistent store since I have a dedicated SD drive to knoppix. So I gave it a file size during boot in the option to make a persistent settings store file, but it didn't do anything... Should I just create a new user (me)?
    It's a fairly subtle thing - you might have missed it. It should create an encrypted file called knoppix-data.aes in the KNOPPIX folder on the SD card, in this case. The next time you boot, it should prompt you for the password you set for that file, then integrate everything inside with the file system you get when it's not there to create the effect of "changeability" without having to allow anything to actually change in the base install file.

    Cheers!
    Krishna
    Last edited by krishna.murphy; 05-22-2010 at 09:47 PM. Reason: clarity

  7. #7
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    Quote Originally Posted by PattiMichell
    I guess since Knoppix uses FAT32 - the biggest I can make it is ~2GB...
    If your flash device uses FAT32 then your maximum size of single file is 4 GB.

    Quote Originally Posted by PattiMichell
    So I gave it a file size during boot in the option to make a persistent settings store file
    You have to enter only the integer. The size of the persistent image file is calculated in chunks with a size of 1 MB. Example: If you want to use a persistent image file with a size of 4000 MB then you must enter 4000.

  8. #8
    Junior Member registered user
    Join Date
    Jul 2007
    Posts
    24
    Maybe I forgot to request an encrypted install when I did the to-SD install applet in the Live DVD? I don't remember seeing anything in the applet for a default home either. Maybe I have to do that manually still (even though there's an applet)?

  9. #9
    Junior Member registered user
    Join Date
    Jul 2007
    Posts
    24
    Quote Originally Posted by klaus2008 View Post
    If your flash device uses FAT32 then your maximum size of single file is 4 GB.

    You have to enter only the integer. The size of the persistent image file is calculated in chunks with a size of 1 MB. Example: If you want to use a persistent image file with a size of 4000 MB then you must enter 4000.
    Maybe that's my problem!! I put "2000 MB" since the example shows the "MB" - I'll try again... Does the user always stay "knoppix" or do I create a user "patti" like in other distros?

  10. #10
    Junior Member registered user
    Join Date
    Jul 2007
    Posts
    24
    Ah, got it! During the boot when you specify a size for the persistent file (sans the "MB" I was mistakenly appending), then it asks if you want to encrypt it... THANKS!!!!!!!!!!!!

Page 1 of 2 12 LastLast

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 EMC NX3230 Server picture

Dell EMC NX3230 Server

$449.99



Dell PowerEdge R340 w/ 1x Xeon E-2126G, 16GB (2x8) RAM,  H730P picture

Dell PowerEdge R340 w/ 1x Xeon E-2126G, 16GB (2x8) RAM, H730P

$500.00



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$299.99



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



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

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

$39.99



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

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

$4.79



INTEL Xeon E5-2697 V4 SR2JV 2.30GHZ 18-Core CPU 2697v4  GRADE A CONDITION    @24 picture

INTEL Xeon E5-2697 V4 SR2JV 2.30GHZ 18-Core CPU 2697v4 GRADE A CONDITION @24

$49.99



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



HP ProLiant ML350 Gen 9 Server 64GB RAM 2.4GHz Xeon 12-Core E5-2667 v3 picture

HP ProLiant ML350 Gen 9 Server 64GB RAM 2.4GHz Xeon 12-Core E5-2667 v3

$399.99