The Following 5 Users Say Thank You to sulu For This Useful Post: | ||
![]() |
2013-11-22
, 20:14
|
Posts: 23 |
Thanked: 2 times |
Joined on Jan 2012
@ Bulgaria, Varna
|
#3002
|
![]() |
2013-11-22
, 20:57
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#3003
|
mount
I can see the following existing folders, but are they mounted to something etc.
/home/user/EasyDeb
/media/ed
/mnt/debian
/dev/mmcblk0p2 on /home
sudo fdisk -l
![]() |
2013-11-22
, 21:04
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#3004
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
2013-11-22
, 21:48
|
Posts: 23 |
Thanked: 2 times |
Joined on Jan 2012
@ Bulgaria, Varna
|
#3005
|
![]() |
2013-11-22
, 22:20
|
Posts: 23 |
Thanked: 2 times |
Joined on Jan 2012
@ Bulgaria, Varna
|
#3006
|
![]() |
2013-11-22
, 22:49
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#3007
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
2013-11-22
, 23:18
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#3008
|
Probably a silly question, but... Would installing the flash plugin that we know and love from Maemo work in Iceweasel if we installed it in ED?
The reason I was asking for Firefox with flash is because I would like to install on it my personal bank certificates and to deal with my account. On first tought I decided the site is flash based, but maybe I am wrong.
Just to ask if Iseweasel has the same ability as Firefox. I mean to put master password and to install certificates in it.
Now ... I have placed the ed-squeeze-final.ext3 in folder /home/user/MyDocs/tmp
I have created the following folder /mnt/debian to use it and to mount on it the 4G partition mmcblk0p4
The folder /media/ed is created to mount the image.
Then the sequence should be:
mount -o loop /home/user/MyDocs/tmp/ed-squeeze-final.ext3 /media/ed
mount /dev/mmcblk0p4 /mnt/debian
cp -a /media/ed/* /mnt/debian/
After that I have to edit .chroot directing to /dev/mmcblk0p4
Am I on the right way?
P.S. After some reading here http://talk.maemo.org/showpost.php?p...postcount=2821 I have decided to use debian-wheezy-sulu-Sci.img.ext2 image. Then I just need to change the names of the above written command lines and that is all.
But you may expereince the device rebooting halfway through the copying due to cp taking too much CPU time and the watchdog kicking in (trust me, it has happened to me). You can eliminate that by reducing the cp priority with nice.
nice -n 19 ionice -c 3 <command>
The Following 5 Users Say Thank You to sulu For This Useful Post: | ||
![]() |
2013-11-22
, 23:18
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#3009
|
![]() |
2013-11-23
, 07:59
|
Posts: 23 |
Thanked: 2 times |
Joined on Jan 2012
@ Bulgaria, Varna
|
#3010
|
![]() |
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
|
Jessie's libc6 (the single most important package - even more important than the kernel) needs a kernel version >= 2.6.32. There is a check for the kernel version in the preinst script of the libc6 package. I adjusted that check to match Maemo's 2.6.28 but libc6 still insists on wanting at least kernel 2.6.32.
So I had a look at the libc6 sources and it seems that the package will depend at least on whatever kernel version was installed on the system it was compiled on. Since Squeeze had kernel 2.6.32 this kernel version as a libc6 dependency makes sense.
So in theory recompiling libc in a Wheezy ED image should fix this, but unfortunately Jessie's libc6 sources depend on a g++-4.7 version that is newer than the one in Wheezy and Jessie's g++-4.7 depends on a libc6 that is newer than the one in Wheezy.
So the vicious circle is complete.
I stil have hopes this dependency ring can be circumvented somehow, but as it stands now ED won't be dist-upgradeable beyond Wheezy.