![]() |
2012-03-20
, 04:37
|
Posts: 51 |
Thanked: 15 times |
Joined on Nov 2011
|
#71
|
![]() |
2012-03-20
, 21:48
|
Posts: 92 |
Thanked: 16 times |
Joined on Jun 2011
@ Sacramento, CA USA
|
#72
|
Yes, I have made a step-by-step guide to installing and basic use in post #57.
The additional softwares were installed using :
[root@chroot: ~] apt-get install --no-install-recommends dpkg-dev build-essential
The same for texmaker, gedit, etc.
![]() |
2012-03-20
, 22:40
|
Posts: 92 |
Thanked: 16 times |
Joined on Jun 2011
@ Sacramento, CA USA
|
#73
|
![]() |
2012-03-21
, 00:51
|
Posts: 92 |
Thanked: 16 times |
Joined on Jun 2011
@ Sacramento, CA USA
|
#74
|
![]() |
2012-03-21
, 11:10
|
Posts: 26 |
Thanked: 23 times |
Joined on Jul 2008
@ Berlin, Germany
|
#75
|
How come nobody's willing to write a detailed step by step on how to install/mount this thing for noobs.
The Following User Says Thank You to pcfe For This Useful Post: | ||
![]() |
2012-03-21
, 13:55
|
Posts: 92 |
Thanked: 16 times |
Joined on Jun 2011
@ Sacramento, CA USA
|
#76
|
![]() |
2012-03-22
, 14:01
|
Posts: 47 |
Thanked: 41 times |
Joined on Feb 2012
|
#77
|
/usr/sbin/incept <insert_path_here>/opensh_1.00_armel.deb
/usr/sbin/aegisctl +r /usr/sbin/aegisctl -s
![]() |
2012-03-22
, 15:59
|
Posts: 92 |
Thanked: 16 times |
Joined on Jun 2011
@ Sacramento, CA USA
|
#78
|
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 Inceptionthen loosen Aegis security a bitCode:/usr/sbin/incept <insert_path_here>/opensh_1.00_armel.deb
and try to mount the chroot as you have before.Code:/usr/sbin/aegisctl +r /usr/sbin/aegisctl -s
![]() |
2012-03-23
, 09:56
|
Posts: 47 |
Thanked: 41 times |
Joined on Feb 2012
|
#79
|
![]() |
2012-03-23
, 14:52
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#80
|
Your step by step in that post is hard to follow
-Where to I place the image?"check if the content of "/home/user/.chroot" is correct (pointing to the debian image file, etc)"
-How do I set .chroot to that image.
-Where you say to add to PATH - how?"- add "/usr/sbin" to the the PATH by adding the line: export PATH=/sbin:/usr/sbin:$PATH
to /home/user/.profile"
exactly what do I type into terminal?
Thanks