Tiny Core Base > Release Candidate Testing
tinycore_1.0rc4
Juanito:
modules loaded with rc3 (and all previous versions):
--- Code: ---Module Size Used by
battery 11268 0
ac 5124 0
--- End code ---
modules loaded with rc4:
--- Code: ---Module Size Used by
ohci_hcd 19076 0
scsi_wait_scan 2176 0
sg 24500 0
pcmcia 23272 0
firmware_class 7424 1 pcmcia
parport_pc 28440 0
parport 29012 1 parport_pc
ohci1394 25392 0
ieee1394 68488 1 ohci1394
yenta_socket 21388 4
rsrc_nonstatic 10240 1 yenta_socket
pcmcia_core 28948 3 pcmcia,yenta_socket,rsrc_nonstatic
tg3 98948 0
battery 11012 0
ac 4996 0
--- End code ---
there's no parallel port on this machine, but the big news is that the netcard module (tg3) loads itself and connects to the network during boot without any waitusb (and the boot goes quickly).
curaga's display gadget shows (for eg) "2.0%C 9.5%M nan%S" - does "nan" mean no swap?
I tried the timeserver with the boot codes noutc tz=Asia/Dubai - now that the netcard connects on boot, I get the timeserver but, depending on when files were created in the boot process, I get a time/date format of either:
--- Code: ---$ ls -l /tmp
drwxrwxr-x 2 root staff 0 Dec 14 19:14 tce
--- End code ---
which is good, or:
--- Code: ---$ ls -l .jwmrc
-rw-r--r-- 1 tc staff 3763 Dec 14 2008 .jwmrc
--- End code ---
which is less good
..no big deal, one day I'll have a laptop that I don't have to share with windows and I can set the time to UTC :)
curaga:
Could you upload your /proc/meminfo to storage? It should be 0, not nan
Juanito:
--- Code: ---$ cat /proc/meminfo
MemTotal: 1033920 kB
MemFree: 842320 kB
Buffers: 14556 kB
Cached: 76268 kB
SwapCached: 0 kB
Active: 48508 kB
Inactive: 75368 kB
HighTotal: 129688 kB
HighFree: 19520 kB
LowTotal: 904232 kB
LowFree: 822800 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 33068 kB
Mapped: 15572 kB
Slab: 6120 kB
SReclaimable: 3628 kB
SUnreclaim: 2492 kB
PageTables: 476 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 516960 kB
Committed_AS: 89264 kB
VmallocTotal: 114680 kB
VmallocUsed: 3584 kB
VmallocChunk: 110068 kB
--- End code ---
curaga:
The new busybox is not suid, so normal user can't ping anymore ;)
curaga:
Since some network cards are slow, and we don't want to wait for 'em, I separated the dhcp portion out. In that separate, backgrounded script, we first wait for all devices, and then do the dhcp loop. All in another thread from the main, to keep the boot fast for all.
See separated-dhcp.tgz in storage.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version