WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TCE checksum doesnt match  (Read 2530 times)

Offline casper35k

  • Newbie
  • *
  • Posts: 4
TCE checksum doesnt match
« on: September 03, 2014, 07: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

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: TCE checksum doesnt match
« Reply #1 on: September 03, 2014, 07:53:43 AM »
Short write means write error, usually caused by lack of free space on destination media.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline casper35k

  • Newbie
  • *
  • Posts: 4
Re: TCE checksum doesnt match
« Reply #2 on: September 03, 2014, 08: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.
It works. Thank you!
casper

Offline casper35k

  • Newbie
  • *
  • Posts: 4
Re: TCE checksum doesnt match
« Reply #3 on: September 03, 2014, 10:45:57 AM »
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

Offline lykkedk

  • Full Member
  • ***
  • Posts: 182
Re: TCE checksum doesnt match
« Reply #4 on: September 03, 2014, 12:00:42 PM »
Hey...

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

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

// Jesper

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: TCE checksum doesnt match
« Reply #5 on: September 03, 2014, 12:09:31 PM »
Why 'sudo'?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline casper35k

  • Newbie
  • *
  • Posts: 4
Re: TCE checksum doesnt match
« Reply #6 on: September 03, 2014, 12:49:45 PM »
Thanks Jesper.

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