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

Thread: persistent store creation freezes at 96%

  1. #1
    Junior Member
    Join Date
    May 2005
    Posts
    3

    persistent store creation freezes at 96%

    hello:

    i am having difficulty creating a persistent store using knoppix 3.8.1. with either a 7gb fat partion (which is seen by knoppix) or a usb pen flash drive the issue is consistent. when i attempt to create the store i-

    * choose not to use encryption (although i have tried this and the result is consistent)
    * choose a store size (which i have tried either all available or less than the total available)

    knoppix then begins the store creation process but freezes @96%. it never completes the store creation and the window must be closed manually. the store does not function properly after that.

    i have tried this process with serveral disc instances of knoppix 3.8.1 and believe it is not related to media/iso issues.

    any help that anyone can provide would be greatly appreciated.

    thanks in advance,
    js

  2. #2
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376

    Re: persistent store creation freezes at 96%

    That's odd. I've created a persistent home folder (a mis-nomer, BTW) several times. Works great. So, given that it can work, how exactly are you creating your persisent home folder? Have you tried creating it using the CLI program "knoppix-mkimage" from within either a virtual terminal or an xterm? Could it be that you are running out of disk space, that is, you don't have enough room to store your image or that your image size is too small for the number of files you are storing? Do you see any error messages on your first virtual terminal or in your logs (/var/log/syslog) or dmesg? What kind of system are you on: cpu, ram, disk space?

    Just throwing out some thoughts.

    Regards,
    - Robert

  3. #3
    Junior Member registered user
    Join Date
    May 2005
    Posts
    10
    I'm seeing the same thing here, also with 3.8.1. I'm trying with a USB flash drive, plugged into an older Compaq P3 Deskpro. Told it to use 25Meg of ~64. It appears (from a "ps -eaf" output) that there is a "umount /mnt/uba1" that has been sitting there for (now) 30 minutes. All the while, the access LED on the USB flash drive has been flashing.

  4. #4
    Junior Member
    Join Date
    May 2005
    Posts
    3
    robert:

    it is a pretty strong box. dual athlon 1900+, 768mb memory. i allocated 7gb fat (i have tried ntfs, too) to the persistent store (in the case of the hard drive) and the maximum (64mb) in the case of the pen drive.

    as for the logs, i am pulling them now and will update when i have a bit more info...

    likewise, i am having the same issue with my pen drive as heiby. the drive is running (and appears to be writing/accessing) constantly while the create process is running. i have let both creates run for >20mins with no success.

    thanks for your help...
    js

  5. #5
    Junior Member
    Join Date
    May 2005
    Posts
    3
    robert:

    all of these logs (/var/log/syslog, /KNOPPIX/var/log & /UNIONFS/var/log) are empty.

    thanks,
    js

  6. #6
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376

    RE: persistent store creation freezes at 96%

    Quote Originally Posted by jaschoon
    robert:

    it is a pretty strong box. dual athlon 1900+, 768mb memory. i allocated 7gb fat (i have tried ntfs, too) to the persistent store (in the case of the hard drive) and the maximum (64mb) in the case of the pen drive.
    Let's start simple and quick by creating a small (2 MB) knoppix.img file on the vfat partition (I'll assume /dev/hda1) like so:
    Code:
    boot: knoppix dma 1
    knoppix-mkimage
    click "yes" for "Do you want to create a persistent home directory ..."
    press the space key to select /dev/hda1
    click "no" for encryption.
    enter "2" for the number of MB
    click "OK" when finished
    mount /mnt/hda1
    ls -la --si /mnt/hda1/knoppix.img
    In the end, you should see a 2.1 MB file named knoppix.img. Does the above work for you?

    BTW, in order for the knoppix-mkimage script to work, /dev/hda1 must be listed in your /etc/fstab.

    If you want to do further debugging, subsitute this commad for the knoppix-mkimage above:
    Code:
    ( set -x ; knoppix-mkimage 2> img.log.txt )
    This will "turn on debugging" so that you can view the log file with 'less img.log.txt'.

    Regards,
    - Robert
    http://www.cwelug.org/~rwcitek

  7. #7
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by jaschoon
    all of these logs (/var/log/syslog, /KNOPPIX/var/log & /UNIONFS/var/log) are empty.
    If you are in KDE, click K > Knoppix > Services > Start SYSLOG, then make your knoppix persistent image.

    Regards,
    - Robert
    http://www.cwelug.org/~rwcitek

  8. #8
    Senior Member registered user
    Join Date
    Oct 2004
    Posts
    135
    I had the same problem (stuck at 96%) but found the system eventually produced a PH after about 2-3 hours (230 MB on 256 MB Pen Drive).

    drb

  9. #9
    Member registered user
    Join Date
    Apr 2005
    Posts
    67
    I had the same problems with 3.8.1 so I dumped knoppix and started using Kanotix. I now have zero problems with the USB home.

  10. #10
    Junior Member registered user
    Join Date
    May 2005
    Posts
    10
    I found that whether I tried creating the image file in-place on my USB memory stick, or tried to copy the 32M file onto it from my HD, it sat there interminably trying to sync all of the information out.

    I ended up creating the image file on my FAT32 HD partition, booting Windows 2K Pro, and copying the image file to the USB memory. The copy took less than a minute. Under Knoppix, I had given up on the copy after an hour.

    Things seem pretty reasonable now, though shutdown time of several minutes seems to me to be excessive.

