Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started 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.
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
-
Short write means write error, usually caused by lack of free space on destination media.
-
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
-
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:
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
-
Hey...
I did :) do youre self a good, read the book:
http://distro.ibiblio.org/tinycorelinux/book.html
// Jesper
-
Why 'sudo'?
-
Thanks Jesper.
I was trying sudo because "cat" alone lead to the same error. :-\