The Following User Says Thank You to Android_808 For This Useful Post: | ||
|
2015-05-04
, 15:09
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#72
|
|
2015-05-04
, 15:35
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#73
|
|
2015-05-04
, 18:28
|
Posts: 176 |
Thanked: 468 times |
Joined on Jan 2010
@ NL
|
#74
|
The Following 3 Users Say Thank You to ThomasAH For This Useful Post: | ||
|
2015-05-04
, 18:49
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#75
|
The Following User Says Thank You to endsormeans For This Useful Post: | ||
|
2015-05-04
, 18:56
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#76
|
OK.
If anyone wants to give it a go:
sftp tmo@bbmk.org
as password use our domain, what we're all about, all 5 lowercase letters of it
[nemo@Dinghy ~]$ sftp tmo@bbmk.org no hostkey alg Couldn't read packet: Connection reset by peer [nemo@Dinghy ~]$
The Following 2 Users Say Thank You to pichlo For This Useful Post: | ||
|
2015-05-04
, 19:13
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#77
|
|
2015-05-05
, 09:45
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#78
|
[nemo@Dinghy ~]$ sftp tmo@bbmk.org
no hostkey alg
Couldn't read packet: Connection reset by peer
[nemo@Dinghy ~]$[/code]
|
2015-05-05
, 10:12
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#79
|
|
2015-05-14
, 02:21
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#80
|
The Following 3 Users Say Thank You to endsormeans For This Useful Post: | ||
Firstly, accessing is so much easier than messing around with chroot. /sbox/login does a little more but I wanted something actively maintained. shroot and a few others didn't appear to be seeing much development when I started it. Networking wise I did nothing, it just worked.
I love the fact you can "boot" the instance, makes it easier to test packages starting correctly on boot BUT it doesn't fully emulate all device nodes. One package wouldn't build unless adding extra options to bind /dev/input. Another, possibly statefs, failed to start, causing "boot" to take forever or in some cases cause the container to constantly reboot. There are some options to enable more capabilities/CAPS but I don't fully understand all of them at the moment. As a result I no longer use this mode very much.
Currently I use the chroot equivalent to build and then have a script to mount the directory as a nfs share so I can boot a qemu vm using the same root folder without having to constantly build fs images. networking here needed more configuration host side.