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

Thread: HOW TO SAVE YOUR CONFIGURATION! attn pls 8-)

  1. #1
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    25

    HOW TO SAVE YOUR CONFIGURATION! attn pls 8-)

    I am trying like hell to save my prefs too.
    Okay it is nice to know that the config dialogue is WRONG and that
    it should be floppyconfig and not just floppyconf. Y'know, you'd think that the main faq's that come with the disk would mention this, instead of having to sleuth it out. It is kinda IMPORTANT guys.
    When I look at the file created on the bootdisk, it mentions in the few lines that I see that I don't have root permissions. When booting it does say it is executing the file properly. But apparently the file itself 'knoppix.sh', doesn't agree that I should be able to modify the configuration so it is futile.
    I am a complete newbie (obviously).
    Can anyone please help. My mind has been blown by this OS. I'm telling everyone about it. Just need some good straight advice. Is there any FANTASTIC site for linux/knoppix info that is accessible to laymen such as myself?
    Muchos gracias all
    ~S~

  2. #2
    Member registered user
    Join Date
    Jan 2003
    Posts
    31
    save your configurations to a floppy disk

  3. #3
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    199
    when I did that, and then used the knoppix boot command to boot from the floppy, it was the same as the no-floppy boot.... the desktop was different, and the settings on every thing (screen savers ) were back to the original...

    one question can you save xserver settings to floppy and have them be loaded at boot? assuming i can figure out the floppy boot...

  4. #4
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    25
    I thought it was obvious that I have made the boot disk numerous times and each time it goes back to defaults from cd even though I can see it accessing the a drive bootdisk file during bootup.
    ????????????
    I have checked off all 5 options, not just the 'save desktop' that is default ticked.
    ~S~

  5. #5
    Member registered user
    Join Date
    Jan 2003
    Posts
    31
    Quote Originally Posted by sepht
    I thought it was obvious that I have made the boot disk numerous times and each time it goes back to defaults from cd even though I can see it accessing the a drive bootdisk file during bootup.
    ????????????
    I have checked off all 5 options, not just the 'save desktop' that is default ticked.
    ~S~
    Are you booting from the CD Rom?
    save the your configurations to a floppy.
    when you next boot from the CD Rom, it will detect your configurations from the floppy.
    if you want to boot from the floppy, save the configurations to the floppy as well.
    You would need 2 floppies the first time to create a boot floppy and to save your configurations to another

  6. #6
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    25
    Okay, well that was news to me...
    No I thought I was booting from floppy. But you say I need to have the whole thing boot from boot floppy 1st and then insert config floppy.
    Well I tried that. Had to be quick to change floppys between the time it took for floppy1(boot) to finish what it was doing, then quickly insert floppy2 before the boot sequence said it was reading knoppix.sh.
    Problem is, it didn't boot into my previously saved settings(as usual).
    It was same old cd default.
    Here is what it says in knoppix.sh if i open it using kEdit:
    #!/bin/sh
    [ "`id -u`" = "0" ] || { echo "You need root privileges to modify the system!" >&2 ; exit 1; }
    [ -d "$1" ] && CONFIGS="$1/configs.tbz"
    [ -f "$CONFIGS" ] || CONFIGS="/cdrom/KNOPPIX/configs.tbz"
    [ -f "$CONFIGS" ] || CONFIGS="/mnt/floppy/configs.tbz"
    if [ -f "$CONFIGS" ]; then
    echo " [1mExtracting config archive $CONFIGS... [0m"
    tar -jpPtf "$CONFIGS" | while read i; do rm -f "$i"; done
    tar -jpPxf "$CONFIGS" ;
    fi
    *********************************************
    so it says I need root privileges if I am to get anywhere.
    How do I 'sign on' as root to get the configuration save to be more than a moot excercise?
    Puh-lease help me in an explanatory manner.
    A curt reply to this newbie will be a waste of both of our times.
    Thx in advance
    ~S~

  7. #7
    Member registered user
    Join Date
    Jan 2003
    Posts
    31
    copy the contents of your configuration diskette to the bootup diskette

  8. #8
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    25
    Thanks for the help everyone.
    In the end, one nice email from Bram explained what I was doing wrong. The 5 radio buttons need to be darkened, not lightened, to be depressed and selected. D'oh. I thought I had tried this earlier but nope. This did it. Would be nice if the dialogue explained this more clearly.
    Floppy succesfully saved mozilla mail prefs, desktop background, swap file configuration on mounted drive, and even email messages. Nice! Also managed to save a txt file on desktop, but not the html file for some reason.
    Contrary to what someone said earlier in thread, I do not need to use two boot floppies, just the one saved config floppy, and 'knoppix floppyconfig' at boot.

  9. #9

    making the english boot floppy and saving settings to it.

    ok, just got knoppix running off cd, how do i go about saving the settings to a floppy? javascript:emoticon(%27%3A?')


    I need it to save my internet connection settings (now that I have it working) because it is storing them in the ramdisk, I would rather have it on floppy instead...

    btw KNoppix is awsome... javascript:emoticon(%27%27)


    also how do i get the winamp-like player to save its playlists to a floppy? I made the mistake of overwritting the floppy icon on the desktop with the playlist.... lol.

  10. #10
    Member registered user
    Join Date
    Feb 2003
    Posts
    43

    Re: making the english boot floppy and saving settings to it

    Quote Originally Posted by TekkamanShard
    ok, just got knoppix running off cd, how do i go about saving the settings to a floppy?

    I need it to save my internet connection settings (now that I have it working) because it is storing them in the ramdisk, I would rather have it on floppy instead...
    also how do i get the winamp-like player to save its playlists to a floppy? I made the mistake of overwritting the floppy icon on the desktop with the playlist.... lol.
    The simple answer is to archive ~knoppix/.kde and ~knoppix/.xmms somewhere - and unarchive them before you run X.

    To do this the "hard way" - after booting Knoppix, do:

    init 2

    ...then unarchive your ~knoppix/.kde and ~knoppix/.xmms (and whatever others might be useful) - then do:

    init 5

    ...this reloads X.

    The "easy way" - easy booting that is - is to write a script and put it onto a floppy (as "knoppix.sh") to do the unarchiving before X is even loaded.

    That's what I do - except all of my data is stored on a USB drive. When I get done with the scripts, the archives could just as easily be on a hard drive somewhere...

Page 1 of 2 12 LastLast

Similar Threads

  1. How to get Guarddog configuration to save with live CD
    By newku in forum General Support
    Replies: 0
    Last Post: 01-16-2005, 12:32 AM
  2. Save all configuration
    By Barata in forum Customising & Remastering
    Replies: 1
    Last Post: 06-07-2004, 02:29 AM
  3. knoppix configuration save, and installing ddd via rpm ???
    By metafizz in forum General Support
    Replies: 0
    Last Post: 04-22-2004, 09:29 AM
  4. Where is the Save Knoppix configuration script?
    By pelican in forum General Support
    Replies: 4
    Last Post: 02-07-2004, 01:43 AM
  5. Save configuration...
    By syd in forum General Support
    Replies: 0
    Last Post: 03-09-2003, 03:56 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
  •  


Vintage Apple Macintosh SE M5010 Computer w/ Keyboard  & mouse -power up- no OS picture

Vintage Apple Macintosh SE M5010 Computer w/ Keyboard & mouse -power up- no OS

$158.00



Vintage Apple Macintosh 512K / Mouse, Keyboard & Extras + Carry Case / Turns On picture

Vintage Apple Macintosh 512K / Mouse, Keyboard & Extras + Carry Case / Turns On

$260.00



VINTAGE APPLE MACINTOSH IISi COMPUTER  & Keyboard In Original Box As-IS picture

VINTAGE APPLE MACINTOSH IISi COMPUTER & Keyboard In Original Box As-IS

$210.00



Vintage Apple IIe 2e iie Computer A2S2064  picture

Vintage Apple IIe 2e iie Computer A2S2064

$215.00



Vintage Apple 3.5

Vintage Apple 3.5" Drive Floppy Disk Drive A9M0106 - Untested

$69.99



Vintage Apple ImageWriter Dot Matrix Printer (A9M0303) As-Is  picture

Vintage Apple ImageWriter Dot Matrix Printer (A9M0303) As-Is

$55.00



Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version picture

Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version

$10.39



Vintage Apple Macintosh IIci Computer M5780 Desktop - FOR PARTS - AS IS picture

Vintage Apple Macintosh IIci Computer M5780 Desktop - FOR PARTS - AS IS

$149.95



Vintage Apple IIe Computer A2S2128 (825-1351-A) picture

Vintage Apple IIe Computer A2S2128 (825-1351-A)

$174.99



Vintage Apple A2M2010 Monitor II, Green Phosper CRT picture

Vintage Apple A2M2010 Monitor II, Green Phosper CRT

$99.99