maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   BusyBox v1.18.4 (https://talk.maemo.org/showthread.php?t=71987)

Andy1210 2011-04-11 01:43

BusyBox v1.18.4
 
2 Attachment(s)
I compiled the latest BusyBox :)

I created an amutomatic installer script for new BusyBox! Just download and run as normal user:
http://darktl.com/nbbox_en.sh

Code:

wget darktl.com/nbbox_en.sh
sh nbbox_en.sh

ENJOY the colored ls, the new commands and better --help for all command

Currently defined functions:
[, [[, acpid, add-shell, addgroup, adduser, adjtimex, arp, arping, ash, awk, base64, basename, beep, blkid,
blockdev, bootchartd, brctl, bunzip2, bzcat, bzip2, cal, cat, catv, chat, chattr, chgrp, chmod, chown, chpasswd,
chpst, chroot, chrt, chvt, cksum, clear, cmp, comm, cp, cpio, crond, crontab, cryptpw, cttyhack, cut, date, dc,
dd, deallocvt, delgroup, deluser, depmod, devmem, df, dhcprelay, diff, dirname, dmesg, dnsd, dnsdomainname,
dos2unix, du, dumpkmap, dumpleases, echo, ed, egrep, eject, env, envdir, envuidgid, ether-wake, expand, expr,
fakeidentd, false, fbset, fbsplash, fdflush, fdformat, fdisk, fgconsole, fgrep, find, findfs, flock, fold, free,
freeramdisk, fsck, fsck.minix, fsync, ftpd, ftpget, ftpput, fuser, getopt, getty, grep, gunzip, gzip, halt, hd,
hdparm, head, hexdump, hostid, hostname, httpd, hush, hwclock, id, ifconfig, ifdown, ifenslave, ifplugd, ifup,
inetd, init, insmod, install, ionice, iostat, ip, ipaddr, ipcalc, ipcrm, ipcs, iplink, iproute, iprule, iptunnel,
kbd_mode, kill, killall, killall5, klogd, last, length, less, linux32, linux64, linuxrc, ln, loadfont, loadkmap,
login, logname, logread, losetup, lpd, lpq, lpr, ls, lsattr, lsmod, lspci, lsusb, lzcat, lzma, lzop, lzopcat,
makedevs, makemime, man, md5sum, mdev, mesg, microcom, mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.minix,
mkfs.vfat, mknod, mkpasswd, mkswap, mktemp, modinfo, modprobe, more, mount, mountpoint, mpstat, mt, mv, nameif,
nbd-client, nc, netstat, nice, nmeter, nohup, nslookup, ntpd, od, openvt, passwd, patch, pgrep, pidof, ping,
ping6, pipe_progress, pivot_root, pkill, pmap, popmaildir, poweroff, powertop, printenv, printf, ps, pscan, pwd,
raidautorun, rdate, rdev, readahead, readlink, readprofile, realpath, reboot, reformime, remove-shell, renice,
reset, resize, rev, rm, rmdir, rmmod, route, rpm, rpm2cpio, rtcwake, run-parts, runlevel, runsv, runsvdir, rx,
script, scriptreplay, sed, sendmail, seq, setarch, setconsole, setfont, setkeycodes, setlogcons, setsid,
setuidgid, sh, sha1sum, sha256sum, sha512sum, showkey, slattach, sleep, smemcap, softlimit, sort, split,
start-stop-daemon, stat, strings, stty, su, sulogin, sum, sv, svlogd, swapoff, swapon, switch_root, sync, sysctl,
syslogd, tac, tail, tar, tcpsvd, tee, telnet, telnetd, test, tftp, tftpd, time, timeout, top, touch, tr,
traceroute, traceroute6, true, tty, ttysize, tunctl, udhcpc, udhcpd, udpsvd, umount, uname, unexpand, uniq,
unix2dos, unlzma, unlzop, unxz, unzip, uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, volname, wall,
watch, watchdog, wc, wget, which, who, whoami, xargs, xz, xzcat, yes, zcat, zcip

JadeH 2011-04-11 03:45

Re: BusyBox v1.18.4
 
that's pretty cool :) I'm going to try it out

skykooler 2011-04-11 04:24

Re: BusyBox v1.18.4
 
I had to copy it to /bin to make it work.

Also, is there any way to make it show that text at the beginning?

cloud596 2011-04-11 04:40

Re: BusyBox v1.18.4
 
Quote:

Originally Posted by skykooler (Post 985336)
I had to copy it to /bin to make it work.

Also, is there any way to make it show that text at the beginning?

indeed . agreed with u.
while open terminal it should appear like bussy box which version.

i tried run manuall and whats appeared
BusyBox v1.18.4 (2011-04-08 15:37:43 BST) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Andy1210 2011-04-11 08:05

Re: BusyBox v1.18.4
 
NOT a good idea to overwrite /bin/busybox, this may cause issues... why I said this "opt and alias" method :)
commands fixed in 3. step

If someone needs, here is the original (v1.10.2) busybox: http://darktl.com/original/busybox

WhiteWolf 2011-04-11 08:12

Re: BusyBox v1.18.4
 
Quote:

Originally Posted by Andy1210 (Post 985415)
NOT a good idea to overwrite /bin/busybox, this may cause issues... why I said this "opt and alias" method :)

Sounds like a smart idea. Save trouble.

epitaph 2011-04-11 08:35

Re: BusyBox v1.18.4
 
Quote:

Originally Posted by WhiteWolf (Post 985418)
Sounds like a smart idea. Save trouble.

First, it didn't allowed me? It says file is busy and then why shouldn't I overwrite it? What is the potential danger? Can you make an installer, please?

Gill T 2011-04-11 08:42

Re: BusyBox v1.18.4
 
Quote:

Originally Posted by Andy1210 (Post 985415)
NOT a good idea to overwrite /bin/busybox, this may cause issues... why I said this "opt and alias" method :)
commands fixed in 3. step

If someone needs, here is the original (v1.10.2) busybox: http://darktl.com/original/busybox

the new busybox looks great, but if i follow your the three steps, idon`t override the opt/bin/ or must i do something els to not override it
thnx

evan 2011-04-11 11:35

Re: BusyBox v1.18.4
 
Just to show my ignorance on the matter, is there a chance that in this new busybox there could be some commands that have slightly different syntax or behaviour than in our default one, so that we should be careful with existing scripts?

d-iivil 2011-04-11 12:42

Re: BusyBox v1.18.4
 
Cool, but can't get it working on my device. Followed the steps in post #1 but I'm still getting the old BusyBox when starting xterm.


All times are GMT. The time now is 10:21.

vBulletin® Version 3.8.8