Tiny Core Base > Final Releases

Tiny Core v11.0

<< < (11/11)

Juanito:
updated openssl-1.1.1 posted

rhermsen:
GNU wget is working fine with openssl-1.1.1f.
Thanks!

aus9:

--- Quote from: Rich on February 10, 2020, 08:45:24 PM ---SNIP

--- Code: ---/etc/os-release
/usr/share/doc/tc/release.txt
--- End code ---
SNIP

--- End quote ---

I wonder, is it possible for someone to accidently download the 32 variants....boot up on a 64 bit CPU and be none the wiser?

on my 64 bit I have

--- Code: ---cat /etc/os-release
NAME=TinyCore
VERSION="11.1"
ID=tinycore
VERSION_ID=11.1
PRETTY_NAME="TinyCoreLinux 11.1"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:tinycore:tinycore_linux:11.1"
HOME_URL="http://tinycorelinux.net/"
SUPPORT_URL="http://forum.tinycorelinux.net/"
BUG_REPORT_URL="http://forum.tinycorelinux.net/"
tc@box:~$ cat /usr/share/doc/tc/release.txt
11.1
--- End code ---

If its just a string.....maybe add x64_64 to it?

I am aware I am on the correct variant as "uname -r" tells me so.
I do not want to waste internet bandwith in these troubling times by downloading   32 bit variants to peek into  their text files

thanks for reading





Rich:
Hi aus9

--- Quote from: aus9 on April 16, 2020, 07:12:20 AM --- ... I wonder, is it possible for someone to accidently download the 32 variants....
--- End quote ---
Certainly, if they manually download extensions instead of using the intended tools (apps  or  tce-load).


--- Quote --- ... boot up on a 64 bit CPU and be none the wiser? ...
--- End quote ---
Since Tinycore does not support mixed 32/64 bit libraries (and extensions), no.
If you are running Corepure64 (64 bit kernel, 64 bit apps) a 32 bit program will fail to run.
If you are running Core64 (64 bit kernel, 32 bit apps), you can only run 32 bit programs.
If you are running Core (32 bit kernel, 32 bit apps), you can only run 32 bit programs.


--- Quote ---I am aware I am on the correct variant as "uname -r" tells me so.
--- End quote ---
That only tells you if you are running a 32 or 64 bit kernel.

The  getBuild()  function defined in  /etc/init.d/tc-functions  is used to determine whether you need 32 or 64 bit extensions:

--- Code: ---tc@E310:~$ . /etc/init.d/tc-functions && getBuild
x86
tc@E310:~$
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version