WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xlibs.tcz startup script makes boot slow  (Read 1491 times)

Offline teh-botol

  • Newbie
  • *
  • Posts: 23
Xlibs.tcz startup script makes boot slow
« on: January 18, 2017, 08:16:28 AM »
Hi Guys,

After some testing I found Xlibs.tcz startup script makes boot slow significantly.
Here's the command which makes TinyCore boot times UnAcceptable.
Code: [Select]
chown -R "$USER".staff /home/"$USER" 2>/dev/null
Well.. this depend on the files inside tc's home.
For me, it's my application source code. Especially TC kernel source code.
Which make boot times >1minute.

For the meantime, I will move my development directory outside tc's home.


BR,
adit

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Xlibs.tcz startup script makes boot slow
« Reply #1 on: January 18, 2017, 08:39:32 AM »
wait, what. does this mean it will get applied also to the content of my mounts or mount-binds in my /home/tc/mounts dir ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: Xlibs.tcz startup script makes boot slow
« Reply #2 on: January 18, 2017, 11:05:19 AM »
Mounts typically happen after extension loading, but yeah, that should have a list of files, not a recursive call.
The only barriers that can stop you are the ones you create yourself.