You are not logged in.

#1 2021-02-16 12:06:36

zaciars
Member
Registered: 2020-11-13
Posts: 18

[SOLVED]Unable to boot after update(??)

I haven't touched my laptop for about two month, today i updated the system and rebooted but it give me this error(i think it is called kernel logs)


--similiar error(failed and depend) but shown to fast i couldn't read
...
[FAILED] Failed to listen on CUP's Scheduler
[DEPEND] Dependency failed for CUP's Scheduler
...
---keeps repeating until i force reboot

Edit :

This happened after i disabled cups service

image

Last edited by zaciars (2021-02-24 10:32:41)

Offline

#2 2021-02-16 13:02:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,346

Re: [SOLVED]Unable to boot after update(??)

Cups got it's service files renamed, just disable the old names. This shouldn't "prevent" you from booting, try to switch the TTY you're running on.

Offline

#3 2021-02-16 21:07:43

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,700

Re: [SOLVED]Unable to boot after update(??)

Zaciars:  Did you mean to report this thread?  Or had you been trying to reply?


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

#4 2021-02-16 21:23:08

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

ewaller wrote:

Zaciars:  Did you mean to report this thread?  Or had you been trying to reply?

I think i miss clicked quote, sorry

Offline

#5 2021-02-16 22:01:14

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

V1del wrote:

Cups got it's service files renamed, just disable the old names. This shouldn't "prevent" you from booting, try to switch the TTY you're running on.

This also happen for lvm2 poll daemon socket, proccess core dump socket, etc.

Could you please see the image i just uploaded?

Offline

#6 2021-02-16 22:18:13

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED]Unable to boot after update(??)

Please post the contents of /var/log/pacman.log and the journal for an affected boot.
See the tip box from pastebin to post from the console.  If you can not boot you can chroot in to obtain the outputs requested.

Offline

#7 2021-02-16 22:33:27

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

loqs wrote:

Please post the contents of /var/log/pacman.log and the journal for an affected boot.
See the tip box from pastebin to post from the console.  If you can not boot you can chroot in to obtain the outputs requested.


pacman log

journal is empty.

I also have 7 failed systemd service/socket, should i post it?

Last edited by zaciars (2021-02-16 22:35:18)

Offline

#8 2021-02-16 22:44:53

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED]Unable to boot after update(??)

Were you able to boot into the system or did you have to chroot in?
Are you offering to post an image of the failed services/sockets or text of some command?
Edit:
Is selinux enabled?

Last edited by loqs (2021-02-16 22:50:40)

Offline

#9 2021-02-16 23:04:19

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

loqs wrote:

Were you able to boot into the system or did you have to chroot in?
Are you offering to post an image of the failed services/sockets or text of some command?
Edit:
Is selinux enabled?

-I get sent to emergency mode after the error in the image, it is where i execute the journal command

-Selinux is enabled

-List of the failed service//systemctl --failed command

Offline

#10 2021-02-16 23:27:23

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED]Unable to boot after update(??)

Unless you have disabled persistent storage for systemd-journald,  chroot in and post the journal of the last boot:

journalctl -b -1

That will show the failed services.

Offline

#11 2021-02-16 23:29:21

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

loqs wrote:

Unless you have disabled persistent storage for systemd-journald,  chroot in and post the journal of the last boot:

journalctl -b -1

That will show the failed services.

So i can't do the command from emergency mode?

Offline

#12 2021-02-16 23:33:35

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED]Unable to boot after update(??)

It may work from emergency mode.  There is no guarantee what is mounted or what services are available in emergency mode.

Offline

#13 2021-02-16 23:38:24

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

loqs wrote:

It may work from emergency mode.  There is no guarantee what is mounted or what services are available in emergency mode.


http://sprunge.us/hANLUI from emergency mode

Offline

#14 2021-02-16 23:58:24

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED]Unable to boot after update(??)

What failure leads to emergency.target being triggered?  I can not see it from the journal.

Feb 16 15:01:57 arch systemd[1]: dnscrypt-proxy.service: Main process exited, code=exited, status=255/EXCEPTION
Feb 16 15:01:57 arch systemd[1]: dnscrypt-proxy.service: Failed with result 'exit-code'.

Fails repeatedly but the journal shows sddm started,  a user logged in and then the system shut down.

Offline

#15 2021-02-17 00:04:26

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

loqs wrote:

What failure leads to emergency.target being triggered?  I can not see it from the journal.

Feb 16 15:01:57 arch systemd[1]: dnscrypt-proxy.service: Main process exited, code=exited, status=255/EXCEPTION
Feb 16 15:01:57 arch systemd[1]: dnscrypt-proxy.service: Failed with result 'exit-code'.

Fails repeatedly but the journal shows sddm started,  a user logged in and then the system shut down.

Should i create another journal from chroot?

Offline

#16 2021-02-17 00:15:31

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED]Unable to boot after update(??)

In the screenshot in your first post:

Dependency Failed for /boot/EFI
Dependency Failed for /home
Dependency Failed for Swap

Are those still failing?  If so are any of those filesystems on LVM2?  Does disabling selinux make a difference?

Offline

#17 2021-02-17 00:28:18

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

loqs wrote:

In the screenshot in your first post:

Dependency Failed for /boot/EFI
Dependency Failed for /home
Dependency Failed for Swap

Are those still failing?  If so are any of those filesystems on LVM2?  Does disabling selinux make a difference?

System is booting after i disable Selinux i can login but with noisy boot sound (doesn't really matter).

I don't know about the lvm2 things

Offline

#18 2021-02-17 00:47:05

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED]Unable to boot after update(??)

zaciars wrote:

System is booting after i disable Selinux i can login but with noisy boot sound (doesn't really matter).

Possibly related https://bbs.archlinux.org/viewtopic.php?id=263360 If you can not get selinux working I would suggest switching back to the packages from the official repositories.

zaciars wrote:

I don't know about the lvm2 things

If you do not know I would assume it is not using lvm2 as you would have to had configured it.

Offline

#19 2021-02-17 01:52:45

zaciars
Member
Registered: 2020-11-13
Posts: 18

Re: [SOLVED]Unable to boot after update(??)

loqs wrote:
zaciars wrote:

System is booting after i disable Selinux i can login but with noisy boot sound (doesn't really matter).

Possibly related https://bbs.archlinux.org/viewtopic.php?id=263360 If you can not get selinux working I would suggest switching back to the packages from the official repositories.

zaciars wrote:

I don't know about the lvm2 things

If you do not know I would assume it is not using lvm2 as you would have to had configured it.

Thanks everything is working fine now

Offline

Board footer

Powered by FluxBB