Notices


Reply
Thread Tools
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#491
I have spoke about this before but every time i backup my kernels is the only thing that does back up is there a reason for this or is something wrong !

cheers
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
Posts: 75 | Thanked: 4 times | Joined on Jan 2010
#492
when backing optfs i have Error : 5 last : gstar : ./tmp/demsock :
sockert is ignored

anyone can enlighten me what the message mean.
corrupted files ????
 
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#493
Finally read through this entire thread from where I left it back at page 20-something.

I see that in the days that I have spent doing that, someone has released a multiboot compatible version. Doesn't surprise me. Not ideal, in my opinion, but hey, it makes people happier. I'll do my best to figure out how to do this for U-Boot. Right now I'm still tackling some python/cairo stuff for the Advanced Clock Plugin, but I'm feeling the motivation build to figure out this uboot stuff.

At any rate, just downloaded the latest .deb from your website, RobbieThe1st, and will be looking through the script that makes up BackupMenu. Then on to reading uboot documentation, etc.
 
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#494
Yes! My n900's working again, after having finally gotten and installed my replacement screen.
Now I can test things again.
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following 4 Users Say Thank You to RobbieThe1st For This Useful Post:
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#495
Fine!
Yesterday I restored my ver 0.56 after some kind of fs crash that followed a long session with grr and several microb windows opened. As reported before, the free space on my rootfs went down of about 20 megabytes.
Has anybody had luck with generating a an ubifs image from tarred rootfs with zlib and flashing to the device?
 
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#496
how do i activate terminal again? (i remember in your early version it was like the first option)

thanks
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#497
I removed having that sort of terminal, mainly because it was buggy and woud only handle one command-string at once - More like a "run command" box than a terminal.
To replace it, I added USB Terminal and SSH modes, allowing for a full terminal from a connected PC.
At some point, I may re-add the run-command bits, but it's so kludgey I'm not too happy with it right now.
If you -need- it, it's in BMv2 a few versions back, and could be copy-pasted into the latest version.
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following 2 Users Say Thank You to RobbieThe1st For This Useful Post:
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#498
Just a heads-up, guys: I was shown a mature script for handling battery charging, so I'll implement charging in the next version.
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following 4 Users Say Thank You to RobbieThe1st For This Useful Post:
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#499
Originally Posted by RobbieThe1st View Post
Originally Posted by pali View Post
sorry, ITEM_LINUXRC doesnt work in current bootmenu-n900. I have fixed version of bootmenu in bzr: https://code.launchpad.net/~pali/+junk/maemo_bootmenu

if fixed version of bootmenu will be in repository I write again...
Let me know when it's fixed and works.
It is fixed in bootmenu-n900 version 1.9 (in extras-devel)

So can you add in new version bootmenu script like this?
Code:
ITEM_NAME="BackupMenu"
ITEM_ID="flash"
ITEM_LINUXRC="<path_to_script>"
 
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#500
and for N900 watchdogs I think I have better solution without udev. It is implemented in bootmenu and removing udev speed up starting bootmenu (with watchdogs fix). Program /usr/sbin/watchdogs is included in bootmenu-n900 and only write char \0 every 10 seconds.

This code fix problem with watchdogs:

Code:
        #echo "Creating watchdogs devices..."
        modprobe omap_wdt
        modprobe twl4030_wdt
        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"`
                #ls -l /dev/$n
        done

        #echo "Starting watchdogs..."
        /usr/sbin/watchdogs
When bootmenu is exited, it call

Code:
killall watchdogs

If udev is not needed in backupmenu, can you check if this code without udev speed up starting bootmenu?

And for battery charging: I think that it will be nice if bootmenu can use it too...
 

The Following User Says Thank You to pali For This Useful Post:
Reply

Tags
backup, backupmenu, cssusupplement, max(useful), rescue-console, restore, system


 
Forum Jump


All times are GMT. The time now is 14:31.