15 questions
0
votes
0
answers
60
views
How to resolve build error GCC-15.1.0 build error on TinyCorePure64
While building GCC-15.1.0 on
TinyCorePure64 version 16.12.11 in
Oracle VirtualBox Version 7.1.10 r169112 (Qt6.5.3) in
Windows 11 Home 24H2 - 26100.4351 on
AMD Ryzen 5 5625U Acer Aspire Thin & ...
2
votes
1
answer
840
views
Tiny Core Linux: wget: can't execute 'openssl': No such file or directory
In Tiny Core Linux I get this error if I try to download from a https URL:
wget -O foo https://example.com/foo
wget: can't execute 'openssl': No such file or directory
I tried to install openssl but ...
1
vote
1
answer
2k
views
How to access tty1 of a QEMU emulation after boot?
I have a TinyCore 14 raw image, which I want to run with QEMU in multiple parallel instances as emulation, but not virtualization (because the target systems may lack CPU with virtualization ability).
...
1
vote
1
answer
1k
views
docker can't run vscodium
Mine is a bit of a peculiar situation, I created a dockerfile that "works" if not for some proiblems,
Here is a "working" version:
ARG IMGVERS=latest
FROM bensuperpc/tinycore:${...
-2
votes
1
answer
239
views
Is it possible to reverse engineer iproute tc commands?
I have QOS working well in VyOS but need to move to TinyCoreLinux as I'll be sharing this VM as a lab router. VyOS is 400MB vs TCL which is 10MB.
Using the "set" commands in VyOS, it generates the tc ...
0
votes
1
answer
2k
views
piCore compatibility with python 3 on raspberry-pi 3 B+ model
piCore version 9.3 is installed on a raspberry pi 3 B+ device.
The project requires python3 packages like adafruit temperature library, pip, flask for running a rest server, gpio, some other python3 ...
1
vote
1
answer
682
views
How to install packages on OpenFOAM docker-machine - boot2docker: bash: tce-load: command not found
I'm trying to install some packages on the OpenFOAM docker-machine image which is based on boot2docker. When running the uname -a command I get the info:
Linux default 4.4.111-boot2docker #1 SMP Thu ...
1
vote
1
answer
3k
views
How to add new kernel modules to extension files in Tiny Core Linux?
I am running Tiny Core Linux (TCL) and have installed new kernel modules to /lib/modules/<VERSION>/extra/. To have those modules available after a reboot, I need to add them to the extension ...
0
votes
0
answers
332
views
FLTK fl_input issue
I got segfault without the dummy fl_message for linux(fltk 1.3.3 Tiny core linux)
Fixed,it's a bug from 1.3.3
#include <FL/Fl.H>
#include <FL/Fl_File_Chooser.H>
int main()...
1
vote
1
answer
3k
views
`tce-load -wi stress` doesn't work?
I want to install the stress command in docker machine, but when I run:
tce-load -wi stress
It fails:
Downloading: stress.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server ...
0
votes
1
answer
135
views
Make interprets compiler options as shell command
I'm trying to compile fbsplash under Tiny Core Linux using autotools. In the middle of compilation it crashed saying "LD: attempted static link to dynamic object /usr/local/lib/libpng16.so"
I've got ...
0
votes
1
answer
441
views
cant start mysql on linux (ERROR 2002 HY000)
I am running Tiny Core Linux. I am trying to get LAMP installed and configured.
I have mariadb installed.
When i run the command 'mysql start' which should start mysql service, I get this error ...
2
votes
4
answers
6k
views
How to install npm on tiny core linux
i was able to install nodejs from appbrowser-cli but it has not installed npm
How do i install npm on tinycore linux ?
I tried many things but none worked out.
6
votes
0
answers
2k
views
Vagrant: avoid requiring 'configure_networks' capability on guest OS, using Tiny Core Linux
I have been working with getting Vagrant to allow me to setup a Tiny Core Linux image, and have been unable to get past the following error:
Vagrant attempted to execute the capability '...
0
votes
1
answer
4k
views
Is there a way to ping faster in Busy Box or Tiny Core Linux?
Solution at end of this post.
By default the time is set to one second, and under the usual iputils version of ping there is an option to reduce this number with the -i switch. I need to ping faster, ...