View Single Post
Posts: 111 | Thanked: 50 times | Joined on May 2015
#4
Originally Posted by michaaa62 View Post
These commands inside the rescueOS shell mount:
1. first the maemo rootfs,
2. second the optfs partition to the home directory of maemo rootfs,
3. third the opt directory inside the maemo rootfs
Code:
mmr
mount /dev/mmcblk0p2 /mnt/maemo/home
mount -o bind /mnt/maemo/home/opt /mnt/maemo/opt

Thank you very much. It works. But now I have next problem. When I have tried to remove (commands chroot /mnt/maemo/ then dpkg -P) application blessn900 (which may be the pre-reason of my problems), I got a message as follows:

"dsmesock_connect: No such file or directory
dpkg: error processing blessn900 (--purge)
subprocess pre-removal script returned error exit status 1
Failed to open connection to "session" message bus: (null)
Errors were encountered while processing"

Do you have any suggestions what to do next?