WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core v6.3  (Read 41768 times)

Offline yiyus

  • Newbie
  • *
  • Posts: 17
Re: Tiny Core v6.3
« Reply #15 on: June 07, 2015, 03:52:44 AM »
This is a minor error I have noticed (sorry, I have not tracked down when it started): In the tce/xfbase.lst file, one of the extensions listed is "firmware-wimax.tcz", which is not found. I think it should be "firmware-iwimax.tcz", which is present and the entry in onboot.lst. Thank you!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core v6.3
« Reply #16 on: June 08, 2015, 10:05:00 AM »
correction made and CorePlus-6.3.iso reposted - thanks for reporting this.

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: Tiny Core v6.3
« Reply #17 on: June 12, 2015, 03:37:00 AM »
hi: tried to run installed nmap on CorePlus 6.3 current and got this message:

tc@box:~$ sudo nmap -n -sn 192.168.0.1/24
nmap: error while loading shared libraries: liblua.so.5.2: cannot open shared object file: No such file or directory
tc@box:~$

t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core v6.3
« Reply #18 on: June 12, 2015, 04:17:02 AM »
'looks like lua-lib was just added/updated and that broke nmap.

You could pm the nmap extension maintainer and request an update.

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.3
« Reply #19 on: August 25, 2015, 11:42:43 PM »
tce-load: recursive_scan_dep should print full dependencies for every app, otherwise cant load full dependencies if previous app was broken.
-       {pi=IDX; recursive_scan($1, $2 ? $2 : ".", $3); print "@ "$1; output(pi+1, IDX);}
+       {pi=IDX; recursive_scan($1, $2 ? $2 : ".", $3); print "@ "$1; output(pi+1, IDX); delete PRINTED;}






Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v6.3
« Reply #20 on: August 26, 2015, 01:53:52 AM »
Applied, thanks.
The only barriers that can stop you are the ones you create yourself.