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.

71 questions
1
vote
1 answer

Telnet does not give a response

Some wireless access points are acting a little weird, so I want to reboot them every couple of hours. Luckily there exists a security flaw which lets me login as root through telnet when using port 1111 (without username and password). Now I want…
floorish
  • 253
  • 5
  • 9
1
vote
1 answer

New install Ubuntu 10.10 Server, won't boot. "ls /dev/disk/by-uuid" generates Bus Error

I installed Ubuntu 10.10 Server on a very old computer (bought it in 2002), but it won't boot. It tells me it can't find the root mount volume by it's UUID and also gives me the follwing type of error: Alert! /dev/disk/by-uuid/xxxxxxxx does not…
pancake
  • 181
  • 1
  • 3
  • 10
1
vote
1 answer

ESXI ftpput fails Syntax problem

I'm trying to ftpput my virtual machines dirs to our NAS. Which doesn't support NFS. Only FTP and samba. So I'm in the ESXi console and enter the followin command ftpput ipaddress /vmfs/volumes/4a1157e1-be81171a-1b39-001d09080124/VMNAME…
Datapimp23
  • 191
  • 1
  • 3
  • 21
1
vote
2 answers

Busybox on VMware ESXi: how to change syslogd options

What I have: VMware ESXi 4.0 with busybox installed. Among busybox applets, I'm interested in syslogd. By default, it's running as busybox syslogd. I can see it via ps ax: ps ax | grep syslog 4316 4316 busybox syslogd What I need: To…
user31462
  • 77
  • 2
  • 6
1
vote
1 answer

Copying directories with subdirectories from QNAP NAS to Synology NAS

I have a QNAP TS-239 Pro NAS server, from which I need to copy a large number of files (>2 TB) to a Synology 409 NAS. I could do it with a Windows computer, but would prefer to do it directly from QNAP NAS without having to have a 3rd machine on.…
user19972
1
vote
1 answer

Security Concerns with public facing BusyBox httpd server

I currently have a cloud vm set up with Docker, which is running my personal website. One container running is a public facing Caddy server which acts as a reverse proxy to the other container. The other container is a BusyBox image running httpd…
thesilican
  • 111
  • 3
1
vote
1 answer

Docker (alpine) file not found when CMD

So this is my Dockerfile: FROM alpine RUN apk add --update --upgrade --no-cache mysql mysql-client RUN rm -rf /etc/my.cnf /etc/mysql/* /etc/mysql.d/ && \ mkdir -p /var/lib/mysql /var/run/mysqld && \ chown -R mysql /var/lib/mysql /run/mysqld &&…
nail0x
  • 63
  • 1
  • 6
1
vote
2 answers

Alpine Linux is not sending hostname to dhcp server

When alpine linux asks for ipv4 address from dhcp server, it is not sending hostname to dhcp server. So I cant access by server's hostname in LAN. Here is my setup I am using Alpine Linux 3.12 on my VM (not container), and arch is aarch64. The…
ozkolonur
  • 129
  • 1
  • 4
1
vote
1 answer

mask public IP addresses from any command output (for diagnostic)

I'm writing a script to extract information from BusyBox v1.25.1/Linux 2.6.36/router where the user can simply run the script and copy/paste the output into a submission form to request support. The script it's essentially a list of commands like…
rs232
  • 105
  • 1
  • 10
1
vote
1 answer

MMCLI on BusyBox returns "Cannot request manual scan of devices: unsupported' - IMEI

I have a USB modem plugged into a BusyBox v1.23.2 appliance. Typically I would be able to get the IMEI number using the MMCLI command set. However when this specific card (multiple of the same card - so this specific model) is used I get the output…
PHELMS
  • 92
  • 2
  • 9
0
votes
0 answers

Dual NIC on Busybox: How to set up a global default gateway bound to just one of the NICs?

I have a network appliance based on Busybox (on a Zynq device), and it has two NICs. One network has access to the internet, while the other is private. Both have DHCP, so both are reporting gateways, even though the private network doesn't have…
Timothy Miller
  • 291
  • 1
  • 2
  • 11
0
votes
0 answers

can't execute bash script on busybox

I'm new to vmware and I'm tying to execute a script but can't seem to get it to work. I've changed the file permissions a whole bunch and I end up getting either Permission Denied or if I open it up a lot, not found [admin@op:/tmp] chmod 755…
lightweight
  • 113
  • 1
  • 6
0
votes
0 answers

console login hangs on "Last login" line

I'm logging in as root to an embedded system running Linux, on the console, as root. After issuing the "Last Login" line, the console hangs. It echoes any characters I type but otherwise I get no response. If I hit ^C, I'm back to the login…
Jeff Learman
  • 207
  • 1
  • 2
  • 9
0
votes
1 answer

Reroute IP to different IP, but there is a catch

This is not the normal reroute IP through iptables but it is a bit more complicated. I am using a very stripped down version of Busybox. The version has dropbear installed only a few limitations. It has netcat but extremely limited and it has NO…
0
votes
0 answers

Docker don't allow to install using dpkg command

I am trying to install docker cron package in running prometheus docker container. I downloaded cron package but somehow it is not allowing me do that. I downloaded cron package using wget command. Also it doesn't let me configure dpkg. /prometheus…
Shailesh Sutar
  • 1,517
  • 5
  • 23
  • 41