WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: chrt no longer available - OR _ how do I build my own busybox?  (Read 2916 times)

Offline helander

  • Full Member
  • ***
  • Posts: 183
I am pretty sure that in the past (earlier versions of TC) the chrt program (supported by busybox) was available.
Now it does not seem to be available any longer (I guess it has been removed from the busybox binary in TC).

Is this correct that it has been removed?

It is an essential tool for me so I have to bring it in somehow.

So either I have to bring in the standard chrt program or build my own busybox.
The former is probably easiest but I am also keen on having the ability to build my own
busybox.

I guess that the busybox for TC is configured/built in some special way to suit the needs for TC and I would like to use the same configuration as a starter for my own busybox.

Could anyone provide the info on how to configure/build a busybox that would be TC "compliant" ?

Kind Regards

Lars

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #1 on: July 16, 2009, 10:40:23 AM »
busybox bbconfig will display the .config file used by TC.
10+ Years Contributing to Linux Open Source Projects.

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #2 on: July 16, 2009, 11:47:00 AM »
Great. Thanks.

I have downloaded all the stuff from busybox.net and now I have the missing piece to build a TC "compliant" busybox with chrt supported.

Kind Regards

Lars

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #3 on: July 16, 2009, 12:16:59 PM »
Hi again,

I just wanted to let you know that I built my own busybox, with chrt included.
Once it was built I just copied my new busybox binary over the one I had in the running system and then issued

    busybox chrt

and it all went fine.

 :) :) :)

Thanks for your help

Lars

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #4 on: July 16, 2009, 12:19:36 PM »
Glad to hear. So you have a real time system?
10+ Years Contributing to Linux Open Source Projects.

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #5 on: July 16, 2009, 12:22:15 PM »
Yes, I have a realtime system.
I keep the kernel up to date with the latest available RT patches.

/Lars

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #6 on: July 16, 2009, 12:42:04 PM »
Just a  note. The busybox bbconfig command was not available on the system I was running (TC 2.2rc1) so I downloaded the latest config available at http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/release/src.

/Lars

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #7 on: July 17, 2009, 08:51:14 AM »
Would it be possible to include "busybox chrt" in the standard TC in some coming release?

/Lars

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #8 on: July 17, 2009, 02:33:15 PM »
Yes, it is a small enough delta.
10+ Years Contributing to Linux Open Source Projects.

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: chrt no longer available - OR _ how do I build my own busybox?
« Reply #9 on: July 17, 2009, 02:58:10 PM »
Great. Thanks.

/Lars