Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Klik compatibility...

  1. #11
    Junior Member
    Join Date
    Apr 2005
    Posts
    7

    Ubuntu 5.04 & klix

    Help.

    I did the sudo wget klik.atekon.de/client/install -O -|sh command and it seems to have gone okay. Got a message afterwards that say it was successfull and i could run the software. now when i go to run something i get the following errors

    Code:
    phxguy@ubuntu:~$ ~/.zAppRun ~/Desktop/xvier.cmg
    ioctl: LOOP_CLR_FD: Device or resource busy
    mount: I could not determine the filesystem type, and none was specified
    /home/phxguy/.zAppRun: line 123: /mnt/app/1/wrapper: No such file or directory
    umount: /mnt/app/1 is not mounted (according to mtab)
    So how can I fix this and get it working?

    Thanks

  2. #12
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    Please make sure that the file /etc/filesystems contains the following lines

    cramfs
    iso9660

    Please post pack whether this solves the problem.

    Greetings,
    probono

  3. #13
    Junior Member
    Join Date
    Apr 2005
    Posts
    7
    Quote Originally Posted by probono
    Please make sure that the file /etc/filesystems contains the following lines

    cramfs
    iso9660

    Please post pack whether this solves the problem.

    Greetings,
    probono
    Im Using kubuntu Hoary 5.04 and i dont seem to have a filesystems file located there. I did a search for filesystems and the only one I found was located in /proc and it is 0 bytes
    Besides that error I get the Error unable to mount /mnt/apps/1

  4. #14
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    Simply create the file /etc/filesystems with the following two lines in it:
    cramfs
    iso9660

    This file makes mount probe for the correct filesystem, otherwise cmg files cannot be mounted.

    Thanks to Kano for hinting me towards this solution.

    Greetings,
    probono

  5. #15
    Junior Member
    Join Date
    Apr 2005
    Posts
    7
    Quote Originally Posted by probono
    Simply create the file /etc/filesystems with the following two lines in it:
    cramfs
    iso9660

    This file makes mount probe for the correct filesystem, otherwise cmg files cannot be mounted.

    Thanks to Kano for hinting me towards this solution.

    Greetings,
    probono
    Unfortunately that isnīt working for me either. I created the file using kate and added those 2 lines. I then issued sudo mv filesystems /etc/ and rebooted my computer. tried to open nvu.cmg and i still get the error Unable to mount /mnt/apps/1

    Oh yeah i also did sudo mount -a as well and no luck
    Don know if this helps but here is the output of cat /etc/fstab

    phxguy@ubuntu:~$ cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hdb1 / ext3 defaults,errors=remount-ro 0 1
    /dev/hdb5 none swap sw 0 0
    /dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
    /dev/hdd /media/cdrom1 udf,iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
    /dev/sde /media/usb0 auto rw,user,noauto 0 0
    /dev/sdf /media/usb1 auto rw,user,noauto 0 0
    /dev/hda1 /media/windows vfat umask=000,user,auto 0 0

    /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

  6. #16
    Junior Member
    Join Date
    Apr 2005
    Posts
    7
    here is my latest results trying to run something from a terminal.

    phxguy@ubuntu:~$ ~/.zAppRun ~/Desktop/xvier.cmg
    mount: could not find any free loop device
    /home/phxguy/.zAppRun: line 123: /mnt/app/1/wrapper: No such file or directory
    [mntent]: warning: no final newline at the end of /etc/mtab
    umount: only root can unmount /mnt/app/1/image from /mnt/app/1
    phxguy@ubuntu:~$


    and this is the error as su:

    root@ubuntu:/home/phxguy # ~/.zAppRun ~/Desktop/xvier.cmg
    bash: /root/.zAppRun: No such file or directory
    root@ubuntu:/home/phxguy #

  7. #17
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    You could try mounting it by hand:

    su
    mkdir /mnt/test
    mount /home/knoppix/Desktop/nvu.cmg /mnt/test -o loop -t cramfs

    /mnt/test/wrapper

    Does that work?

  8. #18
    Junior Member
    Join Date
    Apr 2005
    Posts
    7
    Quote Originally Posted by probono
    mount /home/knoppix/Desktop/nvu.cmg /mnt/test -o loop -t cramfs
    I get this error:
    root@ubuntu:/home/phxguy # mount /home/phxguy/Desktop/nvu.cmg /mnt/test -o loop -t cramfs
    mount: could not find any free loop device

    Quote Originally Posted by probono
    /mnt/test/wrapper
    then of course this gives an error:
    bash: /mnt/test/wrapper: No such file or directory

  9. #19
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    Does mounting by hand still fail after a reboot?

  10. #20
    Junior Member
    Join Date
    Apr 2005
    Posts
    7
    Quote Originally Posted by probono
    Does mounting by hand still fail after a reboot?
    here is what happened this time. I have rebooted my system before doing this.


    root@ubuntu:/home/phxguy # mount /home/phxguy/Desktop/nvu.cmg /mnt/test -o loop -t cramfs
    root@ubuntu:/home/phxguy # /mnt/test/wrapper
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    (nvu-bin:9904): Gtk-WARNING **: cannot open display:


    I then did it as non su and issued the following:

    phxguy@ubuntu:~$ sudo mount /home/phxguy/Desktop/nvu.cmg /mnt/test -o loop -t cramfs
    Password: **********
    phxguy@ubuntu:~$ /mnt/test/wrapper


    and it worked!!! however i then closed nvu and tried to click on the icon and i still got the Ļunable to mount /mnt/app/1 error
    Hopes this helps..

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. USB HD compatibility with knoppix
    By milburn in forum General Support
    Replies: 1
    Last Post: 09-19-2005, 04:23 PM
  2. TV tuner compatibility
    By 10007261 in forum Hardware & Booting
    Replies: 3
    Last Post: 12-28-2004, 08:03 AM
  3. HCL (Hardware Compatibility List)
    By kayl in forum Hardware & Booting
    Replies: 1
    Last Post: 06-29-2004, 11:48 AM
  4. Hardware compatibility
    By pulsar in forum General Support
    Replies: 5
    Last Post: 02-26-2004, 10:26 PM
  5. v.92 Compatibility
    By VxJasonxV in forum Hardware & Booting
    Replies: 0
    Last Post: 06-04-2003, 11: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 Cardco Vic-20, C64, C16, and C128 Parallel Printer Interface Card - New picture

