On Tue, Aug 05, 2008 at 04:34:23PM -0500, Shehla Saleem wrote:
> Also, this might sound naive, but I am too confused right now. My host
> is on a network which is not a 192.168.0.0/24 but something else. Do I
> have to give an IP address to uml from the same range as the host or
> can I still use a
Hi,
I have uml running properly and the host can ssh the uml system. But
uml cannot ssh the host or any other machine on the network. It just
gives the error:
Host key verification failed
>From inside uml, I can ping any machine on the network including the
host but cant ssh.
Can anyone please e
Hi,
I'm stuck with an old red hat pc at work (on which I don't have root
access). Now I'm wanting to install a certain program, but after
checking it would require updating lots of dependences including libc,
binutils, gcc, etc. I could go for the old "./configure
--prefix=$HOME; make install" eve