Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Display won't start when using KDE+SDDM
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Fri Dec 31, 2021 12:56 pm    Post subject: Reply with quote

lesnik2137,

The good news in that the kernel is OK, so the text console should have worked.

The bad news is that X or glibc or possibly both is broken. Possibly by shutting down without closing files.
As ssh works and your shell uses glibc (almost everything does) lets try rebuilding X,

Code:
[    86.454] (EE)[    86.454] (EE) [    86.454] (EE)
 [    86.454] (EE)

[    86.454]  Backtrace:
[    86.454] (EE)[    86.454] (EE) Backtrace:
 [    86.454] Backtrace:
[    86.454] (EE)
[    86.454] (EE) Backtrace:
[    86.454] (EE) 0: /usr/bin/X (xorg_backtrace+0x5b) [0x55b81141472b]
[    86.454] (EE) 1: /usr/bin/X (0x55b81125c000+0x1bc6c5) [0x55b8114186c5]
[    86.454] (EE) 0: /usr/bin/X (xorg_backtrace+0x5b) [0x55b81141472b]
[    86.454] (EE) 0: /usr/bin/X (xorg_backtrace+0x5b) [0x55b81141472b]
[    86.454] (EE) (EE)0: /usr/bin/X (xorg_backtrace+0x5b) [0x55b81141472b]
[    86.454] (II) AMDGPU(0): Use GLAMOR acceleration.
[    86.454]  [    86.454] [    86.454] (EE)2: /lib64/libpthread.so.0 (0x7f36b0a5e000+0x121d0) [0x7f36b0a701d0]
(EE) [    86.454] 1: /usr/bin/X (0x55b81125c000+0x1bc6c5) [0x55b8114186c5]
 (EE)[    86.454] (EE)[    86.454]  (EE)(II) AMDGPU(0): Acceleration enabled
1: /usr/bin/X (0x55b81125c000+0x1bc6c5) [0x55b8114186c5]
[    86.454] (==) AMDGPU(0): DPMS enabled
 [    86.454] (==) AMDGPU(0): Silken mouse enabled
[    86.454] 1: /usr/bin/X (0x55b81125c000+0x1bc6c5) [0x55b8114186c5]
[    86.454] (EE)(EE)[    86.454] 2: /lib64/libpthread.so.0 (0x7f36b0a5e000+0x121d0) [0x7f36b0a701d0]
  [    86.454]
[    86.454] [    86.454] (EE) 2: /lib64/libpthread.so.0 (0x7f36b0a5e000+0x121d0) [0x7f36b0a701d0]
[    86.454] (EE)(EE)  3: /lib64/libc.so.6 (gsignal+0x13e) [0x7f36b08dc63e]
[    86.454] 2: /lib64/libpthread.so.0 (0x7f36b0a5e000+0x121d0) [0x7f36b0a701d0]
(II) AMDGPU(0): Set up textured video (glamor)
 3: /lib64/libc.so.6 (gsignal+0x13e) [0x7f36b08dc63e]
[    86.454] (EE)[    86.454]  (EE)[    86.454] [    86.454]  3: /lib64/libc.so.6 (gsignal+0x13e) [0x7f36b08dc63e]
Backtrace:
4: /lib64/libc.so.6 (abort+0x112) [0x7f36b08c6536]
[    86.454] (EE) (EE)3: /lib64/libc.so.6 (gsignal+0x13e) [0x7f36b08dc63e]
[    86.454]  4: /lib64/libc.so.6 (abort+0x112) [0x7f36b08c6536]


The broken file (the one that cases the firs error) is /usr/bin/X. That belongs to.
Code:
$ equery b /usr/bin/X
 * Searching for /usr/bin/X ...
x11-base/xorg-server-21.1.1-r2 (/usr/bin/Xorg)
x11-base/xorg-server-21.1.1-r2 (/usr/bin/X -> Xorg)


So try
Code:
emerge -1av x11-base/xorg-server
and see if that fixes it.
Always use the
Code:
shutdown -h now
command.

You cannot start an X session over ssh as you don't own the console.
Its possible to run GUI programs over ssh but the output is sent over the ssh session and displayed on the system you are sat at.
The remote system does not need x11-base/xorg-server installed.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
lesnik2137
n00b
n00b


Joined: 30 Dec 2021
Posts: 46

PostPosted: Fri Dec 31, 2021 1:48 pm    Post subject: Reply with quote

I ran emerge -1av x11-base/xorg-server, shutdown -h now, and booted again. Issue is still exactly the same.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Fri Dec 31, 2021 1:57 pm    Post subject: Reply with quote

lesnik2137,

The error text I quoted did not change?

Next try sys-libs/glibc.
That provides both pthreads and libc.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4133
Location: Bavaria

PostPosted: Fri Dec 31, 2021 2:03 pm    Post subject: Reply with quote

NeddySeagoon wrote:
Next try sys-libs/glibc

After that you should do also an
Code:
# emerge -1 libtool

for safety reasons.
Back to top
View user's profile Send private message
lesnik2137
n00b
n00b


Joined: 30 Dec 2021
Posts: 46

PostPosted: Fri Dec 31, 2021 2:16 pm    Post subject: Reply with quote

I ran only emerge --ask sys-libs/glibc, save Xorg log and shutdown. I didn't emerge -1 libtool - let's hope it didn't break something. Anyway, after emerge --ask sys-libs/glibc I think output is more or less the same (/usr/bin/X part) - full log - https://paste.c-net.org/ReviewsWifey
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Fri Dec 31, 2021 2:35 pm    Post subject: Reply with quote

lesnik2137,

Code:
[   187.263] (EE) Backtrace:
[   187.263] [   187.263] (EE)(EE) 0: /usr/bin/X (xorg_backtrace+0x5b) [0x5556bee0d72b]


Its still complaining about X. libtool is part of the toolchain. That's a good call to rebuild that an it can break other things.
There is a big list of files implicated in the problem.

Code:
/usr/bin/X
/lib64/libpthread.so.0
/lib64/libc.so.6
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libstdc++.so.6
/usr/lib/llvm/13/lib64/libLLVM-13.so
/usr/lib64/dri/radeonsi_dri.so


Its probably only one and you have rebuild three already.
However, if libtool was broken, its output cannot be trusted.

Rebeuild libtool. When that completes, rebuild the other two again. This will use your new libtool.

Don't forget to use
Code:
emerge -1 ...

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
lesnik2137
n00b
n00b


Joined: 30 Dec 2021
Posts: 46

PostPosted: Fri Dec 31, 2021 2:53 pm    Post subject: Reply with quote

I ran

Code:
emerge -1 sys-devel/libtool
emerge -1av x11-base/xorg-server
emerge -1 sys-libs/glibc


And the problem persists. Again Xorg log - https://paste.c-net.org/RockyReptile
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Fri Dec 31, 2021 3:15 pm    Post subject: Reply with quote

lesnik2137,

The next three are
Code:
gcc, llvm:13 mesa

llvm:13 means llvm in slot 13 and you may have several versions of llvm installed in different slots.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
lesnik2137
n00b
n00b


Joined: 30 Dec 2021
Posts: 46

PostPosted: Fri Dec 31, 2021 4:28 pm    Post subject: Reply with quote

re-installing those packages finally worked, I think my issue is definitely solved by now, so I can just go and use my OS more carefully. Also I learned how to backtrack issues like this, so in future I will probably be able to solve things like that myself. Thank you once more.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Fri Dec 31, 2021 5:54 pm    Post subject: Reply with quote

lesnik2137,

Take care with shutting down and there should be no more problems like that.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum