View Single Post
Posts: 92 | Thanked: 16 times | Joined on Jun 2011 @ Sacramento, CA USA
#78
Originally Posted by user/zero View Post
The wrong step is precisely in the first line of your code. devel-su doesn't grant you all of the available privileges, even though you may be running open mode. If so, please install opensh from here and you are good to go, use it instead of devel-su. If you are in normal mode, you need Inception and aegisctl, then install opensh through Inception
Code:
/usr/sbin/incept <insert_path_here>/opensh_1.00_armel.deb
then loosen Aegis security a bit
Code:
/usr/sbin/aegisctl +r
/usr/sbin/aegisctl -s
and try to mount the chroot as you have before.
I'm in open-mode

~ # opensh


BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # debian
/bin/debian: line 30: can't create /dev/stderr: Permission denied
/bin/debian: line 49: can't create /dev/stderr: Permission denied
mount: permission denied (are you root?)
Mounting...
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
Using ext2 file system
/bin/qmount: line 203: modprobe: not found
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
Cancelling chroot...
~ #