Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: pwborders on January 26, 2018, 11:25:17 PM

Title: tce wget error on picore 9 on pi B v1
Post by: pwborders on January 26, 2018, 11:25:17 PM
Very latest picore installed on a Raspberry Pi  Model B Revision 1.0

Linux KeepAlive 4.9.22-piCore #1 Sat Apr 15 15:30:03 UTC 2017 armv6l GNU/Linux

I just built this today and it seems to be working great except that if I try to install something I get the following:

peter@KeepAlive:~$ tce-load -iw python3.5.tcz
Downloading: python3.5.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: can't open 'python3.5.tcz': Permission denied
md5sum: python3.5.tcz.md5.txt: No such file or directory
Error on python3.5.tcz

If I use tce interactively it does the same thing:

peter@KeepAlive:~$ tce
tce-ab - Tiny Core Extension: Application Browser

S)earch P)rovides K)eywords or Q)uit:
Enter starting chars of desired extension, e.g. abi: python
Title:          python3.5.tcz
Description:    Python programming language
Version:        3.5.2
Author:         Python Software Foundation
Original-site:  http://www.python.org
Copying-policy: Python license, http://www.python.org/psg/license
Size:           13.3M
Extension_by:   bmarkus
Tags:           DEVELOPMENT PROGRAMMING CLI PYTHON
Comments:       Binaries only
                ----
                Soft dependency: tk.tcz
                Install it if you need tkinter
                ----
                Compiled for piCore 8.x
Change-log:     2016/05/18 First version, 3.5.1
                2016/06/27 Updated to 3.5.2
Current:        2016/08/30 Rebuilt with tcltk support

~
~
~
~
 python3.5.tcz
A)bout I)nstall O)nDemand D)epends T)ree F)iles siZ)e L)ist S)earch P)rovides K)eywords or Q)uit:
Downloading: python3.5.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: can't open 'python3.5.tcz': Permission denied
md5sum: python3.5.tcz.md5.txt: No such file or directory
Error on python3.5.tcz
 python3.5.tcz
A)bout I)nstall O)nDemand D)epends T)ree F)iles siZ)e L)ist S)earch P)rovides K)eywords or Q)uit:


Any ideas?

Pete B.
Title: Re: tce wget error on picore 9 on pi B v1
Post by: pwborders on January 27, 2018, 12:44:44 AM
Don't know what changed but now it is working.  :D :D

Tried many times today always with the exact same error message.

Honestly I haven't changed anything on the pi, weird.

Pete B.
Title: Re: tce wget error on picore 9 on pi B v1
Post by: CentralWare on January 28, 2018, 06:04:55 AM
I've had this happen to me a time or two depending on circumstances; normally it happens if:

1. You have a persistent tce= as a boot code (such as tce=UUID=DriveBlockID)
2. The permissions for the persistent path likely belongs to ROOT instead of TC
    (The TC installers need non-root access for installing extensions)