Active Topics

 



Notices


Reply
Thread Tools
eight's Avatar
Posts: 106 | Thanked: 81 times | Joined on Dec 2011 @ /
#981
Don't mention it, just came around.

I'm trying to get rid of the error messages about the failed copy of the not anymore needed libacl.so.1 and libattr.so.1.1.0

The 2 copy commands are called from filelist.txt which is in /usr/share/backupmenu/extrafiles.tar.gz.

I did it this way:

backup of extrafiles.tar.gz
Code:
Nokia-N900:~# cp /usr/share/backupmenu/extrafiles.tar.gz /home/user/MyDocs/
extract extrafiles and edit filelist.txt
Code:
Nokia-N900:~# cd /usr/share/backupmenu/
Nokia-N900:/usr/share/backupmenu# ls
BackupMenu.item          extrafiles.tar.gz
BackupMenuLauncher.item  tar
Nokia-N900:/usr/share/backupmenu# mkdir temp
Nokia-N900:/usr/share/backupmenu# cp extrafiles.tar.gz ./temp
Nokia-N900:/usr/share/backupmenu# cd temp/
Nokia-N900:/usr/share/backupmenu/temp# tar xfvz extrafiles.tar.gz
./bin/
./bin/mountsd
./bin/getlockcode
./bin/mountroot
./bin/mountopt
./bin/charge.sh
./bin/mountmydocs
./bin/loadkmap
./filelist.txt
./nokia-n900.kmap
Nokia-N900:/usr/share/backupmenu/temp# nano filelist.txt
delete the two lines
Code:
cp /lib/libacl.so.1 /tmp/disk/lib/
cp /lib/libattr.so.1.1.0 /tmp/disk/lib/
recompress tar.gz, move and clean up
Code:
Nokia-N900:/usr/share/backupmenu/temp# rm extrafiles.tar.gz
Nokia-N900:/usr/share/backupmenu/temp# tar cvfz extrafiles.tar.gz ./*
./bin/
./bin/mountsd
./bin/getlockcode
./bin/mountroot
./bin/mountopt
./bin/charge.sh
./bin/mountmydocs
./bin/loadkmap
./filelist.txt
./nokia-n900.kmap
Nokia-N900:/usr/share/backupmenu/temp# mv extrafiles.tar.gz ..
Nokia-N900:/usr/share/backupmenu/temp# cd ..
Nokia-N900:/usr/share/backupmenu# rm -r ./temp/
Nokia-N900:/usr/share/backupmenu# ls
BackupMenu.item          extrafiles.tar.gz
BackupMenuLauncher.item  tar
Nokia-N900:/usr/share/backupmenu# chmod +x extrafiles.tar.gz
Nokia-N900:/usr/share/backupmenu# reboot
This is not the fastest and safest way, but I'm learning.
Maybe it helps somebody.
 

The Following 2 Users Say Thank You to eight For This Useful Post:
stryker9's Avatar
Posts: 63 | Thanked: 8 times | Joined on Nov 2011 @ Stockholm, SW
#982
..wow!!

..but i was, umm.. less gutsy, so i just installed the two files:

Code:
apt-get install -y libacl1
..it automatically installs libattr as a dependency.
Meh!
__________________
..
It is always better to have no ideas than false ones; to believe nothing, than to believe what is wrong.
- Thomas Jefferson

My devicevolution: Seimens C2, Nokia 6600, Nokia 3230 (red & then black), Nokia 6630 ME, Nokia N73, Nokia N900
 

The Following User Says Thank You to stryker9 For This Useful Post:
eight's Avatar
Posts: 106 | Thanked: 81 times | Joined on Dec 2011 @ /
#983
Nice, this is more helpful, searched the forum for a fast solution but couldn't find one.

Code:
Nokia-N900:~# cp /home/user/MyDocs/extrafiles.tar.gz /usr/share/backupmenu/
Nokia-N900:~# reboot

Last edited by eight; 2012-02-13 at 09:17.
 

The Following User Says Thank You to eight For This Useful Post:
Posts: 150 | Thanked: 169 times | Joined on Nov 2011 @ Sweden
#984
Originally Posted by Estel View Post
The bright side is, that many even more capable ones are working on re-creating backupmenu using fbcon instead of ugly text2screen (and integrate it with recovery console mode), so probably, we're going to have better, updated alternative.
Could you link to this project, please?
 
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#985
I'll try to find it, but it may be a little out-of-date - it was mentioned in discussions about recovery shell mode. AFAIK, after initial plans, it wasn't pushed further (as, having recovery shell, you can perform same actions manually. Yet, I agree, that more automated way ala' backupmenu would be much more convenient).

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following User Says Thank You to Estel For This Useful Post:
Posts: 362 | Thanked: 426 times | Joined on Nov 2010 @ Italy, Lombardia
#986
BackupMenu for U-Boot (by ivyking at post 915) is already based on FB.
It use a MeeGo's Rescue image modified to launch BackupMenu.

There are some minor errors to correct, ivyking has used the original and unmodified BackupMenu script which thinks to boot from Maemo and not from MeeGo's InitRD, but it is working and enough usable.

Last edited by Fabry; 2012-01-19 at 01:09.
 

The Following User Says Thank You to Fabry For This Useful Post:
Posts: 150 | Thanked: 169 times | Joined on Nov 2011 @ Sweden
#987
Originally Posted by Estel View Post
I'll try to find it
I guess this is what you were referring to? Looks interesting enough...

Announce: Recovery Console Mode in Extras-Devel
 

The Following User Says Thank You to bocephus For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#988
Yea, and the:
http://talk.maemo.org/showthread.php?t=80298&page=2

It's a pity, that more knowledgeable ones haven't pushed it further (especially, ivyking version).

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following User Says Thank You to Estel For This Useful Post:
Posts: 150 | Thanked: 169 times | Joined on Nov 2011 @ Sweden
#989
Well, I'm still subscribing to that thread! Thanks!
 
Posts: 323 | Thanked: 180 times | Joined on Oct 2009 @ Gent, Belgium
#990
Does anyone have the file for the ivvking version ? It's gone from the file sharing service ...

Thanks
 
Reply

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


 
Forum Jump


All times are GMT. The time now is 20:20.