Re: [CentOS] httpd userdir problem

2015-09-25 Thread Steven Tardy

> On Sep 25, 2015, at 12:33 PM, Timothy Murphy  wrote:
> 
> when I try to access localhost/Menloe

Try:
  http://localhost/~Menloe
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd userdir problem

2015-09-25 Thread Timothy Murphy
Tony Schreiner wrote:

> also if selinux is enabled, the boolean httpd_enable_homedirs should be
> set

I have set SELINUX=permissive


>> > I'm running httpd-2.4.6-31.el7.centos.1.x86_64
>> > under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
>> >
>> > I cannot get the httpd userdir facility working;
>> > when I try to access localhost/Menloe I get the message
>> > "You don't have permission to access /Menloe on this server."

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problems with my touchpad in CentOS7

2015-09-25 Thread C.L. Martinez

On 09/25/2015 04:32 PM, Akemi Yagi wrote:

On Fri, Sep 25, 2015 at 9:02 AM, C.L. Martinez  wrote:

Hi all,

  I have a lot of errors like this:

psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6

  This is a CentOS7 laptop (fully patched). It is the same problem reported
here:

https://bugs.centos.org/view.php?id=4192

  and solution was to release a new kernel under cplus kernel repo ... Is the
same solution for CentOS7? Will be patched?


I had a quick look at the code in the current CentOS-7 kernel. The
patch referenced in bug #4192 is included in CentOS 7. What is your
hardware?



It is an Acer TravelMate TMP255-M

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd userdir problem

2015-09-25 Thread Timothy Murphy
Richard Mann wrote:

> Look in /etc/httpd/conf.d/  for userdir.conf.

Here is my userdir.conf
-

#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
#.#UserDir disabled

#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the "UserDir disabled" line above, and uncomment
# the following line instead:
#
UserDir public_html


#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#

#.#AllowOverride FileInfo AuthConfig Limit Indexes
AllowOverride All
Require all granted
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS

-

>> I'm running httpd-2.4.6-31.el7.centos.1.x86_64
>> under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
>> 
>> I cannot get the httpd userdir facility working;
>> when I try to access localhost/Menloe I get the message
>> "You don't have permission to access /Menloe on this server."

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd userdir problem

2015-09-25 Thread Tony Schreiner
also if selinux is enabled, the boolean httpd_enable_homedirs should be set

On Fri, Sep 25, 2015 at 1:11 PM, Richard Mann  wrote:

> Look in /etc/httpd/conf.d/  for userdir.conf.
>
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Timothy Murphy
> Sent: Friday, September 25, 2015 1:04 PM
> To: centos@centos.org
> Subject: Re: [CentOS] httpd userdir problem
>
> Timothy Murphy wrote:
>
> > I'm running httpd-2.4.6-31.el7.centos.1.x86_64
> > under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
> >
> > I cannot get the httpd userdir facility working;
> > when I try to access localhost/Menloe I get the message
> > "You don't have permission to access /Menloe on this server."
>
> Incidentally, httpd -l returns
> Compiled in modules:
>   core.c
>   mod_so.c
>   http_core.c
>
> But when I add
>   LoadModule userdir_module modules/mod_userdir.so
> to /etc/httpd/conf/httpd.conf and restart httpd I get the message
> "AH01574: module userdir_module is already loaded, skipping"
>
> I notice that under Apache 2.2 there were a dozen or more
> LoadModule commands in httpd.conf
> but they no longer appear there in Apache 2.4 .
>
> --
> Timothy Murphy
> gayleard /at/ eircom.net
> School of Mathematics, Trinity College, Dublin
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd userdir problem

2015-09-25 Thread Richard Mann
Look in /etc/httpd/conf.d/  for userdir.conf. 

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Timothy Murphy
Sent: Friday, September 25, 2015 1:04 PM
To: centos@centos.org
Subject: Re: [CentOS] httpd userdir problem

Timothy Murphy wrote:

