Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: fredand44 on April 20, 2012, 11:38:04 AM

Title: Problems with getFlash11
Post by: fredand44 on April 20, 2012, 11:38:04 AM
Hello guys!

I got some problem with installing getFlash11.

When I run from the menu it just flicker band then it is gone.
If I try to start it from terminal I get>


mount mounting /dev/loop48 on /tmp/tcloop/libxml12 faild Invalid argument.

Do you guys got any clues

Best regards
Fredrik
Title: Re: Problems with getFlash11
Post by: robc on April 20, 2012, 11:57:43 AM
run a md5check on libxml2 and getFlash11
Title: Re: Problems with getFlash11
Post by: fredand44 on April 21, 2012, 04:12:36 AM
Hello!

I could not run md5check (as root).

But when I tried to locate the files with "find -iname libxml2" and "find -iname getFlash11" I only found getFlash11 at:
./home/tc.wmx/OnDemand/getFlash11
and
./mnt/sda1/tce/ondemand/getFlash11

I guess I missing libxml2, how do I get it?

I must say that before install I run:

echo "/etc/sysconfig/tcedir" > /opt/.tce_dir

I got that info in this thread:
http://forum.tinycorelinux.net/index.php/topic,12331.0.html

Hope you guys see some solution!

Best regards
Fredrik

Title: Re: Problems with getFlash11
Post by: AbNoRMiS on April 21, 2012, 07:05:15 AM
I could not run md5check (as root).
Code: [Select]
md5sum /etc/sysconfig/tcedir/optional/libxml2.tcz
cat /etc/sysconfig/tcedir/optional/libxml2.tcz.md5.txt
I guess I missing libxml2, how do I get it?
Code: [Select]
tce-audit builddb
tce-audit fetchmissing
I must say that before install I run:

echo "/etc/sysconfig/tcedir" > /opt/.tce_dir

I got that info in this thread:
http://forum.tinycorelinux.net/index.php/topic,12331.0.html
Code: [Select]
test -d /etc/sysconfig/tcedir && rm -f /opt/.tce_dir
Title: Re: Problems with getFlash11
Post by: fredand44 on April 22, 2012, 08:29:08 AM
Hello!

Thanks for your reply!

If I understand the results of the commands for checksum it looks like there is different checksums, and that rings a alarm bell for me.

How ever!

I tried to start all over and install TC from scratch, perhaps I should not do the echo part. But during the install it says that sda1 is already mounted and needs to be unmounted..

But whn I unmount /sda1 it says that unmount is not found. Not as root either.

How ever I also tried to run getFlash11 as root, and it seems to got installed but opera still do not found it.

If you guys got any clues please let me know!
Best regards Fredrik

Title: Re: Problems with getFlash11
Post by: gerald_clark on April 22, 2012, 09:57:55 AM
The command is umount, not unmount.