WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Alpha Releases / Re: Tiny Core 16.0 Alpha 1 Testing
« Last post by polikuo on February 06, 2025, 12:35:50 AM »
Hi.

It would be a good timing to move on to FLTK-1.4 (currently, the latest is 1.4.1)
How are you going to compile it (with xft, with wayland ... etc)
BTW, they are switching to CMAKE instead of the usual autotools, when will cmake be available ?
32
Alpha Releases / Re: Tiny Core 16.0 Alpha 1 Testing
« Last post by Leee on February 06, 2025, 12:05:19 AM »
No problems so far on my HP laptop.  Honestly, you guys have set the bar such that I've just come to expect "no problems", even in the alphas.


Just a brief bit of testing with 16.0alpha1 / x86_64 with the exact same setup that I use for 15.0.

With the host is as described below by neofetch and using only the extensions listed in onboot.lst (below the neofetch output).
  • firefox 133.0.3 works (as built for 15.x by firefox_getLatest)
  • sound works with alsa (plus apulse for firefox)
  • ssh and sshd work w/both password auth and key auth
  • conky works
  • emelfm2 works (with the same old issues it has had for years)
  • gpicview works
  • libreoffice works
  • vlc works
  • wifi works (as does wired network)
I haven't tried Thunderbird nor the editor mods yet.

Code: [Select]
tc@dolly:~$ neofetch
                                                                               
    0000                   Host: dolly
   00                      Model: HP ENVY x360 Convertible
  00     00                OS: TinyCoreLinux 16.0alpha1 x86_64
  00     00  0000          Kernel: 6.12.11-tinycore64
   00                      Uptime: 29 mins
    0000                   Packages: 275 (tce-status)
      00  0000             Shell: sh
     00  00  00            Resolution: , 1920x1080
    00  00    00           WM: JWM
   00  00      00          Terminal: aterm
  00  00        00         CPU: Intel i5-6200U (4) @ 2.800GHz
  00  00        00         GPU: Intel Skylake GT2 [HD Graphics 520]
               00          Memory: 1374MiB / 11908MiB
  00  00      00    (°-    Disk (/mnt/sdb1): 95.9G / 3.6T (3%)
   0000      00     //\    tce dir: /mnt/sdb1/boot/core16.0a1/tce64
    00  0000  0000  v_/_   Local IP: 10.0.0.6

tc@dolly:~$ cat /tce/onboot.lst
graphics-KERNEL.tcz
openssh.tcz
lshw.tcz
usb-utils.tcz
pciutils.tcz
alsa-config.tcz
alsa.tcz
apulse.tcz
nmap.tcz
firmware-mediatek.tcz
firmware-iwlwifi.tcz
wifi.tcz
conky.tcz
Xorg-7.7.tcz
Xprogs.tcz
aterm.tcz
jwm.tcz
wbar.tcz
alsamixergui.tcz
fluff.tcz
thunderbird.tcz
firefox.tcz
vlc.tcz
libreoffice.tcz
emelfm2.tcz
xdotool.tcz
watcher.tcz
busybox_extras.tcz
zip.tcz
flnotify.tcz
e2fsprogs.tcz
samba.tcz
cifs-utils.tcz
gpicview.tcz
advcomp.tcz
tcl8.6.tcz
tk8.6.tcz
neofetch.tcz
33
Tiny Core / PostMarket to collaborate on TCP “Tiny Core Phone OS”

Please please make this happen., FairPhone 6 or Pixels maby
34
TCE Bugs / Re: MbedTLS Illegal Instruction on i586
« Last post by CNK on February 05, 2025, 08:49:18 PM »
Updated MbedTLS extensions are now in the x86 and x86_64 TC15 repos as mbedtls3-lib.tcz, mbedtls3-bin.tcz, and mbedtls3-dev.tcz. All are built using the proper compiler flags. Any old extensions will need to be recompiled for MbedTLS v. 3 to use it (I've done this for Dillo).
35
Alpha Releases / Re: Tiny Core 16.0 Alpha 1 Testing
« Last post by Knoppix1337 on February 05, 2025, 05:26:43 PM »
System hangs at random times during boot on Wyse C Class (Cx0) and Wyse V Class (Vx0) thin clients.

I tried all kinds of debugging options to no avail.

I tried booting 15.x vmlinuz with the 16.x rootfs.gz and modules.gz and it boots fine.

I tried booting 16.x without the modules.gz, and it still hangs.

It never completes the boot sequence. It hangs somewhere between freeing kernel memory and network startup.

By hanging, I mean no response from caps/numlock, no ctrl-alt-delete, screen frozen.

Any advice?


36
TCB Q&A Forum / Re: lighttpd and bftpd won't bother running at startup
« Last post by GNUser on February 05, 2025, 03:36:41 PM »
Hi Rich. Shell scripts cannot catch signals while a  sleep  command is running in the foreground. For example, if a shell script is executing this command:
Code: [Select]
sleep 60and I send the script SIGUSR1 (let's pretend SIGUSR1 causes the script to do something special), the script will not respond to the signal until the 60 seconds of sleep are over.

On the other hand, this useful construct:
Code: [Select]
sleep 60 & wait $!has the same effect of causing the script to pause for 60 seconds, with the big difference that the script can respond to signals during those 60 seconds.
37
TCB Q&A Forum / Re: lighttpd and bftpd won't bother running at startup
« Last post by Rich on February 05, 2025, 03:15:43 PM »
Hi jrm7262
... I will try sleep (and wait). ...
When I saw that, I thought to myself "there's no wait command".
Then I figured better ask the interweb and found it was a shell builtin.

Sure enough, there it is at the end of the list:
Code: [Select]
tc@E310:~$ help
Built-in commands:
------------------
        . : [ [[ alias bg break cd chdir command continue echo eval exec
        exit export false fg getopts hash help history jobs kill let
        local printf pwd read readonly return set shift source test times
        trap true type ulimit umask unalias unset wait
tc@E310:~$

Thanks for showing me a new command to look into.
38
Alpha Releases / Re: Tiny Core 16.0 Alpha 1 Testing
« Last post by Juanito on February 05, 2025, 01:58:54 PM »
Thanks :)
39
Alpha Releases / Re: Tiny Core 16.0 Alpha 1 Testing
« Last post by Rich on February 05, 2025, 01:44:54 PM »
Hi Juanito
While troubleshooting another issue I found these
hard-coded dependencies:
Code: [Select]
16.x/x86_64/tcz/rtl88x2bu.tcz.dep:wireless-6.6.8-tinycore64.tcz
16.x/x86_64/tcz/tcc.tcz.dep:linux-6.6_api_headers.tcz
and:
Code: [Select]
16.x/x86/tcz/tcc.tcz.dep:linux-6.6_api_headers.tcz
All 3 have been fixed.
40
TCB Q&A Forum / Re: lighttpd and bftpd won't bother running at startup
« Last post by jrm7262 on February 05, 2025, 01:11:25 PM »
🙂👍
Pages: 1 2 3 [4] 5 6 ... 10