Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: CentralWare on February 10, 2015, 03:05:35 AM

Title: Max loops in TC4?
Post by: CentralWare on February 10, 2015, 03:05:35 AM
I remember there being a boot-code in older releases (2.x or so?) but I just came across a road-block.
While attempting to manually mount a TCZ, I got an error claiming it could not create an additional loop.
I checked with df as the last successful one was loop168.
Any suggestions?

Thanks!
Title: Re: Max loops in TC4?
Post by: Juanito on February 10, 2015, 03:51:50 AM
Maybe you could delete the extension in question, download it again and try - sometimes this happens with corrupted extensions.
Title: Re: Max loops in TC4?
Post by: CentralWare on February 10, 2015, 10:41:38 AM
@juanito: I was launching a remaster script with about 10-15 extensions it embeds into ramfs; all of the extensions being implemented have been done previously (meaning, same TCZ file being mounted.)  What I ended up having to do is "factory formatting" (so to speak) back to scratch, my start-up scripts reinstalled the basic extensions and the custom extensions/core I was trying to build were restarted again (them, installing their own dependencies) so I'm down to about 110 since "everything" didn't get rebuilt, but if/when it happens again I'll try to keep track and see if there's anything in common.

Thanks for your time and feedback!
Title: Re: Max loops in TC4?
Post by: gerald_clark on February 13, 2015, 01:27:32 PM
Make sure you are using the busybox  mount.
Title: Re: Max loops in TC4?
Post by: CentralWare on February 14, 2015, 12:14:50 AM
which mount
/bin/mount
readlink /bin/mount
busybox
Title: Re: Max loops in TC4?
Post by: Juanito on February 14, 2015, 12:22:42 AM
Yes, that one  :)