Page 1 of 2 12 LastLast

Similar Threads

  1. Excellent web store, like it?
    By in forum General Support
    Replies: 0
    Last Post: 02-08-2007, 06:18 PM
  2. Replies: 2
    Last Post: 01-31-2006, 02:23 PM
  3. where store iso??
    By babelbrennt in forum Customising & Remastering
    Replies: 3
    Last Post: 10-30-2005, 07:29 PM
  4. store configurations
    By pacho in forum Customising & Remastering
    Replies: 0
    Last Post: 11-13-2003, 08:56 PM
  5. Swap store boost?
    By quantuumdot in forum Ideas
    Replies: 0
    Last Post: 09-10-2003, 04:46 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
  •  


Supermicro Server Tower Xeon BOOTS E5-2620 v4 2.10GHz 64GB RAM NO HDD NO OS picture

Supermicro Server Tower Xeon BOOTS E5-2620 v4 2.10GHz 64GB RAM NO HDD NO OS

$199.99



HP ProLiant Xeon E3-1220L V2 16 GB RAM 2.30 GHz MicroServer Gen8 NO DRIVES picture

HP ProLiant Xeon E3-1220L V2 16 GB RAM 2.30 GHz MicroServer Gen8 NO DRIVES

$174.99



HPE PROLIANT MICROSERVER GEN10 PLUS MICRO TOWER SERVER - USED picture

HPE PROLIANT MICROSERVER GEN10 PLUS MICRO TOWER SERVER - USED

$550.00



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ* picture

HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ*

$94.99



HPE Proliant Microserver Gen10 X3421 Perf AMS,  P03698-S01, 16GB Ram picture

HPE Proliant Microserver Gen10 X3421 Perf AMS, P03698-S01, 16GB Ram

$299.00



HP/HPE ProLiant AMD Opteron X3216 APU 16 GB RAM MicroServer Gen 10 NO DRIVES picture

HP/HPE ProLiant AMD Opteron X3216 APU 16 GB RAM MicroServer Gen 10 NO DRIVES

$299.99



SuperMicro 813M-3 - 1U Server - 64GB DDR4 RAM, E5-2630 V4, Single PSU with rails picture

SuperMicro 813M-3 - 1U Server - 64GB DDR4 RAM, E5-2630 V4, Single PSU with rails

$400.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$297.00



2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL picture

2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL

$299.00