The Following User Says Thank You to apple2 For This Useful Post: | ||
![]() |
2007-12-28
, 09:11
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#12
|
Thanks for the ideas. Tried running dsmetest and it complains about dsmesock_connect: No such file or directory. So does retutime and date and time on debian are always wrong.
![]() |
2007-12-28
, 09:57
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2007
@ Ukraine Kyiv
|
#13
|
![]() |
2007-12-28
, 10:44
|
Posts: 34 |
Thanked: 13 times |
Joined on Aug 2007
@ Bulgaria - Vidin
|
#14
|
Did you use chroot? Maybe that is also because debian clears /tmp on boot? To communicate with dsme you need to leave /tmp/dsmesock in place. /tmp and /mnt/initfs/tmp is same place (mounted via -o bind in /linuxrc) so even chrooted dsmetest does not work if /tmp is cleared. Maybe you can unmount it before letting debian to clear it. You should perhaps remount it anyway, it is tmpfs limited to 512kb which may be too small for debian.
![]() |
2007-12-28
, 10:52
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#15
|
I am wondering how to make an image of my mmc1 partition. If I do "./targnu cf - -C /media/mmc1 . " will tar preserve the permissions and the files inside /dev/
mount /dev/mmcblk0p2 /opt cd /opt targnu -zcvf /media/mmc1/debian.tar.gz .
ssh >archive.tar.gz root@n770 tar -zcvf - -C /opt .
![]() |
2007-12-28
, 12:28
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#16
|
Just for the curious: one of the repositories (the biggest one I think) is http://armel-debs.applieddata.net/de...ol-armel/main/
I found some debian rootfs from the same server and configured it, installed X and dsp-gateway and some more things.
![]() |
2007-12-28
, 12:41
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#17
|
![]() |
2007-12-28
, 13:09
|
|
Posts: 117 |
Thanked: 22 times |
Joined on Apr 2007
|
#18
|
![]() |
2007-12-28
, 14:00
|
Posts: 34 |
Thanked: 13 times |
Joined on Aug 2007
@ Bulgaria - Vidin
|
#19
|
![]() |
2007-12-30
, 10:43
|
Posts: 9 |
Thanked: 0 times |
Joined on Dec 2007
|
#20
|
Just for the curious: one of the repositories (the biggest one I think) is http://armel-debs.applieddata.net/de...ol-armel/main/
I found some debian rootfs from the same server and configured it, installed X and dsp-gateway and some more things.
I am wondering how to make an image of my mmc1 partition. If I do "./targnu cf - -C /media/mmc1 . " will tar preserve the permissions and the files inside /dev/
Last edited by apple2; 2007-12-28 at 08:54.