The Knoppix-Master lives here in a chroot environment on a Redhat server.

Installing of most packages works fine, but some try to access /proc or try to start and stop any deamons.
For example eclipse, gpm, sshd, and so on.

gpm: This fails, beacause, the server has no mouse and gpm quits installation with an errorexception.
Eclipse: This fails, beacause, /proc is not mounted. I must not mount /proc from the running serverkernel into the chroot, because this will crash the server for obvious reasons.

Do you have any hints, how i can install and update this software?

thank you for hints.