Re: Network adapters sometimes not available after boot
The real problem is in dhcp.sh. "/sbin/udevadm settle" doesn't work, which is what initiated my debugging spree.I added this to /etc/init.d/rcS (and commented out the same parts in...
View ArticleRe: [SOLVED] Re: Xvesa fix and/or resolution choice on boot
Quote from: marky on Today at 06:24:20 AMXlibs in onboot.lst turned out to be a problem.After deleting it from there all runs smooth now.On first reboot the resolution choice has appeared and now I can...
View ArticleMOVED: IPv6 on PPPoE
This topic has been moved to TCE Q&A Forum.http://forum.tinycorelinux.net/index.php?topic=21267.0
View ArticleRe: Xvesa fix and/or resolution choice on boot
Well, Xlibs is not now in onboot.lst and all is fine.But it is still listed as present after that ...| grep X command along with: Xorg-7.7-lib, Xprogs and Xvesa and a long list of others as well.Startx...
View ArticleRe: Xvesa fix and/or resolution choice on boot
That's because an extensions dependencies are loaded recursively - see:http://tinycorelinux.net/8.x/x86/tcz/Xvesa.tcz.tree
View ArticleRe: SD card corruption
Better get a new card. Fsck can only detect corruption in the filesystem structures, if it was inside a file fsck wouldn't say anything.Some filesystems can detect file corruption too: zfs, btrfs, and...
View ArticleRe: SD card corruption
Quote from: curaga on August 10, 2017, 11:53:45 PMBetter get a new card. Fsck can only detect corruption in the filesystem structures, if it was inside a file fsck wouldn't say anything.At first, I...
View ArticleSeaMonkey has update
No big deal, but for the last several days there have been periodic notices in SeaMonkey that an update is available on its website. It attempts to update automatically but can't because of settings.Thane
View ArticleCore v8.1rc3
Team Tiny Core is pleased to announce that Tiny Core 8.1 rc3 is available for public...
View ArticleRe: My first TCZ bilding.
The real error is Code: [Select]make: *** No rule to make target '/home/tc/hostapd-2.6/src/netlink/genl/genl.h', needed by '../src/drivers/driver_nl80211.o'. Stop.Even with your config. Errors i have...
View ArticleRe: FLTK 1.3.4 Issue
It's ok, red and blue Quote from: curaga on Today at 12:06:27 AMYes, FLTK was updated after the 8.0 release.I think it hasn't been updated.This is from 8.0...
View ArticleRe: TinyCore 8.0 console prompt
In short, modify ~/.ashrc instead of ~/.bashrcCode: [Select]# default $PS1export PS1="\u@\h:\w\$"
View ArticleRe: FLTK 1.3.4 Issue
FYIThe fktk-1.3 in the 8.0 TinyCore-current.iso is 1.3.3The latest one is 1.3.4-1If you don't perform system update,you'll probably be using the old one as tce-load doesn't update a package for you.
View ArticleRe: FLTK 1.3.4 Issue
Quote from: polikuo on Today at 07:53:19 AMFYIThe fktk-1.3 in the 8.0 TinyCore-current.iso is 1.3.3The latest one is 1.3.4-1If you don't perform system update,you'll probably be using the old one as...
View ArticleRe: Correct (if possible) way to update a tcz without a reboot
Quote from: Rich on Today at 06:54:48 AMActually, previous versions did have that option:Interesting ...That explains why onelife's script performs differently between the two.
View ArticleRe: Can't install usb-serial application
Thanks Juanito, I was able to install the driver. Unfortunately, I still can't find a ttyUSB connection. When I search using lsusb, it recognizes the usb device, but not that it is a serial port (I'm...
View ArticleRe: Correct (if possible) way to update a tcz without a reboot
Hi again,Thank you so much for your help - However, interesting, busybox doesn't seem to have umount?Code: [Select]snb@snb:~$ sudo busybox umount -d /tmp/tcloop/studioumount: applet not foundAnd...
View Article