WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Newbie: Have I undersood how this works?  (Read 5436 times)

Offline Will8

  • Newbie
  • *
  • Posts: 14
Re: Newbie: Have I undersood how this works?
« Reply #15 on: February 24, 2019, 06:59:47 AM »
Hi Paul.

It seems I'm an idiot enabled by alphanumeric sorting :)

In the browser 12b is a lower value than 5a!

I'll update now :)

Offline Will8

  • Newbie
  • *
  • Posts: 14
Re: Newbie: Have I undersood how this works?
« Reply #16 on: February 24, 2019, 07:10:23 AM »
Its also missing libiw, can this be swallowed from the 9.x branch?

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
Re: Newbie: Have I undersood how this works?
« Reply #17 on: February 24, 2019, 07:13:06 AM »
If so, where would i find the actual files?

http://tinycorelinux.net/9.x/armv7/tcz/ appears to be a list

using a mirror with ftp access @ distro.ibiblio.org/tinycorelinux its easy to see the dir layout !

Code: [Select]
lftp -e "ls;exit" ftp://distro.ibiblio.org/tinycorelinux/9.x/x86/tcz/
eg
Code: [Select]
$ svr_lst=$( lftp -e "ls;exit" ftp://distro.ibiblio.org/tinycorelinux/9.x/x86/tcz/ )#cd ok, cwd=/tinycorelinux/9.x/x86/tcz
Code: [Select]
$ echo "$svr_lst" | grep -e "lftp"
Quote
-rw-rw-r--    1 2432     100         36864 Jan 04  2018 lftp-doc.tcz
-rw-rw-r--    1 2432     100           576 Jan 04  2018 lftp-doc.tcz.info
-rw-rw-r--    1 2432     100           104 Jan 04  2018 lftp-doc.tcz.list
-rw-rw-r--    1 2432     100            47 Jan 04  2018 lftp-doc.tcz.md5.txt
-rw-rw-r--    1 2432     100           300 Jan 04  2018 lftp-doc.tcz.zsync
...
-rw-rw-r--    1 2432     100        598016 Jan 04  2018 lftp.tcz
-rw-rw-r--    1 2432     100            48 Jan 04  2018 lftp.tcz.dep
-rw-rw-r--    1 2432     100           577 Jan 04  2018 lftp.tcz.info
-rw-rw-r--    1 2432     100           255 Jan 04  2018 lftp.tcz.list
-rw-rw-r--    1 2432     100            43 Jan 04  2018 lftp.tcz.md5.txt
-rw-rw-r--    1 2432     100            89 Mar 03  2018 lftp.tcz.tree
-rw-rw-r--    1 2432     100          1937 Jan 04  2018 lftp.tcz.zsync

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: Newbie: Have I undersood how this works?
« Reply #18 on: February 24, 2019, 12:07:24 PM »
Its also missing libiw, can this be swallowed from the 9.x branch?

yes it can.

Offline Will8

  • Newbie
  • *
  • Posts: 14
Re: Newbie: Have I undersood how this works?
« Reply #19 on: February 25, 2019, 03:39:06 AM »
I think I'm getting there!

hostapd from 9.x expects usr/local/lib/libssl.so.1.0.0
but I have installed OpenSSL from 10.x which provides usr/local/lib/libssl.so.1.1

will symlinking these cause very bad things to happen (expect so!)

if so, how do I uninstall OpenSSL (10.x) so I can install (9.x), is it as simple as writing the 9.x file over tce/optional/openssl.tcz?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Newbie: Have I undersood how this works?
« Reply #20 on: February 25, 2019, 03:47:15 AM »
To upgrade (or downgrade) extensions with the same name:

* create a folder named tce/optional/upgrade
* copy extension_name.tcz{,.dep,.md5.txt} to that folder
* reboot

Offline Will8

  • Newbie
  • *
  • Posts: 14
Re: Newbie: Have I undersood how this works?
« Reply #21 on: February 25, 2019, 03:49:33 AM »
Cool. Unfortunatly i seems I need 1.1 as well as 1.0 because wpa_passphrase and ssh needs it

Offline Will8

  • Newbie
  • *
  • Posts: 14
Re: Newbie: Have I undersood how this works?
« Reply #22 on: February 25, 2019, 03:54:56 AM »
I'm a bad man.

I've put both old and new in onboot.lst

This appears to work, but they both provide some files with the same name, I assume that the later of the two overlays the earlier?

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: Newbie: Have I undersood how this works?
« Reply #23 on: February 25, 2019, 07:19:21 AM »
You asked in your OP about Beta Software.   And this is what you are facing.  I would recommend against trying to keep openssl 1.1 and 1.0 on your system, you are going to run into problems.

Either wait for hostapd that I submitted to get on the repo, or build it yourself.


Offline Will8

  • Newbie
  • *
  • Posts: 14
Re: Newbie: Have I undersood how this works?
« Reply #24 on: February 25, 2019, 12:49:23 PM »
Thanks Paul.

I'm finding Tinycore Linux equally frustrating and refreshing, and I get that is partially because I'm using a beta version because I am forced to by using current PI hardware.

Getting the system to do what I want is far easier without the hundreds of scripts "helping" out that you get with thicker distributions - my terrible experience with rasprian UDEV rules, and trying to switch between AP and normal mode works like a dream on TCL.

But while i am no newbie to linux and programming, i'm still trying to get my head round how to put things together - I'm not sure where I'd even start on building missing pieces.