Re: [CentOS] Strrange behavior of VirtualHosts in Apache (CentOS6)

2017-11-14 Thread Walter H.
On Mon, November 13, 2017 15:54, Joseph L. Casale wrote: > -Original Message- > From: CentOS [mailto:centos-boun...@centos.org] On Behalf Of Walter H. > Sent: Monday, November 13, 2017 4:32 AM > To: centos@centos.org > Subject: [CentOS] Strrange behavior of VirtualHosts in Apache (CentOS6)

Re: [CentOS] C6 and xfce

2017-11-14 Thread mark
On 11/13/17 18:34, Gordon Messmer wrote: On 11/13/2017 11:26 AM, m.r...@5-cent.us wrote:     Did I miss something? You left out the details of what you actually did.  Should we guess?  :) My guess is: you ran "startx".  That starts a session as the user that runs "startx" Excuse me, but th

Re: [CentOS] C6 and xfce

2017-11-14 Thread Jonathan Billings
On Tue, Nov 14, 2017 at 08:02:40AM -0500, mark wrote: > On 11/13/17 18:34, Gordon Messmer wrote: > > My guess is: you ran "startx".  That starts a session as the user that > > runs "startx" > > Excuse me, but there's no need for insults. You know perfectly well that I'm > a professional sysadmin,

Re: [CentOS] C6 and xfce

2017-11-14 Thread m . roth
Jonathan Billings wrote: > On Tue, Nov 14, 2017 at 08:02:40AM -0500, mark wrote: >> On 11/13/17 18:34, Gordon Messmer wrote: >> > My guess is: you ran "startx".  That starts a session as the user that >> > runs "startx" > >> It's a Netbook. I yum groupinstalled xfce, created an >> /etc/sysconfig/de

Re: [CentOS] C6 and xfce

2017-11-14 Thread Gordon Messmer
On 11/14/2017 05:02 AM, mark wrote: You left out the details of what you actually did.  Should we guess? :) Excuse me, but there's no need for insults. That was intended to be ribbing in good humor.  It was not intended to be insulting.  I apologize. You know perfectly well that I'm a pro

[CentOS] Samba help

2017-11-14 Thread david
Folks I have a Centos7 system (SOFA) and want to install a Samba share named "STUFF" for the machines inside my home. All users in my home have read access to the share, but only one user "me" has write permission. The configuration below worked just fine when the Samba system was on Centos

Re: [CentOS] Samba help

2017-11-14 Thread Albert McCann
> -Original Message- > From: CentOS [mailto:centos-boun...@centos.org] On Behalf Of david > Sent: Tuesday, November 14, 2017 9:11 PM > To: CentOS mailing list > Subject: [CentOS] Samba help > > Folks > > I have a Centos7 system (SOFA) and want to install a Samba share > named "STUFF" for

Re: [CentOS] Samba help

2017-11-14 Thread John R Pierce
On 11/14/2017 6:41 PM, Albert McCann wrote: See if adding these under [global] helps in smb.conf: server max protocol = SMB3 client signing = required max protocol = SMB2 server signing = auto client use spnego = no client ntlmv2 auth = no client ipc max protocol = NT1 client ipc signing = auto