Re: Installing a new Guest from the Starter System Closed

2009-01-22 Thread Mark Post
>>> On 1/22/2009 at 1:03 PM, Adam Thornton wrote: -snip- > Specifically, you probably don't have the default route set on > LINUXEKM. So other things on its subnet can get to it, but nothing > outside the subnet. Which would normally be set by answering the "default gateway" prompt from the i

Re: Installing a new Guest from the Starter System Closed

2009-01-22 Thread Adam Thornton
On Jan 22, 2009, at 12:00 PM, Ray Waters wrote: Mark, No I can't. I tried to connect to LINUXEKM (172.16.28.63) with PUTTY and could not connect. I received "connection timed out". I could only get the LOGIN screen when I used PUTTY to 172.16.28.62 (NOVSTART). Then use SSH -X r...@172.16.28.63

Re: Installing a new Guest from the Starter System Closed

2009-01-22 Thread Ray Waters
in our network? Ray -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Mark Post Sent: Thursday, January 22, 2009 11:27 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Installing a new Guest from the Starter System Closed >>> On 1/22/2009 at 12:

Re: Installing a new Guest from the Starter System Closed

2009-01-22 Thread Mark Post
>>> On 1/22/2009 at 12:07 PM, Ray Waters wrote: -snip- > That did the trick. I deleted line 4, then I used PUTTY to login to > NOVSTART, then SSH to connect to LINUXEKM. You really can eliminate the middle-man and just PuTTY to LINUXEKM directly to do the install. Mark Post

Re: Installing a new Guest from the Starter System Closed

2009-01-22 Thread Ray Waters
Behalf Of Adam Thornton Sent: Wednesday, January 21, 2009 10:05 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Installing a new Guest from the Starter System On Jan 21, 2009, at 9:54 AM, Ray Waters wrote: > Dave, > > How do I delete Line 4 in known_hosts? Dave's not here, man. sed -i

Re: Installing a new Guest from the Starter System

2009-01-21 Thread David Boyes
"Original vi" (like if you're stuck on Solaris or AIX or have to move between systems a lot) seems to choke on that syntax. My suggestion even works on my ancient 4.3BSD MicroVAX and the Celerity 5xx. 8-) Doesn't work on the Apollos, though. Then again, *nothing* normal works on the Apollo...8-)

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Eli Dow
Hello List, For what it is worth, I always use the variant: vi /root/.ssh/known_hosts +4 which will take you directly to the line after the "+" symbol. Then proceed with the dd and wq as Jay mentioned. On Wed, 2009-01-21 at 14:02 -0500, Robert J Brenneman wrote: > or: > vi /root/.ssh/known_ho

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Robert J Brenneman
or: vi /root/.ssh/known_hosts Type ':4' (no quotes) to goto line 4 Press dd to delete line 4 Type ':wq' (no quotes) When your known_hosts gets beyond 30 entries the arrow keys don't cut it anymore. -- Jay Brenneman -- For LINUX-

Re: Installing a new Guest from the Starter System

2009-01-21 Thread David Boyes
On 1/21/09 10:54 AM, "Ray Waters" wrote: > Dave, > > How do I delete Line 4 in known_hosts? vi /root/.ssh/known_hosts Press j three times to move down to line 4 Press dd to delete line 4 Type ':wq' (no quotes) Try your ssh session again.

Re: Installing a new Guest from the Starter System

2009-01-21 Thread David Boyes
On 1/21/09 10:27 AM, "Ray Waters" wrote: > Today I tried to start again and brought up NOVSTART, brought up LINUXEKM, ran > thru SLES exec as before with no problems. But when I try to connect to the > new guest via ssh -X r...@172.16.28.63 so I can > configure, I get e

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Adam Thornton
On Jan 21, 2009, at 10:26 AM, Mark Post wrote: On 1/21/2009 at 11:05 AM, Adam Thornton wrote: -snip- sed -i -e '4d' /root/.ssh/known_hosts would do the trick. I don't think that's going to work very well with PuTTY on a Windows desktop. Wasn't he sshing from novstart? Adam

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Mark Post
>>> On 1/21/2009 at 11:30 AM, Scott Rohling wrote: > No - but he's past that point (using putty) and is using ssh on the linux > guest.. ;-) Correct, but if he takes my advice on not using PuTTY to go through novstart, he'll run into the same issue (but less severe since PuTTY allows you to

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Mark Post
>>> On 1/21/2009 at 10:27 AM, Ray Waters wrote: -snip- > Today I tried to start again and brought up NOVSTART, brought up LINUXEKM, > ran thru SLES exec as before with no problems. But when I try to connect to > the new guest via ssh -X r...@172.16.28.63 so I can > c

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Mark Post
>>> On 1/21/2009 at 10:56 AM, Scott Rohling wrote: > Because he started the install over and it created a new ssh key -- at least > I'm assuming? Bingo, sort of. I run into this all the time because I frequently re-install my test systems with different versions. The installation kernel and i

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Scott Rohling
No - but he's past that point (using putty) and is using ssh on the linux guest.. ;-) Scott On Wed, Jan 21, 2009 at 9:26 AM, Mark Post wrote: > >>> On 1/21/2009 at 11:05 AM, Adam Thornton > wrote: > -snip- > > sed -i -e '4d' /root/.ssh/known_hosts > > > > would do the trick. > > I don't thin

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Mark Post
>>> On 1/21/2009 at 11:05 AM, Adam Thornton wrote: -snip- > sed -i -e '4d' /root/.ssh/known_hosts > > would do the trick. I don't think that's going to work very well with PuTTY on a Windows desktop. Mark Post -- For LINUX-3

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Adam Thornton
On Jan 21, 2009, at 9:54 AM, Ray Waters wrote: Dave, How do I delete Line 4 in known_hosts? Dave's not here, man. sed -i -e '4d' /root/.ssh/known_hosts would do the trick. Adam -- For LINUX-390 subscribe / signoff / archi

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Scott Rohling
Because he started the install over and it created a new ssh key -- at least I'm assuming? Scott On Wed, Jan 21, 2009 at 8:31 AM, Adam Thornton wrote: > On Jan 21, 2009, at 9:27 AM, Ray Waters wrote: > > I have the Starter System built (NOVSTART) and can logon to it via >> putty @ 172.16.28.62.

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Ray Waters
Dave, How do I delete Line 4 in known_hosts? Ray -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Douglas Wooster Sent: Wednesday, January 21, 2009 9:51 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Installing a new Guest from the Starter System

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Douglas Wooster
Adam Thornton wrote on 01/21/2009 10:36 AM: > On Jan 21, 2009, at 9:27 AM, Ray Waters wrote: > > > I have the Starter System built (NOVSTART) and can logon to it via > > putty @ 172.16.28.62. > > > > Yesterday I brought up NOVSTART(172.16.28.62) and my new LINUX guest > > named LINUXEKM (172.16.28

Re: Installing a new Guest from the Starter System

2009-01-21 Thread Adam Thornton
On Jan 21, 2009, at 9:27 AM, Ray Waters wrote: I have the Starter System built (NOVSTART) and can logon to it via putty @ 172.16.28.62. Yesterday I brought up NOVSTART(172.16.28.62) and my new LINUX guest named LINUXEKM (172.16.28.63), ran SLES exec, and was able to connect via ssh -X r...@172.

Installing a new Guest from the Starter System

2009-01-21 Thread Ray Waters
I have the Starter System built (NOVSTART) and can logon to it via putty @ 172.16.28.62. Yesterday I brought up NOVSTART(172.16.28.62) and my new LINUX guest named LINUXEKM (172.16.28.63), ran SLES exec, and was able to connect via ssh -X r...@172.16.28.63 from NOVSTAR