Questions tagged [busybox]

BusyBox combines common UNIX utilities into a single, small executable, providing a fairly complete environment for any small or embedded operating system. It supports most of the utilities usually found in GNU fileutils, shellutils, etc. BusyBox commands generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts.

69 questions
26
votes
4 answers

What is NTP dispersion and how do I control it?

We roll out Ubuntu 14.04 servers on isolated networks, running ntpd 4.2.6p5, configured to use multiple NTP servers as provided by customers (no access to pool.ntp.org). Our dumb terminal client devices run an old version of BusyBox (1.00-rc2) and…
Jeff
  • 363
  • 1
  • 3
  • 6
25
votes
2 answers

What's the Busybox default shell?

My guess is this defaults to Bash, but would like to know for sure. Thanks.
vivekian2
  • 518
  • 3
  • 8
  • 13
13
votes
5 answers

Busybox, netstat, no -p

I have an ultra old (don't ask why) BusyBox (BusyBox v1.01 (2008.12.19-21:31+0000) Built-in shell (ash)) on my DreamBox. I would like to find out which process opened which connection using netstat. But I found out that BusyBox's netstat doesn't…
a1337q
  • 233
  • 1
  • 2
  • 5
7
votes
2 answers

How do I use busybox and ftpd to get access to my embedded system

I have an embedded system which has busybox support. I am trying to run an FTP server so I can edit the files and upload data to my embedded system. However when I run busybox ftpd -w / It tells me I need to use the inetd and put it in the conf.…
Ron SV
  • 79
  • 1
  • 1
  • 2
6
votes
3 answers

Is there a way to get ls to print in colour in busybox?

I'm on a nokia n810 device, which uses busybox instead of the usual gnu coreutils. Is there a way to get busybox's ls to print in colour?
Neil
  • 2,345
  • 8
  • 35
  • 44
6
votes
2 answers

busybox - how to list process priority?

How to list process priority on an embedded linux with busybox?
danatel
  • 437
  • 2
  • 4
  • 7
4
votes
2 answers

Is it possible to check NTPd status on a Busybox system?

I need to know if current date/time is reliable in a small embedded Linux system Busybox-based. I have Busybox ntpd running, but apparently there is no program to to query status. On a more conventional Linux installation I would use ntpdc, ntpq,…
ZioByte
  • 246
  • 3
  • 15
4
votes
1 answer

How to monitor CPU usage on a device running embedded Linux and BusyBox?

I recently began working with a device that uses embedded Linux and BusyBox. It is very stripped down, and does not have iostat or sar. It also doesn't have dpkg or apt for package management. The system is a development black-box under a…
Alan
  • 541
  • 1
  • 6
  • 20
4
votes
2 answers

Busybox-like binaries which ext3 and ext4 support?

We're building a tool right now which includes booting a tiny Linux environment via PXE, and having it perform a number of system configuration operations without loading a larger system. (Formatting disks, creating filesystems, etc.) We've been…
ajdecon
  • 1,291
  • 4
  • 14
  • 21
3
votes
2 answers

Why use nash instead of busybox in initrd and initramfs?

Why use nash instead of busybox in initrd and initramfs? I'm just looking for pros and cons of both really (and any other applications with similar functionality). I'm currently leaning towards busybox being the better option, but I can't help but…
Crazy Chenz
  • 195
  • 9
3
votes
2 answers

ESXi 6.5 NFS41 always mounts as Read-Only

I'm trying to mount my NFS41 share from my Freenas box onto ESXi for backup purposes. However, it always mounts as read-only for some reason. I have tried from the GUI as well as the CLI with no success, I specifically leave the --readonly flag off…
Douglas Gaskell
  • 266
  • 1
  • 3
  • 11
3
votes
2 answers

How to set header with busybox httpd

I am running busybox httpd with following command: busybox httpd -p 80 -h /var/www It works, however I need to set cache-control header to no cache. Currently my server append only these headers: HTTP/1.0 200 OK Content-type: text/html Date:…
Jan Tajovsky
  • 132
  • 1
  • 6
3
votes
1 answer

Ubuntu Server - Power failure leads to boot failure

I have installed Ubuntu Server 10.04.1 LTS on an ext4 partition. Whenever my system looses power suddenly, It doesn't boot into the normal procedure to fix the problems automatically, but switches to the busy box shell (where it says Kernel Panic :…
3
votes
2 answers

Disallow an user to go up in the tree with pure-ftpd

I added an user to pure-ftpd with adduser -h /blah user, using busybox. Unfortunately, he is able to go up in the tree and see the root folder. How can I disallow this ?
user39610
2
votes
0 answers

No access to router via eth lan port, only accessible over wifi

Router is an old Intento FG101R2 connected via fiber and has 4 Lan ports. After fiddling around and numerous factory resets I no longer have access to router and internet via any of the Eth ports on the router, but I can access and have internet…
jim t
  • 21
  • 2
1
2 3 4 5