Hans-Christoph Steiner
Hans-Christoph Steiner
and about the droidwall stuff, is there anything Lil' Debi can do in order to tell Droidwall that it needs net access? Lil' Debi's install script runs as root. It...
@ycaniou It would be an awesome contribution to get the download working as the Lil' Debi user! In order to get the download running as the Lil' Debi user, you...
`cdebootstrap` has a `--download-only` option, so we just need to figure out the file permissions, and how to run it in a first pass not as root. I think the...
@ycaniou your loop mount issue seems to be the same as #86 and #87
Yes, the scripts should definitely handle errors better. It is required to call stop-debian.sh after create-debian-setup.sh, then calling start-debian.sh. That ensures the whole setup/stop/start process is complete. On 04/17/2014 05:33...
where do you see that error?
Are you doing this in Android Terminal Emulator? An ssh session? An `adb shell` session?
Is there any other error? For a workaround, you can do `export PATH=/usr/sbin:/sbin:$PATH`
This looks like the same issue as #116, I guess it is not quite fixed.
Ok, I was getting this issue too. I looked at my device, and it was in a quasi mounted state. `/data/debian` was mounted, but none of the bind mounts were,...