Re: Servers inside the chroot

2005-07-10 Thread Goswin von Brederlow
Thomas Steffen [EMAIL PROTECTED] writes: On 7/7/05, Zachary Rizer [EMAIL PROTECTED] wrote: I'd like to run the FreeNX server, but it won't work in amd64 mode because of a missing libstdc++-libc6.2-2.so.3, which is present in the sid-ia32 chroot. There is a libstdc++-libc6.2-2.so.3: [EMAIL

Re: Servers inside the chroot

2005-07-08 Thread Zaq Rizer
On Thu, 2005-07-07 at 20:13 -0600, Bob Proulx wrote: Zachary Rizer wrote: --- Thomas Steffen [EMAIL PROTECTED] wrote: Yes, you can. The chroot may have a different file system, but it sees exactly the same network. Agreed. This works fine. The server doesn't seem to want to run in

Re: Servers inside the chroot

2005-07-08 Thread Lennart Sorensen
On Fri, Jul 08, 2005 at 06:40:05AM -0400, Zaq Rizer wrote: The package contains statically-compiled 32bit binaries. It runs (the server process, I mean) in native amd64 code, except that when a client tries to connect, after it authenticates via SSH, it bails because it cannot find the

Re: Servers inside the chroot

2005-07-08 Thread Zachary Rizer
--- Lennart Sorensen [EMAIL PROTECTED] wrote: On Fri, Jul 08, 2005 at 06:40:05AM -0400, Zaq Rizer wrote: The package contains statically-compiled 32bit binaries. It runs (the server process, I mean) in native amd64 code, except that when a client tries to connect, after it

Re: Servers inside the chroot

2005-07-08 Thread Lennart Sorensen
On Fri, Jul 08, 2005 at 06:30:30AM -0700, Zachary Rizer wrote: Oh my, a forehead slapper. At some point, I had commented out all my 32bit libs from ld.so.conf. I removed the comments, reran ldconfig, checked ldd bin/* in my NX directory, and it works! Quite likely at some point when amd64

Re: Servers inside the chroot

2005-07-08 Thread Zaq Rizer
On Fri, 2005-07-08 at 09:40 -0400, Lennart Sorensen wrote: On Fri, Jul 08, 2005 at 06:30:30AM -0700, Zachary Rizer wrote: Oh my, a forehead slapper. At some point, I had commented out all my 32bit libs from ld.so.conf. I removed the comments, reran ldconfig, checked ldd bin/* in my NX

Servers inside the chroot

2005-07-07 Thread Zachary Rizer
Can you run a server process inside the 32bit chroot and access it from other machines? My understanding of the boundaries of the chroot are a little fuzzy. I'd like to run the FreeNX server, but it won't work in amd64 mode because of a missing libstdc++-libc6.2-2.so.3, which is present in the

Re: Servers inside the chroot

2005-07-07 Thread Thomas Steffen
On 7/7/05, Zachary Rizer [EMAIL PROTECTED] wrote: Can you run a server process inside the 32bit chroot and access it from other machines? Yes, you can. The chroot may have a different file system, but it sees exactly the same network. However, usually you don't have an init process running

Re: Servers inside the chroot

2005-07-07 Thread Zachary Rizer
--- Thomas Steffen [EMAIL PROTECTED] wrote: On 7/7/05, Zachary Rizer [EMAIL PROTECTED] wrote: Can you run a server process inside the 32bit chroot and access it from other machines? Yes, you can. The chroot may have a different file system, but it sees exactly the same network. The

Re: Servers inside the chroot

2005-07-07 Thread Bob Proulx
Zachary Rizer wrote: --- Thomas Steffen [EMAIL PROTECTED] wrote: Yes, you can. The chroot may have a different file system, but it sees exactly the same network. Agreed. This works fine. The server doesn't seem to want to run in the chroot, or if it's running, I can't get to it from