You are not logged in.
So, i decided to try arch, i use gnome at first, everything is fine, I decided i wanna go for KDE Plasma, I forgot what I did, but I install Plasma, reboot, switch the DE from gdm login, and plasma running ffine, then I delete gnome and install sddm, all hell break loose, tried deleting quite param in grub, and it shows that my boot stuck in "graphical interface" line and now i can't even boot up any DE... help
can't do -Syu, all mirrors stopped working for some reason ( happens when i tried to install plasma-wayland-session too )
Last edited by ahmadsan (2022-07-31 02:54:21)
Offline
I delete gnome and install sddm
Did you enable SDDM?
all mirrors stopped working for some reason
https://archlinux.org/packages/community/any/reflector/
sudo journalctl -b | curl -F 'file=@-' 0x0.st
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f | curl -F 'file=@-' 0x0.stLast edited by seth (2022-07-31 06:17:44)
Offline
I delete gnome and install sddm
Did you enable SDDM?
all mirrors stopped working for some reason
https://archlinux.org/packages/community/any/reflector/
sudo journalctl -b | curl -F 'file=@-' 0x0.st find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f | curl -F 'file=@-' 0x0.st
Yes I did, with sudo systemctl enable sddm.service right?
can't download reflector since the mirrors are all cant be resolved
sudo journalctl -b | curl -F 'file=@-' 0x0.st find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f | curl -F 'file=@-' 0x0.st
it returns "could not resolve host: 0x0.st"
Last edited by ahmadsan (2022-07-31 07:17:45)
Offline
also this happen after syncing/dowloading plasma and enabling sddm then reboot, suddenly all mirror cannot be resolved, can't ping google either
Offline
Your problem isn't w/ the mirrors but that you don't have a network connection.
(Possibly a wifi connection bound to your user login and you're currently logging in as root)?
Offline
Your problem isn't w/ the mirrors but that you don't have a network connection.
(Possibly a wifi connection bound to your user login and you're currently logging in as root)?
tried logging in as root and user, same thing no connection. i got a machine state saved, before doing pacman -S plasma sddm and enabling sddm, the internet's fine there, for some reason after that the internet's gone...
Offline
The reason will most likely show up in your system journal.
A common cause for "updated and everything broke down" is that you're booting a dated kernel
uname -a; pacman -Qs linuxOffline
The reason will most likely show up in your system journal.
A common cause for "updated and everything broke down" is that you're booting a dated kerneluname -a; pacman -Qs linux
what's the solution for a dated kernel? how do i update?
Last edited by ahmadsan (2022-07-31 08:44:08)
Offline
Did you confirm that you're booting a dated kernel?
The fallback initramfs has most (all?) modules baked in and should™ still allow you to enable the network - otherwise you'll have to boot a live distro (the install iso), chroot into the system and update the kernel this way.
The common way to fuck this up and run into the problem is to either forget to mount the /boot partition or installing the kernel into a /boot partition while you're actually booting the root partition.
cat /proc/cmdlineOffline
Did you confirm that you're booting a dated kernel?
The fallback initramfs has most (all?) modules baked in and should™ still allow you to enable the network - otherwise you'll have to boot a live distro (the install iso), chroot into the system and update the kernel this way.The common way to fuck this up and run into the problem is to either forget to mount the /boot partition or installing the kernel into a /boot partition while you're actually booting the root partition.
cat /proc/cmdline
Offline
how do i check if i installed a dated kernel?
Offline
uname -a; pacman -Qs linux
You're booting from a /boot partition.
Offline
seth wrote:uname -a; pacman -Qs linuxYou're booting from a /boot partition.
How do I not boot from /boot partition?
Last edited by ahmadsan (2022-07-31 23:29:14)
Offline
You seem to be running the 5.18.14-arch1-1 kernel
Linux myBoyArchie 5.18.14-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 23 Jul 2022 11:46:17 +0000 x86_64 GNU/LinuxAnd that seems to be the installed kernel
local/linux 5.18.14.arch1-1
The Linux kernel and modulesSo this does not seem to be the issue.
How do I not boot from /boot partition?
Not throwing insults here, but the loose wording of that question hints at the root of the reason (Again this is not applicable to your situation, I just wanted to answer the question)
/boot is not a partition. It can either be a mount point or a directory. If the boot *partition* is mounted on /boot, then /boot is a mount point.
If nothing is mounted on /boot, then it is a normal directory.
When the kernel is updated, the new kernel and initramfs are written to /boot UNDER THE ASSUMPTION that the boot partition is mounted there. If that assumption is wrong, then the kernel and initramfs get written to the directory /boot, but nothing is changed on the (not mounted) boot partition. The next reboot still finds the old kernel and loads it (with the new kernel having been safely written someplace useless during boot) when the old kernel comes up, it looks for its modules, but it cannot find them under /usr/lib/modules because that kernel is no longer installed. This breaks anything that uses a loadable kernel module.
Last edited by ewaller (2022-07-31 23:50:12)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Is there any chance that Plasma and network manager are configured to use your users credentials rather than system wide credentials? If we are trying to use Network Manager credentials stored in your Plasma keyring, you are not going to have a network without Plasma.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Is there any chance that Plasma and network manager are configured to use your users credentials rather than system wide credentials? If we are trying to use Network Manager credentials stored in your Plasma keyring, you are not going to have a network without Plasma.
man, i'm lost..., what's system wide credential? u mean root? I don't think that's the case...
Also, update on the issue. whenever I do -Syu, network's gone, and can't get to DE (stuck at graphical interface).
i'm still running it in VM for testing. before migrating from win10
should I just stop?
alot of terms i do not understand.
Last edited by ahmadsan (2022-08-01 00:15:36)
Offline
Don't stop.
If I understand the issue, you cannot start a Plasma environment.
You are more comfortable with a GUI interface than a command line interface.
To fix things, we think you need a network connection.
Your network connection is obstinately refusing to cooperate.
I think it is because you have somehow configured your network to use credentials that depend on you being logged into Plasma, but Plasma is borked.
Try nmtui (I hope it is installed). See if you can use that to bring up your network (nmtui is a gui-ish interface that will work in a console)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline