Tiny Core Base > Raspberry Pi

My dmesg is flooded with error messages.

<< < (2/3) > >>

bmarkus:
@patrikg

Thanks, it is fixed in 8.1.6

Recently mount from util-linux was replaced with a BusyBox applet and while util-linux works fine without -t BusyBox need it to get rid of this message even if it can mount properly.

patrikg:
Good that i found the thing..my self....learning a lot how to search in linux systems by doing this.
Just found -prune in find...maybe i will make a alias of this...
Exaple: find / -path /proc -prune -or -iname *findme*
or do it little crazy with for this:
grep loop $(file * | grep ASCII|cut -f1 -d':')

So if i understand you correctly this micropython thing is just a workaround for buggy busybox util-linux ?

bmarkus:

--- Quote from: patrikg on January 25, 2017, 01:31:20 PM ---So if i understand you correctly this micropython thing is just a workaround for buggy busybox util-linux ?

--- End quote ---

No, it is to speed up boot.

patrikg:
Now i find the explanation of the problem with busybox mount command.
It just tries all fs'es in /proc/filesystems.

Sorry for the stackoverflow link, but i describes it very well with link to busybox mount source code :)

http://stackoverflow.com/a/11398511

richarde:

--- Quote ---Thanks, it is fixed in 8.1.6
--- End quote ---

Are there plans for an 8.1.6 release?  (The most recent I see on the releases page is 8.1.5).

Or is the current recommendation to follow the remastering instructions on the wiki to
- unpack
- modify /usr/bin/tce-bootload
- repack
?

Thanks,
Richard

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version