|
2014-11-29
, 06:25
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1333
|
|
2014-11-30
, 07:34
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#1334
|
|
2014-11-30
, 09:08
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#1335
|
|
2014-12-01
, 08:10
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1336
|
# Recovery shell printf "Press any key to get a shell.../n" for q in 0 do printf "$q" if (read -n 1 -t 1) then printf "\b\b" insmod $MODULE_PATH/led-class.ko insmod $MODULE_PATH/leds-lp5523.ko insmod $MODULE_PATH/omap_wdt.ko insmod $MODULE_PATH/twl4030_wdt.ko sleep 1 for p in /sys/bus/platform/devices/*_wdt/misc:*; do n=`basename $p | sed "s/.*://"` rm -f /dev/$n mknod /dev/$n c `cat $p/dev | sed "s/:/ /g"` done for i in 1 2 3 4 5 6; do echo 25 > /sys/class/leds/lp5523\:kb$i/brightness done watchdog -t 20 /dev/watchdog watchdog -t 20 /dev/twl4030_wdt loadkmap < /etc/nokia-n900.kmap sh killall watchdog break fi printf "\b" done
mdprobe fbcon
The Following 3 Users Say Thank You to Estel For This Useful Post: | ||
|
2015-01-07
, 17:58
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#1337
|
.....FWIW, I have figured out what my problem with BackupMenu was in the end. .....
I have taken to developing on the device. The package builder uses tar and find with options not supported by our busybox version of those utilities. So I installed the GNU versions (tar-gnu and findutils-gnu). And here comes the foolish part. Instead of adding /usr/bin/gnu to $PATH, I manually redirected tar and find from busybox to the GNU equivalents. Redirecting them back did not help, presumably because I was forgetting something. In the end, I uninstalled everything related to backupmenu and *-gnu again, reinstalled bysybox-symlinks-*, reinstalled backupmenu and voilá, I am back in business!
(And BTW, yes, I ran fsck from my repaired BackupMenu. No problems found )
The Following 3 Users Say Thank You to xes For This Useful Post: | ||
|
2015-01-07
, 18:44
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#1338
|
It seems i encountered the same problem.
Bootmenu had only one entry "Internal nand" and nothing more.
The problem was the gnu version of find in /usr/bin/find.
To fix bootmenu i removed /usr/bin/find and recreated with:
ln -s /bin/busybox /usr/bin/find
My fault was to replace find with the gnu version... the fault of someone else is to consider busybox the standard when looking at his functions behavior.
If tomorrow busybox will integrate a more complete set of options for the internal function we can expect any kind of problem.
The Following 6 Users Say Thank You to ade For This Useful Post: | ||
|
2015-01-07
, 19:47
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#1339
|
The Following 4 Users Say Thank You to pichlo For This Useful Post: | ||
|
2015-01-07
, 20:14
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#1340
|
The Following 5 Users Say Thank You to xes For This Useful Post: | ||
Tags |
backup, backupmenu, cssusupplement, max(useful), rescue-console, restore, system |
|
Bootmenu refuses to update and show any .item files during boot. I've checked every symlink, they all point correctly, it completely eludes me.
I've done full re-installs, and proper reconfigures of both packages, many different version, no difference. I can't get bootmenu to iterate and show the .items, only Internal NAND and Power Off are my options.
Any ideas?