Re: Samba broken pipe -

2019-07-27 Thread Bob Goodwin
On 7/26/19 9:17 PM, Ed Greshko wrote: On 7/27/19 7:59 AM, Bob Goodwin wrote: On 7/26/19 7:34 PM, Ed Greshko wrote: On 7/27/19 3:44 AM, Bob Goodwin wrote: It still works when mounted from root except now it comes up read-only and the users can't save files to it. What is read only?

Re: Samba broken pipe -

2019-07-26 Thread Ed Greshko
On 7/27/19 7:59 AM, Bob Goodwin wrote: > > > On 7/26/19 7:34 PM, Ed Greshko wrote: >> On 7/27/19 3:44 AM, Bob Goodwin wrote: >>> It still works when mounted from root except now it comes up read-only and >>> the users >>> can't save files to it. >> What is read only? >> >> Output of "mount | grep

Re: Samba broken pipe -

2019-07-26 Thread Bob Goodwin
On 7/26/19 7:34 PM, Ed Greshko wrote: On 7/27/19 3:44 AM, Bob Goodwin wrote: It still works when mounted from root except now it comes up read-only and the users can't save files to it. What is read only? Output of "mount | grep sd" . Server root@box48 ~]# mount | grep sd /dev/sda3 on /

Re: Samba broken pipe -

2019-07-26 Thread Ed Greshko
On 7/27/19 3:44 AM, Bob Goodwin wrote: > It still works when mounted from root except now it comes up read-only and > the users > can't save files to it. What is read only? Output of "mount | grep sd" -- Right: I dislike the default color scheme Wrong: What idiot picked the default color

Re: Samba broken pipe -

2019-07-26 Thread Bob Goodwin
On 7/26/19 5:14 PM, Tim Evans wrote: On 7/26/19 5:08 PM, Bob Goodwin wrote: It doesn't appear to be /bin/bash permissions: [root@bobg bobg]# ssh root@192.168.2.8 root@192.168.2.8's password: Last login: Fri Jul 26 15:07:13 2019 from 192.168.2.153 [root@box48 ~]# ls -l /bin/bash -rwxr-xr-x.

Re: Samba broken pipe -

2019-07-26 Thread Tim Evans
On 7/26/19 5:08 PM, Bob Goodwin wrote: It doesn't appear to be /bin/bash permissions: [root@bobg bobg]# ssh root@192.168.2.8 root@192.168.2.8's password: Last login: Fri Jul 26 15:07:13 2019 from 192.168.2.153 [root@box48 ~]# ls -l /bin/bash -rwxr-xr-x. 1 root root 1072056 May 17  2016 I will

Re: Samba broken pipe -

2019-07-26 Thread Bob Goodwin
On 7/26/19 4:17 PM, Ben Cotton wrote: /bin/bash: Permission denied Connection to 192.168.2.8 closed. I am still able to ssh connect as root and reset bobg's password, only to get the same "Permission denied." Based on that output, I am not surprised that resetting the password didn't work.

Re: Samba broken pipe -

2019-07-26 Thread Alessio
On Fri, Jul 26, 2019, 10:22 PM Ben Cotton wrote: > On Fri, Jul 26, 2019 at 3:45 PM Bob Goodwin > wrote: > > > > /bin/bash: Permission denied > > Connection to 192.168.2.8 closed. > > > > I am still able to ssh connect as root and reset bobg's password, only > > to get the same "Permission

Re: Samba broken pipe -

2019-07-26 Thread Ben Cotton
On Fri, Jul 26, 2019 at 3:45 PM Bob Goodwin wrote: > > /bin/bash: Permission denied > Connection to 192.168.2.8 closed. > > I am still able to ssh connect as root and reset bobg's password, only > to get the same "Permission denied." > Based on that output, I am not surprised that resetting the

Re: Samba broken pipe -

2019-07-26 Thread Bob Goodwin
On 7/26/19 12:02 PM, Bob Goodwin wrote: . This morning I am unable to ssh into the samba server. I get an error: "client_loop: send disconnect: Broken pipe" although I am still able to access the server files on another connection. Has something changed recently limiting me to one

Samba broken pipe -

2019-07-26 Thread Bob Goodwin
. This morning I am unable to ssh into the samba server. I get an error: "client_loop: send disconnect: Broken pipe" although I am still able to access the server files on another connection. Has something changed recently limiting me to one connection at a time? Or perhaps another problem?