OK, I'm looking like a newbie there, but I'm willing to learn :)
Short story: I had a Thinkpad running Buster Today upgraded it to Bullseye, went fine Then I removed xfce (I guess this was the problematic move).
Now my system boots to a prompt: login:
If I do login, then startx, I get TDE.
I've tried "systemctl set-default graphical.target" but no change. I know I can reinstall my backup but I'm sure there's someone here who will point me to the right way to start with the TDE login manager.
Note that after removing xfce, at first it *did* boot to TDE login. Then it stopped doing it, and startx boot to... Gnome. I then removed Gnome and ran dpkg-reconfigure, so now startx starts TDE... but I have to login and startx. I'm a bit lost :(
Thierry
Thierry de Coulon wrote:
OK, I'm looking like a newbie there, but I'm willing to learn :)
Short story: I had a Thinkpad running Buster Today upgraded it to Bullseye, went fine Then I removed xfce (I guess this was the problematic move).
Now my system boots to a prompt: login:
If I do login, then startx, I get TDE.
I've tried "systemctl set-default graphical.target" but no change. I know I can reinstall my backup but I'm sure there's someone here who will point me to the right way to start with the TDE login manager.
Note that after removing xfce, at first it *did* boot to TDE login. Then it stopped doing it, and startx boot to... Gnome. I then removed Gnome and ran dpkg-reconfigure, so now startx starts TDE... but I have to login and startx. I'm a bit lost :(
Thierry ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
Hi Thierry,
can you check if "tdm" is installed ("sudo dpkg -l | grep tdm")? If not, you could try installing it again via "sudo apt install tdm-trinity".
If it is already installed, you could try "sudo dpkg-reconfigure tdm-trinity" to set it as the default after bootup.
If there's still no graphical login screen after bootup, check "sudo systemctl status tdm" and "sudo journalctl -u tdm" after logging in on the text interface for any hints or errors.
Best regards, Leskala
Hi Leskala,
On Thursday 07 July 2022 12.05:32 Leskala via tde-users wrote:
can you check if "tdm" is installed ("sudo dpkg -l | grep tdm")? If not, you could try installing it again via "sudo apt install tdm-trinity".
tdm-trinity is installed. As I have no other DM installed I could not start TDE without it - but I checked, it's there.
If it is already installed, you could try "sudo dpkg-reconfigure tdm-trinity" to set it as the default after bootup.
This I allready did. Did not work
If there's still no graphical login screen after bootup, check "sudo systemctl status tdm"
tdm.service is loaded and active
and "sudo journalctl -u tdm" after logging in on the text interface for any hints or errors.
says "started Trinity Display Manager"
Best regards, Leskala
So the problem seems not with TDM, but why Debian now decides I want a text login and not a graphical login. I tried what I found ordre systemd to use a graphical login, but it does not work...
Thierry
Thierry de Coulon wrote:
So the problem seems not with TDM, but why Debian now decides I want a text login and not a graphical login. I tried what I found ordre systemd to use a graphical login, but it does not work...
could be that systemd is hanging and not completing the TDM startup?
And is X running?
$ ps -faxuww | grep X root 1561 1.8 1.7 593956 135708 tty7 Ssl+ May24 1165:41 _ /usr/lib/xorg/Xorg -br -deferglyphs 16 -nolisten tcp :0 vt7 -auth /var/run/xauth/A:0-G37jac
Anno domini 2022 Thu, 07 Jul 14:26:21 +0200 deloptes scripsit:
Thierry de Coulon wrote:
So the problem seems not with TDM, but why Debian now decides I want a text login and not a graphical login. I tried what I found ordre systemd to use a graphical login, but it does not work...
could be that systemd is hanging and not completing the TDM startup?
And is X running?
Check if there's xserver-xorg installed at all - might well be that XFCE took the whole Xorg with it.
nik
$ ps -faxuww | grep X root 1561 1.8 1.7 593956 135708 tty7 Ssl+ May24 1165:41 _ /usr/lib/xorg/Xorg -br -deferglyphs 16 -nolisten tcp :0 vt7 -auth /var/run/xauth/A:0-G37jac
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
On Thursday 07 July 2022 14.26:21 deloptes wrote:
Thierry de Coulon wrote:
So the problem seems not with TDM, but why Debian now decides I want a text login and not a graphical login. I tried what I found ordre systemd to use a graphical login, but it does not work...
could be that systemd is hanging and not completing the TDM startup?
And is X running?
$ ps -faxuww | grep X
I get : root 847 0.0 0.0 6180 648 tty1 S+ 15:03 0:00 |_ grep X
but I don't know what it means...
Thierry
On Thursday 07 July 2022 15.15:44 deloptes wrote:
Thierry de Coulon wrote:
I get : root 847 0.0 0.0 6180 648 tty1 S+ 15:03 0:00 |_ grep X
but I don't know what it means...
It means you don't have X server - look what Nik wrote
BR
Then how can startx... start X if it's not there.
So my problem is that X is not started autoaticaly, that's where I must search.
Thierry
On Thursday 07 of July 2022 15:39:31 Thierry de Coulon wrote:
On Thursday 07 July 2022 15.15:44 deloptes wrote:
Thierry de Coulon wrote:
I get : root 847 0.0 0.0 6180 648 tty1 S+ 15:03 0:00 |_ grep X
but I don't know what it means...
It means you don't have X server - look what Nik wrote
BR
Then how can startx... start X if it's not there.
So my problem is that X is not started autoaticaly, that's where I must search.
Thierry ____________________________________________________
Hi Thierry,
because you write Bullseye, I suppose you have systemd => you can try "systemctl status tdm", if there will be some useful information. You can also look at /var/log/tdm.log and /var/log/XOrg.*.log, if there are any other information.
Cheers
On Thursday 07 July 2022 15.44:58 Slávek Banko wrote:
Hi Thierry,
because you write Bullseye, I suppose you have systemd => you can try "systemctl status tdm", if there will be some useful information. You can also look at /var/log/tdm.log and /var/log/XOrg.*.log, if there are any other information.
Cheers
Thank you Salvek,
I allready did this, and even tried tasksel - somewhere, deep in Debian is a setting no one seems to know. OK, enough time "lost". I'm writing back the backup and starting from there, it's easier.
Thank you all for the help - I did learn afew things on the trip.
Thierry
Anno domini 2022 Thu, 7 Jul 15:39:31 +0200 Thierry de Coulon scripsit:
On Thursday 07 July 2022 15.15:44 deloptes wrote:
Thierry de Coulon wrote:
I get : root 847 0.0 0.0 6180 648 tty1 S+ 15:03 0:00 |_ grep X
but I don't know what it means...
It means you don't have X server - look what Nik wrote
BR
Then how can startx... start X if it's not there.
# apt install xserver-xorg
Nik
So my problem is that X is not started autoaticaly, that's where I must search.
Thierry ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
Thierry de Coulon wrote:
Hi Leskala,
On Thursday 07 July 2022 12.05:32 Leskala via tde-users wrote:
can you check if "tdm" is installed ("sudo dpkg -l | grep tdm")? If not, you could try installing it again via "sudo apt install tdm-trinity".
tdm-trinity is installed. As I have no other DM installed I could not start TDE without it - but I checked, it's there.
If it is already installed, you could try "sudo dpkg-reconfigure tdm-trinity" to set it as the default after bootup.
This I allready did. Did not work
If there's still no graphical login screen after bootup, check "sudo systemctl status tdm"
tdm.service is loaded and active
and "sudo journalctl -u tdm" after logging in on the text interface for any hints or errors.
says "started Trinity Display Manager"
Best regards, Leskala
So the problem seems not with TDM, but why Debian now decides I want a text login and not a graphical login. I tried what I found ordre systemd to use a graphical login, but it does not work...
Thierry ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
Hi Thierry,
what is the output of "sudo systemctl get-default"? In case it is not "graphical.target", you could try "systemctl set-default graphical.target"
Best regards, Leskala
On Thursday 07 July 2022 18.55:14 Leskala via tde-users wrote:
what is the output of "sudo systemctl get-default"? In case it is not "graphical.target", you could try "systemctl set-default graphical.target"
I had tried to set the defalut to graphical, did not work.
I gave up and reinstalled my backup, re-ugraded and everything is working. I guess I'll keep xfce in the backoffice, even if it's not being used.
Thierry
Anno domini 2022 Thu, 7 Jul 20:16:45 +0200 Thierry de Coulon scripsit:
On Thursday 07 July 2022 18.55:14 Leskala via tde-users wrote:
what is the output of "sudo systemctl get-default"? In case it is not "graphical.target", you could try "systemctl set-default graphical.target"
I had tried to set the defalut to graphical, did not work.
I gave up and reinstalled my backup, re-ugraded and everything is working. I guess I'll keep xfce in the backoffice, even if it's not being used.
You just need to (re)install xserver-xorg.
Option one: # apt-mark manual xserver-xorg Option two: # apt install xserver-xorg
Nik
Thierry ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...