Re: slim (simple login manager)

2011-09-01 Thread cromworshipper-fedorast...@yahoo.com
On Thu, Sep 01, 2011 at 09:49:59AM -0400, Daniel J Walsh wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 08/31/2011 06:17 PM, John Schmitt wrote:
> > On Wed, Aug 31, 2011 at 09:13:42AM -0400, Daniel J Walsh wrote:
> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
> >> 
> >> On 08/30/2011 07:01 PM, John Schmitt wrote:
> >>> On Mon, Aug 29, 2011 at 10:52:54AM -0400, Daniel J Walsh
> >>> wrote:
> >>>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
> >>>> 
> >>>> On 08/28/2011 09:23 AM, Roberto Ragusa wrote:
> >>>>> On 08/28/2011 03:21 AM,
> >>>>> cromworshipper-fedorast...@yahoo.com wrote:
> >>>>>> slim started up fine when this machine was running Fedora
> >>>>>> 14. I installed it from for Fedora 15:
> >>>>>> 
> >>>>>> slim-1.3.2-8.fc15.x86_64
> >>>>>> 
> >>>>>> It doesn't start any more.  I get this in
> >>>>>> /var/log/slim.log:
> >>>>>> 
> >>>>>> slim: unexpected signal 15 sh: /usr/bin/xauth:
> >>>>>> Permission denied
> >>>>>> 
> >>>>> 
> >>>>> Check the permission of /usr/bin/xauth. They will be
> >>>>> probably ok, so next move will be blaming selinux.
> >>>>> 
> >>>> Looks to me like selinux.  I would check your labeling on
> >>>> xaut ahd maybe on slim.
> >>> 
> >>> 
> >>> $ ps -eZ | grep -i slim
> >>> 
> >>> yields nothing because slim is not running.
> >>> 
> >>> John
> >> Well can you logout of the X session and log in via a termanal or
> >> sshd to see what it is running as.
> > 
> > I guess I don't understand.  The start up process has stopped,
> > systemd says something about 'waiting for plymouth graphical boot
> > screen' to end and then stops.  X is not running at this point.  I
> > can press ALT+CTRL+F2 to open another terminal session and log in
> > to look at /var/log/messages, /var/log/slim.log, and
> > /var/log/Xorg.0.log.
> > 
> > I don't know if this helps, but I tried it again a few minutes ago
> > and saw this in /var/log/messages:
> > 
> > Aug 31 13:17:24 badboy systemd[1]: prefdm.service holdoff time
> > over, scheduling restart. Aug 31 13:17:25 badboy ntpd[1047]:
> > 0.0.0.0 c61c 0c clock_step +0.823605 s Aug 31 13:17:25 badboy
> > ntpd[1047]: 0.0.0.0 c614 04 freq_mode Aug 31 13:17:25 badboy
> > systemd[1]: prefdm.service holdoff time over, scheduling restart. 
> > Aug 31 13:17:26 badboy systemd[1]: prefdm.service holdoff time
> > over, scheduling restart. Aug 31 13:17:26 badboy systemd[1]:
> > prefdm.service holdoff time over, scheduling restart. Aug 31
> > 13:17:26 badboy systemd[1]: prefdm.service holdoff time over,
> > scheduling restart. Aug 31 13:17:26 badboy systemd[1]:
> > prefdm.service holdoff time over, scheduling restart. Aug 31
> > 13:17:26 badboy systemd[1]: prefdm.service start request repeated
> > too quickly, refusing to start.
> > 
> > 
> > 
> > Thanks for helping me with this, Daniel.
> > 
> > 
> > John
> 
> 
> Ok get me the output of
> 
> ausearch -m avc -ts recent or if audit is not runnind
> 
> dmesg | grep avc

$ sudo ausearch -m avc -ts recent


$ dmesg | grep -i avc
[   79.382138] dbus[1072]: avc:  netlink poll: error 4

Going back a few days I can see that ausearch reports a lot of AVC messages 
regarding wine-preloader and skype, but I can't imagine they're relevant here.

John
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


slim (Simple Login Manager)

2011-08-30 Thread cromworshipper-fedorast...@yahoo.com
On 08/30/2011 01:58 PM, cromworshipper-fedorastuff at yahoo.com wrote:
>In-Reply-To: <4E5A413B.9090201 at robertoragusa.it> >>>On Sun, Aug 28, 2011 at 
>03:23:07PM +0200, Roberto Ragusa wrote: >>On 08/28/2011 03:21 AM, 
>cromworshipper-fedorastuff at yahoo.com >>wrote: >>>slim started up fine when 
>this machine was running Fedora 14. >>>I installed it from for Fedora 15: 
>>>slim-1.3.2-8.fc15.x86_64 >>It doesn't start any more.  I get this in 
>/var/log/slim.log: >>slim: unexpected signal 15 sh: /usr/bin/xauth: 
>Permission >>>denied >>>Check the permission of /usr/bin/xauth. They will 
>be probably ok, >>so next move will be blaming selinux. -- Roberto Ragusa  
>  mail at robertoragusa.it >>>Thank you for taking an interest. >>I don't know 
>what could be wrong with /usr/bin/xauth since KDM >works fine.  I see nothing 
>in /var/log/messages from SElinux >(except something related to wine). >>What 
>permissions should I be looking for? >>$ ls -l --lcontext /usr/bin/xauth 
>-rwxr-xr-x. 1 >system_u:object_r:xauth_exec_t:s0 root
 root 36840 Feb  8  2011 >/usr/bin/xauth >>>$ ls -l --lcontext 
/usr/bin/slim-dynwm -rwxr-xr-x. 1 >system_u:object_r:bin_t:s0   root root 
120 Jul 25 12:07 >/usr/bin/slim-dynwm >>>$ ls -l --lcontext /usr/bin/slim 
-rwxr-xr-x. 1 >system_u:object_r:xdm_exec_t:s0  root root 168712 Jul 25 12:10 
>/usr/bin/slim John 
When I set my /etc/sysconfig/desktop to
DISPLAYMANAGER=/usr/bin/slim-dynwm
DESKTOP=openbox

slim doesn't actually run, so issuing

$ ps -eZ | grep -i slim 

yields nothing.

What else could I check?

John

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: slim (simple login manager)

2011-08-30 Thread cromworshipper-fedorast...@yahoo.com
In-Reply-To: <4e5ba7c6.7000...@redhat.com>
On Mon, Aug 29, 2011 at 10:52:54AM -0400, Daniel J Walsh wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 08/28/2011 09:23 AM, Roberto Ragusa wrote:
> > On 08/28/2011 03:21 AM, cromworshipper-fedorast...@yahoo.com
> > wrote:
> >> slim started up fine when this machine was running Fedora 14.  I
> >> installed it from for Fedora 15:
> >> 
> >> slim-1.3.2-8.fc15.x86_64
> >> 
> >> It doesn't start any more.  I get this in /var/log/slim.log:
> >> 
> >> slim: unexpected signal 15 sh: /usr/bin/xauth: Permission denied
> >> 
> > 
> > Check the permission of /usr/bin/xauth. They will be probably ok,
> > so next move will be blaming selinux.
> > 
> Looks to me like selinux.  I would check your labeling on xaut ahd
> maybe on slim.

Thank you for replying.  I also replied to someone else with this info.

I don't know what could be wrong with /usr/bin/xauth since KDM works fine.  I 
see nothing in /var/log/messages from SElinux (except something related to 
wine).

What permissions should I be looking for?

$ ls -l --lcontext /usr/bin/xauth
-rwxr-xr-x. 1 system_u:object_r:xauth_exec_t:s0 root root 36840 Feb  8  2011 
/usr/bin/xauth   
 

$ ls -l --lcontext /usr/bin/slim-dynwm 
-rwxr-xr-x. 1 system_u:object_r:bin_t:s0   root root 120 Jul 25 12:07 
/usr/bin/slim-dynwm 
 

$ ls -l --lcontext /usr/bin/slim
-rwxr-xr-x. 1 system_u:object_r:xdm_exec_t:s0  root root 168712 Jul 25 12:10 
/usr/bin/slim
 

This is the bug I filed for this issue: 
https://bugzilla.redhat.com/show_bug.cgi?id=733944

John
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: slim (simple login manager)

2011-08-30 Thread cromworshipper-fedorast...@yahoo.com
In-Reply-To: <4e5a413b.9090...@robertoragusa.it>


On Sun, Aug 28, 2011 at 03:23:07PM +0200, Roberto Ragusa wrote:
> On 08/28/2011 03:21 AM, cromworshipper-fedorast...@yahoo.com wrote:
> > slim started up fine when this machine was running Fedora 14.  I installed 
> > it from for Fedora 15:
> > 
> > slim-1.3.2-8.fc15.x86_64
> > 
> > It doesn't start any more.  I get this in /var/log/slim.log:
> > 
> > slim: unexpected signal 15
> > sh: /usr/bin/xauth: Permission denied
> > 
> 
> Check the permission of /usr/bin/xauth.
> They will be probably ok, so next move will be blaming selinux.
> 
> -- 
>    Roberto Ragusa    mail at robertoragusa.it


Thank you for taking an interest.

I don't know what could be wrong with /usr/bin/xauth since KDM works fine.  I 
see nothing in /var/log/messages from SElinux (except something related to 
wine).

What permissions should I be looking for?

$ ls -l --lcontext /usr/bin/xauth
-rwxr-xr-x. 1 system_u:object_r:xauth_exec_t:s0 root root 36840 Feb  8  2011 
/usr/bin/xauth   
 

$ ls -l --lcontext /usr/bin/slim-dynwm 
-rwxr-xr-x. 1 system_u:object_r:bin_t:s0   root root 120 Jul 25 12:07 
/usr/bin/slim-dynwm 
 

$ ls -l --lcontext /usr/bin/slim
-rwxr-xr-x. 1 system_u:object_r:xdm_exec_t:s0  root root 168712 Jul 25 12:10 
/usr/bin/slim
 


John
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


slim (simple login manager)

2011-08-27 Thread cromworshipper-fedorast...@yahoo.com
slim started up fine when this machine was running Fedora 14.  I installed it 
from for Fedora 15:

slim-1.3.2-8.fc15.x86_64

It doesn't start any more.  I get this in /var/log/slim.log:

slim: unexpected signal 15
sh: /usr/bin/xauth: Permission denied

I'm trying to launch slim by changing my /etc/sysconfig/desktop from:

DESKTOP="KDE"
DISPLAYMANAGER="KDE"

to:

DESKTOP="OPENBOX"
DISPLAYMANAGER=/usr/bin/slim-dynwm

How do I fix this?

John

PS Sorry if this received twice, email mumble mumble

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines