General TC > Remasters / Remixes - Unofficial

[Solved] Instructions on updating TinyCore 11 to Real Time?

<< < (7/8) > >>

Rich:
Hi pditty

--- Quote from: pditty on April 22, 2020, 07:36:02 AM --- ... tc@box:/home$ ./test
sh: ./test: not found ...
--- End quote ---
What does this return:

--- Code: ---ls -la
--- End code ---

pditty:
I can't cut and paste from the VM so I'm going to re-type

tc@box:/home$ ls -la
-rwxrwxrwx    1 root    root        34112 Apr 21 19:18 test

Rich:
Hi pditty
I think the  root  ownership is your problem. Try:

--- Code: ---sudo ./test
--- End code ---

Or change change the owner:

--- Code: ---sudo chown tc:staff test
./test
--- End code ---


--- Quote from: pditty on April 22, 2020, 08:27:43 AM ---I can't cut and paste from the VM so I'm going to re-type ...
--- End quote ---
Never retype results if you don't have to. Try redirecting them into a file and copy/paste from that:

--- Code: ---ls -la > ls.txt
--- End code ---

xor:
TCL team may make sense to create a main forum thread in this regard


--- Quote from: pditty on April 22, 2020, 07:38:26 AM ---XOR, I hadn't considered it, what would be involved?


--- Quote from: xor on April 22, 2020, 05:48:24 AM ---As a TCL-RT project, are you considering adding it to official distributions!?

In terms of performance, it should not be forgotten that there are many low system users.

--- End quote ---

--- End quote ---

Rich:
Hi pditty
Forget my last post. You have the permissions set to  777  so it's not an ownership issue.


--- Quote from: pditty on April 21, 2020, 03:55:46 PM --- ... $file test
test: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=d42cc427dd007288259a8ece5ae803633471a8a2, with debug_info, not stripped
--- End quote ---
Is that a library you are trying to execute?  Tinycore does not have a  /lib64.  Also, I don't think Tinycore has an interpreter called  l.

    [EDIT]: Spelling.  Rich

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version