Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: How to install new programs when running from CDR?

  1. #21
    Member registered user
    Join Date
    Sep 2004
    Posts
    44
    OK...got it now...but the game shows with all TEXT names representing the CARDS...rather than images [/b]

  2. #22
    Member registered user
    Join Date
    Sep 2004
    Posts
    44
    Well, following shutdown and reboot, both the /mnt/app directory and the lines added to /etc/fstab are no longer there. So the bug must be burrowed deeper than we thought

    BTW, the 'sillypoker.cmg' still shows on the desktop, and I still get that same error message when I click on it

  3. #23
    Junior Member
    Join Date
    Jan 2005
    Posts
    1
    I'm getting the same error.
    Here's what's happening with me:

    Runnning Koppix3.7 with a PHD(256 USB flash)

    * install klik (seems fine)
    * installl superkaramba (seems fine, but hangs at 90% for a sec, add asks for comments on the install before it reaches 100%)
    * superkaramba.cmg displays on the desktop
    * run superkaramba.cmg by clicking on it (runs fine)
    * downloaded some themems for superkaramba.cmg (they run fine too)
    * reboot (desktop loads, superkaramba.cmg is still there)
    * run superkaramba.cmg by clicking on it (it fails with the following error)

    Your /etc/fstab is not yet prepared for mounting .cmg images.
    As root, please make /mnt/app writeable and add the following lines:
    ################################################## ##############
    /mnt/app/1/image /mnt/app/1 auto user,noauto,ro,loop,exec 0 0
    /mnt/app/2/image /mnt/app/2 auto user,noauto,ro,loop,exec 0 0
    /mnt/app/3/image /mnt/app/3 auto user,noauto,ro,loop,exec 0 0
    /mnt/app/4/image /mnt/app/4 auto user,noauto,ro,loop,exec 0 0
    /mnt/app/5/image /mnt/app/5 auto user,noauto,ro,loop,exec 0 0
    /mnt/app/6/image /mnt/app/6 auto user,noauto,ro,loop,exec 0 0
    /mnt/app/7/image /mnt/app/7 auto user,noauto,ro,loop,exec 0 0
    ################################################## #############

    * tried to drag and drop superkaramba.cmg onto .zAppRun (same error)
    * if I make the above changes, they get lost after a reboot
    * the only obvious fix for me is to reinstall klik after every reboot, which isn't something I really want to do

    In early December, before the cmg stuff was added, klik installed to a visible folder within my home directory by default, and so did the apps I installed. Everything ran fine, and even after reboot, klik ran the previously installed programs just fine. I hope this info can help reslove the bug, because I'm a huge fan, and I just want it to run as smoothly as it used to.

    Thanks,

  4. #24
    Member registered user
    Join Date
    Sep 2004
    Posts
    44
    Thank you, backlit, for posting your very similar experiences to mine.

    You did a great job of describing the problem with all the specifics.

    I, too, still have a program, previously installed, which is still working despite the more recent failures.

    Sorry it has to be (for now) a negative experience

    But lets hope that help is on the way

  5. #25
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    Hi, for all of you who are using the Live CD:

    at reboot, the file /etc/fstab is dynamically (re-)created by Knoppix, and the klik-specific entries are lost. So you have to add them back after every reboot. Fortunately, there is an easy solution:

    Simply put in your knoppix.sh (search the forum if you don't know what knoppix.sh is):
    Code:
    cat >> /etc/fstab <<\EOF
    /mnt/app/1/image /mnt/app/1 auto user,noauto,ro,loop,exec 0 0 
    /mnt/app/2/image /mnt/app/2 auto user,noauto,ro,loop,exec 0 0 
    /mnt/app/3/image /mnt/app/3 auto user,noauto,ro,loop,exec 0 0 
    /mnt/app/4/image /mnt/app/4 auto user,noauto,ro,loop,exec 0 0 
    /mnt/app/5/image /mnt/app/5 auto user,noauto,ro,loop,exec 0 0 
    /mnt/app/6/image /mnt/app/6 auto user,noauto,ro,loop,exec 0 0 
    /mnt/app/7/image /mnt/app/7 auto user,noauto,ro,loop,exec 0 0 
    EOF
    Greetings,
    probono

  6. #26
    Member registered user
    Join Date
    Sep 2004
    Posts
    44
    Thanks, probono...I've entered that code into knoppix.sh -- and will go on from there...I'm guessing that I will have to now re-install klik...as well as re-install "sillypoker". Can you please verify ??

    Thanks once more for all your help ...

  7. #27
    Senior Member registered user
    Join Date
    Aug 2003
    Location
    Dublin, Ireland
    Posts
    164
    Quote Originally Posted by wsg
    Thanks, probono...I've entered that code into knoppix.sh -- and will go on from there...I'm guessing that I will have to now re-install klik...as well as re-install "sillypoker". Can you please verify ??

    Thanks once more for all your help ...
    If you have a persistent home dir then it will hold klik and the apps you install with it. The only additional step required is adding the fstabs lines, so if you are using a config script (knoppix.sh) to do this then things should just work.

  8. #28
    Member registered user
    Join Date
    Sep 2004
    Posts
    44
    Thanks, bfree...


    I did re-install "sillypoker" and this time it went to 100% (vs. 90% in previous attempts).

    The program is now working

    I'm not sure if "Program-Specific" Questions should be posted here (or is there another forum for these??)..

    But, here's a question about "sillypoker":

    The klik page for "sillypoker" says:
    The program in this package contains support for the standard text interface and the curses interface.
    Not sure what the "curses interface" is / means...but all I have is text for the cards.

    I did make the change in the"sillypoker" OPTIONS panel from text to images, but that made no difference.

    I imagine that I need a separate download of card images

    BTW, I DO have card images in the "ace-of-penguins" program which I previously klik'd...They were apparently included in the single download for that program...

  9. #29
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    "The program in this package contains support for the standard text interface and the curses interface" means that it contains only two different text interfaces (curses is also text only). Perhaps there is another application with a different name that provides a graphical version.

    Greetings,
    probono

  10. #30
    Member registered user
    Join Date
    Sep 2004
    Posts
    44
    Thanks, probono...

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Running programs as root, what is the command?
    By CMDR Sweeper in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 02-07-2006, 06:12 PM
  2. running programs in knoppix
    By computerman0216 in forum General Support
    Replies: 1
    Last Post: 01-15-2004, 03:35 AM
  3. Problem with Running Programs in 3.3
    By Tuschedz in forum General Support
    Replies: 3
    Last Post: 10-03-2003, 06:42 AM
  4. Running programs on fluxbox initialization
    By brainlessdumb in forum Customising & Remastering
    Replies: 0
    Last Post: 04-28-2003, 02:23 PM
  5. Running Programs
    By Mycroft1855 in forum Customising & Remastering
    Replies: 4
    Last Post: 02-16-2003, 11:19 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
  •  


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC picture

Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC

$19.95



Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory picture

Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory

$16.29



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L picture

A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L

$27.98



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$13.25



Timetec  32GB Kit (2x16GB) Memory Upgrade DDR4 2666MHz PC4-21300 picture

Timetec 32GB Kit (2x16GB) Memory Upgrade DDR4 2666MHz PC4-21300

$49.99



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 128GB 8x 16GB 2Rx4 PC4-19200R DDR4 2400 ECC REG RDIMM Server Memory RAM picture

A-Tech 128GB 8x 16GB 2Rx4 PC4-19200R DDR4 2400 ECC REG RDIMM Server Memory RAM

$175.92