[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RESEND] lxde error



	Hi.

On Sun, Aug 05, 2018 at 03:26:28PM +0900, Byung-Hee HWANG (황병희, 黃炳熙) wrote:
> thanks for feedback, Reco^^^
> 
> 
> On 2018년 08월 04일 00:17, Reco wrote:
> > 	Hi.
> > 
> > On Fri, Aug 03, 2018 at 11:23:49PM +0900, Byung-Hee HWANG (황병희, 黃炳熙) wrote:
> > > thanks for feedback, Reco^^^
> > > 
> > > 
> > > On 2018년 08월 03일 15:22, Reco wrote:
> > > > 	Hi.
> > > > 
> > > > On Thu, Aug 02, 2018 at 11:04:37PM +0900, Byung-Hee HWANG (황병희) wrote:
> > > > > i'm new to debian. yesterday i did install debian on chromebook. i get
> > > > > some error when i start lxde. attached file with error [1]. how can i
> > > > > resolve it?
> > > > > 
> > > > > [1] https://gitlab.com/soyeomul/stuff/raw/master/jessie-birch/20180802_214248.jpg
> > > > This seems very similar to Debian bug #864402 - [2]. Can you test the
> > > > workaround proposed at message 10 please?
> > > > 
> > > > Reco
> > > > 
> > > > [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864402
> > > > 
> > > Ah yes i checked that above PR. Then i did look around autostart tab.
> > > however there is no "policy kit agent" in my config [3].
> > > 
> > > thanks,
> > > 
> > > [3] https://gitlab.com/soyeomul/stuff/raw/master/jessie-birch/2018-08-03-231242_1920x1080_scrot.png
> > Let's do it the hard way then.
> > 
> > 1) Relogin.
> > 
> > 2) Launch terminal emulator (it should be lxterminal, I suppose, but any
> > will do), execute this:
> > 
> > ps -fP <pid_the_message_window_talks_about>
> > 
> > and, for the sake of completeness,
> > 
> > ps -fU $(id -u)
> > 
> > 3) Also please publish the contents of ~/.xsession-errors somewhere.
> > 
> > Reco
> > 
> attached file as [typescript], thanks!!!

So, pid 4865 is lxpolkit, which is expected.
Its parent is lxsession, which is expected too.
But then you have this:

soyeomul  4723  4715  0 13:30 ?        00:00:00 /usr/bin/xinit /usr/local/bin/cr
soyeomul  4792  4723  0 13:30 ?        00:00:00 /bin/sh -e /usr/local/bin/crouto
soyeomul  4801  4792  0 13:30 ?        00:00:00 /bin/sh -e /usr/local/bin/crouto
soyeomul  4802  4792  0 13:30 ?        00:00:00 /bin/sh -e /usr/local/bin/crouto
soyeomul  4814  4802  0 13:30 ?        00:00:00 /bin/sh -e /usr/local/bin/crouto
soyeomul  4815  4802  0 13:30 ?        00:00:00 /bin/sh -e /usr/local/bin/crouto

Feeding local script to xinit is an old and respected tradition, so
that's ok. But launching such script from itself is probably not.

My suspicion that this '/usr/local/bin/crouto…' script tries to launch
lxsession multiple times, therefore launching lxpolkit multiple times as
well.

So the question is - what are the contents of this
'/usr/local/bin/crouto…'?

And another one is - what are the contents of /etc/xdg/autostart?

Reco


Reply to: