|
2011-05-09
, 10:24
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#22
|
|
2011-05-09
, 11:00
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#23
|
The commands I checked seem to have been symlinked fine, or not symlinked where appropriate. Is there any mechanism in place to make sure that if a user installs busybox-power, then installs, say, a binary for iostat or telnet (or something else that stock busybox lacked), and then uninstalls busybox-power, that the binary (or different symlink) won't get deleted by the uninstaller thinking it's deleting its own symlink?
@mr_pingu, I thought spaces were not allowed in hostnames as per some RFC. Still, if it worked before...
And any feedback on performance/memory use of the new busybox? If busybox is used to run system startup scripts, a small change in either direction could be significant.
The Following 2 Users Say Thank You to iDont For This Useful Post: | ||
|
2011-05-09
, 21:34
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#24
|
bug:
I changed my hostname to Mr Pingu (space included)
the old busybox used to display the whole name
[..]
This new busybox stops after Mr so it doesnt display the full hostname if a space is included in the hostname it stops after this space
The Following 4 Users Say Thank You to iDont For This Useful Post: | ||
|
2011-05-09
, 22:21
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#25
|
dpkg -i fennec_6.0~a1_armel.deb
The Following User Says Thank You to laasonen For This Useful Post: | ||
|
2011-05-10
, 06:00
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#26
|
|
2011-05-10
, 08:29
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#27
|
Problems when there is ~ in attribute. Example:
Run root while you are root and you get big help message.Code:dpkg -i fennec_6.0~a1_armel.deb
RUNNING=`ps ax | grep "fennec.*/fennec" | grep -v grep | wc -l`
The Following 3 Users Say Thank You to iDont For This Useful Post: | ||
|
2011-05-10
, 19:11
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#29
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-05-11
, 19:25
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#30
|
Does the stock busybox need to be a dependency for this package? Seems like the package itself doesn't need to be a necessity, as one can no doubt imagine a working N900 setup where stock busybox has been replaced or removed, but its' binaries have been preserved, or replacements have been moved in.
Now, yes it's unlikely, and really unreasonable for someone to do that, and frak if anyone knows why you'd even bother doing that but then wish to install busybox-power on top of it... *Shrug* But I've always been against adding dependencies that make sense "practically" but aren't actually technically necessary - is there anything that the stock busybox package provides that the busybox-power package needs to have?
The Following 2 Users Say Thank You to iDont For This Useful Post: | ||
And any feedback on performance/memory use of the new busybox? If busybox is used to run system startup scripts, a small change in either direction could be significant.