Vintage Cardco Vic-20, C64, C16, and C128 Parallel Printer Interface Card - New

$19.99



Vintage CARDCO Vic-20 C64 +4 C16 and C128 Parallel Printer Interface Card - QTY picture

Vintage CARDCO Vic-20 C64 +4 C16 and C128 Parallel Printer Interface Card - QTY

$19.99



Vintage Logitech ScanMan Hand Held Scanner B5N-1706 Made in Japan picture

Vintage Logitech ScanMan Hand Held Scanner B5N-1706 Made in Japan

$14.99



Apple Desktop Bus Mouse I ADB Beige Vintage for Macintosh G5431 M0142 A9M0331 picture

Apple Desktop Bus Mouse I ADB Beige Vintage for Macintosh G5431 M0142 A9M0331

$23.99



Intel Pentium A80502-166 Vintage CPU | UNTESTED - READ DESCRIPTION picture

Intel Pentium A80502-166 Vintage CPU | UNTESTED - READ DESCRIPTION

$19.55



(5) Vintage DiskBank floppy Disk Storage Holders    Vintage picture

(5) Vintage DiskBank floppy Disk Storage Holders Vintage

$29.95



Vintage Fellows 5.25

Vintage Fellows 5.25" Multi Media Storage Floppy Disk Tray 90111

$13.99



*RARE* Vintage IBM Personal Computer XT System Unit Model 5160. WORKS Color  picture

*RARE* Vintage IBM Personal Computer XT System Unit Model 5160. WORKS Color

$400.00



Vintage Retro AT PC Tower - Pentium MMX 166 24MB 3.5 5.25

Vintage Retro AT PC Tower - Pentium MMX 166 24MB 3.5 5.25" Sound Keyboard POSTS

$199.00



Vintage 1986 IBM 1389262 Model M buckling spring terminal keyboard -1 keycap picture

Vintage 1986 IBM 1389262 Model M buckling spring terminal keyboard -1 keycap

$150.00