Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: after migrating Artix to ssd system not logingin to lightdm (Read 1654 times) previous topic - next topic
0 Members and 6 Guests are viewing this topic.

after migrating Artix to ssd system not logingin to lightdm

Hi.
Did copy Artix using such command from hdd to sdd
Code: [Select]
cp --archive --preserve=all --preserve=xattr -v sdb3/* sdc2/
did make changes at fstab to new uuid - ok
did update grub - ok
did update system and nvidia driver - ok
BUT i cant still logingin to lightdm.
If i use startx i see only xterm and black desktop, nvidia driver loaded i hear for card fans.
May be something with permissions?

lightdm service is worked
here lighdm log
Code: [Select]
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=2132
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.02s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
[+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.03s] DEBUG: Monitoring logind for seats
[+0.03s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.13s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.13s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+54.05s] DEBUG: Seat seat0 changes active session to 1
[+230.98s] DEBUG: Seat seat0 changes active session to
[+238.47s] DEBUG: Seat seat0 changes active session to 2
[+429.76s] DEBUG: Seat seat0 changes active session to
[+496.49s] DEBUG: Seat seat0 changes active session to 1
[+535.44s] DEBUG: Seat seat0 changes active session to
[+542.72s] DEBUG: Seat seat0 changes active session to 3
[+548.31s] DEBUG: Got signal 15 from process 2131
[+548.31s] DEBUG: Caught Terminated signal, shutting down
[+548.31s] DEBUG: Stopping display manager
[+548.31s] DEBUG: Display manager stopped
[+548.31s] DEBUG: Stopping daemon
[+548.31s] DEBUG: Exiting with return value 0
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)


Re: after migrating Artix to ssd system not logingin to lightdm

Reply #2
 ok, thanks, i will try
but where is difference cp vs rsync, in both cases all files are cloned?

ps previously i did same with rsync at Devuan and had broken permissions, where is the point of mistake?
https://dev1galaxy.org/viewtopic.php?pid=51800#p51800
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #3
@Artist so no any way to do working this system,
why its not loggingin at lightdm?
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #4
 :)
1 cancel by ctrl+x
Code: [Select]
rsync -aAXHv --numeric-ids --info=progress2 --one-file-system --exclude='/home/*' --exclude='/mnt/*' / mnt/
2
Code: [Select]
rsync -aAXHv --numeric-ids --info=progress2 --one-file-system --exclude='/home/*' --exclude='/mnt/*' /* /mnt

Code: [Select]
proc/kcore
 75,711,589,736   0%  187.38MB/s  203:38:23  rsync: [receiver] write failed on "/mnt/proc/kcore": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(380) [receiver=3.3.0]
 75,756,940,648   0%  118.96MB/s  320:44:47 
rsync: [sender] write error: Broken pipe (32)
home:[root]:/home/freeartist-artix#


-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #5
system still alive,
second try,
Code: [Select]
home:[root]:/home/freeartist-artix# rsync -aAXH --numeric-ids --one-file-system --info=progress2 --exclude='/dev/*' --exclude='/proc/*' --exclude='/sys/*' --exclude='/tmp/*' --exclude='/run/*' --exclude='/mnt/*' --exclude='/media/*' --exclude='/home/*' --exclude='/lost+found/' / /mnt
seems all cloned good, but ssd cloned Artix still stuck at cli login
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #6
You did clean /mnt after the initial failed attempts, right?
The DEBUG: Got signal 15 from process 2131 message is what you should investigate. I've seen lightdm failing without reason a couple of times, does lxdm or sddm work?

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #7
You did clean /mnt after the initial failed attempts, right?
The DEBUG: Got signal 15 from process 2131 message is what you should investigate. I've seen lightdm failing without reason a couple of times, does lxdm or sddm work?
two times at row?
cp and rsync = same stuck at tty logon
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #8
same with sddm
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #9
maybe its issues that i did rsync from booted Artix,
and for clone i need boot from live ram iso?

Quote
rsync will work even while the system is running, but files changed during the transfer may or may not be transferred, which can cause undefined behavior of some programs using the transferred files. For mitigation log out all users and shut down all programs and databases.
https://wiki.archlinux.org/title/Rsync#Full_system_backup
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: after migrating Artix to ssd system not logingin to lightdm

Reply #10
did rsync artix from another linux, same, cloned artix stuck at tty logon
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

 



Re: after migrating Artix to ssd system not logingin to lightdm

Reply #14
@nous
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)