Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: casper35k on September 03, 2014, 10:51:58 AM

Title: TCE checksum doesnt match
Post by: casper35k on September 03, 2014, 10:51:58 AM
Hello.

I use piCore-5.3.1-SSH version and was trying to download nodejs.tcz in the tce browser.

Code: [Select]
Downloading: nodejs.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: short write
nodejs.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on nodejs.tcz

Thanks in advance,
casper
Title: Re: TCE checksum doesnt match
Post by: bmarkus on September 03, 2014, 10:53:43 AM
Short write means write error, usually caused by lack of free space on destination media.
Title: Re: TCE checksum doesnt match
Post by: casper35k on September 03, 2014, 11:54:10 AM
Hello Béla,
thanks for your fast reply!

I have now formatted partition 2 using fdisk as described in http://distro.ibiblio.org/tinycorelinux/5.x/armv6/releases/README (http://distro.ibiblio.org/tinycorelinux/5.x/armv6/releases/README).
It works. Thank you!
casper
Title: Re: TCE checksum doesnt match
Post by: casper35k on September 03, 2014, 01:45:57 PM
Now that I sucessfully installed Nodejs i've come to another problem.
When trying to create a test.js in /mnt/mmcblk0p2/data this error occures:
Code: [Select]
tc@box:/mnt/mmcblk0p2/data$ sudo cat > test.js
-sh: can't create test.js: Permission denied
Sorry I'm really new to piCore.
casper
Title: Re: TCE checksum doesnt match
Post by: lykkedk on September 03, 2014, 03:00:42 PM
Hey...

I did :) do youre self a good, read the book:

http://distro.ibiblio.org/tinycorelinux/book.html

// Jesper
Title: Re: TCE checksum doesnt match
Post by: tinypoodle on September 03, 2014, 03:09:31 PM
Why 'sudo'?
Title: Re: TCE checksum doesnt match
Post by: casper35k on September 03, 2014, 03:49:45 PM
Thanks Jesper.

I was trying sudo because "cat" alone lead to the same error.  :-\