Did you make the changes as in the first post of this thread ?
Yes.
Obviously, if you are using another window manager, make sure you change the correct files (it's the most obvious things that people are likely to forget).
Nope. I'm using the stock pdaXrom window manager.
I did some additional things :
1) linked ..../debroot/home/root to ..../debroot/root (debians homedir seems to be the last one)
Well, I created /debroot/home/root and copied .Xauthority to both of them - your solution is obviously better.
2) created a script to start debian :
# .Xauthority changes when restarting X so :
cp /home/root/.Xauthority ..../debroot/home/root/.Xauthority
# I want access to file systems outside chroot :
mount -o bind /mnt/ide2 ...../debroot/mnt/ide2
mount -o bind /mnt/card ..../debroot/mnt/card
# I want my wifi to work :
cp /etc/reslov.conf ..../debroot/etc/resolv.conf
# initialize
/etc/rc.d/init.d/zdebian start
The copying of resolv.conf shouldn't be necessary, if /etc/debroot.conf is being used right, since it has
DEB_COPY_INTO_CHROOT="etc/resolv.conf"
Wonder what's going wrong there?
I see that the install has also linked S99zdebian in rc.5 to zdebian, although in the context of the initialization sequence it actually throws an error (which I can't get to right now because I'm waiting to see if Synaptic will actually finish a dist-upgrade begun about 8 hours ago). I suppose if the initialization doesn't work in the startup sequence, it might as well be removed from there since in practice we're running it manually anyway.
Start debian commands with Crd :
# Crd command (e.g. Crd aterm)
Works like a charm every time.
Well, as I noted in another thread, if I:
chroot /mnt/ide2/debroot
export DEB_DISPLAY=127.0.0.1:0
aterm
then I'm in (an "xhost +localhost" may have been required before chroot'ing too). But Crd doesn't work, and on initially chroot'ing into debroot DEB_DISPLAY isn't set right, despite DEB_DISPLAY=127.0.0.1:0 being added at the end of /etc/debroot.conf.
Since a lot of other people are running into the same
aterm: can't open display 127.0.0.1:0
as I do just following the stock instructions, I have to guess that there's some factor those don't cover, perhaps a small difference between different pdaXrom revisions or platforms or little tweaks users have incidentally given their systems.