Re: mongodb please
Quote from: Rich on Today at 04:46:06 PMHi ognivo777Instructions are available from the Wiki:http://wiki.tinycorelinux.net/wiki:creating_extensionsThank you! I will try to do that.For now i described...
View ArticleRe: [REQUEST] GlibC 2.4 for TinyCoreLinux on armv6
Quote from: bmarkus on Today at 09:00:17 AMDid you run ldconfig?i am sorry but what do you mean with that?Just running it as a command in the terminal? I did that and... nothing happened
View ArticleRe: [REQUEST] GlibC 2.4 for TinyCoreLinux on armv6
Quote from: polikuo on Today at 09:01:10 AMOn x64, ld-linux.so can only be found in man-pages.tcz as ld-linux.so.8On x86, however, it can also be found in man-pages.tcz but as ld-linux.so.8.txtYou may...
View ArticleRe: [REQUEST] GlibC 2.4 for TinyCoreLinux on armv6
Does "/lib/ld-linux-armhf.so.3" present after running "sudo ldconfig" on your machine.Maybe you'll need to create a symbolic link, maybe you won't.
View ArticleRe: [REQUEST] GlibC 2.4 for TinyCoreLinux on armv6
Quote from: Sebster on Today at 08:52:22 AM[code]tc@piCorePlayer:~$ ls -al /lib | grep ld-rwxr-xr-x 1 root root 134392 Dec 19 19:37 ld-2.24.solrwxrwxrwx 1 root root 10...
View ArticleRe: How to send the telnet command
Yes, good point, really it needs some time before the port is closed. Probably there is no empty buffer protection.The right syntax is than Code: (bash) [Select](echo "command 1"; echo "command 2";...
View ArticleRe: [REQUEST] GlibC 2.4 for TinyCoreLinux on armv6
Quote from: Misalf on January 21, 2017, 09:47:45 AMI'd tryCode: [Select]cd /libsudo ln -s ld-linux-armhf.so.3 ld-linux.so.3sudo ldconfigI tried that and now I does not come up with my missing libary...
View ArticleRe: [REQUEST] GlibC 2.4 for TinyCoreLinux on armv6
And thats the source btw: https://github.com/herrernst/librespot/releasesIt is directly compiled for the Raspberry Pi so that's why I am so confused that TinyCore cannot execute it. I guess the...
View ArticleRe: [REQUEST] GlibC 2.4 for TinyCoreLinux on armv6
Quote from: Sebster on Today at 04:56:36 AMCould recompiling the binary on TC solve my problem?Yes
View ArticleRe: depfinder_sorted: script to find dependencies, and print sorted output
QuoteThe output style is different from yours, but it does the same job.The difference of the output from my Code and the scan_recursive_dep() function is, that the my Code will print out "reverse" the...
View ArticleRe: Creating a partition image with dd / ddrescue
Every mounted partition you see in /mnt has its counter part in /dev .I.e. /mnt/sda1 and /dev/sda1 .If you want to dd the contents of a device into a file on a filesystem, you'd do something...
View ArticleRe: PiCore image creating
Okey lets see.[code=bash]parted 2017-01-11-raspbian-jessie.img print Model: (file)Disk 2017-01-11-raspbian-jessie.img: 4372MBSector size (logical/physical): 512B/512BPartition Table: msdosDisk Flags:...
View ArticleRe: Delay loading extensions for absolute minimum boot times.
mb300sd,it would be great if you can share your way of remastering image... This is something that I also want to do, however, there are no any guide how to do this. Your help would be greatly...
View ArticleRe: Trying now to maximize memory on the pi.
And now what line working for serial ttyAMA0 in inittab, for more standard starting the terminal.Here it is:Code: (bash) [Select]ttyAMA0::respawn:/sbin/getty -L 115200 /dev/ttyAMA0 vt100And don't...
View ArticleRe: Delay loading extensions for absolute minimum boot times.
I pretty much followed this. http://wiki.tinycorelinux.net/wiki:remastering Skip down to this part.Code: [Select]mkdir /tmp/extractcd /tmp/extractzcat /tmp/core.gz | sudo cpio -i -H newc -dcore.gz is...
View ArticleRe: PiCore image creating
If you format a SD Card with SD Card for matter from the SD Card association, it will start at 8192. (At least for cards over 2 or 4GB)
View ArticleRemastering piCore images
Hi all,I try to remaster the piCore image and I have some problems. I already know how to remaster TinyCore, but doing the same with piCore is slightly different and not documented.* On TinyCore, the...
View ArticleRe: Remastering piCore images
This is not the correct way to extract the initrdQuoteunzip 8.1.5v7.gzSee http://wiki.tinycorelinux.net/wiki:remastering .It's valid for piCore as well except for the name of the initrd and I...
View ArticleTinycore and Realtek 81xx cards
I've got a problem with the driver for Realtek NICs.I've built a remastered version of Tinycore 6.4 that is being used to build thin clients that connect to a WINSRV using rdesktop.The hardware...
View ArticleRe: Tinycore and Realtek 81xx cards
Manually editing modules.alias should work, that's the "blacklist only for these ids" solution.To stop a driver from claiming an id, you'd have to edit its source.
View Article