> I'm running httpd-2.4.6-31.el7.centos.1.x86_64
> under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
> 
> I cannot get the httpd userdir facility working;
> when I try to access localhost/Menloe I get the message
> "You don't have permission to access /Menloe on this server."

Incidentally, httpd -l returns
Compiled in modules:
  core.c
  mod_so.c
  http_core.c

But when I add
  LoadModule userdir_module modules/mod_userdir.so
to /etc/httpd/conf/httpd.conf and restart httpd I get the message
"AH01574: module userdir_module is already loaded, skipping"

I notice that under Apache 2.2 there were a dozen or more
LoadModule commands in httpd.conf
but they no longer appear there in Apache 2.4 .

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd userdir problem

2015-09-25 Thread Timothy Murphy
Timothy Murphy wrote:

> I'm running httpd-2.4.6-31.el7.centos.1.x86_64
> under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
> 
> I cannot get the httpd userdir facility working;
> when I try to access localhost/Menloe I get the message
> "You don't have permission to access /Menloe on this server."

Incidentally, httpd -l returns
Compiled in modules:
  core.c
  mod_so.c
  http_core.c

But when I add
  LoadModule userdir_module modules/mod_userdir.so
to /etc/httpd/conf/httpd.conf and restart httpd I get the message
"AH01574: module userdir_module is already loaded, skipping"

I notice that under Apache 2.2 there were a dozen or more
LoadModule commands in httpd.conf
but they no longer appear there in Apache 2.4 .

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] httpd userdir problem

2015-09-25 Thread Timothy Murphy
I'm running httpd-2.4.6-31.el7.centos.1.x86_64
under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).

I cannot get the httpd userdir facility working;
when I try to access localhost/Menloe I get the message
"You don't have permission to access /Menloe on this server."

I see in /var/log/httpd/error_log
"Symbolic link not allowed or link target not accessible:
/var/www/html/Menloe"
while in /var/log/httpd/access_log I see
"GET /Menloe HTTP/1.1" 403 208

In /etc/httpd/conf.d/userdir.conf I have
UserDir public_html
and

AllowOverride All
Require all granted
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS


The directory ~/public_html/Menloe/ is owned by me,
and has permissions drwxr-xr-x.

I wonder if anyone has met this problem?
Or if anyone is using the apache userdir facility in CentOS 7?

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problems with my touchpad in CentOS7

2015-09-25 Thread Akemi Yagi
On Fri, Sep 25, 2015 at 9:02 AM, C.L. Martinez  wrote:
> Hi all,
>
>  I have a lot of errors like this:
>
> psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
>
>  This is a CentOS7 laptop (fully patched). It is the same problem reported
> here:
>
> https://bugs.centos.org/view.php?id=4192
>
>  and solution was to release a new kernel under cplus kernel repo ... Is the
> same solution for CentOS7? Will be patched?

I had a quick look at the code in the current CentOS-7 kernel. The
patch referenced in bug #4192 is included in CentOS 7. What is your
hardware?

Akemi
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Problems with my touchpad in CentOS7

2015-09-25 Thread C.L. Martinez

Hi all,

 I have a lot of errors like this:

psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6

 This is a CentOS7 laptop (fully patched). It is the same problem 
reported here:


https://bugs.centos.org/view.php?id=4192

 and solution was to release a new kernel under cplus kernel repo ... 
Is the same solution for CentOS7? Will be patched?


Thanks.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] x2go on CentOS6

2015-09-25 Thread Johnny Hughes
On 09/24/2015 11:13 AM, isdtor wrote:
> 
>> The errors you posted were from the client. Assuming you can ssh into
>> the remote machine without a problem, do you see error messages there
>> on the server?
> 
> Thanks, Akemi, you have hit the nail on the head!
> 
> The spurious error message was caused by a statement in .cshrc that created 
> output, a stray unescaped exclamation mark in an alias definition. And that 
> with me preaching to my users for years about cleaning up their init files ...
> 
> I feel stupid now. But not contagious, thankfully.

Don't worry .. she does that to me all the time too :)

toracat is way too smart ..




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos