got it worked out..... after allowing from the ip I needed to scp.... not cp. I tried scp before I added the rule but not after. Everything is good now. I ieven figured out a mistake they have in there version-check program where they would tell you that a program was missing but not tell you which one it was. I thought they were referring to the previous entry and I kept banging my head against the keyboard until I realized that there was something missing. Now everything seems to be running smoothly! I compiled binutils and didn't get an error in process so I suppose all is well with it. Right now gcc is in process. :-)~MIKE~(-: On Thu, Aug 23, 2012 at 5:47 PM, Lisa Kachold wrote: > > Hi Mike:inutils and didn't get an error in process so I suppose all is > well with > > On Thu, Aug 23, 2012 at 3:58 PM, Michael Havens wrote: > >> I'm doing a linuxfromscratch installatin >> >> :-)~MIKE~(-: >> >> >> >> On Thu, Aug 23, 2012 at 3:53 PM, Michael Havens wrote: >> >>> no I wasn't being flippant. I was saying 'of course' to myself. You >>> know, like: 'Of course.... duhhhhh..... what was I thinking!' so then that >>> brings to mind an interaction between the lovely Lisa and myself dealing >>> with ufw so now I am stuck with ufw. I put in >>> >>> ufw allow >>> >>> and it responds >>> >>> could not find a profile matching >>> >>> As for which VM I am using it is Oracle's. Would you recommend a >>> different one? >>> :-)~MIKE~(-: >>> >> > /sbin/ifconfig -a > > You should see the connection as "bridged" on your network, not NAT, from > whatever you are using (Oracle Virtualbox) for this virtual. > > Then you can enter: > > /etc/init.d/network start > > Reference: > http://www.linuxfromscratch.org/lfs/view/7.0/scripts/apds18.html > > /etc/sysconfig/ifconfig contains the list of all the interfaces. > > Once the network is verified and setup with bridged mode, you need to > start OpenSSH > > /etc/init.d/sshd start > > /sbin/chkconfig sshd on 3 4 5 > > And you might also look at your /etc/ssh/sshd_config file to be sure you > allow root ssh? Search forward for "Root". > > Make change and restart sshd > > /etc/init.d/sshd restart > > Also, you might add the other server to your /etc/hosts file and > /etc/hosts.allow file > > http://www.linuxfromscratch.org/blfs/view/6.3/server/openssh.html > > Make sure your directory permissions are good for .ssh and your ssh-keygen > is setup as explained in the reference link. > > > >>> >>> >>> On Thu, Aug 23, 2012 at 3:30 PM, Stephen wrote: >>> >>>> what VM stack are you using what host? >>>> >>>> On Thu, Aug 23, 2012 at 3:22 PM, Michael Havens >>>> wrote: >>>> > of course. I need to allow it to see the virtual. Could you point me >>>> in the >>>> > right direction as to what i need to chnange? But why didnt it ask me >>>> if I >>>> > would allow the connection? >>>> > :-)~MIKE~(-: >>>> > >>>> > >>>> > On Thu, Aug 23, 2012 at 3:13 PM, Stephen >>>> wrote: >>>> >> >>>> >> sounds like networking a'nd firewall might be the issue. >>>> >> >>>> >> On Thu, Aug 23, 2012 at 2:49 PM, Michael Havens >>>> wrote: >>>> >> > >>>> >> > I need to move files from one computer to a virtual machine >>>> >> > It seems there needs to be something configured to cp files from >>>> the >>>> >> > host >>>> >> > machine to the virtual machine. It just keeps telling me that the >>>> >> > directory >>>> >> > on the host machine does not exist. When I try to ssh from the >>>> virtual >>>> >> > to >>>> >> > the host it fails with 'connection timed out' but I can ssh to the >>>> >> > virtual >>>> >> > from the host with no problem. >>>> >> > :-)~MIKE~(-: >>>> >> > >>>> >> > >>>> >> > --------------------------------------------------- >>>> >> > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>>> >> > To subscribe, unsubscribe, or to change your mail settings: >>>> >> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> A mouse trap, placed on top of your alarm clock, will prevent you >>>> from >>>> >> rolling over and going back to sleep after you hit the snooze button. >>>> >> >>>> >> Stephen >>>> >> --------------------------------------------------- >>>> >> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>>> >> To subscribe, unsubscribe, or to change your mail settings: >>>> >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>>> > >>>> > >>>> > >>>> > --------------------------------------------------- >>>> > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>>> > To subscribe, unsubscribe, or to change your mail settings: >>>> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>>> >>>> >>>> >>>> -- >>>> A mouse trap, placed on top of your alarm clock, will prevent you from >>>> rolling over and going back to sleep after you hit the snooze button. >>>> >>>> Stephen >>>> --------------------------------------------------- >>>> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>>> To subscribe, unsubscribe, or to change your mail settings: >>>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>>> >>> >>> >> >> --------------------------------------------------- >> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >> To subscribe, unsubscribe, or to change your mail settings: >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >> > > > > -- > (503) 754-4452 Android > (623) 239-3392 Skype > (623) 688-3392 Google Voice > ** > Safeway.com > Automation Engineer > > > > > > > > > > > > > > > > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >