GNU bug report logs - #26688
LXDE: Login fails

Previous Next

Package: guix;

Reported by: ng0 <contact.ng0 <at> cryptolab.net>

Date: Thu, 27 Apr 2017 22:23:01 UTC

Severity: normal

Tags: easy

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26688 in the body.
You can then email your comments to 26688 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#26688; Package guix. (Thu, 27 Apr 2017 22:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ng0 <contact.ng0 <at> cryptolab.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 27 Apr 2017 22:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ng0 <contact.ng0 <at> cryptolab.net>
To: bug-guix <at> gnu.org
Subject: LXDE: Login fails
Date: Thu, 27 Apr 2017 22:22:05 +0000
At the moment trying to login through SLIM (same with SDDM) into LXDE
you get the message "Failed to execute login command" for
about 2 seconds, then the X session terminates and your are
back at SLIM.

Effectively through the login managers we have, LXDE is not
usable at the moment. I haven't tested using just "startx".

I open this bug so that it can be referenced and is visible. To me
it is known since I've sent in the meta package for LXDE.
-- 
PGP and more: https://people.pragmatique.xyz/ng0/




Information forwarded to bug-guix <at> gnu.org:
bug#26688; Package guix. (Fri, 05 May 2017 18:42:01 GMT) Full text and rfc822 format available.

Message #8 received at 26688 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: ng0 <contact.ng0 <at> cryptolab.net>
Cc: 26688 <at> debbugs.gnu.org
Subject: Re: bug#26688: LXDE: Login fails
Date: Fri, 05 May 2017 20:41:45 +0200
ng0 <contact.ng0 <at> cryptolab.net> skribis:

> At the moment trying to login through SLIM (same with SDDM) into LXDE
> you get the message "Failed to execute login command" for
> about 2 seconds, then the X session terminates and your are
> back at SLIM.

Does ~/.xsession-errors contain any hint?  That is, try to log in and
fail, then go to tty1 with ctrl-alt-f1, log in, and run
“cat ~/.xsession-errors”.

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#26688; Package guix. (Sun, 07 May 2017 13:19:01 GMT) Full text and rfc822 format available.

Message #11 received at 26688 <at> debbugs.gnu.org (full text, mbox):

From: ng0 <contact.ng0 <at> cryptolab.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 26688 <at> debbugs.gnu.org, ng0 <contact.ng0 <at> cryptolab.net>
Subject: Re: bug#26688: LXDE: Login fails
Date: Sun, 7 May 2017 13:18:18 +0000
Ludovic Courtès transcribed 0.4K bytes:
> ng0 <contact.ng0 <at> cryptolab.net> skribis:
> 
> > At the moment trying to login through SLIM (same with SDDM) into LXDE
> > you get the message "Failed to execute login command" for
> > about 2 seconds, then the X session terminates and your are
> > back at SLIM.
> 
> Does ~/.xsession-errors contain any hint?  That is, try to log in and
> fail, then go to tty1 with ctrl-alt-f1, log in, and run
> “cat ~/.xsession-errors”.
> 
> Thanks,
> Ludo’.

Hi,

I would've appended the file if it existed. But $home/.xsession-error
doesn't exist here.
-- 
https://pragmatique.xyz
PGP: https://people.pragmatique.xyz/ng0/




Information forwarded to bug-guix <at> gnu.org:
bug#26688; Package guix. (Sun, 07 May 2017 16:03:02 GMT) Full text and rfc822 format available.

Message #14 received at 26688 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: 26688 <at> debbugs.gnu.org
Subject: Re: bug#26688: LXDE: Login fails
Date: Sun, 07 May 2017 18:02:36 +0200
[Message part 1 (text/plain, inline)]
Hi ng0,

ng0 <contact.ng0 <at> cryptolab.net> skribis:

> I would've appended the file if it existed. But $home/.xsession-error
> doesn't exist here.

Indeed, not sure why.

I was able to reproduce the problem in a VM with the attached config.
It boils down to this:

--8<---------------cut here---------------start------------->8---
$ /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/startlxde 
cp: cannot stat '/etc/xdg/openbox/LXDE/rc.xml': No such file or directory
/gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/startlxde: line 47: /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/lxsession: No such file or directory
--8<---------------cut here---------------end--------------->8---

The ‘cp’ error seems harmless but the other one is obviously
problematic.

Could you check what’s wrong with ‘startlxde’?

Thanks!

Ludo’.

[lightweight-desktop.tmpl (text/x-scheme, inline)]
;; This is an operating system configuration template
;; for a "desktop" setup without full-blown desktop
;; environments.

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop)
(use-package-modules wm lxde certs)

(operating-system
  (host-name "antelope")
  (timezone "Europe/Paris")
  (locale "en_US.utf8")

  ;; Assuming /dev/sdX is the target hard disk, and "my-root"
  ;; is the label of the target root file system.
  (bootloader (grub-configuration (device "/dev/sdX")))

  (file-systems (cons (file-system
                        (device "my-root")
                        (title 'label)
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  (users (cons (user-account
                (name "alice")
                (comment "Bob's sister")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"))
                (home-directory "/home/alice"))
               %base-user-accounts))

  ;; Add a bunch of window managers; we can choose one at
  ;; the log-in screen with F1.
  (packages (cons* lxde
                   nss-certs                      ;for HTTPS access
                   %base-packages))

  ;; Use the "desktop" services, which include the X11
  ;; log-in service, networking with Wicd, and more.
  (services %desktop-services)

  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))

Information forwarded to bug-guix <at> gnu.org:
bug#26688; Package guix. (Sun, 07 May 2017 17:34:02 GMT) Full text and rfc822 format available.

Message #17 received at 26688 <at> debbugs.gnu.org (full text, mbox):

From: ng0 <ng0 <at> pragmatique.xyz>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 26688 <at> debbugs.gnu.org
Subject: Re: bug#26688: LXDE: Login fails
Date: Sun, 7 May 2017 17:33:43 +0000
Ludovic Courtès transcribed 2.7K bytes:
> Hi ng0,
> 
> ng0 <contact.ng0 <at> cryptolab.net> skribis:
> 
> > I would've appended the file if it existed. But $home/.xsession-error
> > doesn't exist here.
> 
> Indeed, not sure why.
> 
> I was able to reproduce the problem in a VM with the attached config.
> It boils down to this:
> 
> --8<---------------cut here---------------start------------->8---
> $ /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/startlxde 
> cp: cannot stat '/etc/xdg/openbox/LXDE/rc.xml': No such file or directory
> /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/startlxde: line 47: /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/lxsession: No such file or directory
> --8<---------------cut here---------------end--------------->8---
> 
> The ‘cp’ error seems harmless but the other one is obviously
> problematic.
> 
> Could you check what’s wrong with ‘startlxde’?
> 
> Thanks!
> 
> Ludo’.
> 

Thanks.

Yes, I will do so though if someone else feels like picking
this bug up, feel free to do so as it could take some time
for me to get back to this.

-- 
https://pragmatique.xyz
PGP: https://people.pragmatique.xyz/ng0/




Added tag(s) easy. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Mon, 08 May 2017 14:31:02 GMT) Full text and rfc822 format available.

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 11 May 2017 21:33:01 GMT) Full text and rfc822 format available.

Notification sent to ng0 <contact.ng0 <at> cryptolab.net>:
bug acknowledged by developer. (Thu, 11 May 2017 21:33:02 GMT) Full text and rfc822 format available.

Message #24 received at 26688-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: 26688-done <at> debbugs.gnu.org
Subject: Re: bug#26688: LXDE: Login fails
Date: Thu, 11 May 2017 23:32:24 +0200
ludo <at> gnu.org (Ludovic Courtès) skribis:

> ng0 <contact.ng0 <at> cryptolab.net> skribis:
>
>> I would've appended the file if it existed. But $home/.xsession-error
>> doesn't exist here.
>
> Indeed, not sure why.
>
> I was able to reproduce the problem in a VM with the attached config.
> It boils down to this:
>
> $ /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/startlxde 
> cp: cannot stat '/etc/xdg/openbox/LXDE/rc.xml': No such file or directory
> /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/startlxde: line 47: /gnu/store/9fdxlzwbsfzhncwznlx2lrp8rdq61f7v-lxde-common-0.99.2/bin/lxsession: No such file or directory

Fixed in d5e7d014dd304474692e47a7d48d33e99b81e18a.

Please email bug-guix if there are other problems with LXDE.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Jun 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 323 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.