Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here (Read 3258 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

SOLVED BUT NOT REALLY: THAT WAS THE DAMN NVIDIA COOLBITS CONFIG FILE, at the /etc/X11/ files somewhere, there are only a few files there anyway. Just remove it. This was happening because that config somehow was forcing the pc to use nvidia even though nvidia gpu was no longer there, I replaced it. So that's that.

It worked only for ONCE NOW IT DIDNT WORK AGAIN. Well, linux got me this time. I'll reinstall now :(

at first it says:
user-pc login: starting up with netlink and the input layer
1 rule loaded
awaiting for events: event logging is off
then keeps spamming all these in tty1, check the image below.
This happens when runit tries to boot the OS. This is only shown on tty1, and I can't change any tty for a long time because this message keeps getting spammed like, client 1050 has disconnected, 1060 disconnected, +10 every time. Check the image below. I can't get out of this. ctrl alt 1-2-3-4-5-6-7 nothing works at all. Maybe if somehow it didn't throw me out of tty? I can't stop it from making these outputs. How could I fix this? I think it's a runit bug, just an educated guess. Here's the photo of the event:

https://i.imgur.com/96n8fGz.jpg

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #1
Daemontools-inspired init systems (like runit or s6 for instance) log to /dev/console (tty1 by default) so output being shown if it's not being redirected anywhere else is expected. I don't know what exactly is going on here but it looks like some rule (a udev rule?) is constantly being connected and disconnected by wpa_supplicant. That gets spammed onto /dev/console so that's why you get that. Now, there's one concerning thing about your post. Ordinarily, you should be able to switch ttys just fine. It doesn't matter if tty1 is constantly spammed. That doesn't affect ctrl+alt+2/3/4/etc. I have no clue why this apparently doesn't work for you.

A couple of things you could try off the top of my head. First of all if agetty actually running on tty1 (which it should be since it gives you a login prompt), you can just log in anyway. Yeah the spam is annoying and messes up the output, but it doesn't affect your input at all. You should be able to type your username, hit enter, type your password, hit enter again, and then log in. From there, you can type startx or whatever and you can be on your way. Just don't make a mistake of course.  ;)

You could also set a kernel parameter to make the /dev/console output go somewhere else (like /dev/tty2 or whatever). Check the documentation on this. Specifically you would use "console=" and then set it in your bootloader.

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #2
as i read, can be problem with acpid
Some peoples advise unistall acpid. But i am not sure, if you installed it.

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #3
Daemontools-inspired init systems (like runit or s6 for instance) log to /dev/console (tty1 by default) so output being shown if it's not being redirected anywhere else is expected. I don't know what exactly is going on here but it looks like some rule (a udev rule?) is constantly being connected and disconnected by wpa_supplicant. That gets spammed onto /dev/console so that's why you get that. Now, there's one concerning thing about your post. Ordinarily, you should be able to switch ttys just fine. It doesn't matter if tty1 is constantly spammed. That doesn't affect ctrl+alt+2/3/4/etc. I have no clue why this apparently doesn't work for you.

A couple of things you could try off the top of my head. First of all if agetty actually running on tty1 (which it should be since it gives you a login prompt), you can just log in anyway. Yeah the spam is annoying and messes up the output, but it doesn't affect your input at all. You should be able to type your username, hit enter, type your password, hit enter again, and then log in. From there, you can type startx or whatever and you can be on your way. Just don't make a mistake of course.  ;)

You could also set a kernel parameter to make the /dev/console output go somewhere else (like /dev/tty2 or whatever). Check the documentation on this. Specifically you would use "console=" and then set it in your bootloader.
I said hardware problem maybe but that's not true, I installed another hdd and installed the artix again. No problem.

No I can't change to tty2 and start to login. It goes back to blank page where a - sign just blinks. I can type and enter but nothing gets accepted, no output even. And in tty1 that spamming screen.. I am stuck completely. I tried initframs kernel options, that didn't work either.

as i read, can be problem with acpid
Some peoples advise unistall acpid. But i am not sure, if you installed it.
I can't get into any kind of terminal from here. I think I'll need reinstall. Then I'll remove acpid, for sure. Is it a critical component? What else can I use instead of it?
I tried lightdm and xdm commands in tty but cant do anything.

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #4
acpid package is not critical, it's only in community so you not need install it. Still i am not sure, that you installed it . But if yes, just don't install it. Maybe that cause it.
You need not reinstall your system, just boot to live iso and do chroot to your installed artixlinux (artix-chroot).

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #5
acpid package is not critical, it's only in community so you not need install it. Still i am not sure, that you installed it . But if yes, just don't install it. Maybe that cause it.
You need not reinstall your system, just boot to live iso and do chroot to your installed artixlinux (artix-chroot).
I did it and it worked, just on tty. I can't open lightdm at all. It says:
Error getting userlist from org.freedesktop.accounts: Gdbus.error:org.freedesktop.Dbus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files

This is the output check this:

https://i.hizliresim.com/6xzKCu.jpg

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #6
accountsservice is installed? this provide name org.freedesktop.Accounts

do you know, that for start lightdm manager you need service install? for openrc you need lightdm-openrc, for runit lightdm-runit, for s6 lightdm-s6. start lightdm via his service everytime

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #7
accountsservice is installed? this provide name org.freedesktop.Accounts

do you know, that for start lightdm manager you need service install? for openrc you need lightdm-openrc, for runit lightdm-runit, for s6 lightdm-s6. start lightdm via his service everytime

yes accountsservice I just installed because in google some guy did just that, and problem vanished he says. Not for me though. Should I remove it?
I already got that lightdm-runit package. And runit inits it aswell but it doesn't start.
Can you please help me otherwise? I even uninstalled acpid and wpa_supplicant(I suspected this might be the problem aswell). I am using the right amd driver, checked from arch wiki. It is rx 570 and amdgpu rightly so. I was using nvidia before, but I removed the leftover drivers etc. with chrooting inside. Only amd is installed now.

I also have intel igpu inside motherboard. Maybe they are conflicting? Could it be locale issue? I don't use US locale though.

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #8
put here some logs please :

Code: [Select]
sudo cat /var/log/X.org.0.log
Code: [Select]
sudo dmesg
Code: [Select]
sudo lspci -v

and your Xorg configuration's files from
Code: [Select]
/etc/X11/xorg.conf.d/

ahh, intel + amd ? you have two graphics cards
maybe  you can see too how to set 2 graphics cards https://wiki.archlinux.org/index.php/PRIME

P.S. wpa_supplicant is pretty important, i could be keep it (he is package from from core/system )

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #9
put here some logs please :

Code: [Select]
sudo cat /var/log/X.org.0.log
Code: [Select]
sudo dmesg
Code: [Select]
sudo lspci -v

and your Xorg configuration's files from
Code: [Select]
/etc/X11/xorg.conf.d/

ahh, intel + amd ? you have two graphics cards
maybe  you can see too how to set 2 graphics cards https://wiki.archlinux.org/index.php/PRIME

P.S. wpa_supplicant is pretty important, i could be keep it (he is package from from core/system )
Cat log thing is here: https://justpaste.it/7ed7r
As I can see here, it loads nvidia but I am using amd, how to load amd instead? please help. And the rest is here:
Here: https://pastebin.pl/view/aa97564e

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #10
ok, thanks...

so, i see only one graphic card , this amd 480 :-)

log from sudo cat /var/log/X.org.0.log missing (this i need!)

try add some my Xorg config to your /etc/X11/xorg.conf.d/:
https://github.com/alium/share/blob/master/20-amdgpu.conf
https://github.com/alium/share/blob/master/60-extensions.conf
https://github.com/alium/share/blob/master/20-monitor.conf  <---you need change resolution if you use another than 1920x1080.

edit:
uninstall your nvidia driver
Code: [Select]
pacman -Rcs nvidia
install (if not installed)
Code: [Select]
pacman -S xf86-video-amdgpu 

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #11
ok, thanks...

so, i see only one graphic card , this amd 480 :-)

log from sudo cat /var/log/X.org.0.log missing (this i need!)

try add some my Xorg config to your /etc/X11/xorg.conf.d/:
https://github.com/alium/share/blob/master/20-amdgpu.conf
https://github.com/alium/share/blob/master/60-extensions.conf
https://github.com/alium/share/blob/master/20-monitor.conf  <---you need change resolution if you use another than 1920x1080.

edit:
uninstall your nvidia driver
Code: [Select]
pacman -Rcs nvidia
install (if not installed)
Code: [Select]
pacman -S xf86-video-amdgpu 


I added it just a minute ago. It really loads nvidia, when there s no nvidia so thats that..

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #12
so your nvidia driver is uninstalled? add some my Xorg config to your /etc/X11/xorg.conf.d and restart xserver

there must be a configuration file somewhere that says the nvidia driver should be used :\ (if nvidia driver is really uninstalled), but my configs in /etc/X11/xorg.conf.d  should take precedence

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #13
so your nvidia driver is uninstalled? add some my Xorg config to your /etc/X11/xorg.conf.d and restart xserver

there must be a configuration file somewhere that says the nvidia driver should be used :\ (if nvidia driver is really uninstalled), but my configs in /etc/X11/xorg.conf.d  should take precedence

SOLVED GOD DAMMIT LOL. I WILL EXPLAIN SOON. This is totally my bad dude, sorry you helped a lot. I never thought that coolbits conf thing would do that!

 

Re: 1 client rule loaded, client "1074"[0:0] has disconnected, stuck at here

Reply #14
good !