samba trouble

2014-09-06 Thread Derek Trotter
A few days ago I was given a computer. I decided to try using samba to move data from one to the other. I installed samba but couldn't get it to work. I've googled this and found many people having problems with samba, but none with the problem I'm having. Please help and thanks to anyone

Re: samba trouble

2014-09-06 Thread Nathan England
First thought is firewalls. Have you tried disabling iptables on either machine? That is usually my first thought. On Saturday, September 06, 2014 03:01:07 AM Derek Trotter wrote: A few days ago I was given a computer. I decided to try using samba to move data from one to the other. I

Re: samba trouble

2014-09-06 Thread Derek Trotter
It's not installed on either one. However I did find the problem of why nothing was being shared. It worked after I added valid users = username to the shares. The options to /etc/init.d/samba that I mentioned earlier still aren't working, but thankfully samba does start when I boot the

Re: samba trouble

2014-09-06 Thread techlists
I am by no means an expert. I was looking at your command : sudo /etc/init.d/samba stop and was wondering if you should be using samba. Have you tried : sudo service smbd stop ? On 2014-09-06 05:01, Derek Trotter wrote: A few days ago I was given a computer. I decided to try using

Re: samba trouble

2014-09-06 Thread Stephen Partington
I was about to say you don't have any users allowed or created. On Sep 6, 2014 3:25 AM, Derek Trotter expat.arizo...@gmail.com wrote: It's not installed on either one. However I did find the problem of why nothing was being shared. It worked after I added valid users = username to the

LFS 8.5

2014-09-06 Thread Michael Havens
I finished! Before I boot into the new system they say to install a few BLFS programs to make it easier before I leave the chroot environment. So I download the first program, check the md5sum of it, and then try to scp that program to the lfs computer with the following results:

Re: LFS 8.5

2014-09-06 Thread sean
Can mike write to /sources on the lfs host? On Sep 6, 2014 12:37 PM, Michael Havens bmi...@gmail.com wrote: I finished! Before I boot into the new system they say to install a few BLFS programs to make it easier before I leave the chroot environment. So I download the first program, check the

LFS 9.3

2014-09-06 Thread Michael Havens
That solved the problem! I needed to do it as root. :-)~MIKE~(-: On Sat, Sep 6, 2014 at 12:42 PM, sean sean.a.ritz...@gmail.com wrote: Can mike write to /sources on the lfs host? On Sep 6, 2014 12:37 PM, Michael Havens bmi...@gmail.com wrote: I finished! Before I boot into the new system

Re: samba trouble

2014-09-06 Thread Derek Trotter
sudo service smbd stop didn't work. For now I'm giving up on it. I already have ssh installed on one machine. I'll install it on the other and use sftp to move data between them. Thanks for the input. On 09/06/2014 07:36 AM, techli...@phpcoderusa.com wrote: I am by no means an expert. I